body {
	font-family:Tahoma, Arial, sans-serif;
	font-size:0.8em;
	color:#000000;
	background-image:url(/images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top left;
	background-color:#3e7d93;
	padding:0;
	margin:0;
}
h1 {
	text-transform:uppercase;
	color:#005da9;
	font-size:1.5em;
	line-height:1.5em;
	padding-top:5px;
}
h2 {
	font-size:1.3em;
	line-height:1.3em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	margin-bottom:0;
}
h3 {
	font-size:1.1em;
	line-height:1.1em;
	font-weight:normal;
}
.panelHeader {
	font-size:1.3em;
	text-transform:uppercase;
	line-height:1.3em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#FFFFFF;
	margin-top:5px;
	margin-bottom:5px;
}
img { border:0; }
a:link, a:visited {
	color:#006699;
	text-decoration:none;
}
a:hover { color:#003366; }
#container {	
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}
/* Shadows */
.shadow_l {background: url(/images/shadows/left.png) repeat-y top left;}
.shadow_r {background: url(/images/shadows/right.png) repeat-y top right;}

/*Header*/
#header {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
.lightBlueBg {background-color:#ddebef; width:940px; margin-left:auto; margin-right:auto;}
.headerShadowTop {
	background: url(/images/shadows/header_top.png) no-repeat top left;
	height:5px;
	width:950px;
}
.headerShadowBottom {
	background: url(/images/shadows/header_bottom.png) no-repeat left;
	height:5px;
	width:950px;
}

#logo {
	margin-left:20px;
	margin-top:20px;
}

#contactTop {
	float:right;
	font-size:1.4em;
	line-height:1.4em;
	color:#005daa;
	padding-top:105px;
	width:550px;
	text-align:right;
	padding-right:10px;
}
#smallerTop {
	font-size:0.5em;
	text-transform:uppercase;
}

/* Navigation */
#navigation {
	width:925px;
	margin-left:auto;
	margin-right:auto;
	border-top:1px solid #b7c4c9;
	border-bottom:1px solid #b7c4c9;
	margin-top:7px;
}
ul.navList {
	padding:0;
	margin:0;
}
ul.navList li {
	list-style-type:none;
	height:20px;
	line-height:20px;
	margin-left:15px;
	margin-right:14px;
	display:inline;
	text-align:center;
}
ul.navList li:last-child { margin-right:0; }
ul.navList li a:link, ul.navList li a:visited {
	text-decoration:none;
	color:#555d63;
	text-transform:uppercase;
	font-family:Tahoma, Arial, san-serif;
	font-size:1em;
}
ul.navList li a:hover { color:#005daa; }
#activeNav a:link, #activeNav a:visited { color:#005daa; }

/* Subnav */
#subNav {
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}
ul.subNavList {
	padding:0;
	margin:0;
}
ul.subNavList li:first-child { padding-left:5px; }
ul.subNavList li {
	list-style-type:none;
	height:20px;
	line-height:20px;
	margin-left:15px;
	margin-right:15px;
	display:inline;
	text-align:center;
}
ul.subNavList li a:link, ul.subNavList li a:visited {
	text-decoration:none;
	color:#737373;
	text-transform:uppercase;
	font-family:Tahoma, Arial, san-serif;
	font-size:1em;
}
ul.subNavList li a:hover { color:#005daa; }
#subSelected { color:#005daa; }

/*Breadcrumb*/
#breadCrumb {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	height:25px;
	line-height:25px;
	padding-left:10px;
	color:#9B9B9B;
	text-transform:uppercase;
	font-size:0.85em;
}
#breadCrumb a:link, #breadCrumb a:visited {
	font-family:Tahoma, Arial, san-serif;
	color:#9B9B9B;
	text-decoration:none;
}
#breadCrumb a:hover {
	color:#005daa;
}
#contentHolder {
	width:950px;
}

