/* CSS Document For Broken Arrow Ranch and Land Co., LLC*/

body {
	background-color: #000000;
	color:#FED970;
	text-align: center;
	}

#footer {
	background-image: url(graphics/bottombar.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
	width: 794px;
	margin:auto;
	border-right: 3px solid #FED970;
	border-left:3px solid #FED970;
	}


/* ---------------------------- Title Bar ----------------------------*/

#titlebar {
	position:relative;
	background-image: url(graphics/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 156px;
	width: 634px;
	padding-top: 6px;
	padding-left: 160px;
	border: solid 3px #FED970;
	margin:auto;
	}

/* ---------------------------- Navigation ---------------------------*/
	
#navigation {
	position:relative;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:.85em;
	font-weight: bold;
	width:794px;
	letter-spacing:.04em;
	margin:auto;
	border-right:3px solid #FED970;
	border-left:3px solid #FED970;
	}
#navigation tr {
	margin:0;
	padding:0;
	text-align:center;
	border:none;
	}
#navigation a:link, #navigation a:visited {
	color:#000000;
	background-color:#FED970;
	text-decoration:none;
	border: none;
	}
#navigation a:hover { color: #666666; }

/* ---------------------------- Sub - Navigation ----------------------------*/
	
#subnavigation {
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .86em;
	text-align:right;
	padding-right:5px;
	width: 789px;
	border-right: 3px solid #FED970;
	border-left:3px solid #FED970;
	margin: auto;
	padding-bottom: 5px;
	height: 26px;

	}
#subnavigation ul {
	list-style: none;
	margin: 0;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
	}
#subnavigation li {
	display: inline;
	padding-bottom: 5px;
	}
#subnavigation a:link, #subnavigation a:visited {
	margin-right: 3px;
	padding: 4px 6px 3px 6px;
	text-align: center;
	color: #FED970; 
	background-color: #000000;
	text-decoration: none;
	border: 2px solid #FED970 ;
	}
#subnavigation a:hover {
	color: #FBEAB8;
	border-bottom: 2px solid #FBEAB8;
	border-left: 2px solid #FBEAB8;
	}

/* ---------------------------- Sub - Navigation - Creede ----------------------------*/
	
#subnavigation2 {
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .86em;
	text-align:right;
	padding-right:5px;
	width: 789px;
	border-right: 3px solid #FED970;
	border-left:3px solid #FED970;
	margin: auto;
	padding-bottom: 5px;
	height: 26px;
	background-image: url(graphics/creede_area.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
#subnavigation2 ul {
	list-style: none;
	margin: 0;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
	}
#subnavigation2 li {
	display: inline;
	padding-bottom: 5px;
	}
#subnavigation2 a:link, #subnavigation2 a:visited {
	margin-right: 3px;
	padding: 4px 6px 3px 6px;
	text-align: center;
	color: #FED970; 
	background-color: #000000;
	text-decoration: none;
	border: 2px solid #FED970 ;
	}
#subnavigation2 a:hover {
	color: #FBEAB8;
	border-bottom: 2px solid #FBEAB8;
	border-left: 2px solid #FBEAB8;
	}
	
	
/* ---------------------------- Sub - Navigation - SLV ----------------------------*/
	
#subnavigation3 {
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .86em;
	text-align:right;
	padding-right:5px;
	width: 789px;
	border-right: 3px solid #FED970;
	border-left:3px solid #FED970;
	margin: auto;
	padding-bottom: 9px;
	background-image: url(graphics/slv_area.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
#subnavigation3 ul {
	list-style: none;
	margin: 0;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
	}
#subnavigation3 li {
	display: inline;
	padding-bottom: 5px;
	}
#subnavigation3 a:link, #subnavigation3 a:visited {
	margin-right: 3px;
	padding: 4px 6px 3px 6px;
	text-align: center;
	color: #FED970; 
	background-color: #000000;
	text-decoration: none;
	border: 2px solid #FED970 ;
	}
#subnavigation3 a:hover {
	color: #FBEAB8;
	border-bottom: 2px solid #FBEAB8;
	border-left: 2px solid #FBEAB8;
	}

/* ---------------------------- Bottom Bar ----------------------------*/
#bottombar {
	position: relative;
	text-align: right;
	width:800px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: .65em;
	margin-top:10px;
	margin-left: auto;
	margin-right:auto;
	}
#bottombar a:link, #bottombar a:visited {
	color: #FED970; 
	text-decoration: underline;
	}
#bottombar a:hover {color: #FBEAB8; }


/* ---------------------------- Flash Content ---------------------------*/
#flashcontent {
	position: relative;
	width: 779px;
	padding-top: 12px;
	padding-bottom:10px;
	text-align:center;
	margin:auto;
	border-right: 3px solid #FED970;
	border-left:3px solid #FED970;
	padding-left: 14px;
	}
	
/* ---------------------------- General Content ----------------------------*/

