/* @override http://mt.brokt.com/css/main.css */

body.fp {
	font-family: Georgia, Times New Roman, serif;
	background-image: url(/images/fpbackgrad.png);
	background-repeat: repeat-x;
	background-color: #000;
	color: #a9b5d6;
	margin: 0; padding: 0;
	line-height: 130%;
}

body.in {
	font-family: Georgia, Times New Roman, serif;
	background-image: url(/images/inbackgrad.png);
	background-repeat: repeat-x;
	background-color: #060c20;
	color: #a9b5d6;
	margin: 0; padding: 0;
}

img {
	border:none;
	margin:0;
	padding:0;
}

.clear {
	overflow: hidden;
	clear: both;
	height: 0px;
	margin: -1px 0 0 0;
	font-size: 1px;
}

#headwrapper {
	margin: 0;
}

address.inheader {
	font-style:normal;
	font-weight:normal;
	font-size: 14px;
	text-indent:-999999px;
}

.fp .wrapper {
	background-color: transparent;
	background-image: url(/images/fpheader.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.in .wrapper {
	background-color: transparent;
	background-image: url(/images/inheader.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0;
}

.fp .headwrapper {
	width: 950px;
	height: 210px;
	margin: 0;
}

.in .headwrapper {
	width: 858px;
	height: 50px;
	margin: 0;
}

#logo {
	margin: 0;
	text-indent: -99999px;
	background:transparent;
	border:none;
}

.fp #logo {
	width: 315px;
	height: 125px;
	position:relative;
	top:60px;
	right:280px;
}

.in #logo {
	height:20;
	background-color:
}

.fp #logolink {
	display:block;
	width: 315px;
	height: 125px;
	background:transparent;
	border:none;
}

.in #logolink {
	display:block;
	width: 190px;
	height: 60px;
	background:white;
	border:none;
	float:left;
	left:30px;
	margin: 0 0 0 40px;
}

#outernavwrapper {
	width:858px;
}

#navwrapper {
	float:right;
}

#nav {
	text-indent:0;
	padding:0;
	margin:0 0 0 0;
	list-style: none;
	float:right;
	position:relative;
	top:2px;
}

#nav li {
	float:left;
	margin:0 3px 0 3px;
	padding:0;
	z-index:1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.navlink a:link, .navlink a:visited {
	background-color: #26335a;
	border-top: 1px solid #000517;
	border-right: 1px solid #000517;
	border-left: 1px solid #000517;
	border-bottom: 1px solid #4b5677;
	color: #828eb2;
	margin: 10px 0 0 0;
	padding: 5px 7px 6px 7px;
	display:block;
	text-decoration:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.navlink a:hover {
	margin: 5px 0 0 0;
	padding: 5px 7px 11px 7px;
	background-image: url(/images/navhoverbg.png);
	background-repeat: repeat-x;
	background-color: #253259;
	border-top: 1px solid #000517;
	border-right: 1px solid #000517;
	border-left: 1px solid #000517;
	border-bottom: 1px solid #26335a;
	display:block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.navcurrent a:link, .navcurrent a:visited {
	margin: 5px 0 0 0;
	padding: 6px 7px 12px 7px;
	background-image: url(/images/navbg.png);
	background-repeat: repeat-x;
	background-color: #253259;
	border-top: 1px solid #000517;
	border-right: 1px solid #000517;
	border-left: 1px solid #000517;
	border-bottom: none;
	display:block;
	text-decoration:none;
	color: #abb4d0;
	z-index:100;
	position:relative;
	top:0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.navcurrent a:hover {
	margin: 5px 0 0 0;
	padding: 6px 7px 12px 7px;
	background-image: url(/images/navhoverbg.png);
	background-repeat: repeat-x;
	background-color: #253259;
	border-top: 1px solid #000517;
	border-right: 1px solid #000517;
	border-left: 1px solid #000517;
	border-bottom: none;
	display:block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#bodywrapper {
	width: 858px;
	border-top: 2px solid #000517;
	position:relative;
	top: -2px;
}

#body {
	width: 808px;
	text-align:left;
	border-top: 1px solid #4b5677;
	position:relative;
	top:-1px;
	padding: 5px 25px 25px 25px;
}

.fp #body {
	background-image: url(/images/fpbodygrad.png);
	background-repeat: repeat-x;
	background-color: #000;
	min-height: 583px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.in #body {
	background-image: url(/images/inbodygrad.png);
	background-repeat: repeat-x;	
	background-color: #060c20;
	min-height:662px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#body h1, h2, h3, h4, h5 {
	font-weight:normal;
}

#body h1  {
	font-size: 1.6em;
	margin: 15px 0 0 0;
	color: #aab5d6;
}

#body h2 {
	font-size: 1.2em;
	color: #7681a5;
	margin: 5px 0 20px 0;
}

#body h2.terms {
	font-size: 1.2em;
	color: #7681a5;
	margin: 10px 0 0 0;
}

#body p.terms {
	margin: 0 0 10px 10px;
}

homeowners h2{
	font-size: 4.0em;
	color: #7681a5;
	margin: 10px 0 0 0;
}

homeowners p {
	margin: 0 0 10px 10px;
}


#body li {
	line-height: 130%;
}

#body ul {
	margin-bottom: 30px;
}

.gemlist {
	margin-left:30px;
	font-family: "Helvetica", "Arial", sans-serif;
	line-height: 130%;
}

