﻿h1, h2, h3, h4, h5, h6, p, ul{margin: 0;}



ul{
	padding: 0;
	list-style: none;
}
img{
	display: block;
	border: none;
}
a{
	color: #061e5b;
	text-decoration: underline;
}
a:hover,
.post p a:hover{
	color: #9e0c1c;
	text-decoration: none;
}
body{
	margin: 0;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/FlagBG.jpg) no-repeat;
	background-attachment:fixed;
	background-color:#FFFFFF;
}
h1{ font-family: times new roman, serif;
	font-weight: bold;
	font-size: 24px;
	color: #040468;
	/* font: bold 22px/28px "Times New Roman", Times, serif;
	color: #333333;*/
}
h2{
	font: bold 15px "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
}
h3{
	font-size: 13px;
	line-height: 16px;
	color: #a91522;
}
.sidebar h3{
	font-size: 14px;
	line-height: 18px;
}
h3 a{
	color: #a91522;
	text-decoration: none;
}
h3 a:hover{text-decoration: underline;}
a.button-find{
	width: 107px;
	height: 23px;
	background: url(../images/button-find.png) no-repeat;
	text-indent: -9999px;
	overflow: auto;
	margin: 0 auto;
	display: block;
}
.wrapp{width: 100%;}
.wrapp:after{
	content: ".";
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	font: 0px/0px sans-serif;
}
/*container start*/
#container{
	padding: 0 30px 0 30px; /* was 0 6px 0 9px; */
	width: 760px; /* was 760 */
	margin: 0 auto;
	background-color:#FFFFFF;
	border:6px solid #000060;
}
/*header start*/
#header{
	padding: 20px 0 39px;
	width: 100%;
	position: relative;
}
/*logo start*/
.logo{
	float: left;
	width: 765px;
	height: 128px;
	overflow: hidden;
}
.logo a{
	display: block;
	width: 765px;
	height: 128px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/header_new.jpg) no-repeat;
}
.toptext{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 12px;
}
/*logo end*/
/*card information start*/
.card{
	width: 161px;
	float: left;
	padding: 10px 0 20px 22px;
	font: 11px/12px Arial, Helvetica, sans-serif;
}
.card ul{
	width: 168px;
	overflow: hidden;
	margin: 0 -7px 0 0;
	padding: 0 0 10px;
}
.card ul li{
	float: left;
	padding: 0 7px 0 0;
}
.card p{text-align: center;}
/*card information end*/
/*preview list start*/
.preview{
	float: right;
	background: #f8f8f9;
	padding: 0 1px 0 5px;
	margin: 2px 0 0 0;
}
.preview li{
	padding: 0 4px 0 0;
	float: left;
}
.preview li img{
	padding: 0 3px 3px 1px;
	background: url(../images/preview-shadow.png) no-repeat;
	width: 87px;
	height: 86px;
}
/*preview list end*/
/*main navigation start*/
.main-nav{
	height: 54px;
	background: url(/images/main-nav-bg.png) no-repeat 0 100%;
	width: 100%;
	font: bold 11px Arial, Helvetica, sans-serif;
	position: absolute;
	left: 0;
	bottom: 0;
	letter-spacing: 1px;
}
.main-nav li{float: right;}
.main-nav li a{
	display: block;	
	width: 77px;
	height: 26px;
	padding: 0 0 0 13px;
	background: url(/images/main-nav-link.png) no-repeat;
	color: #fff;
	text-align: center;
	line-height: 26px;
	text-decoration: none;
}
.main-nav li a:hover, .main-nav li.active a{
	background-position: 0 100%;
	color: #fff;
}
.main-nav li div{
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	bottom: 6px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal !important;
}
.main-nav li ul{
	float: left;
	overflow: hidden;
	height: 22px;
	margin: 0 0 0 -4px;
}
.main-nav li ul li{
	float: left;
	border-left: 2px solid #eee7d7;
	margin: 0 0 0 -2px;
	padding: 0 10px;
}
.main-nav li ul li a{
	float: left;
	width: auto;
	height: 22px;
	padding: 0;
	background: none;
	line-height: 20px;
	text-align: left;
}
.main-nav li ul li a:hover{text-decoration: underline;}
.main-nav li.active div{display: block;}
/*main navigation end*/
/*header end*/
/*promo start*/
#promo{padding: 1px 0 0;}
#promo .wrapp{padding: 0 0 3px;}
/*action links start*/
.action{
	float: right;
	overflow: hidden;
	margin: 0 -7px 0 0;
}
.action li{
	float: left;
	background: url(/images/action-separate.gif) no-repeat left;
	margin: 0 0 0 -1px;
	font: 12px "trebuchet MS", verdana, arial, sans-serif;
	padding: 0 7px;
}
.action a{
	color: #d8110a;
	text-decoration: underline;
}
.action a:hover{text-decoration: none;}
/*action links end*/
/*banner start*/
.banner{
	width: 765px;
	margin: 0 -1px 0 -4px;
	position: relative;
}
.banner p{
	width: 220px;
	height: 85px;
	background: url(/images/promo-description.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 24px;
	left: 24px;
}
/*banner end*/
/*promo end*/
/*content start*/
#content{
	padding: 14px 0 9px 9px;
	width: 751px;
}
.sectionheader {
	/*font-family: times new roman, serif;
	font-weight: bold;
	font-size: 24px;
	color: #040468;*/
	margin: 0px;
	width: 700px;
}
.holder{
	width: 100%;
	overflow: hidden;
	padding: 5px 0 0;
}
/*seo block start*/
.seo-block{
	width: 358px;
	float: left;
}
.seo-block p{margin: 6px 0 0;}
.seo-block .box{padding: 21px 0;}
.seo-block .box-2{
	padding: 21px 0 0;
	width: 100%;
	position: relative;
	clear:left;
}
.seo-block .box-2 h2{margin: 0 0 0 12px;}
.seo-block .box-2 .figure{
	display: block;
	position: absolute;
	top: -6px;
	left: -2px;
	overflow: hidden;
	width: 91px;
	height: 105px;
	background: url(/images/figure.png) no-repeat;
}
/*red head bar start*/
.red-head-bar{
	width: 348px;
	overflow: hidden;
	background: #c52b31 url(/images/red-head-bar-bg.gif) repeat-x 0 100%;
	padding: 6px 2px 5px 8px;
}
.red-head-bar h2{line-height: 20px;}
/*red head bar end*/
/*green head bar start*/
.green-head-bar{
	width: 348px;
	overflow: hidden;
	background: #abdf78 url(/images/green-head-bar-bg.gif) repeat-x 0 100%;
	padding: 6px 2px 5px 8px;
}
.green-head-bar h2{line-height: 20px;}
/*green head bar end*/
/*rss start*/
.rss{
	float: right;
	background: url(/images/rss-icon.gif) no-repeat right;
	padding: 1px 24px 0 0;
	height: 19px;
	font-size: 10px;
	color: #fff;
}
.rss:hover{
	color: #fff;
	text-decoration: none;
}
/*rss end*/
/*post block start*/
.post{
	color: #585858;
	padding: 13px 0 3px 2px;
}
.post p{margin: 0;}

