/* GLOBAL STRUCTURE STYLES */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/2008/body_top.gif) no-repeat center 5px;
	font: 76% Arial, Helvetica, sans-serif;
	color: #004770;
	line-height: 1.35em;
}

h2{
	font-size: 1.5em;
	clear: both;
}

.main_content h2, .main_content h3{
	font-size: 1.5em;
	color: #22a63c;
}

.main_content h4{
	font-size: 1.25em;
	color: #22a63c;
	margin:  0 0 3px 0;
}


.main_content h5{
	font-size: 1.25em;
	color: #22a63c;
	margin:  20px 0 20px 0;
}
	
.site_wrapper {
	width: 960px;
	margin: 15px auto;
	text-align: left;
}

.top_content {
	clear: both;
}

.footer {
	clear: both;
	background: url(../images/2008/footer_span.gif) repeat-y;
	width: 955px;
	text-transform: lowercase;
	text-align: center;
}

div.footer_pad{
	background: url(../images/2008/footerLogo.gif) right 20px no-repeat;
	width: 930px;
	margin-left: 10px;
	padding: 10px 0 10px 0;
	height:80px;
}

.footer_pad img{
	padding: 10px 10px 0 0;
	float: right;
}

p { font-size: 1em; }

table, tr, td { font-size: 100%; }

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}


hr {
	background-color:#FFFFFF;
	border-color:#22A63C;
	border-style:none none dashed;
	border-width:1px;
	color:#FFFFFF;
	margin: 10px 0 10px 0;
	width:95%;
}

.main_content .visual_padding {
	padding: 10px;
}

/* HORIZONTAL NAVIGATION STYLES */

div.h_nav{
	background: url(../images/2008/body_span.gif) repeat-y;
	width: 960px;
	text-transform: lowercase;
	
	font-size: 1.25em;
	
	line-height: 1.25em;
	
	padding: 10px 0 10px 0;
	margin: 0;
	
	text-align: center;
}

div.h_nav div.list{
	margin: 0 auto 0 auto;
	padding: 0;
}

div.h_nav div.list div{
	display: inline;
	padding: 1px 5px 1px 5px;
	margin: 0;
	border-left: solid 2px #31ac49;
}

div.h_nav div.list div.first{
	border: 0;
	padding: 1px 5px 1px 0;
}

div.h_nav div.list div a, div.h_nav div.list div span{
	color: #004770;
}

div.h_nav div.list div a:hover{
	color: #31ac49;
}

/*div.h_nav ul {
	display: inline;
	
	list-style-type: none;
	list-style-position: outside;
	
	margin: 0;
	padding: 0;
	
	text-align: center;
}

div.h_nav ul li { 
	margin: 0;
	padding: 5px;
	
	display: inline;
	
	border-left: solid 2px #31ac49;
}

div.h_nav ul li span{ 
	margin: 0;
	padding: 0;
}

div.h_nav ul li a {
	margin: 0;
	padding: 0;
	
	text-decoration: none;
	color: #004770;
}

div.h_nav ul li.first { 
	border: 0 !important;
}

div.h_nav ul li a.curr_page {
}

div.h_nav ul ul {
	display: none;
}*/
	
/* Holly Hack. IE Requirement \*/
* html .h_nav ul li { float: left; height: 1%; }
* html .h_nav ul li a { height: 1%; }
/* End */


		
.h_nav  li ul li a {
	padding: 6px 5px;
	background: #566aa1;
	color:#fff;
} 

.h_nav li a:hover {
	color: #22a63c;
} 

/* Sub Menu Styles */
		
.h_nav  li:hover ul, .h_nav li.over ul { display: block; } /* The magic */

/* Drop Navigation Finishes Here */
	























/* VERTICAL NAVIGATION STYLES */

.v_nav{
	text-transform: lowercase;
	line-height: 1.75em;
}

.v_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

.v_nav ul li{
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	
	background: url(../images/2008/v_nav_bullet.gif) no-repeat left 2px;
}

.v_nav a {
	display: block;
	padding: 0px;
	margin: 0;
	color: #004770;
	font-weight: bold;
}

