/* main css */
html, body{
	width: 99%;
	min-width: 1025px;
	margin: 3px auto;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
* html, body{
	width: expression(document.body.clientWidth < 1025? "1025px" : "auto");
}

table td{
	vertical-align: top;
}

h1{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8ca428;
	text-align: left;
	margin: 0;
	padding: 15px 0 15px 10px;
}
h2{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8ca428;
	text-align: left;
	margin: 0;
	padding: 15px 0 4px 10px;
}

p{
	margin: 0;
	padding: 0 3px 3px 0;
	text-indent: 15px;
}

ul{
	margin: 0;
	padding: 0 3px 3px 35px;
}
ul li{
	padding: 3px 3px 3px 3px;
}

#main_container{
	
}

#header table{
	width: 100%;
}
#header{
	margin: 0;
	padding: 0;
}

#logo_container{
	float: left;
	width: 230px;
	padding-top: 14px;
}
#logo_container img{
	width: 227px;
	height: 64px;
}

/* SEARCH FORM */
#search_form_container{
	float: right;
	width: 372px;
	height: 70px; 
	background-image: url('../images/search_box3.png');
	padding: 11px 0 0 29px;
	margin: 7px 0 0 0;
}
#search_form_container table{
	margin: 0;
	padding: 0;
	width: 343px;
}
#search_form_container table td{
	vertical-align: top;
}
#search_form_container form{
	margin: 0;
	padding: 0;
}
#search_form_container form input{
	font-size: 13px;
	padding: 1px;
	margin: 0;
	vertical-align: middle;
}
#search_form_container span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ABCC62;
}
.search_button_link{
	width: 45px;
	text-align: center;
}
.search_button_link a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ABCC62;
}
.search_textbox_container{
	padding-top: 3px;
}	
.search_textbox{
	width: 270px;
	height: 16px;
}
.select_container{
	padding-top: 8px;
}
.search_selectbox{
	width: 181px;
}

#middle_container{
	background-color: #D2D3D5;
	border-left: 2px solid #939598;
	border-right: 2px solid #939598;
	margin: 0 0 0 1px;
	padding: 0 0 0 0;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

.top_nav_container{
	width: 95%;
	text-align: center;
	margin: 0 auto;
}
.top_nav{
	width: 100%;
	margin-top: 13px;
}
.top_nav a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFF2;
	display: block;
}
.top_nav a:hover{
	color: #ABCC62;
}
.top_nav a.active{
	color: #ABCC62;
}
.top_nav td{
	text-align: center;
	padding-top: 7px;
	width: 15%;
}
.top_nav td.first{
	
}
td.top_nav_separator{
	color: #FFFFFF;
	background: url('../images/vertical_top_menu_line.png') no-repeat top center;
	width: 2px;
	height: 28px;
}

.main_content_container{
	width: 100%;
}
	
.header_white_main_content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 0 0 11px;
}
.header_black_main_content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 11px 0 0 11px;
}
.main_content{
	background-color: #FFFFFF;
	border-left: 2px solid #a6a6a7; 
	border-right: 2px solid #a6a6a7;
	border-bottom: 2px solid #a6a6a7;
	margin: 0 11px 2px 14px;
	padding: 0 15px 15px 15px;
	line-height: 1.3;
	min-height: 300px;
}
.main_content_green{
	background-color: #FFFFFF;
	border-left: 2px solid #a6a6a7; 
	border-right: 2px solid #a6a6a7;
	border-bottom: 2px solid #a6a6a7;
	margin: 0 10px 2px 13px;
	padding: 0 15px 15px 15px;
	line-height: 1.3;
	min-height: 300px;
}

.right_sponsored_links{
	width: 300px;
}
.header_sponsored_links{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 8px 0 0 0;
	text-align: center;
}
.content_sponsored_links{
	background-color: #FFFFFF;
	border-left: 2px solid #a6a6a7;
	border-right: 2px solid #a6a6a7;
	border-bottom: 2px solid #a6a6a7;
	margin: 0px 10px 2px 14px;
	padding: 5px 15px 5px 15px;
}
.sponsored_link{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	border-bottom: dotted 2px #999999;
	padding-bottom: 15px;
	margin-bottom: 12px;
}
.sponsored_link a{
	color: #0000FF;
}
.title_sponsored_link{
	font-size: 12px;
	/* color: #8ca428; */
	font-weight: bold;
	text-align: left;
	padding-bottom: 3px;
}

#footer_container{
	margin: 0;
	padding: 0;
}
#footer{
	padding-top: 52px;
}

.bottom_nav_blue{
	margin: 0 auto;
}
.bottom_nav_blue a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #38ACEC;
	text-decoration: none;
}
.bottom_nav_blue a:hover{
	color: #ABFECA;
}
.bottom_nav_blue a.active{
	color: #ABFECA;
}

.bottom_nav{
	margin: 0 auto;
}
.bottom_nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ABCC62;
	text-decoration: none;
}
.bottom_nav a:hover{
	color: #ABFECA;
}
.bottom_nav a.active{
	color: #ABFECA;
}

