@charset "utf-8";
/* CSS Document */

BODY {
	font-size:small;
	text-align: center;

}
/******TEXT FORMATTING******/
H1 {
	margin: 10px 5px 0 10px;
	padding: 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.3em;
	font-weight : bold;
	color:#005296;
	line-height: 1.5em;
}
H2 {
	margin: 10px 5px 0 10px;
	padding: 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	font-weight : bold;
	color:#005296;
	line-height: 1.3em;
}
H3 {
	margin: 10px 5px 0 10px;
	padding: 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.0em;
	font-weight : bold;
	color:#005296;
	line-height: 1.3em;
}
H4 {
	margin: 10px 10px 0 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.0em;
	font-weight : bold;
	color:#005296;
	line-height: 1.2em;
}
P {
	margin: 5px 8px 0 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.90em;
	font-weight:normal;
	color:#454545;
	line-height: 1.3em;
}
.whitetext {
	color: #ffffff;
}
.smalltext {
	font-size: .70em;
}
.darkbluetext {
	color: #005296;
}
.lightbluetext {
	color: #8cd8f8;
}
.sidebartext {
	margin: 0 8px 5px 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.95em;
	font-weight:bold;
	color:#fff;
	line-height: 1.0em;
}


.inlinetitle{
	color: #005296;
	font-size: 1.0em;
	font-weight:bold;
}

/*****CLEAR*******/
.clearer {
	clear: both;
}
/********IMAGE FORMATTING***********/
.lftimage {
	float:left;
}
.rtimage {
	float:right;
}
/****LINK FORMATTING***/
a:link {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 1.0em;
	text-decoration : none;
	color : #1788eb;
}


a:visited {
	color: #1788eb;
}
a:hover {
	color : #232323;
}
a.whitenav {
	color: #ffffff;
}
a img {
	text-decoration: none;
	border: none;
}

/****LIST FORMATTING*****/
ul {
	font-family : Arial, Helvetica, sans-serif;;
	font-size: 1.0em;
	color : #676767;
	list-style-image : url(../images/lstbullet.gif);
	list-style-type:circle;
	padding:0 0 0 0px;
	margin: 0 0 10px 5px;
}

ol {
	font-family : Arial, Helvetica, sans-serif;;
	font-size:1.0em;
	color : #676767;
	padding:0 0 0 15px;
	margin: 0 0 0 15px;
}
li {
	font-family : Arial, Helvetica, sans-serif;;
	font-size: 1.0em;
	color : #676767;
	list-style-image : url(../images/lstbullet.gif);
	list-style-type:circle;
	padding:0 0 0 0px;
	margin: 0 0 10px 5px;

}

/*******MAIN NAVIGATION******/
#nav {
	position: relative;
	width: 700px;
	height: 20px;
	top: 0;
	left: 0;
	background-color: #a2acb3;
}
#nav a{
	display:block;
	width: 116px;
	height: 20px;
	font-family : Arial, Helvetica, sans-serif;
	font-size :0.85em;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}
#nav a:hover {
	color:#8cd8f8;	
}

#nav, #nav ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style:none;
	
}
#nav li {
	float:left;
	margin: 0;
	padding: 0;
	list-style:none;
}


/*******POSITIONING ALL PAGES ********/
#container {
	position: relative;
	top: 0;
	left: 0;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	border: #ababab 1px solid;
}	

#header {
	position:relative;
	top: 0;
	left:0;
	width: 950px;
	height: 75px;	
}

#logo {
	float: left;
	width: 250px;
	height: 75px;
}
#logo img {
	border: none;
}
#topwater {
	float: right;
	width: 700px;
	height: 75px;
	background:url(../images/topwater.jpg) top left no-repeat;
}
#tagline {
	position:relative;
	top: 35px;
	left: 20px;
	width: 675px;
}
#tagline h4 {
	color: #ffffff;
}
#navheader {
	position: relative;
	top: 0;
	left: 0;
	width: 950px;
}
#navleft {
	float: left;
	width: 250px;
	height: 20px;
	background-color: #000;
}
#navcontain {
	float: right;
	width: 700px;
	height: 20px;
	background-color: #a2acb3;
}
#contentcontain {
	position: relative;
	top: 0;
	left: 0;
	width: 950px;
}

