body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	line-height: 130%;
	behavior:url(csshover.htc);
	background: #020C1B url(../images/bg_body.jpg) repeat-x;
}
#wrapper {
	margin: 0px auto;
	width: 950px;
	background: #FFF url(../images/bg_wrapper1.jpg) no-repeat center top;
	padding: 0px 20px;
}
.bg1 #wrapper {
	background: #FFF url(../images/bg_wrapper1.jpg) no-repeat center top;
}
.bg2 #wrapper {
	background: #FFF url(../images/bg_wrapper2.jpg) no-repeat center top;
}
.bg3 #wrapper {
	background: #FFF url(../images/bg_wrapper3.jpg) no-repeat center top;
}
.bg4 #wrapper {
	background: #FFF url(../images/bg_wrapper4.jpg) no-repeat center top;
}
.bg5 #wrapper {
	background: #FFF url(../images/bg_wrapper5.jpg) no-repeat center top;
}
.bg6 #wrapper {
	background: #FFF url(../images/bg_wrapper6.jpg) no-repeat center top;
}
.bg7 #wrapper {
	background: #FFF url(../images/bg_wrapper7.jpg) no-repeat center top;
}
.bg8 #wrapper {
	background: #FFF url(../images/bg_wrapper8.jpg) no-repeat center top;
}
.bg9 #wrapper {
	background: #FFF url(../images/bg_wrapper9.jpg) no-repeat center top;
}
.bg10 #wrapper {
	background: #FFF url(../images/bg_wrapper10.jpg) no-repeat center top;
}
.bg11 #wrapper {
	background: #FFF url(../images/bg_wrapper11.jpg) no-repeat center top;
}
.bg12 #wrapper {
	background: #FFF url(../images/bg_wrapper12.jpg) no-repeat center top;
}
.bg13 #wrapper {
	background: #FFF url(../images/bg_wrapper13.jpg) no-repeat center top;
}
.bg14 #wrapper {
	background: #FFF url(../images/bg_wrapper14.jpg) no-repeat center top;
}
#container {
	text-align:center;
	margin-bottom:20px;
}
#top {
	width:950px;
	height:400px;
	padding: 0px;
	margin: 0px auto;
}
div#subNav {
	float:right;
	width:50px;
	margin:-40px 15px 0px 0px;
	text-align:right;
}
div#top>div#subNav {
	margin: -40px 90px 0px 0px;
}
div#subNav li{
	list-style:none;
}

div#subNav ul li a{
	display:block;
	padding: 0px 15px;
	width:50px;
	text-decoration:none;
	font-size:10px;
	color:#000;
	background: url(../images/subNav.gif) no-repeat right 2px;
}
div#subNav ul li a:hover {
	background: url(../images/subNav_over.gif) no-repeat right 2px;
}
#main {
	margin:0px auto;
	width: 960px;
	padding: 10px 0px 10px 0px;
	
}

div#nav {
	margin: 370px 0 0 0px;
	float:left;
	width:650px;
}
div#top>div#nav {
	margin: 370px 0 0 0px;
}
div
div#nav li#guestbook, div#nav li#guestbook a, div#nav li#blog, div#nav li#blog a  {
	width:120px;


}
div#nav li#mortgage, div#nav li#mortgage a {
	width:120px;
}
div#nav li#featured, div#nav li#featured a {
	width:120px;
}
div#nav li#resale, div#nav li#resale a#resale2 {
	width:120px;
}
div#nav li#new, div#nav li#new a#new2 {
	width:120px;
}
div#nav ul {
	margin:0; padding:0; 
	font-size:10px;
}
div#nav li { 
	position:relative;
	list-style:none;
	margin:0px 2px 0px 0px;
	float:left;/* will force menu to become horizontal */
	width:150px;
	background-color:#1E4187;
	border: 1px solid #ccc;
	text-align:center;
}
div#nav li a {
	color:#fff;
}

div#nav ul ul {
	position:absolute;
	top:10;
	left:0;
	width:150px;
	display:none;/* Will hide any submenus until main link is hovered over */
}

div#nav ul.level1 li.submenu:hover ul.level2,
div#nav ul.level2 li.submenu:hover ul.level3 /* This will allow any level2 ul submenu to display when it's level1 parent is hovered over */
{
display:block;
}


div#nav ul.level3 li a:hover {
	color:#000;
}

div#nav ul.level2 {
	top:10;
	left:-1px;
}


div#nav ul.level3 {
	top: -1px;
	left: 150px;
}
div#nav ul.level3 li, div#nav ul.level3 a{
	width:150px;
	color:#fff;
	background-color:#A5841F;
}

div#nav li a {
	display:block;
	padding:2px 0px;
	text-decoration:none;
	text-align:center;
	width:auto;
}


div#nav>ul a {
	width:auto;/* this is for any other browser besides IE6*/
}

div#nav li:hover/* Hover effect placed on the list <li> items not the <a> tag - This is why the csshover.htc file exists - to enable IE/WIN 6 to have this capability*/
{
	background-color:#A5841F;
}
div#nav ul.level3 li:hover, div#nav ul.level3 a:hover 
{  background-color:#E9D390;

}


