@charset "UTF-8";
/* CSS Document */


/*MASTER LAYOUT*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 1em;
}
a:link, a:visited {
	text-decoration: none;
	color: #336699;
}
a:hover, a:active {
	color: #336699;
	text-decoration: underline;
}
#flashBanner {
	height: 387px;
	width: 760px;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
.disclaimer {
	font-size: 10px;
}
input, textarea {
	margin-top: 3px;
	margin-bottom: 3px;
}

.ServerMsg 
{
	font-size:11px;
	color:#d23b17;
}







/*HEADER*/

#header {
width: 760px;
	height: 57px;
}
#logo {
	width: 570px;
	padding-left: 20px;
}
#utilityNav {
	width: 170px;
}
#utilityNav ul {
	list-style-type: none;
}
#utilityNav li {
	display: inline;
}
#utilityNav a {
	display: block;
	float: left;
	color: #666666;
	text-decoration: none;
	padding-left: 15px;
	font-size: 11px;
	width: 50px;
}
#utilityNav a:hover, body.home #home a, body.contact #contact a {
	color: #366599;
	text-decoration: underline;
}
#home a {
	background-image: url(../images/icon-house.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#contact a {
	background-image: url(../images/icon-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#secure a {
	background-image: url(../images/icon-lock.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}





/*MAIN NAVIGATION*/

#navigation {
	height: 34px;
	width: 760px;
	margin-bottom: 5px;
}
#navigation ul {
	list-style-type: none;
}
#navigation li {
	display: inline;
}
#navigation a {
	display: block;
	height: 24px;
	width: 152px;
	float: left;
	text-align: center;
	padding-top: 10px;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/btnBG.gif);
	background-repeat: no-repeat;
}
#navigation a:hover, body.info #info a, body.signup #signup a, body.partners #partners a {
	background-image: url(../images/btnBG.gif);
	background-repeat: no-repeat;
	background-position: 0px -34px;
	color: #333333;
}
#about a {
	background-image: url(../images/btnBG-L.gif);
	background-repeat: no-repeat;
}
#about a:hover, body.about #about a {
	background-image: url(../images/btnBG-L.gif);
	background-repeat: no-repeat;
	background-position: 0px -34px;
}
#media a {
	background-image: url(../images/btnBG-R.gif);
	background-repeat: no-repeat;
}
#media a:hover, body.media #media a {
	background-image: url(../images/btnBG-R.gif);
	background-repeat: no-repeat;
	background-position: 0px -34px;
}







/*VIEWPATHS*/

#viewpaths {
	font-size: 11px;
	height: 132px;
	width: 760px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#viewpathC {
	background-image: url(../images/viewpathC.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 19px;
	padding-top: 95px;
	width: 236px;
}
#viewpathC ul {
	list-style-type: none;
}
#viewpathC li {
	display: inline;
}
#viewpathC a {
	display: block;
	float: left;
	height: 18px;
	width: 96px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/btnRounded.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 3px;
	margin-left: 7px;
}
#viewpathC a:hover, #viewpathC a:active {
	color: #366599;
	background-image: url(../images/btnRounded-Over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#viewpaths h1 {
	font-weight: normal;
	color: #00788a;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 0.3em;
	margin-top: 0px;
}
#viewpathL {
	background-image: url(../images/viewpathL.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 15px;
	padding-top: 10px;
	width: 240px;
}
#viewpathR {
	background-image: url(../images/viewpathR.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 15px;
	padding-top: 10px;
	width: 235px;
}



/*INTERIOR CONTENT*/

#contentWrapper {
	width: 760px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#contentWrapper h2 {
	font-size: 12px;
	margin-bottom: 0px;
}
#contentWrapper h3 {
	font-weight: normal;
	text-transform: uppercase;
	color: #00788a;
	letter-spacing: .4em;
}
#content {
	width: 519px;
	padding: 20px;
}
#contentNarrow {
	width: 410px;
	padding: 20px;
}
#contentWide {
	width: 660px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
#contentSidebar {
	width: 230px;
	padding: 40px;
	background-image: url(../images/sidebar.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}
#contentSidebar h1 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .3em;
	font-weight: normal;
	color: #00788a;
}
#contentSidebar form {
	line-height: 8px;
}
#pageTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 22px;
	color: #00788a;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
#contentWrapper ul {
	margin-left: 15px;
}







/*INTERIOR SUBNAV*/

#subnav {
	width: 180px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
#subnav ul {
	list-style-type: none;
}
#subnav a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 140px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
}
#subnav .last a {
	border-bottom-style: none;
}
#subnav a:hover {
	color: #336699;
	background-color: #ebebeb;
}





/*FOOTER*/

#footer {
	height: 47px;
	width: 760px;
	background-image: url(../images/footerStroke.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	font-size: 10px;
	color: #666666;
	margin-bottom: 20px;
}
#footer a:link, #footer a:visited {
	color: #666666;
}
#footer a:hover, #footer a:active {
	color: #336699;
	text-decoration: underline;
}
#footer p {
	margin-top: 1px;
	margin-bottom: 0px;
}
#contentWrapper li {
	margin-bottom: 1em;
}

