* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Helvetica, Arial, sans-serif;
}

#wrapper {
	width: 940px;
	margin: 20px auto;
}

#header {
	background-color: #f2f7fa;
	background-image: url(../images/header-bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	width: 940px;
	margin: 0 0 20px 0;
}

#header-inner {
	background-image: url(../images/header-bg-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 100px;
}

#logo {
	min-height: 86px;
	width: 205px;
	float: left;
	margin: 14px 0 0 35px;
}

#accessibility {
	width: 260px;
	float: left;
	margin: 0 0 0 400px;
	text-align: center;
	height: 20px;
	color: #125c97;
	font-size: 13px;
	background-image: url(../images/access-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#accessibility a {
	text-decoration: none;
	color: #125c97;
	padding: 0 3px;
}

#accessibility a:hover {
	text-decoration: underline;
	color: #000000;
}

#search {
	width: 260px;
	float: left;
	margin: 10px 0 5px 430px;
	color: #125c97;
	font-size: 13px;
}

#search input.inputBox {
	width: 150px;
	padding: 2px;
	border: 1px solid #cccccc;
}

#search input.inputButton {
	padding: 2px;
	border: 1px solid #cccccc;
}


#navigation {
	float: left;
	margin: 0 0 0 50px;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	font-size: 14px;
	padding: 15px 12px;
	display: block;
	float: left;
	color: #125c97;
	background-color: #F2F7FA;
	text-decoration: none;
}

#navigation ul li a:hover {
	background-color: #125c97;
	color: #FFFFFF;
}

#navigation ul li a.navon {
	background-color: #FFFFFF;
	color: #125c97;
}

#navigation ul li a.navon:hover {
	text-decoration: underline;
}

#tagline {
	float: left;
	width: 900px;
	margin: 0 0 20px 0;
	padding: 0 20px;
}

#tagline h1 {
	color: #125c97;
	font-size: 1.1em;
}

#breadcrumbs {
	float: left;
	width: 710px;
	margin: 0 0 20px 230px;
}

#breadcrumbs p {
	font-size: 0.75em;
	color: #999999;
}

#breadcrumbs a {
	color: #125c97;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #000000;
	text-decoration: underline;
}

#features, #features2, #subfeatures {
	float: left;
	width: 940px;
	background-image: url(../images/features-bg-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#subfeatures {
	background-image: url(../images/subfeatures-bg-bottom.jpg);
}

#features h2, #features2 h2, #subfeatures h2 {
	color: #125c97;
	font-size: 1em;
	margin: 0 0 0.5em 0;
	font-weight: normal;
}

#features p, #features2 p, #subfeatures p {
	color: #333333;
	font-size: 0.8em;
	margin: 0.5em 0 0 0;
}

#features a, #features2 a, #subfeatures a {
	color: #125c97;
	text-decoration: none;
}

#features a:hover, #features2 a:hover, #subfeatures a:hover {
	color: #000000;
	text-decoration: underline;
}

#features ul, #subfeatures ul {
	list-style: none;
}

#features li, #subfeatures li {
	font-size: 0.8em;
	padding: 0.4em 0;
	border-bottom: 1px solid #cddfee;
}

#news, #features2 #feature1  {
	float: left;
	width: 400px;
	background-image: url(../images/news-bg-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 140px;
	padding: 20px 30px;
}

#featurehp {
	float: left;
	width: 420px;
	min-height: 140px;
	padding: 20px 30px;
	background-image: url(../images/feature1-bg-top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


#feature1, #feature2 {
	float: left;
	width: 180px;
	background-image: url(../images/subfeature1-bg-top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 140px;
	padding: 20px 30px;
}

#feature2 {
	background-image: url(../images/subfeature2-bg-top.jpg);
}

#features2 #feature1, #features2 #feature2  {
	float: left;
	width: 400px;
	background-image: url(../images/news-bg-top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 140px;
	padding: 20px 30px;
}

#features2 #feature2 {
	background-image: url(../images/feature1-bg-top.jpg);
	width: 420px;
}



#content {
	float: left;
	width: 940px;
	margin: 0 0 20px 0;
	overflow: auto;
}


#image-column {
	float: left;
	width: 230px;
}

#image-column p {
	font-size: 0.8em;
	color: #aeaeae;
	padding: 10px 30px 0 0;
}

#image-column ul {
	list-style: none;
	margin-top: 30px;
	width: 200px;	
	font-size: 0.9em;
}

#image-column ul li a {
	display: block;
	background-color: #F2F7FA;
	font-size: 0.85em;
	padding: 5px;
	margin-bottom: 1px;
	text-decoration: none;
	color: #125c97;
}

#image-column ul li a:hover {
	background-color: #125c97;
	color: #ffffff;
}

#image-column ul li a.current {
	background-color: #b9d2e6;
	color: #125c97;
}


#news-column {
	float: left;
	width: 180px;
	margin: 0 50px 0 0;
}

