@charset "UTF-8";
* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.clear {
	clear: both;
}

body {
	background-color: #000000;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 8px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 4px;
}

#wrapper {
	background-image: url(../images/header-lens.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 10px;
}

#innerwrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header {
}

.logo {
	margin-left: 15px;
	display: block;
}

#navigation {
	padding-top: 3px;
	padding-bottom: 1px;
}

#navigation a:link , 
a:visited , 
a:hover , 
a:active {
	color: #FFFFFF;
}

#navigation a:hover , 
a:active {
	background-color: #67B5D5;
}

#navigation ul  {
	list-style-type: none;
	font-size: 16px;
	color: #FFFFFF;
}

#navigation li {
	padding-left: 6px;
	padding-right: 6px;
	float: left;
	height: 25px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 1px;
}
#navigation  li a  {
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	height: 22px;
	padding-top: 2px;
}
#navigation   li.current {
	background-repeat: no-repeat;
	background-image: url(../images/nav-active+.gif);
	background-position: right bottom;
}

#navigation li.current a {
	background-image: url(../images/nav-active-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#navigation2 {
	background-image: url(../images/nav2-rpt.gif);
	background-color: #32728E;
}

#nav2-L {
	background-image: url(../images/nav2-L.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#nav2-R {
	background-image: url(../images/nav2-R.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 23px;
}

#navigation2 li {
	display: block;
	float: left;
	list-style-type: none;
	color: #c4e1e6;
	font-size: 12px;
	margin-right: 30px;
	padding-top: 4px;
}

#navigation2 li.active {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4e1e6;
}

#navigation2 a:link ,
#navigation2 a:visited ,
#navigation2 a:hover ,
#navigation2 a:active {
	color: #c4e1e6;
}
#navigation2 a:hover ,
#navigation2 a:active {
	text-decoration: underline;
}

#content {
	color: #084872;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
}
#content p {
	line-height: 1.75em;
	padding-bottom: 8px;
}

#content li {
	line-height: 1.75em;
	margin-left: 15px;
}

#content a {
	color: #0C72B5;
	text-decoration: underline;
	font-weight: bold;
}

.imgright {
	float: right;
}
#hometext {
	float: left;
	width: 220px;
	padding: 15px;
	background-image: url(../images/white-transp.png);
	background-repeat: repeat;
	background-position: left top;
}
#featuredphoto {
	margin-left: 50px;
	float: left;
	text-align: center;
	width: 550px;
}

#footer {
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	background-color: #A0DAE3;
	background-position: bottom;
}

#footerinner {
	background-image: url(../images/footer+.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 74px;
	padding-bottom: 5px;
}

#footernav {
	width: 885px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	font-size: 11px;
	color: #084872;
	padding-top: 8px;
}
#footernav div {
	float: left;
	margin-right: 30px;
	padding-left: 15px;
}
#footernav div li {
	list-style-type: none;
	font-size: 10px;
	padding-top: 2px;
}

#footernav a {
	color: #084872;
}

#footernav a:hover , 
a:active {
	text-decoration: underline;
}
#footernav div.footerinfo {
	float: right;
	padding-top: 45px;
	font-size: 9px;
}