.post-more{
	background: url(/images/seo-block-more-bg.gif) no-repeat left;
	padding: 0 0 0 13px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #585858;
	margin: 0 0 0 6px;
} 


/*post block end*/
/*info block start*/
.info-block{
	width: 345px;
	overflow: hidden;
	padding: 10px 0 0 9px;
}
.info-block h3, .info-block h3 a, .info-block h3 a:hover{color: #1e7307;}
.info-block .text{
	width: 193px;
	float: right;
}
.info-block .text p{
	line-height: 13px;
	margin: 13px 0 0;
}
.info-block .text .button-find{margin-top: 15px;}
.info-block img{float: left;}
/*info block end*/
/*seo block end*/
/*sidebar start*/
.sidebar{
	width: 349px;
	float: right;
	background: #e6e9f0;
	padding: 0 11px 11px 9px;
}
/*box start*/
.sidebar .box{padding: 11px 0 10px;}
.sidebar .box .inner{
	width: 345px;
	background: #fff;
	padding: 2px 2px 8px;
}
/*head start*/
.sidebar .box .head{
	background: #0c2c81 url(/images/sidebar-box-head-bg.gif) repeat-x 0 100%;
	width: 100%;
	overflow: hidden;
}
.sidebar .box .head .text{
	float: right;
	width: 197px;
	border-left: 1px solid #fff;
	margin: 0 0 0 -1px;
	padding: 8px 0 0 7px;
}
.sidebar .box .head ul{
	font: 14px Arial, Helvetica, sans-serif;
	color: #8eabf5;
}
.sidebar .box .head ul li{
	background: url(/images/sidebar-bullet.gif) no-repeat left;
	padding: 0 0 0 12px;
	margin: 2px 0 0;
}
.sidebar .box .head .image{
	width: 140px;
	float: left;
	border-right: 1px solid #fff;
}
/*head start*/
/*body start*/
.sidebar .box .body{
	width: 335px;
	padding: 10px 0 0 10px;
}
.sidebar .box .body p{margin: 0 0 13px;}


.sidebar-more{
	font-weight: bold;
	color: #9e0c1c;
	text-decoration: none;
	background: url(/images/sidebar-more-bg.gif) no-repeat left;
	padding: 0 0 0 11px;
	margin: 0 0 0 2px;
}
/*body end*/
/*box end*/
/*sidebar end*/
/*content end*/
/*footer start*/
#footer{
	border-top: 1px solid #c7c7c7;
	font: 12px/14px "trebuchet MS", verdana, arial, sans-serif;
	color: #040530;
	width: 751px;
	margin: 0 0 0 9px;
	padding: 9px 0 15px;
}
#footer a{
	color: #040530;
	text-decoration: none;
}
#footer a:hover{text-decoration: underline;}
#footer ul{
	float: left;
	overflow: hidden;
	margin: 0 0 0 -6px;
}
#footer ul li{
	float: left;
	background: url(/images/footer-separate.gif) no-repeat left;
	margin: 0 0 0 -1px;
	padding: 0 7px;
}
#footer .contact{
	font-size: 10px;
	color: #5d5d5d;
	margin: 14px 0 0;
	line-height: 12px;
}
#footer .contact a{color: #5d5d5d;}
#footer .contact ul{
	width: 100%;
	overflow: hidden;
	margin: 0;
	float: none;
}
#footer .contact ul li{
	float: left;
	margin: 0 7px 0 0;
	background: none;
	padding: 0;
}
/*footer end*/
/*container end*/

/* Tom Edits - Gadsen Flag */>

.seo-block .box{padding: 21px 0;}
.seo-block .box-3{
	padding: 21px 0 0;
	width: 100%;
	position: relative;
}
.seo-block .box-3 h2{margin: 0 0 0 12px;}
.seo-block .box-3 .figure{
	display: block;
	position: absolute;
	top: -6px;
	left: -2px;
	overflow: hidden;
	width: 91px;
	height: 105px;
	background: url(/images/figure.png) no-repeat;
}
/*red head bar start*/
.red-head-bar{
	width: 348px;
	overflow: hidden;
	background: #c52b31 url(/images/red-head-bar-bg.gif) repeat-x 0 100%;
	padding: 6px 2px 5px 8px;
}
.red-head-bar h2{line-height: 20px;}
/*red head bar end*/
/*green head bar start*/
.green-head-bar{
	width: 348px;
	overflow: hidden;
	background: #abdf78 url(/images/green-head-bar-bg.gif) repeat-x 0 100%;
	padding: 6px 2px 5px 8px;
}
.green-head-bar h2{line-height: 20px;}
/*green head bar end*/


