/* CSS Document
Theme Name: BSF Airpark
Theme URI: http://www.bsfairpark.com/
Description: Clean and Smart
Version: 1.0
Author: Outlier Solutions Inc.
Author URI: http://www.outliersolutions.com/
*/

/**********************/
/* Basic Page Layout  */
/**********************/
html,h1,h2,h3,h4,h5,h6,p,span,ol,ul,li,form ,img
{ 
	margin:0;
	padding:0;
}
body
{
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	width:800px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
}
#background
{
	width:800px;
	background-image:url("images/background.gif");
	background-repeat:repeat-y;
	background-position:center;
}
#everything
{
	margin:0 20px 0 20px;
	padding:0;
	width:760px;
	overflow:hidden;
}
/**********************/
/* Menu Layout        */
/**********************/

/* --[ Navigation ]-- */

#inner_menu_4{
	display:block;
	overflow:hidden;
	margin: 10px auto;
	width: 650px;
	padding-bottom:5px;
	padding:0;
}
#inner_menu_4 li{
	margin:0;
	padding:0;
	padding-bottom:5px;
	list-style:none;
	float: left;
}
#inner_menu_4 li a, #inner_menu_4 li a:visited{
	height:30px;
	width:150px;
	float:left;
	padding:0;
	padding-bottom:5px;
	margin:0;
	display:block;
	color: #000000;
	text-align:center;
	text-decoration: none;
	background-image:url(images/im_underline.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#inner_menu_4 li a:hover{
	background-image:url(images/im_underline_roll.gif);
	color:#95A680;
	text-decoration:underline;
	font-weight:bold;
}
#inner_menu_4 li a.current, #inner_menu_4 li a.current:visited{
	background-image:url(images/im_underline_roll.gif);
	color:#95A680;
	text-decoration:underline;
	font-weight:bold;
	
}
#inner_menu_4 li.seperator{
	height:30px;
	width:15px;
	float:left;
	padding:0;
	padding-bottom:5px;
	margin:0;
	display:block;
	background-image:url(images/im_seperator.gif);
	background-repeat:no-repeat;
	background-position: center;
}

/* EQ Menu Specific Styles */

#inner_menu_4a {
	display:block;
	overflow:hidden;
	margin: 10px auto;
	width: 650px;
	padding-bottom:5px;
	padding:0;
}
#inner_menu_4a li{
	margin:0;
	padding:0;
	padding-bottom:5px;
	list-style:none;
	float: left;
}
#inner_menu_4a li a, #inner_menu_4 li a:visited{
	height:30px;
	width:125px;
	float:left;
	padding:0;
	padding-bottom:5px;
	margin:0;
	display:block;
	color: #000000;
	text-align:center;
	text-decoration: none;
	background-image:url(images/im_underline.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#inner_menu_4a li a:hover{
	background-image:url(images/im_underline_roll.gif);
	color:#95A680;
	text-decoration:underline;
	font-weight:bold;
}
#inner_menu_4a li a.current, #inner_menu_4 li a.current:visited{
	background-image:url(images/im_underline_roll.gif);
	color:#95A680;
	text-decoration:underline;
	font-weight:bold;
	
}
#inner_menu_4a li.seperator{
	height:30px;
	width:5px;
	float:left;
	padding:0;
	padding-bottom:5px;
	margin:0;
	display:block;
	background-image:url(images/im_seperator.gif);
	background-repeat:no-repeat;
	background-position: center;
}

/**/

#inner_menu_3{
	display:block;
	overflow:hidden;
	margin: 10px 80px;
	width: 485px;
	padding:0;
	padding-bottom:5px;
}
#inner_menu_3 li{
	margin:0;
	padding:0;
	list-style:none;
	float: left;
}
#inner_menu_3 li a, #inner_menu_3 li a:visited{
	height:30px;
	width:150px;
	float:left;
	padding:0;
	margin:0;
	display:block;
	color: #000000;
	text-align:center;
	text-decoration: none;
	background-image:url(images/im_underline.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#inner_menu_3 li a:hover{
	background-image:url(images/im_underline_roll.gif);
	color:#95A680;
	text-decoration:underline;
	font-weight:bold;
}
#inner_menu_3 li a.current, #inner_menu_3 li a.current:visited{
	background-image:url(images/im_underline_roll.gif);
	color:#95A680;
	text-decoration:underline;
	font-weight:bold;
}
#inner_menu_3 li.seperator{
	height:30px;
	width:15px;
	float:left;
	padding:0;
	margin:0;
	display:block;
	background-image:url(images/im_seperator.gif);
	background-repeat:no-repeat;
	background-position:center;
}
a.inner_button{
	height:50px;
	width:300px;
	display:block;
	background-image:url(images/inner_button.gif);
	background-repeat:no-repeat;
	padding:10px;
	text-decoration:none;
	text-align:center;
	overflow:hidden;
	font-weight:bold;
}
a.inner_button:hover{
	padding:10px;
	margin-bottom:50px
	background-image:url(images/inner_button.gif);
	background-repeat:no-repeat;
	text-decoration:underline;
	text-align:center;
}

