@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F1FBFF;
}
img {
	border: 0;
}


a:link {
	color: #2B6D8F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2B6D8F;
}
a:hover {
	text-decoration: underline;
	color: #03527A;
}
a:active {
	text-decoration: none;
} 


.hansons #container {
	width: 970px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #6997B0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/content-bg.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
} 
.hansons  #sidebar_left {
	float: left; /* since this element is floated, a width must be given */
	width: 213px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	background-image: url(../images/hansons2_06.gif);
}
.oval_heading {
	margin-top: 18px;
	margin-bottom: 0px;
}
.hansons  #sidebar_right {
	float: right; /* since this element is floated, a width must be given */
	width: 219px; /* padding keeps the content of the div away from the edges */
	background-color: #E2E2E2;
}
.hansons #mainContent {
	margin: 0 219px 0 213px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.hansons #container #mainContent #forthcoming {
	background-image: url(../images/soon_bg.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0DFE6;
	margin-top: 21px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D0DFE6;
	overflow: hidden;
	width: 496px;
}
.small_white_txt {
	font-size: 0.75em;
	color: #D3ECF7;
}
.small_white_txt a:link {
	color: #D3ECF7;
}
.small_white_txt a:visited {
	color: #D3ECF7;
}
.small_white_txt a:hover {
	color: #FFFFFF;
}
.bodyTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #444444;
}
.hansons #news_left {
	margin-left: 11px;
	margin-right: 10px;
	font-size: 0.7em;
	line-height: 1.45em;
}

.hansons #news_left a {
	color:#E8EFF3;
}
.txt_small {
	font-size: 0.8em;
	line-height: 1.5em;
	padding:0;
	margin:0;
	
	margin-top:13px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
}
.white_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #FFFFFF;
	background-image: url(../images/underline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	margin: 10px 225px 5px 0;
	padding-bottom: 4px;
}

.hansons #header #logo {
	height: 101px;
	width: 258px;
	background-image: url(../images/hansons_logo.gif);
	overflow: hidden;
}
.hansons #header #top_bar {
	height: 51px;
	width: 712px;
	overflow: hidden;
}
.hansons #greybar {
	background-image: url(../images/grey_tint_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 970px;
	overflow: hidden;
}
.hansons #header #menu_container {
	width: 712px;
	float: right;
	height: 101px;
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	display: block;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.IMGright {
	float: right;
	margin-left: 8px;
	display: block;
	border: 0;
	margin-bottom: 0px;
	overflow: hidden;
	width: 200px;
}
.right_info {
	margin-left: 13px;
	margin-right: 8px;
	font-size: 0.7em;
	line-height: 1.45em;
	padding-bottom: 0px;
}
.hansons #sidebar_left #newsletter {
	background-image: url(../images/newsletter_bg.jpg);
	background-repeat: repeat-x;
}
.hansons #sidebar_left #newsletter #newsletter_form {
	margin-right: 7px;
	margin-left: 9px;
	font-size: 0.75em;
}
.news_txtfields {
	border: 1px solid #5489A5;
	width: 190px;
}
.hansons #greybar #date {
	width: 200px;
	margin-left: 12px;
	height: 35px;
	line-height: 35px;
	color: #999999;
	font-size: 12px;
}
.IMG_space_below {
	margin-bottom: 6px;
}
.hansons #tickerAnchor {
	float: right;
	width: 743px;
	overflow: hidden;
	line-height: 35px;
	height: 35px;
	text-decoration:none;
}
.news {font-size:12px;color:#5263A6;text-decoration:none;}
.news1 {font-size:12px;color:#AAAAAA;font-weight:bold;}
.news1 a:hover {
	font-size:12px;
	color:#AAAAAA;
	font-weight:bold; 
	text-decoration:none;
}


/* FOOTER////////////////////////////////////////////////////*/
.hansons #footer {
	padding: 0 14px 0 12px;
	background-color: #03527A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-position: bottom;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #001D2F;
} 
.hansons #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.hansons #footer #footer_right {
	float: right;
	width: 580px;
	overflow: hidden;
}
.hansons #mainContentFull {
	margin: 0 40px 0 213px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.hansons #containerFull {
	width: 970px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #6997B0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/alt-content-bg.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
	background-image: url(../images/grey_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	overflow: hidden;
	padding: 0 0 10px 0;
}
.arrowlistmenu{
	width: 187px;
}

.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px; /*bottom spacing between each UL and rest of content*/
	margin-top: 5px;
}

.arrowlistmenu ul li{
	padding-bottom: 0px;
}

.arrowlistmenu ul li a{
	color: #FFFFFF; /*custom bullet list image*/
	display: block;
	padding: 7px 0;
	padding-left: 16px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 0px solid #BBBBBB;
	font-size: 0.75em;
	background-image: url(/images/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.arrowlistmenu ul li a:visited{
	color: #FFFFFF;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #03527A;
	text-decoration: none;
}
.red {
	color: #FF0000;
}
.form {
	background-color: #FFFFCC;
	padding: 15px;
	margin: 0;
	margin-bottom: 0px;
}
.textfields {
	width: 400px;
	border: 1px solid #999999;
	margin-top: 4px;
}
.bodyTxtWhite {
	color: #FFFFFF;
}
.imageTB_margin {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 0;
}
h4 {
	color: #FFFFFF;
	display: block;
	padding: 3px;
	background-color: #7DA6BB;
}
.hansons #blueblock {
	background-color: #DCE5E9;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
h5 {
	font-size: 14px;
}
.addthis_button {

margin:0 10px 0 0;
vertical-align:middle;
}
#top_bar {
	text-align:right;
}