/*Main content*/
.shadow_small_l {background: url(/images/shadows/left_small.png) repeat-y top left; width:235px;}
.shadow_small_r {background: url(/images/shadows/right_small.png) repeat-y top right; width:235px;}
.contentShadowTop {	background: url(/images/shadows/sub_top.png) no-repeat 0 0; height:5px; width:700px; }
.contentShadowBottom { background: url(/images/shadows/sub_bottom.png) no-repeat 0 0; height:5px; width:700px; }
#leftPanel {
	float:left;
	margin-left:5px;
	width:690px;
	height:245px;
	background-color:#ddebef;
}
#leftPanelBig {
	float:left;
	margin-left:5px;
	width:690px;
	background-color:#ddebef;
}
#lightBlueBgContent {background-color:#ddebef; width:700px; margin-left:auto; margin-right:auto; clear:both;}

/*Container holders*/
#homeMainImage {
	float:left;
	margin-left:7px;
	margin-top:12px;
}
#homeMainText {
	padding:7px;
	float:left;
	padding-top:0;
	margin-top:0;
	width:400px;
}
#homeMainText h1 {
	padding-top:3px;
	margin-top:0;
}
#homeRightText {
	padding:0;
	margin:0;
}
#verticalBar {
	float:left;
	margin-left:5px;
	margin-top:11px;
	padding-right:10px;
}

.shadow_panel_l {background: url(/images/shadows/left_small.png) repeat-y top left;}
.shadow_panel_r {background: url(/images/shadows/right_small.png) repeat-y top right;}
#rightPanelContainer {
	float:right;
}
#rightPanel {
	float:right;
	color:#FFFFFF;
	font-family:Tahoma, Arial, sans-serif;
	font-size:0.9em;
	height:245px;
	width:235px;
	margin-left:5px;
	margin-right:5px;
	background-color:#709eac;
}
#rightPanel p, #rightPanel ul { padding:4px; }
.panelTop {
	width:245px;
	height:5px;
	background: url(/images/shadows/panel_top.png) no-repeat 0 0;
}
.panelBottom {
	width:245px;
	height:5px;
	background: url(/images/shadows/panel_bottom.png) no-repeat 0 0;
}

.panelFootTop {
	width:230px;
	height:5px;
	margin-left:5px;
	background: url(/images/shadows/foot_top.png) no-repeat 0 0;
}
.panelFootBottom {
	width:230px;
	height:5px;
	margin-left:5px;
	background: url(/images/shadows/foot_bottom.png) no-repeat 0 0;
}

.clear { clear:both; }
#leftFooterPanel {
	margin-top:5px;
	float:left;
	width:700px;
	height:245px;
}
#footerPanelFirst {
	float:left;
	margin-left:5px;
	width:220px;
	height:245px;
	color:#FFFFFF;
	font-family:Tahoma, Arial, sans-serif;
	font-size:0.9em;
	background-color:#1b6bae;
}
#footerPanelMiddle {
	background-color:#0d68b3;
	float:left;
	margin-left:5px;
	width:220px;
	height:245px;
	color:#FFFFFF;
	font-family:Tahoma, Arial, sans-serif;
	font-size:0.9em;
}
#footerPanelLast {
	background-color:#115f9f;
	float:left;
	margin-left:5px;
	width:220px;
	height:245px;
	color:#FFFFFF;
	font-family:Tahoma, Arial, sans-serif;
	font-size:0.9em;
}
#footerPanelFirst p, #footerPanelMiddle p, #footerPanelLast p, #rightFooterPanel p, #rightPanel p { padding:7px; padding-top:0; }
#rightFooterPanel {
	margin-top:5px;
	float:right;
	color:#FFFFFF;
	font-family:Tahoma, Arial, sans-serif;
	width:231px;
	height:243px;
	margin-right:13px;
}
#footerPanel {
	float:right;
	color:#FFFFFF;
	font-family:Tahoma, Arial, sans-serif;
	font-size:0.9em;
	height:245px;
	width:235px;
	margin-left:5px;
	margin-right:5px;
	background-color:#709eac;
}
#footerPanel p { padding-left:5px; width:225px; }