/**********************/
/* Basic Page Styles  */
/**********************/
p
{
	font-size:14px;
	color:#000000;
	margin:10px 0 10px 0;
	padding:0;
}
h1
{
	padding:0;
	margin:10px 0 10px 0;
	font-style:normal;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
	color:#697630;
	border-bottom-color:#697630;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
h2
{
	padding:0;
	margin:10px 0 10px 0;
	font-style:italic;
	font-size:18px;
	font-weight:normal;
	color:#2A4744;
}
h3
{
	padding:0;
	margin:10px 0 10px 0;
	font-style:italic;
	font-size:14px;
	font-weight:normal;
	color:#2A4744;
}
h4
{

}
a
{
	color:#2A4744;
	text-decoration:none;
}
a:link
{
	color:#2A4744;
	text-decoration:none;
}
a:active
{
	color:#2A4744;
	text-decoration:none;
}

a:visited
{
	color:#2A4744;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
.big
{
	color:#2A4744;
	font-size:18px;
}
a.big:link
{
	color:#2A4744;
	text-decoration:none;
	font-size:18px;
}
a.big:active
{
	color:#2A4744;
	text-decoration:none;
	font-size:18px;
}

a.big:visited
{
	color:#2A4744;
	text-decoration:none;
	font-size:18px;
}
a.big:hover
{
	text-decoration:underline;
	font-size:18px;
}
.bigger
{
	color:#9AA275;
	font-size:22px;
}
a.bigger:link
{
	color:#9AA275;
	text-decoration:none;
	font-size:22px;
}
a.bigger:active
{
	color:#9AA275;
	text-decoration:none;
	font-size:22px;
}

a.bigger:visited
{
	color:#9AA275;
	text-decoration:none;
	font-size:22px;
}
a.bigger:hover
{
	text-decoration:underline;
	font-size:22px;
}

.smallTxt{
	font-size:.8em;
}
.warning{
	color:#DD4D4D;
}
.ucontract{
	color:#ff0000;
}
.uconstruction{
	color:#0000ff;
}
.reserved{
	color:#E2B326;
}
.sold{
	color:#ff0000;
}
.contract{
	color:#39cebc;
}
.highlight{
	background-color:#FFFFAA;
	font-size:18px;
}
#formarea
{
	width:410px;
}
#formerrorarea
{
	width:400px;
}
#stdform
{
	width:400px;
	border-color:#9AA275;
	border-style:solid;
	border-width:1px;
	padding:0;
	margin:10px 0 10px 0;
}
#stdformerror
{
	
	background-color:#CC6666;
	border-color:#500000;
	border-style:solid;
	border-width:1px;
	color:#500000;
	margin:10px 0 10px 0; 
	padding:5px 5px 5px 5px;
}
#stdform .formfield
{
	display:block;
	background-color:#f7f9f0;
	padding:12px;
	margin:0;
	font-weight:bold;
	border-bottom-color:#9AA275;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	overflow:hidden;
}
#stdform .formfielderror
{
	display:block;

	background-color:#CC6666;
	padding:12px;
	color:#500000;
	margin:0;
	font-weight:bold;
	border-bottom-color:#9AA275;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	overflow:hidden;
}
#stdform .formfieldwarning
{
	display:block;

	background-color:#FDF37F;
	padding:12px;
	color:#500000;
	margin:0;
	font-weight:bold;
	border-bottom-color:#9AA275;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	overflow:hidden;
}
#stdform label
{
	clear:left;
	display:block;
	float:left;
	width:80px;
	font-size:12px;
	font-weight:normal;
}
#stdform label.cs
{
	clear:left;
	display:block;
	float:left;
	width:80px;
	padding-left:20px;
	font-size:12px;
	font-weight:normal;
	
}
#stdform label.z
{
	
	display:block;
	float:left;
	width:80px;
	padding-left:20px;
	margin:0 0 0 0;
	clear:left;
	font-size:12px;
	font-weight:normal;
	overflow:hidden;
	
}
#stdform label.c
{
	display:block;
	width:45px;
	padding-left:20px;
	margin:0 0 0 0;
	clear:none;
	font-size:12px;
	font-weight:normal;
	overflow:hidden;
	float:left;
	
}
#stdform label.innerlabel
{
	display:block;
	float:left;
	padding-left:80px;
	width:30px;
	font-size:12px;
}
#stdform label.required
{
	display:block;
	float:left;
	width:80px;
	font-size:14px;
	font-weight:bold;
}
#stdform label.radiolabel
{
	width:100px;
	font-size:12px;
	margin:0 4px 0 4px;
}
#stdform label.radiolabellong
{
	width:230px;
	font-size:12px;
	padding:0 4px 5px 80px;
}
#stdform p{
	font-size:12px;
	font-weight:normal;
}
#stdform .textinput
{
	width:250px;
	background-color:#e5ead0;
	margin:0 0 0 0;
	padding:4px;
	font-size:18px;
	color:#2A4744;
}

#stdform .textinputCity
{
	float:left;
	width:250px;
	background-color:#e5ead0;
	margin:0 0 0 0;
	padding:4px;
	font-size:18px;
	color:#2A4744;
}
#stdform .city
{
	float:left;
	width:250px;
	background-color:#e5ead0;
	margin:0 0 0 0;
	padding:4px;
	font-size:18px;
	color:#2A4744;
}
#stdform .textinputState
{
	float:left;
	width:250px;
	background-color:#e5ead0;
	margin:0 0 0 0;
	padding:4px;
	font-size:18px;
	color:#2A4744;
}
#stdform .state
{
	float:left;
	width:250px;
	background-color:#e5ead0;
	margin:0 0 0 0;
	padding:4px;
	font-size:18px;
	color:#2A4744;
}
#stdform .textinputZip
{
	float:left;
	width:60px;
	background-color:#e5ead0;
	margin:0 0 0 0;
	padding:4px;
	font-size:18px;
	color:#2A4744;
	overflow:hidden;
}
#stdform .zip
{
	float:left;
	width:60px;
	background-color:#e5ead0;
	margin:0 0 0 0;
	padding:4px;
	font-size:18px;
	color:#2A4744;
	overflow:hidden;
}
#stdform .textinputCountry
{
	float:left;
	width:125px;
	background-color:#e5ead0;
	font-size:12px;
	color:#2A4744;
}
#stdform .country
{
	float:left;
	width:125px;
	background-color:#e5ead0;
	font-size:12px;
	color:#2A4744;
}
#stdform .selectinput{
	margin-left:80px;
}
#hear_other_label{
	display:block;
	font-size:12px;
	margin-left:80px;
	margin-top:5px;
}
#hear_other_label label{
	width:225px;
	
}
#hear_other_label input{
	width:150px;
	float:right;
	background-color:#e5ead0;
	margin:0 0 0 5px;
	padding:4px;
	font-size:18px;
	color:#2A4744;
}
#stdform .textinputinner
{
	width:225px;
	background-color:#e5ead0;
	margin:0 0 0 5px;
	padding:4px;
	font-size:18px;
	color:#2A4744;
}
#stdform .textareainput
{
	width:250px;
	height:250px;
	background-color:#e5ead0;
	margin:0 0 0 0;
	padding:4px;
	font-size:18px;
	color:#2A4744;
}
#stdform .radioinput
{
	width:30px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#stdform .formbutton
{
	background-color:#e5ead0;
	color:#2A4744;
	width:75px;
	border-color:#9AA275;
	border-style:outset;
	border-width:5px;
	margin:0;
	padding:3px 15px 3px 15px;
}
#divider
{
	width:100%;
	background-color:#9AA275;
	height:5px;
	margin:0;
	padding:0;
}
#dividerSmall
{
	width:100%;
	background-color:#9AA275;
	height:1px;
	margin:0;
	padding:0;
	clear:both;
}

/**********************/
/* Page Sections      */
/**********************/
#logoarea
{
	margin:0;
	padding:0;
	width:760px;
	height:120px;
}
#logoarea .slogan
{
	float:right;
	width:450px;
	margin:0;
	padding:0;
}
#logoarea .logo
{
	position:relative;
	top:0;
	right:0;
	margin:0;
	padding:0;
	width:160px;
	float: left;
}
#flash
{
	margin:0;
	padding:0;
	width:760px;
	height:200px;
}
#mainarea
{
	margin:0;
	padding:0 50px 0 50px;
}
#gallery
{
	width:650px;
	height:650px;
	border-color:#9AA275;
	border-style:solid;
	border-width:1px;
	margin-bottom:10px;
}
#gallerylinks
{
	width:640px;
	height:150px;
}
#gallerylinks .right
{
	float:right;
	width:210px;
	height:140px;
	padding-right:60px;
}
#gallerylinks .left
{
	width:210px;
	height:140px;
	padding-left:75px;
}
#directions
{

	float:right;
	width:240px;
}
#map
{
	width:240px;
	height:240px;
	border-color:#9AA275;
	border-style:solid;
	border-width:1px;
}
#contact
{
	width:100%;
	padding:5px 0 5px 0;
	margin:0;
}
#contact .left
{ 
	padding:0 0 0 200px;
	margin:0;
	width:200px;
	font-size:14px;
}
#contact .right
{
	float:right;
	padding:0 115px 0 0px;
	margin:0;
	width:200px;
}
#eventmain
{
	padding:5px;
	margin:25px;
	background-color:#f7f9f0;
	border-color:#9aa275;
	border-style:dotted;
	border-width:1px;
}
#eventmain .event
{
	margin: 25px 0 5px 0;
	border-bottom-color:#9aa275;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
#eventmain .label
{
	display:block;
	float:left;
	width:75px;
	overflow:hidden;
}
#eventmain .location
{
	display:block;
	width:500px;
	overflow:hidden;
}
#eventcap
{
	float:right;
	padding:5px;
	margin:10px;
	width:185px;
	background-color:#f7f9f0;
	border-color:#9aa275;
	border-style:dotted;
	border-width:1px;
}
#eventcap .event
{
	margin: 10px 0 0 5px;
	padding: 0 5px 10px 15px;
	border-bottom-color:#9aa275;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	background-image:url("images/bullet.gif");
	background-repeat:no-repeat;
}
#eventcap img.header
{
	display:block;
	float:left;
	padding:5px 5px 10px 0;
}
#eventcap .txt
{
	display:block;
	overflow:hidden;
}
#eventcap .link
{
	text-align:center;
	padding:5px 0 5px 0;
}

#eventcap2
{
	display:block;
	padding:5px;
	margin:10px;
	background-color:#f7f9f0;
	border-color:#9aa275;
	border-style:dotted;
	border-width:1px;
	overflow:hidden;
}
#eventcap2 .event
{	
	float:left;
	width:150px;
	margin: 10px 10px 0 10px;
	padding: 0 0 10px 10px;
	border-right-color:#9aa275;
	border-right-style:dotted;
	border-right-width:1px;
}
#eventcap2 img.header
{
	display:block;
	float:left;
	padding:5px 5px 10px 0;
	width:60px;
}
#eventcap2 .txt
{
	float:left;
	display:block;
	overflow:hidden;
	width:150px;
}
#eventcap2 .link
{
	text-align:center;
	padding:15px 0 5px 0;
}


#featuredlisting
{
	overflow:hidden;
	padding:5px;
	margin:10px;
	background-color:#f7f9f0;
	border-color:#9aa275;
	border-style:dotted;
	border-width:1px;
}
#featuredlisting .listing
{
	margin: 0 0 5px 0;
	padding: 0 5px 0 15px;
	background-image:url("images/bullet.gif");
	background-repeat:no-repeat;
}
#featuredlisting img.header
{
	display:block;
	float:left;
	padding:5px 5px 10px 0;
}
#featuredlisting .txt
{
	float:left;
	display:block;
	overflow:hidden;
	width:250px;
}
#featuredlisting .link
{
	text-align:center;
	padding:5px 0 5px 0;
}
#communitylink
{
	padding: 10px 0 10px 0;
	overflow:hidden;
}
#communitylink .icon
{
	float:left;
	display:block;
	width:200px;
	height:80px;
	padding: 10px 10px 0 0;
	text-align:center;
	overflow:hidden;
}
#communitylink .txt
{
	position:relative;
	display:block;
	overflow:hidden;
}	
#communitylink .info
{
	display:block;
	padding: 5px 0 0 0;
	font-size:12px;
	overflow:hidden;
}
	
#stdtable{
	display:table;
	padding:0;
	margin:0 auto 0 auto;
	width:90%;
}
#stdtable caption{
	display:none;
}
#stdtable tr.shade, #stdtable td.shade{
	background-color:#E4E7C8;
}
#stdtable td{
	padding:5px;
	margin:0;
}
#stdtable td.space{
	background-color:#ffffff;
}
#gasprices{
	display:table;
	padding:0;
	margin:0 auto 0 auto;
}
#gasprices caption{
	white-space:nowrap;
	text-align:center;
	margin:0 auto 0 auto;
	background-color:#E4E7C8;
	padding:5px;
}
#gasprices .smalltxt{
	font-size:12px;
	color:#5f5f5f;
}
#gasprices td.label{
	border-color:#E4E7C8;
	border-left-style:solid;
	border-top-style:solid;
	border-right-style:none;
	border-bottom-style:solid;
	border-width:2px;
	padding:5px;
	margin:0;
	text-align:right;
	width:75px;
}
#gasprices td.value{
	border-color:#E4E7C8;
	border-left-style:none;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-width:2px;
	padding:5px;
	margin:0;
	width:75px;
}