#text {
	float: left;
	width: 480px;
	margin: 0 50px 0 0;
}

#text h1 {
	color: #4b8ac2;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 130%;
	margin-bottom: 0.7em;
}

#text h2 {
	color: #666666;
	font-size: 1em;
	margin-bottom: 1em;
	line-height: 130%;
}

#text h3 {
	color: #4b8ac2;
	margin-bottom: 1em;
	font-size: 1em;
}

#text p {
	color: #666666;
	font-size: 1em;
	margin-bottom: 1em;
	line-height: 130%;
}

#text ul {
	margin-bottom: 1em;
}

#text li {
	color: #666666;
	font-size: 1em;
	margin: 0 0 5px 30px;
	line-height: 130%;
}

#text a {
	color: #125c97;
	text-decoration: none;
}

#text a:hover {
	color: #000000;
	text-decoration: underline;
}


#feature-column {
	float: left;
	width: 180px;
}

#feature-column .feature-box {
	float: left;
	width: 180px;
	border-bottom: 1px solid #d2e2f0;
	padding: 10px 0;
}

ul.qlinks {
	list-style: none;
	padding: 10px 0;
	clear: both;
	font-size: 0.9em;
}

ul.qlinks li {
	padding: 3px 0;
}


#news-column h3, #feature-column h3 {
	color: #4b8ac2;
	margin: 0 0 5px 0;
}

#news-column p, #feature-column p {
	color: #666666;
	margin: 5px 0 15px 0;
	font-size: 0.85em;
}


ul.sub-nav {
	list-style: none;
	margin-bottom: 30px;
	font-size: 0.9em;	
}

ul.sub-nav li a {
	display: block;
	background-color: #F2F7FA;
	font-size: 0.85em;
	padding: 5px;
	margin-bottom: 1px;
	color: #125c97;
}

ul.sub-nav li a:hover {
	background-color: #125c97;
	color: #ffffff;
}

ul.sub-nav li a.navon {
	background-color: #b9d2e6;
	color: #125c97;
}

ul.news {
	list-style: none;
}

ul.news li {
	color: #666666;
	padding: 10px 0 10px 0;
	font-size: 0.85em;
	border-bottom: 1px solid #d2e2f0;
}

#news-column a, #feature-column a {
	color: #125c97;
	text-decoration: none;
}

#news-column a:hover, #feature-column a:hover {
	color: #000000;
	text-decoration: underline;
}

#footer {
	float: left;
	width: 900px;
	padding: 20px;
}

#footer p {
	color: #125c97;
	font-size: 0.85em;
	line-height: 125%;
}

#footer a {
	color: #7CA2CF;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}




.tabs, .panels {
	float: left;
}

UL.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
}

UL.tabNavigation LI {
	display: inline;
}

UL.tabNavigation LI A {
	background-color: #3980b8;
	color: #ffffff;
	text-decoration: none;
	display: block;
	float: left;
	width: 207px;
	font-size: 0.8em;
	line-height: 50px;
	text-align: center;
	border-left: 1px solid #246289;
}

UL.tabNavigation LI A.first {
	width: 108px;
	border-left: 0;
	background-image: url(../images/tabs-bg-first.png);
	background-repeat: no-repeat;
	background-position: left top;
}

UL.tabNavigation LI A.last {
	background-image: url(../images/tabs-bg-last.png);
	background-repeat: no-repeat;
	background-position: right top;
}


UL.tabNavigation LI A:hover {
	background-color: #92B2D6;
	color: #ffffff;
}

UL.tabNavigation LI A.selected {
	background-color: #e5eff6;
	color: #666666;
}

div.splash {
	float: left;
	width: 940px;
	margin: 0 0 20px 0;
	background-image: url(../images/splash-bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 249px;
	background-color: #e5eff6;
}

.panels div {
	min-height: 190px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 19px 0 0 490px;
	width: 420px;
}

.panels h2 {
	color: #3980B8;
	font-size: 1.4em;
	padding: 0 0 10px 0;
}

.panels p {
	color: #333333;
	font-size: 1em;
	padding: 0 0 10px 0;
}

.panels a {
	color: #3980b8;
	text-decoration: none;
	font-weight: bold;
}

.panels a:hover {
	color: #333333;
	text-decoration: underline;
}




#introduction {
	float: left;
	width: 940px;
	margin: 0 0 20px 0;
	background-image: url(../images/splash-bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 300px;
	background-color: #e5eff6;
	padding: 0;
}

#intro-photos {
	float: left;
	width: 460px;
	background-image: url(../images/splash-bg-top-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#intro-photos ul {
	list-style: none;
	margin: 0;
}

#intro-photos li {
	margin: 0;
	padding: 0;
}

#intro-text {
	float: left;
	width: 420px;
	padding: 30px;
	background-image: url(../images/splash-bg-top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#intro-text h1, #intro-text p {
	font-size: 0.8em;
	margin: 0 0 0.7em 0;
	font-weight: normal;
	line-height: 130%;
	color: #333333;
}