@charset "UTF-8";


h6 {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 0 15px;
}



.tabright {
	background-position: left;
	background-repeat: repeat-y;
	background-color: #a0864b;
	background-image: url(../imgs/style_elements/rightshad.jpg);
}


.tableft {
	background-position: right;
	background-repeat: repeat-y;
	background-color: #a0864b;
	background-image: url(../imgs/style_elements/leftshad.jpg);
}

.tabcenter {
	border-left: 2px solid #0d4c39;
	border-right: 2px solid #0d4c39;
	padding-bottom: 10px;
}

.tabcenter p {
	padding: 0 15px;
}


img {
	border: 0;
}

#nav {
	width: 173px;
	position: relative;
	margin-right: 10px;
}

.navtop {
	background-image: url(../imgs/style_elements/top.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 173px;
}

.homes {
	list-style-position: inside;
	list-style-type: none;
	background-repeat: repeat-y;
	margin: 0;
	padding: 2px 0 0 0;
	background-image: url(../imgs/style_elements/homebak.jpg);
	width: 173px;
}

.gold {
	color: #c7b180;
}

.anchorclass {
	background-position: 130px center;
	background-repeat: no-repeat;
	background-image: url(../imgs/style_elements/arrow.gif);
}

.homes li {
	list-style-position: inside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}


.homes li a {
	display: block;
	padding: 6px 0 6px 16px;
	margin-right: 8px;
	line-height: 18px;
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: white;
	width: 149px;
	text-decoration: none;
}

.homes li a:hover {
	background-color: #083425;
}

.community {
	background-image: url(../imgs/style_elements/comm.jpg);
	background-repeat: no-repeat;
	height: 3px;
}

.commlist {
	list-style-position: inside;
	list-style-type: none;
	background-repeat: repeat-y;
	margin: 0;
	padding: 2px 0 0 0;
	background-image: url(../imgs/style_elements/comback.jpg);
	width: 173px;
}

.commlist li {
	list-style-position: inside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}

.commlist li a {
	display: block;
	padding: 6px 0 6px 16px;
	line-height: 18px;
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: white;
	width: 149px;
	text-decoration: none;
	margin-right: 8px;
}

.commlist li a:hover {
	background-color: #083425;
}

.navbot {
	background-image: url(../imgs/style_elements/bot.jpg);
	width: 173px;
	height: 138px;
}

.navbot ul {
	list-style-position: inside;
	list-style-type: none;
	background-repeat: repeat-y;
	margin: 0;
	padding: 12px 0 0 0;
	color: white;
}

.navbot li {
		display: inline;
}

.navbot li a {
	display: block;
	padding: 6px 0 6px 16px;
	margin-right: 8px;
	line-height: 18px;
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: white;
	width: 149px;
	text-decoration: none;
}

.navbot li a:hover {
		background-color: #083425;
}



html>body .navbot ist li a {
		width: auto;
}

.addy {
	font-size: 11px;
	color: white;
	margin-left: 16px;
}

.addy a {
	color: white;
}

.addy a:hover {
	text-decoration: none;
}


.hozline {
	border-top: 1px solid #c7b180;
}

/* ######### Default class for drop down menus ######### */

.anylinkcss{
font-size: 14px;
font-family: Helvetica, Arial, Verdana, sans-serif;
position: absolute;
left: 0;
top: 0;
visibility: hidden;
color: white;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #083425;
width: 150px; /* default width for menu */
margin-left: 2px;
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
padding: 10px 0px 10px 0px;
color: white;
text-decoration: none;
text-indent: 20px;
}

.anylinkcss a:hover{ /*hover background color*/
background: #0e4c39;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */

.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: #8d723b;
visibility: hidden;
}

/* ######### Realty Pages ######### */

.realty_head {
	background-position: 0 27px;
	background-repeat: no-repeat;
	color: white;
	background-color: #0e4c39;
	background-image: url(../imgs/style_elements/KeenesPointeRealtyhead.jpg);
	position: relative;
	width: 800px;
	padding-bottom: 20px;
	border-bottom: 15px solid #a0864b;
	border-left: 2px solid #a0864b;
	border-right: 2px solid #a0864b;
}


.realty {
	color: white;
	background-color: #0e4c39;
}

#realtynav {
	position: relative;
	margin-top: 138px;
	margin-left: 12px;
}