td.bottom_nav_separator{
	color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
}

.top_banner{
	text-align: center;
	padding-bottom: 3px;
}

/* SERP CSS */
.item_title{
	color: #839602;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 3px;
}

.searchnavpd{
	padding: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}
.searchnavpd a{
	color: #0000FF;
}

/* NEWS */
.article{
	font-family: Verdana, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}
.article td{
	vertical-align: top;
}
.article_date{
	font-weight: bold;
	font-size: 11px;
	width: 140px;
	padding-top: 1px;
}
.article_body{
	
}
.article_headline{
	color: #2554C7;
	font-weight: bold;
}
.article_headline a{
	color: #2554C7;
	font-weight: bold;
}
.article_description{
	margin-top: 7px;
}

.short_articles{
	font-family: Verdana, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
}
.short_articles td{
	vertical-align: top;
}
.short_articles td.article_headline{
	padding-bottom: 12px;
}


.bottom_note{
	padding: 25px 0 5px 0;
}

.email_image{
	border: 0px;
	padding: 0;
	vertical-align: middle;
	margin: 0 0 2px 0;
}

.powered_by{
	padding-left: 20px;
}

/* FROM THE LAST CSS - NOT USED HERE */
table.dashed_menu{
	margin-left: 15px;
}
table.dashed_menu td#main_category{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	/*
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	*/
	padding: 3px 3px 3px 12px;
}
table.dashed_menu td#subcategory{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	/*color: #8ca428;*/
	color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	border-top: 2px dotted #FFFFFF;
	padding: 6px 3px 3px 30px;
}

a.current_directory_link{
	color: #FFFFFF;
	text-decoration: underline;
}
a.parent_directory_link{
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
table.vendor_content{
	width: 90%;
}
table.vendor_content td{
	vertical-align: top;
	padding: 12px;
}
table.vendor_content td#dotted_borders{
	border-left-style: dotted;
	border-left-color: #b5b6b7;
	border-left-width: 2px;
	border-right-style: dotted;
	border-right-color: #b5b6b7;
	border-right-width: 2px;
}
table.vendor_content td#dotted_right_border{
	border-right-style: dotted;
	border-right-color: #b5b6b7;
	border-right-width: 2px;
}
.vendor_category {
	padding: 4px;
}
.vendor_category a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8ca428;
	padding: 0;
	margin: 0;
}
.vendor_subcategory {
	padding: 4px;
}
.vendor_subcategory a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8ca428;
	padding: 0;
	margin: 0;
	text-decoration: underline;
}
.vendor_category_crumb{
	padding: 4px 4px 15px 4px;
}
.vendor_category_crumb a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8ca428;
	padding: 0;
	margin: 0;
}
.view_full_directory_link{
	padding: 5px;
}
.view_full_directory_link a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}
.left_description{
	width: 75%;
	float: left;
	padding: 5px;
}
.right_description{
	float: left;
	padding: 5px;
}

/* SITEMAP */
.sitemap_container{
	padding: 0 0 25px 0;
	margin: 0 auto;
	width: 650px;
}
.sitemap_container h1{
	font-size: 18px;
	margin: 0;
	padding: 5px;
}
.sitemap_description{
	padding: 5px 15px 15px 15px;
	font-size: 13px;
}
.sitemap{
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2B1B17;
	padding-left: 20px;
	
	line-height: 1.6;	
}
.sitemap a{
	text-decoration: none;
	color: #1111FF;
}
.sitemap a:hover{
	text-decoration: underline;
}
.sitemap td{
	text-align: left;
	vertical-align: top;
}
.sitemap ul{
	line-height: 1.1;
	margin: 0 0 0 0;
	padding: 0 0 0 40px;
	/*
	padding: 0;
	list-style-type: none;
	*/
}
.sitemap ul li{
	padding-left: 0px;
	/*
	margin-left: 23px;
	float: left;	
	*/
}

.sitemap ul a{
	color: #4C787E;
	font-size: 13px;
	/*
	white-space: nowrap;
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 8px;
	*/
}

.sitemap_categories{
	
}
.sitemap_links{
	width: 30%;
}

#subfooter{
	margin: 0;
	padding: 0 110px 20px 0;
	text-align: right;
}
#subfooter a{
	font-size: 13px;
	font-weight: bold;
	color: #806517;
}

.articles_container{
	padding-top: 10px;
	line-height: 2.3;
}

.breadcrumb{
	padding-top: 5px;
	font-size: 13px;
	font-weight: bold;
	color: 	#2B65EC;
}
.breadcrumb h1{
	font-size: 13px;
	padding: 0;
	margin: 0;
	color: 	#2B65EC;
	display: inline;
}	
.breadcrumb a{
	color: 	#2B65EC;
}
.breadcrumb img{
	margin: 0;
	padding: 0 0 2px 0;
	vertical-align: middle;
}

.article_author{
	margin: 0;
	padding: 0 10px 15px 10px;
	color: #2B3856;
}