#footer
{
	width:100%;
	background-position:center;
	margin:0;
	padding:0;
	height:15px;
	background-color:#959B64;
}
.spring{
	background-image:url(images/spring.jpg);
	background-repeat:no-repeat;
	background-position: 0 8em;
	height:775px;
}
.downloadImg{
	border-style:none;
	margin: 0 10px;
	float:right;
}
a.priceListAd:link, a.priceListAd:active, a.priceListAd:visited
{
	display:block;
	padding-top:20px;
	color:#2A4744;
	text-decoration:none;
	font-size:18px;
	text-align:center;
}
a.priceListAd:hover
{
	text-decoration:underline;
}




ul.footerNavigation{
	display:block;
	width:100%;
	overflow:hidden;
	margin-left: 100px;
	margin-bottom:2px;	
	padding-left:10;
	
}
ul.footerNavigation li {
	display:inline;
	float:left;
	font-size:12px;
	color:#6E754D;
	width:auto;
}
ul.footerNavigation li a, ul.footerNavigation li a:visited, ul.footerNavigation li a:active{
	font-weight:normal;
	color:#6E754D;
}


ul.footerNavigator li.footerHeader {
}
ul.footerNavigation li.footerHeader,ul.footerNavigation li.footerHeader a,ul.footerNavigation li.footerHeader a:visited{
	display: block;
	float:left;
	width:150px;
	color:#2A4744;
}

