/* CSS Document */

* { margin: 0px; padding: 0px; }

body { background:url(/images/bg.jpg) no-repeat; font-family:Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 {
	padding:3px;
	margin:1px;
}
h1 {
	color:#FFFFFF;
	font-size:24px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:18px;
}
h5 {
	font-size:16px;
}

ul { list-style:none;}

p {
	font-size:12px;
	text-indent:1em;
	padding:3px;
}

.text_02 {
	font-size: 2px;
	line-height: 2px;
	font-weight:normal;
}
.text_09 {
	font-size: 9px;
	font-weight:normal;
}
.text_09_bold {
	font-size: 9px;
	font-weight:bold;
}
.text_10 {
	font-size: 10px;
	font-weight:normal;
}
.text_10_bold {
	font-size: 10px;
	font-weight:bold;
}
.text_11 {
	font-size: 11px;
	font-weight:normal;
}
.text_11_bold {
	font-size: 11px;
	font-weight:bold;
}
.text_12 {
	font-size: 12px;
	font-weight:normal;
}
.text_12_bold {
	font-size: 12px;
	font-weight:bold;
}
.text_13 {
	font-size: 13px;
	font-weight:normal;
}
.text_13_bold {
	font-size: 13px;
	font-weight:bold;
}
.text_14 {
	font-size: 14px;
	font-weight:normal;
}
.text_14_bold {
	font-size: 14px;
	font-weight:bold;
}
.text_14_bold_em {
	font-size: 14px;
	font-weight:bold;
	font-style:italic;
}
.text_15 {
	font-size: 15px;
	font-weight:normal;
}
.text_15_bold {
	font-size: 15px;
	font-weight:bold;
}
.text_16 {
	font-size: 16px;
	font-weight:normal;
}
.text_16_bold {
	font-size: 16px;
	font-weight:bold;
}
.text_16_bold_em {
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
}
.text_17 {
	font-size: 17px;
	font-weight:normal;
}
.text_17_bold {
	font-size: 17px;
	font-weight:bold;
}
.text_18 {
	font-size: 18px;
	font-weight:normal;
}
.text_18_bold {
	font-size: 18px;
	font-weight:bold;
}
.text_19 {
	font-size: 18px;
	font-weight:normal;
}
.text_19_bold {
	font-size: 18px;
	font-weight:bold;
}
.text_20 {
	font-size: 20px;
	font-weight:normal;
}
.text_20_bold {
	font-size: 20px;
	font-weight:bold;
}
.text_22 {
	font-size: 22px;
	font-weight:normal;
}
.text_22_bold {
	font-size: 22px;
	font-weight:bold;
}
.text_24 {
	font-size: 24px;
	font-weight:normal;
}
.text_24_bold {
	font-size: 24px;
	font-weight:bold;
}
.text_25 {
	font-size: 25px;
	font-weight:normal;
}
.text_25_bold {
	font-size: 25px;
	font-weight:bold;
}


.NOMARGINLFT {
	margin-left:none !important;
}
.NOMARGINRT {
	margin-right:none !important;
}
.NOPADLFT {
	padding-left:none !important;
}
.NOPADRT {
	padding-right:none !important;
}
.NOBORDER {
	border:none !important;
	border-right:none !important;
	border-left:none !important;
	border-bottom:none !important;
	border-top:none !important;
}
img {border:none; text-decoration:none}

#container {
	width:901px;
	margin: 0 auto;
}

#header {
	display:block;
	background:url(images/header.jpg) no-repeat;
	height:317px;
	color: #656eac;
	position:relative;
}
#header a img { 
    padding-top: 10px; 
	text-decoration: none; 
	border: none; 
}
#innerheader {
	display:block;
	background:url(images/buybodybg.jpg) no-repeat;
	height:221px;
	color: #656eac;
	position:relative
}
#innerheader a img { 
    padding-top: 10px; 
	text-decoration: none; 
	border: none; 
}

.headText {
	margin-left: 100px;
}
#login{
	height: 28px;
}

#toptxt {
	font-family:Arial, Helvetica, sans-serif;
}

/*//////////////////////////////
	#mainmenu styles
//////////////////////////////*/
#nav {
	position:relative;
	z-index:999999;
	display:block;
	height:30px;
	}