#content {
	position: relative;
	text-align:left;
	padding: 20px;
	width: 754px;
	border-right: 3px solid #FED970;
	border-left:3px solid #FED970;
	margin:auto;
	vertical-align: top;
	}

#content a:link, #content a:visited {
	color:  #FED970;
	text-decoration:underline;
	}
#content a:hover {
	color: #FBEAB8;
	}
#contentyellow {
	position: relative;
	background-color: #FED970;
	color: #000000;
	padding: 20px;
	width: 714px;
	}
#contentyellow a:link, #contentyellow a:visited {
	color:#000000;
	text-decoration:underline;
	}
#contentyellow a:hover {
	color: #333333;
	}
#contentinfo {
	position: relative;
	text-align:left;
	padding: 20px;
	width: 754px;
	border: 3px solid #FED970;
	margin:auto;
	}

/* ---------------------------- Featured Property ----------------------------*/
#featprop {
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.86em;
	color: #FED970;
	width: 738px;
	border-right: 3px solid #FED970;
	border-left:3px solid #FED970;
	margin:auto;
	height: 350px;
	padding-top: 15px;
	padding-right: 28px;
	padding-bottom: 25px;
	padding-left: 28px;
	}
#featprop a:link, #featprop a:visited {
	color:#000000;
	text-decoration:underline;
	}
#featprop a:hover {
	color: #333333;
	}

/* ---------------------------- Property Lists ----------------------------*/

#propertylists {
	position:relative;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #FED970;
	text-align: left;
	width: 600px;
	padding-top: 5px;
	padding-left: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FED970;
	margin-left: 75px;
	}
#propertylists a:link, #propertylists a:visited {
	color:  #FED970;
	text-decoration:underline;
	}
#propertylists a:hover {
	color: #FBEAB8;
	}

.property {
	border: 2px solid #FED970;
	margin-right:80px;
	}
/* ---------------------------- Property Navigation ----------------------------*/
#propnavigation {
	position:relative;
	width:280px;
	display: inline;
	padding-left: 385px;
	}
#propnavigation2 {
	position:relative;
	border: 2px solid #FED970;
	padding:3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align:center;
	background-color: #000000;
	}
#propnavigation2 a:link, #propnavigation2 a:visited {
	margin-right: 1px;
	margin-left: 1px;
	text-align: center;
	color: #FED970; 
	text-decoration: none;
	}	
#propnavigation2 a:hover {
	color: #FBEAB8;
	}


/* ----------------------------Property Title ----------------------------*/
#propertyheading {
	position: relative;
	width: 744px;
	text-align: left;
	margin:auto;
	font-size:17pt;
	color:#FED970;
	font-weight: normal;
	font-family: Papyrus, Geneva, Arial, Helvetica, sans-serif;
	border-right: 3px solid #FED970;
	border-left:3px solid #FED970;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	}

/* ----------------------------Property Content ----------------------------*/
#propertycontent {
	position: relative;
	width: 736px;
	height:570px;
	padding-left:30px;
	padding-right:28px;
	margin:auto;
	border-right: 3px solid #FED970;
	border-left:3px solid #FED970;
	}
	
#propertycontent a:link, #propertycontent a:visited {
	color:  #FED970;
	text-decoration:none;
	}
#propertycontent a:hover {color: #FBEAB8;}

#propertyleft {
	position: relative;
	width: 250px;
	float: left;
	}
#propertyright {
	position: relative;
	width: 340px;
	float: right;
	background-color: #FED970;
	color: #000000;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 6px;	
	padding-bottom: 5px;	
	}
#propertyright p {
	text-indent:10px;
	text-align:left;
	}


/* ----------------------------Property Content ----------------------------*/
#sellcontent {
	position: relative;
	width: 736px;
	height:680px;
	padding-left:30px;
	padding-right:28px;
	margin:auto;
	border-right: 3px solid #FED970;
	border-left:3px solid #FED970;
	}
	
#sellcontent a:link, #sellcontent a:visited {
	color:  #FED970;
	text-decoration:none;
	}
#sellcontent a:hover {color: #FBEAB8;}
	
/* ---------------------------- Headers ----------------------------*/

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-bottom:-.7em;
	font-weight: normal;
	text-align:center;
	}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	}
h3 {
	font-family: Papyrus, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	}
h4 {
	font-size:1.5em;
	font-weight: normal;
	font-family: Papyrus, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: -16px;
	margin-top: 25px;
	text-align:center;
	}
	
	
/* ---------------------------- Classes ----------------------------*/

.prop {
	border: 3px solid #FED970;
	}
.youarehere {
	color: #666666;
	}
.img {
	border:none;
	}
	
hr {
	border-top-color: #FED970;
	border-right-color: #FED970;
	border-bottom-color: #FED970;
	border-left-color: #FED970;
	color: #FED970;
	text-align: center;
	margin-right: 10px;
	}

