body {	
	font-family: Arial, Helvetica, Verdana, sans serif;
	color: #666666;
	background-color: #00264c;
	line-height: 19px;
	font-size: 12px;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

#wrapperOuter {
	width: 100%;
		
	background: url('/images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#wrapperInner {
	width: 1004px;
	background: url('/images/bgShadow.jpg') no-repeat;	
	margin-right: auto;
	margin-left: auto;
}

/* Fonts */
h1 {
	color: #00264c;
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 8px;
	line-height: 27px;
	margin-top: -3px;
}
h2 {
	font-size: 16px;
	margin: 0px;
	font-weight: bold;
	color: #00264c;
	margin-bottom: 7px;
}
#mainHome h2 {
	font-size: 16px;
	margin: 0px;
	font-weight: bold;
	color: #00264c;
	margin-bottom: 7px;
}
h3 {
	color: #c1bb19;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 2px;
}
h4 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 2px;	
}
a {
	color: #0771ba;
	text-decoration: none;
}
a:hover {
	color: #c1bb19 !important;
}
p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	line-height: 18px;
}
ul {
	margin-top: 5px; 
	margin-bottom: 15px; 
	list-style-type: none;
}
li {
	margin-top: 0px; 
	margin-bottom: 10px;
	background-image: url("/images/arrow.gif");
	background-repeat: no-repeat;
	background-position: 0em .4em;
	padding-left: 20px;
	margin-left: -39px;
}
.gray {
	color: #a7a7a7;	
}
.intro {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
}
hr { 
	color: #dadada; 
	height: 1px; 
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #dadada;
	border: 0px;
}
	
/* Top */
#header {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}

#banner {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

#logo {
	float: left;
	width: 278px;
	margin-bottom: 11px;
	margin-top: 10px;
	margin-left: 3px;
}
#nav {
	float: right;
	width: 639px;
	text-align: right;
}
#utilityNav {
	float: right;
	margin-bottom: 24px;
}
#utilityNavCurve {
	float: left;
}
#utilityNavLinks {
	float: left;
	background: url('/images/utility/bg.gif') repeat-x;
	padding-top: 5px;
	padding-bottom: 10px;
}
#utilityNavLinks a {
	color: #ffffff;
	margin: 8px;
	text-decoration: none;
	font-size: 11px;
}
#utilityNavLinks a:hover {
	color: #ffffff !important;
	margin: 8px;
	text-decoration: none;
	font-size: 11px;
}
#utilityNavLinks a.first {
	color: #ffffff;
	margin: 10px;
	text-decoration: none;
	font-size: 11px;
	border-right: dotted 1px #99b4cf;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
}
#utilityNavLinks a.first:hover {
	color: #ffffff !important;
	margin: 10px;
	text-decoration: none;
	font-size: 11px;
	border-right: dotted 1px #99b4cf;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
}

/* Nav */
#mainNav {
	float: right; 
	position: relative;
	z-index: 5; 
}
#hideDhtml {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	visibility: hidden; 
	top: 0px; 
	left: 0px; 
	z-index: 2; 
}
.navigationMenu { 
	position: absolute; 
	z-index: 10; 
	visibility: hidden; 
	text-align: left;
}
#subnavMenu {
   width: 160px; 
   background-color: #0779c8;
   filter:alpha(opacity=90);
   -moz-opacity:0.0;
   opacity: 0.9;
   	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}
#subnavLinks {
   width: 150px; 
   padding: 9px;
   background-color: transparent;
   position: absolute;
   z-index: 2;                      
   color: #ffffff;
   text-align: left;
   padding-top: 15px;
}
#dhtmlArrow {
	filter:alpha(opacity=90);
   -moz-opacity:0.0;
   opacity: 0.90;
   margin-left: 28px;
}	
.dhtmlLink {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
	margin-left: 9px;
	color: #ffffff;
	line-height: 14px !important;
}
.dhtmlLink:hover {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
	margin-left: 9px;
	color: #00264c !important;
	line-height: 14px !important;
}
.navLink {
	margin-right: 18px;
	border-right: dotted 1px #5985b0;
	padding-right: 20px;
	color: #00264c;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
}
.navLinkfirst {
	margin-right: 18px;
	border-right: dotted 1px #5985b0;
	padding-right: 18px;
	color: #00264c;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
.navLinkLast {
	margin-right: 0px;
	border-right: none;
	padding-right: 10px;
	color: #00264c;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.navLink:hover, .navLinkOn, .navLinkOn:hover {
	margin-right: 18px;
	border-right: dotted 1px #5985b0;
	padding-right: 20px;
	color: #c1bb19 !important;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
.navLinkLast:hover, .navLinkLastOn {
	margin-right: 0px;
	border-right: none;
	padding-right: 10px;
	color: #c1bb19 !important;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;

}

/* Home */
#mainHome {
	margin-bottom: 25px;
}
#mainHomeCol1 {
	width: 280px;;
	float: left;
	margin-left: 40px;
	padding-top: 5px;
}
#mainHomeCol2 {
	width: 280px;
	border-right: dotted 1px #858585;
	border-left: dotted 1px #858585;
	margin-right: 20px;
	padding-right: 20px;
	margin-left: 20px;
	padding-left: 20px;
	float: left;
	padding-top: 5px;
}
#mainHomeCol3 {
	width: 281px;
	float: left;
	margin-right: 40px;
	padding-top: 5px;
}
#partners {
	background: url('/images/home/bg-partners.jpg') repeat-x;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	height: 103px;
}
#partners h2 {
	margin-left: 20px;
	margin-bottom: 5px;
	padding-top: 4px;	
}
#partners img {
	margin-left: 19px;
	margin-top: 23px;
}