#sidebar {
	float: left;
	width: 250px;
	background-color: #005296;
}
#sidebarcontent {
	position: relative;
	top: 15px;
	left: 15px;
	width: 220px;
}
#sidebarcontent h1 {
	font-size: 1.1em;

}

#sidebarcontent h2 {
	color: #00adef;
	margin: 10px 5px 0 5px;
}

#mainsubcontain {
	float: right;
	width: 700px;
}
#maincontain {
	float: left;
	width: 510px;
	padding: 0 8px 5px 5px;
}
#subbar {
	float: right;
	width: 175px;
}
#subbarcontent {
	position: relative;
	top: 15px;
	left: 0;
	width: 175px;
}

#basebar {
	position: relative;
	top: 0;
	left: 250px;
	width: 400px;
	
}
#sidebarimage {
	position: relative;
	top: 20px;
	left: 0;
	width: 150px;
	height: 175px;

	border: #005296 2px solid;
}
	
/*****HOME PAGE POSITIONING********/
#homecontainer {
	position: relative;
	top: 0;
	left: 0;
	width: 950px;
	height: 510px;
	margin: 0 auto;
	text-align: left;
	border: #ababab 1px solid;
}	

#homecontainer h1 {
	margin: 10px 5px 0 10px;
	padding: 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.0em;
	font-weight : bold;
	color:#005296;
	line-height: 1.3em;
}

#homecontentcontain {
	position: relative;
	top: 0;
	left: 0;
	width: 950px;
	height: 415px;
}

#homesidebar  {
	float: left;
	width: 250px;
	height: 415px;
	background-color: #005295;
	background:url(../images/sidebarwaterdrop.jpg) top left no-repeat;
}
#homesidebar h1,#homesidebar h2, #homesidebar h3 {
	color: #00aedf;
}
#homesidebar h2 {
	font-size: 1.2em;

}

#homesubbarcontent {
	position: relative;
	top: 0;
	left: 0;
	width: 175px;
}
#homesubbarcontent a {
	display: block;
	padding: 5px 0 8px 12px;

}
.subbartitle {
	position: relative;
	top: 0;
	left: 0;
	height: 26px;
	background-color:#00adef;
	padding: 8px 0 3px 6px;
	text-align:center;
}
h3.subbartitle  {
	color: #fff;

}

/****CONTACT FORM*****/
#contactform {
	position: relative;
	top: 15px;
	left: 15px;
	width: 400px;
}

#contactform fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #005296;
	width: 370px;
}
#contactform legend {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.0em;
	font-weight : bold;
	color : #005296;
}
#contactform label {
	display: block;
}
#contactform input.submitbutton {
	display: block;
	margin: 20px 0 0 15px;
}
/****SIGN UP FORM*****/
#signupform {
	position: relative;
	top: 15px;
	left: 30px;
	width: 370px;
}



/****PORTFOLIO********/

#portfoliosidebar {
	float: left;
	width: 250px;
	height: 475px;
	background-color: #005296;
}

#gallerycontain {
	position: relative;
	width: 675px;
}
#galleryprime {
	position: relative;
	width: 675px;
	height: 250px;
	display:none;
}
#galleryprimeimage {
	float: left;
	width: 375px;
	height: 250px;
}
#galleryprimetext {
	float: right;
	width: 300px;
}
#galleryhold {
	position: relative;
	width: 675px;
}
.gallerymod {
	position: relative;
	width: 675px;
	height: 250px;
}
.galleryimage {
	float: left;
	width: 375px;
	height: 250px;
}
.gallerytext {
	float: right;
	width: 300px;
}
.gallerytext a {
	display:inline;
	margin-left: 0;
}
.imagepos {
	position: relative;
	top: 12px;
	left: 12px;
	width: 350px;
}
.imagepos a{
	text-decoration:none;
}

#slidecontain {
	position: relative;
	top:0;
	left: 20px;
	width: 650px;
	height: 80px;
	visibility:hidden;
}
#gallerycontain a {
	margin-left: 12px;
}