.v_nav a:link, .v_nav a:visited {
	text-decoration: none;
}

.v_nav a:hover{
	color: #31AC49;
}

.v_nav ul li a.curr_page {
	font-weight: bold;
}

.v_nav ul ul {
	display: none;
}

/* FOOTER NAVIGATION STYLES */

.f_nav{
	margin: 0;
	padding: 0 0 0 6px;
}

.f_nav ul {
	margin: 0;
	padding: 0;
	
	text-align: left;
	float: left;
	width: 500px;
}

.f_nav ul li {
	display: inline;
}

.f_nav ul li a:link, .f_nav ul li a:active, .f_nav ul li a:visited {
	font-size: 8pt;
	border-right: solid 1px #22a63c;
	padding-right: 6px;
	color: #ffffff;
	text-decoration: none;
	margin-left: 4px;
}

.f_nav ul li a:hover {
	color: #22A63C;
}

.f_nav ul li a.curr_page { }

.f_nav ul ul {
	display: none;
}

/* THREE COLUMN LAYOUT STYLES */

.three_column_layout .columns_wrapper {
	float: right;
	width: 960px;
	background: url(../images/2008/contentSpan.gif) repeat-y;
}

.three_column_layout .columns_wrapper_wide{
	background: url(../images/2008/contentSpan_wide.gif) repeat-y;
}

.three_column_layout .left_column {
	float: left;
	width: 150px;
	display:inline;
}

.left_column_pad{
	width: 130px;
	margin: 0 0 0 20px;
	padding: 10px 0 10px 0;
}

.three_column_layout .main_content {
	float: left;
	width: 448px;
	margin: 0 0 0 11px;
}

.three_column_layout .main_content_wide {
	width: 785px;
}

.main_content_pad{
	margin: 0 0 0 20px;
	padding: 20px 0 20px 0;
	width: 408px
}

.main_content_pad_wide{
	width: 745px;
}

.three_column_layout .right_column {
	float: right;
	width: 340px;
}

.right_column_pad{
	width: 300px;
	margin: 0 0 0 10px;
	padding: 20px 0 20px 0;
}


/* TWO COLUMN LEFT LAYOUT STYLES */

.two_column_layout_left .columns_wrapper {
	float: right;
	width: 590px;
}

.two_column_layout_left .main_content {
	width: 590px;
}

.two_column_layout_left .left_column {
	float: left;
	width: 160px;
}

.two_column_layout_left .right_column {
	display: none;
}

/* TWO COLUMN RIGHT LAYOUT STYLES */

.two_column_layout_right .columns_wrapper {
	float: left;
	width: 760px;
}

.two_column_layout_right .main_content {
	float: left;
	width: 590px;
}

.two_column_layout_right .left_column {
	display: none;
}

.two_column_layout_right .right_column {
	float: right;
	width: 160px;
}

/* ONE COLUMN LAYOUT STYLES */

.one_column_layout .columns_wrapper {
	width: 760px;
}

.one_column_layout .left_column {
	display: none
}

.one_column_layout .main_content {
	width: 760px;
}

.one_column_layout .right_column {
	display: none;
}

/* DEFAULT LINKS */

a, a:link, a:visited, a:hover, a:active{
	background-color: transparent;
	text-decoration: none;
}

.main_content a, .main_content a:link, .main_content a:visited, .main_content a:active{
	color: #22a63c;
}

.main_content a:hover{
	color: #004770 !important;
}

.artavia{
	float: right;
	width: 960px;
	background: url(../images/2008/body_footer.gif) no-repeat;
	text-align: right;
	height: 80px;
}

.artavia .copyright{
	float: left;
	width: 720px;
	padding-top: 38px;
	text-align: center;
	margin-left: 10px;
}

.artavia img{
	float: right;
	margin: 10px 10px 0 0;
}


/* HELPER STYLES */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.header_preNav{
	padding: 0 10px 0 10px;
	background: url(../images/2008/body_span.gif) repeat-y;
}

.header_preNav h1{
	background-image: url(../images/2008/header.jpg);
	background-repeat: no-repeat;
	text-indent:-2000px;
	height:87px;
}