#headLevelOnly {
	margin-left: 300px;
	display:inline;
	width:570px;
}
#headLevelOnly a{
	display:inline;
	font-size:12px;	
	color:#2A4744;
}

#cameraIcon a, cameraIcon a:visited, cameraIcon a:active{
	display:block;
	color:#6E754D;
	font:Arial, Helvetica, sans-serif;
	margin-left: 530px;
	padding-bottom:5px;
	text-align:right;
}


#communityLink a{
	text-decoration: underline;
}

#communityLink a:hover{
	text-decoration: underline;
	color: #6E754D
	
}
#ridingImages a{
	width: 665 px;
	padding-left: 50px;
	text-decoration:none;
}

#ridingImages a:hover{
	text-decoration:none;
}

.bsf_ul {
	padding-left:40px;
}

#logo_style {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#picspan img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.ownerimage {
	float:left;
	margin-right:5px;
}

.li-indent {
	margin-left: 40px;
}

#tabs {
	margin-bottom: 20px;
}

#tabs a {
	color: #6E754D;
	text-decoration: underline;
	font-size: 12px;
	padding: 8px;
}

.homes-gallery {
	
}

.homes-gallery-hidden {
	display: none;
	visibility: hidden;
}

.gallery-box {
	width: 255px;
	height: 222px;
	float: left;
	margin: 0 10px 10px 0;
}

#tabs p {
	margin: 0 0 10px 0;
}

.gallery-caption {
	color: #6E754D;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	padding-top: 5px;
}

#tabs-1 ul {
	padding-left: 310px;
	margin-bottom: 10px;	
}

#tabs-1 ul a {
	color: #6E754D;
}

#tabs-1 li {
	
}

p.bold {
	font-weight: bold;
}