body {
	font-family:Tahoma, Arial, sans-serif;
	font-size:0.8em;
	color:#000000;
	background-image:url(/images/background3.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top left;
	background-color:#48749b;
	padding:0;
	margin:0;
}
hr{
    width: 80%;
    color: #CCC;
}
#mainTitle {
	text-transform:uppercase;
	color:#005da9;
	font-size:2em;
	line-height:1.5em;
	padding-top:5px;
}
h1 {
	text-transform:uppercase;
	color:#005da9;
	font-size:1.3em;
	line-height:1.5em;
	padding-top:5px;
}
h2 {
	font-size:1.2em;
	line-height:1.2em;
	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:#B93026; }
#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:#ebf4fa; 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:#b93026; }
#activeNav a:link, #activeNav a:visited { color:#b93026; }

/* 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:#b93026; }
#subSelected { color:#b93026; }

/*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:#b93026;
}
#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;
    min-height: 245px;
	height:auto;
	background-color:#ebf4fa;
}
#leftPanelBig {
	float:left;
	margin-left:5px;
	width:690px;
    min-height: 245px;
    height:auto;
	background-color:#ebf4fa;
}
#lightBlueBgContent {background-color:#ebf4fa; width:700px; margin-left:auto; margin-right:auto; clear:both;}

/*Container holders*/
#homeMainImage {
	float:left;
	margin-left:7px;
	margin-top:12px;
    margin-bottom:12px;
    width: 231px;
}
#homeMainText {
	padding:7px;
	float:left;
	width:400px;
}
#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:#115F9F;
}
#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; }


#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:#FFFFFF; }

/* 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;
}

#draggable{	width:670px;	height:300px;	border:1px solid black;	overflow:hidden;}

/*zoom controls*/
.zoom{position:absolute;margin:5px;display:block;width:17px;}
.zoom li{padding:0;margin:0;width:17px;height:9px;list-style-type:none;background:url('/images/zoom-slider.gif') no-repeat center center;display:block;float:left;clear:both;}
.zoom li a{height:9px;font-size:77%;padding:0;line-height:0.5em;margin:0;display:block;text-decoration:none;}
.zoom li.zoom_plus, .zoom li.zoom_minus{height:17px;}
.zoom li.zoom_plus a,
.zoom li.zoom_minus a{width:17px;height:17px;background:url('/images/zoom-plus.gif') no-repeat center center;}
.zoom li.zoom_minus a{background-image:url('/images/zoom-minus.gif');}
.zoom li a, .zoom li a:hover{display:block;text-align:center;}
.zoom li.current_zoom a{background:url('/images/zoom-level.gif') no-repeat top left;}

.inputerror { border:1px solid #DA3236 !important; }
label.inputerror { display:none !important; }
#mainText p{padding-right: 20px;}
