/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}

#wrap {
	min-height: 100%;
	background-image: url(images/main-background.gif);
	width: 100%;
}

#main {
	overflow:auto;
	padding-bottom: 176px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -176px; /* negative value of footer height */
	height: 176px;
	clear:both;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]

*/
#header {
	height: 208px;
	margin-right: auto;
	margin-left: auto;
}
#header #logo {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header #menu {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 31px;
}
#main #flash {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#wrap #main #left {
	width: 260px;
	float: left;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 48px;
	padding-bottom: 10px;
}
#wrap #main #center {
	width: 260px;
	float: left;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
}
#wrap #main #right {
	width: 260px;
	float: left;
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#wrap #main #content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.Subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}
.latestnews-text { 
color: #001957; 
font-size: 11px; 
font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular; 
line-height: 15px; 
text-align: left; }

.latestnews-head { 
color: #001957; 
font-size: 14px; 
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-weight: bold; 
line-height: 17px; 
text-align: left; }
#wrap #main #servicearea {
	height: 152px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/home-service-bg.jpg);
	background-repeat: no-repeat;
}
#wrap #main #servicearea #servicebuttons {
	padding-top: 20px;
}
#footer #footerinfo {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 16px;
	
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.bottom-spacer {
	margin-right: 9px;
}
.tagspacer {
	margin-left: 33px;
}
a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.footer-text {
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	
}#footer #footerinfo #copyright {
	float: left;
	line-height: 35px;
}
#footer #footerinfo #socialmedia {
	float: left;
	clear: none;
}
#wrap #main #content #textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #001957;
	line-height: 16px;
	width: 730px;
	margin-top: 20px;
	margin-right: 36px;
	margin-left: 29px;
	float: left;
	margin-bottom: 50px;
}
#wrap #main #content #textarea a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0043a8;
	line-height: 16px;
	width: 737px;
	text-decoration: underline;
}
#wrap #main #content #textarea a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b10005;
	line-height: 16px;
	width: 737px;
	text-decoration: none;
}
#main #content #rightcolumn {
	width: 150px;
	margin-top: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 50px;
}
#css_vertical_menu {
	/*2. remove the default list bullets*/
list-style:none;
}
#css_vertical_menu a{
	/*2. a specific height – needed for Internet Explorer 6*/
height:25px;
	/*3. a top space in between eack link*/
margin-top:1px;
	/*4. and a left space (padding) between the border and the text link*/

	/*5. background color of the links*/

/*6. a left border of 10px*/

/*7. the font family*/
font-family: Arial, Helvetica, sans-serif;
	/*8. the font size*/
font-size:12px;
	font-weight: bold;
	/*9. convert the font to capital letter*/

/*10. remove the text underline added by default to the links*/
text-decoration:none;
	/*11. the color of the text links*/
color:#0043a8;
	border-bottom-color: #0043a8;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#css_vertical_menu a:hover{
	/*1. change of background color*/

/*2. change of the left border color*/

/*3. change the color of the text link*/
color:#b10005;
	border-bottom-style: dotted;
	text-decoration: none;
	border-bottom-width: 0px;
}

.sidelink-selected{
	color:#b10005;
	border-bottom-style: dotted;
	text-decoration: none;
	border-bottom-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
#css_vertical_menu a.first{
	margin-top:0;
}
#wrap #main #content #rightcolumn #css_vertical_menu li {
	margin-bottom: 20px;
	line-height: 13px;
}
#wrap #main #content #textarea ul li {
	list-style-position: outside;
	margin-left: 55px;
	line-height: 16px;
	padding-bottom: 10px;
}
#wrap #main #content #serviceblocks {
	width: 980px;
	float: right;
	margin-bottom: 50px;
}
#wrap #main #content #textarea-full {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #001957;
	line-height: 16px;
	width: 900px;
	margin-top: 20px;
	margin-right: 36px;
	margin-left: 29px;
	float: left;
	margin-bottom: 50px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #001957;
}