#nav ul{
	display:block;
	width:805px;
	margin:0 auto;
	height:17px;
	padding:5px 0;
	list-style:none;
	}
	
#nav ul li {
	display:inline;
	float:left;
	width: 115px;
	}

#nav li a, #nav li a:visited {
	display: block;
	color: #565b8d;
	padding:5px;
	text-decoration: none;
	font-size:16px;
	margin-left:5px;
	}

#nav ul li ul {
	width:120px;
	height:90px;
	}

#nav li ul:hover {
	display:block;
	}

#nav li a:hover {
	background-color: #DADADA;
	color: #4c7326;
	}
	
#nav #sitemap {
	display:none;
	}

.subcontainer {
	display: none;
	position:relative;
	z-index:999;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	float:left;
	background-color:#CCCCCC;
	}

.subcontainer a{
	padding:8px;
	text-align:left;
	}

.mainli {
	font-size:14px;
	display:block;
	text-align:center;
	}	

/* End Navigation */

#flashcontainer {
	display:block;
	width:798px;
	height:158px;
	margin:20px auto 0;
	position:absolute;
	z-index:888;
	left:51px;
	}

#flash {

}

#innerflash {
	display:block;
	position:relative;
}

#content2 {
	display:block;
    position:relative;
    width:861px;
    padding:10px 20px;
}

#content {
	display:block;
   width:801px;
   padding:10px 50px;
   position:relative;
}

#homecontent {
   width:901px;
   padding:10px 0px;
   position:relative;
}

#footer {
	margin:20px 0;
	clear:both;
}

#quickSearch {
	width:901px;
	height:65px;
	border-bottom: solid 3px #c4c4c4;
}
#quickSearch img {
	padding:0px;
}

#quickSearchLogo {
	float:left;
	display:block;
	width:142px;
	margin-left:40px;
	margin-top:10px;
}

#quickSearchBox {
	background:url(images/searchBG.jpg) no-repeat bottom left;
	float:left;
	width:450px;
	height:47px;
	margin-left:40px;
	margin-top:08px;
	font-size:14px;
}
#quickSearchBox select {
	width:205px;
	display:inline;
}
#quickSearchBox .button {
	display:inline;
	margin-left:25px;
}
#quickSearchButton {
	float: left;
	text-decoration:none;
	border:none;
	margin-left:15px;
	margin-top:0px;
}
.button{	
	background-image: url(images/search.jpg)
}

#bottomNav {
	margin: 0 auto;
	margin-top:10px;
	width:600px;
	color:#5c6192;
	font-size:12px;
	clear:both;

}

#bottomNav a, #bottomNav a:visited {
	text-decoration:none;
	margin-right: 5px;
	float:left;
	color:#5c6192;
	border-right: 1px solid #5c6192;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 5;
	padding-left: 5px;
}

#bottomNav a:hover {
	text-decoration:underline;
}

#bcfooter, #bcfooter a, bcfooter a:visited {
	color:#5c6192;
	font-size:12px;
}

/* Homepage */
#btnContainer {
	width:904px;
	height:240px;
	margin-left: 4px;
}
.homebtn {
	display:block;
	height:237px;
	float:left;
	cursor:pointer;
}
#btnlinkbox { 
	position:relative;
	top: 165px;
	left:50px;
	display:block;
	width:170px;
}

.link, .link a, .link a:link, .link a:visited {
	color: #FFFFFF;
	font-size: 12px;
	padding-bottom:4px;
	text-decoration:none;
}

.link:hover {
	text-decoration:underline;
}


#buy{
	width: 229px;
	background:url(images/buy_btn.jpg) no-repeat;

}
#buy:hover {
	background-position:0px -241px;
}
#lease {
	width: 223px;
	background:url(images/lease_btn.jpg) no-repeat;
}
#lease:hover {
	background-position:0px -241px;
}

#leasetoown {
	width: 223px;
	background:url(images/lease2own_btn.jpg) no-repeat;
}
#leasetoown:hover {
	background-position:0px -241px;
}

#finance {
	width: 228px;
	background:url(images/finance_btn.jpg) no-repeat;
}
#finance:hover {
	background-position:0px -241px;
}
/*#invest {
	width: 224px;
	background:url(images/investBG.jpg) no-repeat;
}
#invest:hover {
	background-position:-224px;
}*/