#property {
	margin:0px auto;
	padding: 0px;
	width: 960px;
	vertical-align: top;
}
.propteryList {
	padding: 50px;

}



#flashFloat {
	float: left;
	width: 210px;
	margin-right: 20px;
}
.goldText {
	color: #AD843B;
	font-weight: bold;
}#propertyImage {
	float: right;
	width: 222px;
}
#propertyImage300 {
	float: right;
	width: 300px;
	text-align: center;
}
#propertyImage350 {
	float: right;
	width: 350px;
	text-align: center;
	margin-bottom: 10px;
}

#mortgageImage {
	float: right;
	width: 300px;

}
#mortgageForm {
	float: right;
	width: 550px;
}


#guestbook form {
	text-align: left;
}

#guestbook td {
	padding: 3px;
}

#guestbookForm {
	/* [disabled]float: right; */
	width: 600px;
	font-size: 12px;
	margin: 0 auto;
}
#iframeouter {
	position: relative;
	overflow: hidden;
	height: 400px;
	width: 100%;
}
#iframeinner {
	position:absolute;
	top:-145px;
	width:1280px;
	height:1200px;
	left: -200px;
}

#contact p {
	line-height: 150%;
	margin-top: 30px;

}
#contactImage {
	float: left;
	width: 300px;

}
.contactHead {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #356195;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #ad843b;
	margin:20px auto 0px;
	border-top: solid 2px #A1752E;
}

.redBoldText {
	color: #CC0000;
	font-weight: bold;	
}

.goldBoldText {
	color: #ad843b;
	font-weight: bold;	
}
div#headers {
	border-bottom: 1px solid #ad843b;
	font-family:Times New Roman, Times, serif;
	color:#356195;
	font-variant: small-caps;
	
}

div#headers h1 {
	font-size: 20px;
}



h3{
	color:#356195;
	font: bold small-caps 25px "Times New Roman", Times, serif;
}


.smallText {
	font-size: 10px;
}

a:link {
	color:#356195;
}

a:visited {
	color:#356195;
}

a:hover {
	color: #ad843b;
}

optgroup {
	line-height: 150%;
}
.listBold {
	font-weight: bold;
	color: #003897;
	display: block;
}
#special {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4277B9;
	border: 1px solid #D6A74D;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px auto;
	width: 300px;
	vertical-align: middle;
	padding-top: 10px;
	overflow: auto;
}
#special p {
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 130%;
}

#special h5 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 120%;
}
#special .largeType {
	font-size: 18px;
}


#special a {
	color: #FFFF00;
	text-decoration: none;
}
.centerText {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
#special2Float {
	float: right;
	width: 210px;
	margin-left: 20px;
	margin-bottom: 30px;
	text-align: center;
}
#special2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ad843b;
	border: 1px solid #D6A74D;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 10px;;
	width: 300px;
	padding: 0px 5px;
	vertical-align: middle;
	margin: 0px 15px;
}
#special2 p {
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 130%;
}

#special2 h5 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

#special2 a {
	color: #FFFF00;
	text-decoration: none;
}
#emailFriend {
	border: 2px solid #CC9900;
	padding: 10px;
	background-color: #F0FBFF;
	font-weight:bold;
}
#emailFriend td{
	padding: 8px 5px;
}
#citycenterlist {


}
#citycenterlist h1{
	font-size: 18px;
	padding-bottom:5px;
	border-bottom: 1px solid #356195;
	padding-top: 20px;
	
}
#citycenterlist p{
	margin-bottom:20px;
	
}
#citycenterImg {
	width:300px;
	height:800px;
	background: url(../newImages/cityCenterBuildings.jpg) no-repeat 0px 0px;
	float: right;
}
.vvBtn a:link{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #356195;
	display: block;
	padding: 3px;
	font-weight:bold;
	margin:0px 10px;
}
.vvBtn a:hover {
	background-color: #AD843B;}
	
.brClear {
	clear:both;
}
#guestbookPage {
	margin:0px auto;
	padding: 20px 0px 0px 0px;
	width: 900px;
	vertical-align: top;
	text-align:left;
}

#guestbookPage form {
	text-align: left;
}

#guestbookPage td {
	padding: 3px;
}
#btnFriend {
	width:300px;
}
#contactPage {
	margin:0px auto;
	width: 900px;
	vertical-align: top;
	font-size: 14px;
	text-align: center;
	
}

#contactPage p {
	line-height: 150%;
	margin-top: 30px;

}
#mortgagePage {
	margin:0px auto;
	padding: 20px 0px 0px 0px;
	width: 900px;
	vertical-align: top;
}
#printBtn {
	margin:10px 0px;
	text-align:left;
}
#printBtn a {
	text-decoration:none;
	padding:5px 10px;
	background-color:#1E4187;
	border: 1px solid #CC9900;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	font-style:italic;
}
.market_report {
	background: #FFFCD9;
	padding: 5px;
	width: 200px;
	border: 1px solid #9C770F;
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin: 0 40px 20px 40px;
}
.market_report img {
	border: 1px solid #333;
	margin: 0 0 3px 0;
}
.imagefloatleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.imagefloatright {
	float: right;
	margin-left: 20px;
}
.clearleft {
	clear: left;
}