#footerWrap {
	clear:both;
	margin-top:5px;
}
#footer {
	padding-top:2px;
	padding-bottom:2px;
	width:945px;
	height:15px;
	line-height:15px;
	font-size:0.85em;
	background-color:#58616D;
	color:#CCCCCC;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	font-family:Tahoma, Arial, sans-serif;
}
#footer a:link, #footer a:visited {
	padding-left:4px;
	padding-right:4px;
	color:#CCCCCC;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
}
#rightPanel ul {
	padding-left:20px;
	margin:0;
	line-height:1.5em;
}
#contentBigImage {
	padding-left:5px;
	padding-top:5px;
}
#mainText {
	width:680px;
	padding-left:8px;
}
.subBottomHalf a:link, .subBottomHalf a:visited {
	display:block;
	width:48.5%;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFFFFF;
	margin-right:5px;
	float:left;
	padding:3px;
}
#leftHalfSide a:link, #leftHalfSide a:visited { background-color:#709eac; }
#rightHalfSide a:link, #rightHalfSide a:visited { background-color:#5ba4bb; }
#leftHalfSide a:hover { background-color:#468599; }
#rightHalfSide a:hover { background-color:#56828f; }
.subBottomBox a:link, .subBottomBox a:visited {
	display:block;
	width:28.8%;
	margin-right:5px;
	padding:13px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	line-height:1.1em;
	float:left;
	background-color:#1b6bae;
}
.subBottomBoxHalf a:link, .subBottomBoxHalf a:visited {
	display:block;
	width:49.4%;
	margin-right:5px;
	padding-top:13px;
	padding-bottom:13px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	line-height:1.1em;
	float:left;
	background-color:#1b6bae;
}
.subBottomBoxHalf a:hover { background-color:#155890; }
.lastBox a:link, .lastBox a:visited { margin-right:0; }
.addFiveTop { height:5px; }
.subBottomBox a:hover { background-color:#155890; }
.footerPanelSmall {
	float:right;
	color:#005da9;
	width:235px;
	margin-left:5px;
	margin-right:5px;
	background-color:#ddebef;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
}
.footerPanelSmall a:link, .footerPanelSmall a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	line-height:1.6em;
	text-decoration:none;
	color:#005da9;
}
.footerPanelSmall a:hover {
	color:#000000;
}
.whitelink a:link, .whitelink a:visited { color:#FFFFFF; }
.whitelink a:hover { color:#155890; }
.greylink { padding:0; margin:0; }
.greylink a:link, .greylink a:visited { color:#DBDBDB; }
.greylink a:hover { color:#155890; }

/* Calendar */
.calendar {
	border-style: none;
	border-collapse:collapse;
	background-color:#FFFFFF;
	font-size:1em;
	text-align:left;
}
.calendar td {
	border-width: 1px;
	border-style: solid;
	border-color:#d6d6d6;
	background-color:#FFFFFF;
	text-align:center;
	height:100px;
	width:100px;
	vertical-align:top;
}
.calendar th {
	color:#000000;
	background-color:#fff;
	border-width: 1px;
	border-style: solid;
	border-color:#d6d6d6;
	font-weight:normal;
	text-align:center;
	padding:5px;
	font-size:1.5em;
}
/* FAQs */
:target { background-color:#E7EDF8; }
/* General */
input[type=text], textarea, select, input[type=submit] {
	font-family:inherit;
	font-size:inherit;
}
input[type=submit] {
	border:0;
	width:100px;
	height:28px;
	color:#001129;
	background-color:#d6d6d6;
	font-size:0.9em;
	line-height:30px;
}
input[type=submit]:hover {
	color:#005daa;
	cursor:pointer;
}
#recaptcha_data {
	float:left;
	width:306px;
}
#recaptcha_image {
	border:1px solid #cccccc;
	border-bottom:none;
	padding:2px;
	padding-bottom:0;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
}
#recaptcha_response_field {
	width:298px;
    padding-top:6px;
    height:17px;
    font-size:1.2em;
	-webkit-border-top-left-radius:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-top-right-radius:0;
	-moz-border-radius-topright:0;
}
#recaptcha_controls {
	float:left;
	width:125px;
	font-size:0.8em;
	color:#666;
	border:1px solid #cccccc;
    border-left:0;
	height:70px;
	padding:8px 10px 8px 10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
#recaptcha_controls h3 {
	margin:0 0 .5em 0;
	font-size:10px;
}
#recaptcha_controls ul {
	margin:0 0 8px 0;
	padding:0;
}
#recaptcha_controls li { list-style-type:none; }