#WelcomeMsg {
	color:#999999;
	font-weight:bold;
	padding:5px;
}

/* End Homepage */

/* --------- Available ----------*/
.cityblock {
	display:block;
	float:left;
	font-size:18px;
	font-weight:bold;
	height:30px;
	padding:5px;
	line-height:30px;
	width:790px;
	background-color:#CCC;
	background-image:url(images/citybg.jpg);
	background-repeat:repeat-x;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 2px 3px 7px #000;
	-moz-box-shadow: 2px 3px 7px #000;
	-webkit-box-shadow: 2px 3px 7px #000;
	margin-bottom:8px;
	}

#AvailableContainer {
	width:810px;
	display:block;
}

#AvailableSort {
	width:800px;
	margin:0 auto;
}

#AvailableSort td {
	padding:2px;
}
	
.AvailableDiv {
	cursor:pointer;
	width:241px;
	_width:241px;
	*width:241px;	
	height:241px;
	float:left;
	margin:5px 14px;
	color:#1A155B;
	font-size:13px;
	font-weight:bold;
	background-image: url(/images/available_homes_bg2.jpg);
	background-repeat: no-repeat;
}
	
.AvailableDiv img{
	
}
.AvailableDiv:hover {
	background-image: url(/images/available_homes_hover.jpg);
	
}

.AvailableInfoRight {
	width:220px;
	_width:210px;
	*width:210px;
	float:left;
	margin-left: 6px;
	*margin-left: 10px;
	font-size:12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	}

.imagewrapperleft {
	float:left;
	margin-left:13px;
	margin-top:15px;
	display:block;
	height:140px;
	padding-bottom: 0px;

	}

.imagewrapperleft img{
	position:absolute;
	clip:rect(0px,210px,140px,0px);
	*clip:rect(0px 210px 140px 0px);

}


.base {
	color:#006600;
	font-size:12px;
	}
	
.discount {
	color:#006600;
	font-size:12px;
	}

.basedetails {
	color:#006600;
	font-size:14px;
 }
	
.address {
	font-size:14px;
	font-weight:bold;
	color:#1A155B;
}

.address a:hover {
	text-decoration:none;
	color:#1A155B;
}

.price {
	color:#1A155B;
	font-size:12px;
 }
 
.bedrooms {
	color:#1A155B;
	font-size:12px;
 }
	
.bathrooms {
	color:#1A155B;
	font-size:12px;
}

.stories {
	color:#1A155B;
	font-size:12px;
}

.sqft {
	color:#1A155B;
	font-size:12px;
}
/* --------- Available ----------*/


#listingLeftCol {
	width:350px;
	float:left;
	text-align:center;
	background-color:#FAF8FA;
	font-size:12px;
	color:#333333;
	text-decoration:none;
}

#listingLeftCol a, #listingLeftCol a:link  {
	text-decoration:none;
}

#listingLeftCol a:hover {
	text-decoration:underline;
}

#listingRightCol {
	margin-left:450px;
	width:350px;
	padding-bottom:20px;
}

#InformationBlock {
	width: 310px;
	margin-right: 60px;
	font-size:14px;
}

#ListingDetailTable td {
	padding:3px;
	border-bottom:#CCCCCC;
	border-bottom-style:dashed;
	border-bottom-width:thin;
}
	
#ListingImagesTable {
	width:320px;
	margin:0 auto;
	/*border-width: 1px;
	border-style: solid;
	border-color: #1A155B;*/
	background-color:#FAF8FA;
}

#ListingImagesTable tr td {
	text-align:center;
	padding:3px;
}

#ListingImageDiv {
	text-align:center;
	color:#000000;
	margin-top:2px;
	background-color:#FAF8FA;
}

#listingimages {
	background-color:#FAF8FA;
	width: 300px;
	padding:10px;
	min-height:260px;
	}
#listingimages h3 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1A155B;
	}
	
.thumbimages {
	float:left;
	width:115px;
	height:110px;
	_margin:5px 17px;
	*margin:5px 17px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	display:block;
	overflow:hidden;
}

.thumbimages img{
	width:105px;
	height:60px;
	display:block;
	overflow:hidden;
}

.thumbimages a:link img, .thumbimages a:visited img {
	border:1px solid #1A155B;
}

