@charset "UTF-8";



/* -------------------- Resets and globals -------------------- */

* {
	margin:0; padding:0;
}
.clearFix {
	clear: both;
}
body {
	font: 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	background: #1A213D url(../_images/bg_blue.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}




/* -------------------- Header Branding and Navigation -------------------- */

#header  {
	padding: 0;  
}
#header h1 {
	display:block;
	width:280px;
	height:80px;
	text-indent:-9009px;
	background:transparent url(../_images/logo.gif) no-repeat 0px center;
}
#header h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}
#header h2 {
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 1px;
	top: -500px;
}
#mainNavigation {
	height: 50px;
	background: url(../_images/bg_navigation_x50y800.png) no-repeat;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 20px;
}
#mainNavigation ul  {
	list-style: none;
}
#mainNavigation li {
	display: block;
	text-align: center;
	height: 50px;
	float: left;
}
#mainNavigation a {
	display: block;
	color: #BABDC7;
	text-decoration: none;
	height: 50px;
	line-height: 48px;
	padding: 0px 20px;
}
#mainNavigation a:hover {
	color: #FFFFCC;
	background: url(../_images/bg_nav_highlight.png) no-repeat center center;
}




/* -------------------- Homepage Banner Content -------------------- */

#graphicPresentation {
	margin-bottom: 20px;
}
#page #mainContent {
	background: #FFFFFF url(../_images/bg_int_y.jpg) repeat-y;
	padding: 24px;
	border: 1px solid #CCCCCC;
}
#pageContent {
	margin-left: 24px;
	float: right;
	width: 500px;
	padding-right: 25px;
}
#pageContent h3 {
	background: url(../_images/bg_int_h3.gif) repeat-y;
	font-size: 0.75em;
	line-height: 30px;
	border-top: 1px solid #989CAC;
	border-bottom: 1px solid #989CAC;
	margin: 0px 0px 15px;
	padding: 0px 0px 0px 20px;
	color: #3C445F;
}
#pageContent p {
	font-size: 0.7em;
	padding-left: 20px;
	text-align: justify;
}
#pageContentLeft {
	margin-left: 24px;
	float: Left;
	width: 675px;
	padding-right: 25px;
	text-align: justify;
	border: thick;
}
#pageContentLeft p {
	font-size: 0.7em;
}

/* -------------------- Service Navigation on Homepage -------------------- */

#servicesNavigation {
	width: 200px;
	float: left;
}
#servicesNavigation h3, #localNavigation h3 {
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 1px;
	top: -500px;
}
#servicesNavigation ul {
	list-style: none;
}
#servicesNavigation li {
	border-top: 1px solid #989CAC;
	border-bottom: 1px solid #989CAC;
	margin-bottom: 13px;
	display: block;
	background: url(../_images/bg_home_subnav2.png) repeat-y;
}
#servicesNavigation a {
	color: #FFFFCC;
	text-decoration: none;
	display: block;
	padding-left: 35px;
	font-size: 0.7em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 7px;
	background: url(../_images/bullet-arrow-home.png) no-repeat 10px 8px;
	line-height: 1.3em;
}






/* -------------------- Local Navigation -------------------- */

#localNavigation {
	width: 200px;
	float: left;
}
#localNavigation ul {
	list-style: none;
}
#localNavigation li {
	border-top: 1px solid #989CAC;
	border-bottom: 1px solid #989CAC;
	margin-bottom: 13px;
	display: block;
}
#localNavigation a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding-left: 35px;
	font-size: 0.7em;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
	background: url(../_images/bullet-arrow-off.gif) no-repeat 10px 8px;
}
#localNavigation a:hover {
	color: #000000;
	background: url(../_images/bullet-arrow.gif) no-repeat 10px 8px;
}
#localNavigation li:hover {
	background: url(../_images/bg_subnavigation_hover_y.gif) repeat-y;
}



/* -------------------- News and Updates -------------------- */

#newsUpdates {
	float: right;
	width: 570px;
	color: #FFFFFF;
}
#newsUpdates h3 {
	font-size: 0.85em;
	color: #FFFFCC;
	background: url(../_images/bg_updates.png) repeat-y;
	height: 30px;
	line-height: 30px;
	padding-left: 26px;
	border-top: 1px solid #989CAC;
	border-bottom: 1px solid #989CAC;
}
#news, #updates {
	width: 530px;
	font-size: 0.7em;
	text-align: justify;
	float: left;
	margin-top: 20px;
	padding: 10px;
	padding-left: 26px;
	border-top: 1px solid #989CAC;
	border-right: 1px solid #989CAC;
}
#newsUpdates h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 10px;
}
#newsUpdates a {
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: underline;
}
#newsUpdates a:hover {
	color: #FFFFFF;
	text-decoration: none;
}





/* -------------------- Footer -------------------- */
#footer {
	text-align: center;
	padding-top: 20px;
}
#footer p {
	font-size: 0.65em;
	line-height: 1.25em;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFCC;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.pageIMG {
	border: 1px solid #989CAC;
	background: #E6E6E6;
	padding: 3px;
	margin-left: 10px;
}
.page2IMG {
	border: 1px solid #989CAC;
	background: #E6E6E6;
	padding: 3px;
	margin: 5px;
	margin-left: 10px;
}
.page3IMG {
	border: 1px solid #989CAC;
	background: #E6E6E6;
	padding: 3px;
	margin: 10px;
	margin-left: 5px;
}