.header_postNav{
	padding: 0 10px 0 10px;
	background: url(../images/2008/body_span.gif) repeat-y;
}

.leftCol_CTA{
	padding-bottom: 10px;
}

.leftCol_CTA a img{
	border: 0;
}

.socialBookmarking{
	padding-left: 10px;
	padding-top: 10px;
}

.socialBookmarking a{
	color: #004770;
	font-weight: bold;
}

.socialBookmarking .bookmark{
	padding: 0 0 10px 0;
	float:left;
	width:110px;
	display:inline;
}

.socialBookmarking .bookmark img{
	margin: 0 0 -5px 0;
	border: 0;
	clear:left;
	float:left;
	display:inline;
	
}

div.right_column_pad div.callback h2{ display: none; }

form#callback{
	padding: 10px 0 10px 0;
	margin: 0;
}

form#callback fieldset{
	border: 0;
	margin: 0;
	padding: 0;
}
form#callback fieldset label{
	display: block;
	float: left;
	width: 60px;
	text-align: right;
	margin: 2px 10px 5px 0;
}
form#callback fieldset input{
	float: right;
	margin: 0 0 5px 0;
	width: 220px;
}

form#callback input{
	float: right;
}

form#callback fieldset legend{ display: none; }

fieldset.CAPTCHA{
	background: #e5ecf0;
	padding: 10px !important;
	text-align: center;
	margin: 0 0 10px 0 !important;
}

fieldset.CAPTCHA.invalid{
	bordeR: solid 3px #ff0000 !important;
}


fieldset.CAPTCHA img{
	border: solid 1px #263d5b;
}

fieldset.CAPTCHA p{
	padding: 5px;
	margin: 0;
}

fieldset.CAPTCHA span.invalid{
	color: #ff0000;
	font-weight: bold;
}

fieldset.CAPTCHA input{
	float: none !important;
	display: block !important;
	margin: 0 auto 0 auto !important;
	padding: 0 !important;
}

div#CTA_callback{
	background: #004770;
	width: 132px;
	color: #ffffff;
	
	display: none;
}

div#CTA_callback h2{
	display: none;
}

div#CTA_callback label{
	float: left !important;
	clear: left !important;
	font-size: 8pt;
	text-align: left !important;
	width: auto;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 10px !important;
}

div#CTA_callback input.submit_button{
	float: none !important;
	margin: 10px 0 0 10px !important;
	font-size: 8pt;
}

div#CTA_callback fieldset input{
	float: left !important;
	clear: left !important;
	width: 105px !important;
	margin: 0 0 3px 10px !important;
	font-size: 8pt;
}

div#CTA_callback fieldset input.invalid,div.CTA_callback select.invalid{
	border: solid 2px #ff0000;
}

div#CTA_callback select{
	float: left !important;
	clear: left !important;
	margin-left: 10px !important;
	width: 105px !important;
	font-size: 8pt;
}

div#CTA_callback p{
	padding: 5px 0 0 10px !important;
	margin: 0 0 0 0 !important;
}

/* NEWS PAGE */

#acms_news_search{
	marign: 0;
	padding: 10px 0 0 0;
}

#acms_news_search fieldset{
	border: 0;
	margin: 0;
	padding: 0;
}

.acms_news_date_list ul{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 10px 0 0 0;
}

.acms_news_date_list ul li{
	margin: 0;
	padding: 0;
}

.acms_news_date_list ul li ul{
	display: inline;
	margin: 0;
	padding: 0 5px 0 0;
}

.acms_news_date_list ul li ul li{
	display: inline;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	border-left: solid 1px #22A63C;
}

.acms_news_item_date{
	font-style: italic;
	margin: 3px 0 0 0;
	font-size: 0.9em;
}



.feature_text {
margin: 0 !important;
padding: 0!important;
}

.offerDetails {
margin: 0;
padding: 0;


}

* html .offerDetails {
margin: 5px 0 5px 0;
padding: 0;


}


 .offerDetails p{
margin: 10px 0 0 1px;
padding: 0;


}

.offerDetails a{
margin: 0 !important;
padding: 0;


}



.acms_news_item  {
margin: 8px 0 0 0;
padding: 0;

}
