/* Pallete
Dark Blue: 		#164450
Medium Blue:	#216778
Light Blue:		#5fbcd3
*/

/***** Force Horizontal Scrollbar *****/
html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }

body {
	margin:0;
	padding:0;
	background:url('/Images/body.png') no-repeat center top fixed #5fbcd3;
	font:85%/1.4 "Century Gothic", "Trebuchet MS", verdana, arial, helvetica, sans-serif;
}

a {
	color:#369;
	text-decoration:underline;
}
	a:hover {
		color:#216778;
		background:#5fbcd3;
	}
	a.hideDescriptions {
		cursor:pointer;
		font-style:oblique;
		margin-left:2em;
	}

#header {
	height:150px;
	width:100%;
	margin:0;
	padding:0;
	background:url('/Images/logo.png') no-repeat center center white;
}
	#header h1 {
		display:none
	}
	
#nav {
	height:60px;
	width:650px;
	margin:0 auto;
	padding:0;
	background:transparent;
}
	#nav ul {
		margin:0;
		padding:0;
	}
	#nav ul li {
		list-style-type:none;
		margin:0;
		padding:0;
		display:inline;
	}
	#nav ul li a {
		display:block;
		float:left;
		width:108px;
		height:36px;
		margin:0;
		padding:0;
		background:url('/Images/nav.png') no-repeat;
	} 
	#nav ul li a.current {
		height:46px;
	} 
	#nav ul li a span {
		display:none;
	}
	
		#nav ul li.link1 a {
			background-position:0 -10px;
		}
			#nav ul li.link1 a.current {
				background-position:0 0;
			}
		#nav ul li.link2 a {
			background-position:-108px -10px;
		}
			#nav ul li.link2 a.current {
				background-position:-108px 0;
			}
		#nav ul li.link3 a {
			background-position:-216px -10px;
		}
			#nav ul li.link3 a.current {
				background-position:-216px 0;
			}
		#nav ul li.link4 a {
			background-position:-324px -10px;
		}
			#nav ul li.link4 a.current {
				background-position:-324px 0;
			}
		#nav ul li.link5 a {
			background-position:-432px -10px;
		}
			#nav ul li.link5 a.current {
				background-position:-432px 0;
			}
		#nav ul li.link6 a {
			background-position:-540px -10px;
		}
			#nav ul li.link6 a.current {
				background-position:-540px 0;
			}

#content {
	width:630px;
	min-height:300px;
	margin:0 auto;
	color:#fafafa;
}

#footer {
	width:630px;
	margin:0 auto;
	color:#164450;
	border-top:1px solid #216778;
}
	#footer p#footerDesigner {
		float:left;
		margin:0;
	}
	#footer p#footerCopyright {
		float:right;
		margin:0;
	}

h2 {
	font-weight:normal;
	font-size:2em;
	text-transform:lowercase;
	letter-spacing:0.2em;
	color:#164450;
}
h3 {
	position:relative;
	font-weight:normal;
	font-size:1.6em;
	text-transform:uppercase;
	letter-spacing:0.2em;
	padding-top:1em;
	color:#164450;
	margin-bottom:0;
}
h4 {
	position:relative;
	left:-1em;
	font-style:oblique;
	font-weight:normal;
	font-size:1.3em;
	text-transform:lowercase;
	letter-spacing:0.2em;
	padding-top:1em;
}

div.skipTo {
	border:1px solid white;
	width:250px;
	padding:5px;
}
	div.skipTo ul {
		margin:0;
	}

.indent {
	padding-left:2em;
}

img.pagePhoto {
	float:right;
	margin-right:-50px;
}

h1, h2,  h4, h5, p {
	margin:0 0 12px 0;
}