#realtynav img {
	margin: 0 10px;
}

.stipeyhead {
	height: 27px;
	background-image: url(../imgs/bg-stripe.gif);
	width: 800px;
}

#formbox {
	width: 664px;
	position: relative;
}

#formbox .top {
	height: 13px;
	background-image: url(../imgs/style_elements/boxtop.gif);
	background-repeat: no-repeat;
}

#formbox .mid {
	background-repeat: repeat-y;
	background-image: url(../imgs/style_elements/boxbkgd.gif);
	position: relative;
}

#formbox .signup {
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	width: 215px;
	float: left;
	margin: 15px 0 0 15px;
}

#formbox .bot {
	height: 14px;
	background-image: url(../imgs/style_elements/boxbot.gif);
	background-repeat: no-repeat;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#formbox table {
	width: 400px;
	margin: 0;
	padding: 0;
}

#formbox form {
	margin: 0;
	padding: 0;
}

#formbox td {
	padding: 3px;
}

label {display:block; font:10px "Arial",Helvetica,sans-serif; color:#fff;}

#response {color:#c7b180; font-style:italic; font-size:12px;}
#no-spam {font-size:9px; font-style:italic; color:#c7b180; margin: 0; padding: 0;}
#description {font-size:12px; margin:1.5em 1em -1.9em 0; color:#333; text-align:right; color:#333;}


#realtycontent {
	width: 664px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	word-wrap: break-word;
}

.pagedivider {
	width: 663px;
	height: 3px;
	margin: 10px 0;
	background-image: url(../imgs/style_elements/divider.gif);
	background-repeat: no-repeat;
}

.realtypagecopy {
	line-height: 24px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 300px;
	float: right;
	margin-right: 0px;
	margin-top: 15px;
	text-align: left;
	display: inline;
	overflow: hidden;
}

#realtycontent ul {
	width: 500px;
	list-style-type: none;

}

#realtycontent li {
	line-height: 14px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 180px;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 120px;
	text-align: center;
	display: block;
}


#realtycontent li img {
	margin-bottom: 10px;
}

#realtycontent li a {
	color: #c7b180;
}

#realtycontent li a:hover {
	text-decoration: none;
}

#realtycontent em {
	color: #c7b180;
}

#realty_bio {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 50px;
	width: 500px;	
	margin-top: 25px;
}

#realty_bio img {
	float: left;
	margin-right: 20px;
}

#realty_bio h1 {
	padding: 0px;
	margin: 0px;
	line-height: 18px;
	font-size: 16px;
	color: white;
}

#realty_bio h2 {
	padding: 0px;
	margin: 0px;
	line-height: 12px;
	letter-spacing: 1px;
	font-size: 11px;
	color: white;
	text-transform: uppercase;
	display: inline;
}

#realty_bio a {
	font-size: 11px;
	color: #c7b180;
	font-style: italic;

}

#realty_bio a:hover {
	text-decoration: none;
}

#realty_bio p {
	line-height: 18px;
	font-size: 13px;
}

.horizline {
	border-top: 1px solid #c7b180;
	margin: 10px 10px 10px 165px;
}

.teamlinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right:
	color: #c7b180;
}

.teamlinks a {
	text-align: right:
	font-size: 11px;
	color: #c7b180;
}

.teamlinks a:hover {
	text-decoration: none;
}

.realty_info {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: white;
	border: 2px solid #336666;
}

.realty_info td {
	padding: 6px;
}

.greenback {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: white;
	background-color: #092e23;
	font-size: 11px;
}


#news {
	background-color: #083425;
}

.newsholder {
	background-color: white;
	margin: 25px auto;
	width: 600px;
	padding: 25px;
	border: 1px solid #c7b180;
}


#news h1 {
	font-size: 16px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: left;
	color: #083425;
}

#news p {
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: left;
	color: black;
}

#news a {
	color: #0e4c39;
}

#news a:hover {
	text-decoration: none;
}