.tabStrip ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-bottom: 20px;
}
.tabStrip li {
	margin: 0;
	margin-right: 4px;
	list-style-type: none;
	background-image: none;
	padding-left: 0px;
	float: left;
}
.tabLink {
	display: block;
	text-decoration: none;
	padding: 4px 5px 4px 7px;
	border-left: solid 1px #e2eef7;
	border-top: solid 1px #e2eef7;
	border-right: solid 1px #e2eef7;
	background-color: #e2eef7;
	line-height: 15px;
}
.tabLinkActive {
	display: block;
	text-decoration: none;
	padding: 4px 5px 4px 7px;
	background: #ffffff;
	border-left: solid 1px #e2eef7;
	border-top: solid 1px #e2eef7;
	border-right: solid 1px #e2eef7;
	color: #c1bb19;
	line-height: 15px;
}
.tabLink:hover {
	color: #00264c!important;
}
.tabContent {
	display: none;
	margin-top: 12px;
}
.tabContentActive {
	display: block;
	clear: both;
	background: #ffffff;
	margin-top: 12px;
}
.tabContentActive a {
	color: #666666;
}

#events {
	background-color: #ececec;
	padding: 15px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
}

/* Subnav */
#subnav {
	width: 230px;
	margin-right: 25px;
	float: left;
	margin-left: 40px;
}
#subnav h4 {
	background: url('/images/subnav-header-bg.jpg') repeat-x;
	width: 220px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	height: 27px;
	padding-left: 10px;
	padding-top: 5px;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.subnavLink {
	color: #00264c;
	display: block;
	border-bottom: dotted 1px #858585;
	padding-bottom: 6px;
	margin-bottom: 6px;
	padding-left: 10px;
	font-weight: bold;
}
.subnavLink:hover, .subnavLinkOn {
	color: #c1bb19;
	display: block;
	border-bottom: dotted 1px #858585;
	padding-bottom: 6px;
	margin-bottom: 6px;
	padding-left: 10px;
	font-weight: bold;	
}

/* Subpage */
#mainSub {
	margin-top: 20px;
	margin-bottom: 20px;
}
#content {
	float: left;
	width: 428px;
	border-right: dotted 1px #858585;
	margin-right: 20px;
	padding-right: 25px;
}
#contentFull {
	float: left;
	width: 708px;
}
#rightCol {
	float: right;
	width: 235px;
}
.contentTable td img {
	margin-right: 15px;
	margin-top: 1px;
}

/* Forms */
.formField {
	width: 190px;
	height: 20px;
	margin-bottom: 10px;
	background: url('/images/bgForm.jpg') repeat-x;
	background-position: center bottom;
	border: solid 1px #dadada;;
	font-size: 11px;
	color: #999999;
	padding-left: 5px;
}
.formFieldLong {
	width: 250px;
	height: 20px;
	margin-bottom: 10px;
	background: url('/images/bgForm.jpg') repeat-x;
	background-position: center bottom;
	border: solid 1px #dadada;;
	font-size: 11px;
	color: #999999;
	padding-left: 5px;
}
.textarea {
	width: 190px;
	height: 130px;
	background: url('/images/bgForm.jpg') repeat-x;
	background-position: center bottom;
	border: solid 1px #dadada;
	font-size: 11px;
	color: #999999;
	font-family: Arial, Helvetica, Verdana, sans serif;
	padding-left: 5px;
}
.loginBox {
   	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border: solid 1px #dadada;
	padding: 20px;
	width: 260px;
	margin-top: 15px;
}
.loginBox h3 {
	margin-bottom: 10px;
}

/* Footer */
#footer {
	width: 100%;
	background-color: #00264c;
}
#footerText {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #ffffff;
	margin-top: 20px;
	margin-bottom: 50px;
}
#footerText a {
	color: #80c9dc;
	text-decoration: none;
}
.shadow {
	background: url('/images/bgFooter.jpg') repeat-x;
	height: 22px;
}


.button {
	background-color: #0771ba;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
	text-align: center;
	font-size: 11px;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border: none;
	background: url('/images/buttons/bg.jpg') repeat-x;
}
.button:hover {
	color: #ffffff !important;
}
