@charset "utf-8";

a {
	outline:none;
	color:#204e80;
	text-decoration: underline;
}

a:hover {
	color:#5c85b8;
}

.blueButton {
	background-image:url(../images/blue_button.png);
	width:220px;
	height:36px;
	text-align:center;
	color:#aad70e;
	font-size:17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border:none;
	background-color:#FFFFFF;
}

#blueBtn {
	background-image:url(../images/blue_button.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:220px;
	height:36px;
	text-align:center;
	margin-left:-5px;
	padding-top:5px;
	background-color:#FFFFFF;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:1.7;
	background-image: url(../images/Black_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#444444;
	margin: 0 auto;
	padding: 0px 0px 30px 0px;
	text-align: center;
	color: #222222;
	border-top:6px solid #aad70e;
}

.blueText {
	color:#204e80;
	font-size:14px;
	font-weight:bold;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#columnLeft {
	float:left;
	width:540px;
	display:inline;
	background-color:#c6c6c4;
	padding:35px;	
	border-right:1px solid #aaaaaa;
}

#columnRight {
	float:right;
	width:224px;
	padding:0px 30px;
	display:inline;
}

#detail {
	background-color:#ffffff;
	padding:15px 15px;
	text-align:left;
}

#detailImages {
	background-color:#e5e5e5;
	border:1px solid #cccccc;
	margin:0 auto;
}

#detailImages img {
	max-width:200px;
	max-height:150px;
	border:1px solid #999999;
}

* html div#detailImages img { 
   width: expression( document.body.clientWidth > 199 ? "200px" : "auto" ); /* sets max-width for IE */
}

* html div#detailImages img { 
   height: expression( this.scrollHeight > 149 ? "150px" : "auto" ); /* sets max-height for IE */
}

#detail a {
	padding-left:25px;
}

#featuredProperties {
	width:220px;
	height:270px;
	margin: 0px 20px 0px 0px;
	float:none;
	clear:both;
	background-color:#FFFFFF;
	text-align:center;
	/*border:1px solid #cccccc;*/
	line-height:1.5;
}

#footer {
	background-image:url(../images/footer_bg.png);
	background-position:top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:10px;
	width:840px;
	height:25px;
	margin:0 auto;
	padding:8px 70px 0px 0px;
	text-align:right;
}

#heading {
	width:740px;
	margin:0px auto 25px auto;
	padding:5px 0px;
	border-bottom: 3px solid #aad70e;
}

h1 {
	margin:0px;
	font-weight:normal;
	font-size:30px;
	color:#222222;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	margin:0px 0px;
	color:#4e77aa;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
	margin:0px;
	color:#204e80;
	font-size:20px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h5 {
	margin:0px;
	color:#aad70e;
	font-size:18px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header {
	width:910px;
	margin:0 auto;
}

img {
	outline:none;
}

.imageBorder {
	padding:5px;
	background-color:#f1f1f1;
	border:1px solid #bbbbbb;
}

input {
	outline:none;
}

.mainHeading {
	padding: 15px 20px 15px 20px;
	background-color:#FFFFFF;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	border-bottom:4px solid #aaaaaa;
	width:510px;
}

#propDetailImage img {
	max-width:350px;
	max-height:250px;
	border:1px solid #999999;
}

* html div#propDetailImage img { 
   width: expression( document.body.clientWidth > 349 ? "350px" : "auto" ); /* sets max-width for IE */
}

* html div#propDetailImage img { 
   height: expression( this.scrollHeight > 249 ? "250px" : "auto" ); /* sets max-height for IE */
}

#listItems {
	float:right;
	margin:0 auto;
}

#listWrapper {
	font-size:12px;
	width:730px;
	background-color:#dddddd;
	border:1px solid #aaaaaa;
	padding:5px;
	margin:3px auto;
	color:#444444;
}

#login {
	width:200px;
	height:26px;
	margin:0 auto;
	text-align:left;
	background-image:url(../images/client_res_login_bg.png);
	background-position:top;
	background-repeat:no-repeat;
	padding-left:22px;
}

#login a {
	color:#333333;
	text-decoration:none;
	padding-right:13px;
	font-size:10px;
	font-weight:bold;
}

#login a:hover {
	color:#FFFFFF;
}

.mainPad {
	padding:20px 80px 20px 80px;
}

#menuContainer {
	width:930px;
	background-image: url(../images/Navigation_bg.png);
	background-position:top;
	background-repeat: no-repeat;
	height:45px;
	margin:0 auto;
}

#menu {
	margin:0 auto;
	width:908px;
}

#nav {

}

.oneColFixCtr #container {
	width: 910px;
	background-image:url(../images/container_bg.png);
	background-position:top;
	background-repeat: repeat-y; 
	margin: 0 auto; 
	text-align: left;
}

.oneColFixCtr #mainContentBg {
	padding:20px 0px 20px 0px;
	background-image: url(../images/Content_Bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	width:896px;
	margin:0 auto;
	line-height:1.7;
}

#propSearch input {
	display:block;
	outline:none;
	text-align:left;
}

#propSearch submit {
	border:0;
}


#resultTemplate {
	border:1px solid #cccccc;
	background-color:#e6e6e4;
	margin:0 auto;
	width:730px;
	padding:6px;
}

#resultTemplate img {
	max-width:275px;
	max-height:175px;
	border:1px solid #999999;
}

* html div#resultTemplate img { 
   width: expression( document.body.clientWidth > 274 ? "275px" : "auto" ); /* sets max-width for IE */
}

* html div#resultTemplate img { 
   height: expression( this.scrollHeight > 174 ? "175px" : "auto" ); /* sets max-height for IE */
}

#roundedTop {
	background-image:url(../images/Heading_bg.png);
	background-position:top;
	background-repeat:no-repeat;
	width:529px;
	height:41px;
	margin:0 auto;
	padding-left:35px;
	padding-top:4px;
}

#roundedMiddle {
	/*background-image:url(../images/rounded_box_middle.png);
	background-position:top;
	background-repeat:repeat-y;*/
	width:510px;
	margin: 0 auto;
	padding:10px 25px 10px 35px;
	text-align:left;
}

#roundedBottom {
	/*background-image:url(../images/rounded_box_bottom.png);
	background-position:top;
	background-repeat:no-repeat;*/
	margin:0 auto;
}

.searchButton {
	background-image:url(../images/search_button.png);
	width:87px;
	height:30px;
	text-align:center;
	color:#aad70e;
	font-size:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border:none;
	background-color:#FFFFFF;
}


#searchForm {
	width:500px;
	margin:0 auto;
	/*background-color:#FFFFFF;
	border:1px solid #cccccc;
	padding:35px;*/
}

#searchResults {
	width:750px;
	margin:0 auto;
	padding:25px;
	/*background-color:#ffffff;
	border:1px solid #cccccc;*/
}

.searchButton {
	background-image:url(../images/search_button.png);
	background-repeat:no-repeat;
	background-position:center;
	width:92px;
	height:35px;
	border:none;
	cursor:pointer;
	margin:0 auto;
}

#socialIcons {
	padding-right:5px;
	text-align:center;
	font-style:italic;
}

#welcome {
	background-image:url(../images/Welcome_Heading_bg.png);
	background-position:top;
	background-repeat:no-repeat;
	width:539px;
	height:54px;
	padding-left:25px;
	padding-top:6px;
}