.thumbimages a:hover img {
	border:1px solid #999;
}
	
#listingDesc {
	text-align:-moz-left;
	width:310px;
	padding:10px;
	font-size:14px;
	/*background-color:#FAF8FA;*/
}
#listingDesc h3 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1A155B;
}

#ListingDescriptionTable td {
	padding:5px;
	text-align:left;
}

#listingDescLeft {
	width:308px;
	padding:5px;
	font-size:14px;
	margin:0 auto;
	text-align:left;
	background-color:#FAF8FA;
}
#listingDescLeft h3 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1A155B;
	}

#ListingDescriptionTableLeft td {
	padding:5px;
	text-align:left;
}

#control {
	position:absolute;
	left: 30px;
	top:0px;
	width: 240px;
	height:250px;
	background-image:url(images/sidebarbg.jpg);
	background-position:top right;
	text-align:left;
}

#control ul{
	margin-top:40px;

}

#control ul li{
	margin-bottom:10px;
}

#control ul a{
	text-decoration:none;
	color:#333333;
}

#control ul a:hover{
	text-decoration:underline;
	color:#000066;
}

.contentbox {
	display:block;
	width: 600px;
	position:relative;
	left: 120px;
	top: 10px;
	background-color:#F0F0F0;
	min-height:400px;
	text-align:center;
	margin:auto;
}

.ajax2 {
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position:right;
	padding-right:20px;
	width:240px;
}

.ajax2:hover {
	padding-right:18px;
}

.ajax3 {
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position:right;
	padding-right:20px;
	width:240px;
}

.ajax3:hover {
	padding-right:18px;
}

#messagekey {
	background-color: #1A155B;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size: 16px;
	font-weight:bold;
	border: thin inset #B9B8C0;
	padding:3px;
	width: 55px;
	height:25px;
	text-align:center;
}

#messagekeybox {
	background-color: #ffffff;
	color:#1A155B;
	font-family:Tahoma;
	font-size: 14px;
	font-weight:bold;
	border: #B9B8C0;
	border-style:solid;
	border-width:thin;
	padding:3px;
	width: 45px;
	height:20px;
	text-align:center;
}

.btn {
	background-color: #1A155B;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size: 14px;
	font-weight:bold;
	border: medium inset #B9B8C0;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.btn:hover {
	background-color: #FFCC00;
	color:#1A155B;
}

.button {
	font-size: 16px;
	font-family:Calibri;
	font-weight:bold;
	color: #fff;
	background-image: url(images/searchbutton.jpg);
	background-repeat: repeat;
	background-position: center center;
}

.button:hover {
	font-size: 16px;
	font-family:Calibri;
	font-weight:bold;
	color: #fff;
	background-image: url(images/searchbutton.jpg);
	background-repeat: repeat;
	background-position: center center;
	cursor:hand;
	cursor:pointer;
}

.button2 {
	font-size: 16px;
	font-family:Calibri;
	font-weight:bold;
	color: #fff;
	background-image: url(images/formfield_bg.jpg);
	background-repeat: repeat;
	background-position: center center;
}

.button2:hover {
	font-size: 16px;
	font-family:Calibri;
	font-weight:bold;
	color: #fff;
	background-image: url(images/formfield_bg.jpg);
	background-repeat: repeat;
	background-position: center center;
	cursor:hand;
	cursor:pointer;
}



/* Form Styles */

.input100 {
	width:100px !important;
}
.input150 {
	width:150px !important;
}
.input200 {
	width:200px !important;
}
.input250 {
	width:250px !important;
}

/* End Form Styles */

#bcfooter {
	width:575px;
	text-align:center;
	margin:0 auto;
}


.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display:block;
}

span.tooltip{
	padding: 0;
	margin: 0;
	height: auto; min-height: auto;
	width: auto; min-width: auto;
	font-size:12px;
	}
	
.pricing {
	position:absolute;
	left:120px;
	font-weight:bold;
	text-decoration:underline;
	z-index:5000
	}


#mainmenu li:hover ul ul, #mainmenu li:hover ul ul ul, #mainmenu li:hover ul ul ul ul{ display: none; }
#mainmenu li:hover ul, #mainmenu li li:hover ul, #mainmenu li li li:hover ul, #mainmenu li li li li:hover ul{ display: block; }