.gemlist dt {
	width: 300px;
	float: left;
	clear: both;
}

.gemlist dd {
	width: 300px;
	float: left;
}

.gemtitle {
	font-size: 1.3em;
	margin-bottom: 10px;	
}

#summary {
	width: 795px;
	background-color: #2c3854;
	border: 1px solid #444751;
	color:#aab5d6;
	margin: 0 auto;
	text-align:left;
/* 	color:#f2f2f2; */
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#summary h3 {
	margin: 0 0 3px 0;
	text-transform:uppercase;
	font-size: 1.2em;
}

.capital {
	font-size:1.4em;
}

#summary p {
	margin:0;
}

.fplocation {
	font-family:Georgia,"Times New Roman",serif;
}

.col {
	width: 232px;
	margin: 15px;
	float:left;
	display:inline;
}

#body a {
	color: #fff;
}

#body a:visited {
	color: #ddd;
}

#body a:hover {
	color: #fff;
	background-color: #3a4e8d;
	padding-top: 2px;
	padding-bottom: 2px;
}

#body a img {
	background-color: transparent;
	padding: 0;
}

#body a:visited img {
	background-color: transparent;
	padding: 0;
}

#body a:hover img {
	background-color: transparent;
	padding: 0;
}

#resources {
	float:left;
	margin: 30px 38px 15px 85px;
	width: 281px;
	text-align:left;
	display:inline;
}

#resources img, #orderforms img {
	float:left;
}

span.hoa_name {
	font-weight: bold;
	display: block;
	text-decoration: underline;
}

ul.hoa_list {
	list-style-type: none;
}
.fpiconbox {
	float:right;
	width: 170px;
	padding: 10px;
	margin: 15px 0 0px 0;
	background-color: #111728;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;

}

.fpiconbox h4 {
	margin:0 0 5px 0;
	font-size: 1.2em;
}

.fpiconbox ul {
	margin:0;
	padding:0;
	background:transparent;
}

.fpiconbox li {
	line-height: 150%;
	background:transparent;
	padding:0;
	margin:0;
}

#resources ul, #orderforms ul {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: .9em;
	list-style:none;
}

#orderforms {
	float:left; 
	margin: 30px 10px 15px 38px;
	width: 281px;
	text-align:left;
	display:inline;
}

#resourceslist {
	margin: 0 0 0 20px;
	background-color: #111728;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#resourceslist p {
	margin: 20px;
	text-transform: capitalize;
}

#Benton {
	float: left;
	width: 350px;
	margin: 0 0 0 20px; padding: 0;
	display: block;
}

#Franklin {
	float: right;
	width: 380px;
	margin: 0 0 0 20px; padding: 0;
	display: block;
}

.county {
	float: left;
	width: 360px;
	margin: 20px 10px 0 20px;
	padding: 0;
	font-size: 2em;
}

#resultinput {
}

.result, .staffitem {
	margin: 0 auto;
	width: 162px;
	background-color: #111728;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 10px;
	margin: 10px ;
	float: left;
	display: inline;
 	text-align:center;
}

.staffitem img {
	margin: 0;
}

.staffitem p {
	line-height: 150%;
}

.resultlabel {
	height: 3em;
	font-size: 1.2em;
}

.resultlabelsub {
	font-size: .8em;
	font-family: "Helvetica", "Arial", sans-serif;
	color: #666;
}

.resultinput {
	font-size: 2em;
}

.resultdata {
	height: 2em;
	margin: 0;
	padding: 0;
	font-size: 2em;
}

.escrowrateinfo {
	margin: 0 auto;
	width: 565px;
	background-color: #111728;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 10px;
	margin: 10px ;
	float: left;
	display: inline;
 	text-align:left;
 	line-height: 100%;
}

.escrowrateinfosubtitle {
	color: #a9b5d6;
}

.escrowrateinfotitle {
	margin: 0 0 5px 0; padding: 0;
	font-size: 1em;
}

.escrowrateinfo dl {
	display:inline;
	margin: 0; padding: 0;
	font-size: .8em;
	font-family: "Helvetica", "Arial", sans-serif;
	color: #aaa;
}

.escrowrateinfo dt {
	float: left;
	width: 330px;
	margin: 0; padding: 0;
}

.escrowrateinfo dd {
	float: left;
	width: 215px;
	margin: 0 0 0 5px; padding: 0;
}

#contact p {
	margin-bottom: 20px;
}

#contact label {
	width: 100px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
}

button.contact {
	position: relative;
	left: 110px;
}

.floatright {
	float: right;
	margin: 0 0 20px 20px;
	border: 5px solid #ccc;
}

.orderbox {
	float: left;
	padding: 25px;
	width: 300px;
	margin: 25px;
	display: inline;
	background-color: #111728;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.orderbox img {
	margin: 0 0 20px 0;
}

.orderbox h2 {
	margin: 0 0 10px 0;
}

.resourcetitle {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.resourcedescription {
	margin: 0;
	padding: 0;
}

#mapframe {
	float: right;
	margin: 0 0 20px 20px;
}

html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
}

.foot, .push {
	height: 20px;
	text-align:center;
	margin:0 auto;
	max-width:300px;
}

.everyline {
	text-align:center;
	font-size:11px;
	color:black;
	font-family: "Geneva";
	color: #31355c;
}

.everyline a:link, a:visited {
	color: #31355c;
	text-decoration:none;
}

.everyline a:hover {
	color:white;
}
