@charset "utf-8";
* html, container {
	height: 100%;
}
html, body {
	background-image: url(images/bg.png);
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#container {
	width: 798px;
	height: auto;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/container_bg.png);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#container_margin {
	margin-right: 3px;
	margin-left: 3px;
	min-height: 100%;
	background-image: url(images/container_footer.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}

#pagebody {
	background-image: url(images/buildings.jpg);
	background-repeat: no-repeat;
	width: 792px;
	min-height: 100%;
	padding-top: 126px;
	overflow: auto;
	height: auto;
	padding-bottom: 40px;
}

#header {
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	height: 146px;
	padding-left: 30px;
}
#login {
	float: right;
	width: 169px;
	background-image: url(images/login_bg.png);
	height: 96px;
	padding-left: 115px;
	padding-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: left;
}
#login a {
	color: #666666;
	text-decoration: none;
	margin-left: 2px;
}
#login .field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 14px;
	width: 128px;
	background-image: url(images/field_bg.png);
	margin-bottom: 3px;
	border: 2px solid #CCCCCC;
	padding-left: 3px;
	color: #999999;
	font-weight: bold;
}
#menu {
	background-image: url(images/menu_bg.png);
	background-repeat: repeat-x;
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-align: center;
	padding-left: 150px;
	font-size: 14px;
}
#menu ul{
        margin: 0; padding: 0;
        float: left;}
#menu ul li{
        display: inline;}
#menu ul li a{
	float: left;
	text-decoration: none;
	color: #CCCCCC;
	display: block;
	width: 125px;
	padding-top: 4px;
	margin-top: 2px;
	height: 24px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333333;
}
#menu ul li a.highlighted{
	float: left;
	color: #CCCCCC;
	background-image: url(images/menu_item_rollover_bg.png);
	background-repeat: repeat-x;
	text-decoration: none;
	display: block;
	width: 125px;
	padding-top: 4px;
	margin-top: 2px;
	height: 24px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333333;
}
#menu ul li a.last {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
#menu ul li a:visited{
}
#menu ul li a:hover, .menu ul li .current{
	color: #fff;
	background-image: url(images/menu_item_rollover_bg.png);
	background-repeat: repeat-x;
}
#logos {
	float: left;
	height: 144px;
}
#header img.a {
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#copyright img {
	margin: 0px;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#pagecontent {
	height: 275px;
	background-image: url(images/curve_bg.png);
	background-repeat: no-repeat;
	background-position: 194px 0px;
}
#rentyourplace {
	float: right;
	width: 190px;
}
#legal {
	float: left;
	width: 525px;
	padding-top: 40px;
}

#leftcontent {
	float: left;
	width: 300px;
}
#rightcontent {
	float: right;
	width: 492px;
}
#descript {
	float: left;
	width: 220px;
	padding-left: 20px;
}
#descript p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 3px;
}
.fontarial12bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
#copyright {
	margin-bottom: 0px;
	text-align: center;
	margin-right: 30px;
	margin-left: 30px;
}
#footer {
	height: 40px;
}
#copyright  p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 3px;
}

.fontarial10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.fontarial10gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}



#propimage {
	float: right;
	width: 240px;
}
.addborder {
	border: 2px dashed #E6E6E6;
	padding: 1px;
}



#search {
	background-repeat: repeat-x;
	height: 133px;
	margin-left: 235px;
}

.activetab {
	font-size:10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.spacer {
	position:relative;
	border-bottom:1px solid #C4C3C3;
	border-top:1px solid #FFFFFF;
	width:2px;
	float:left;
	padding:3px;
	font-size:10px;
}
.inactivetab {
	font-size:10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
.noborder {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ttab1 {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ttab2 {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.tablink a {
	color: #777777;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
}
.activetabbody {
	position:relative;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999999;
	background-image: url(images/search_bg.jpg);
	background-repeat: repeat-x;
	height: 133px;
	background-position: 151px 0px;
}
#inputbox {
	margin-top: 200px;
}
.inactivetabbody {
	position:relative;
	display:block;
	display:none;
	font-size: 24px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	height: 133px;
	background-image: url(images/search_bg_green.jpg);
	background-repeat: repeat-x;
	background-position: 151px 0px;
}
#icons {
	width: 300px;
	padding-left: 30px;
	padding-top: 15px;
}
#icons img {
	padding-top: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#feature {
	margin-top: 50px;
}

#searchoption {
	width: 132px;
	height: 18px;
	margin-left: 315px;
}

#tab1contents {
	background-image: url(images/search_left.jpg);
	background-repeat: no-repeat;
	height: 133px;
	padding-left: 35px;
}
#tab2contents {
	background-image: url(images/search_left_green.jpg);
	background-repeat: no-repeat;
	height: 133px;
	padding-left: 35px;
}
#tab1labels {
	float: left;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EBEBEB;
}
#tab1labels ul {
	text-decoration: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#tab1labels ul li {
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 5px;
	padding-top: 5px;
	vertical-align: top;
}

#tab2labels {
	float: left;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EBEBEB;
}
#tab2labels ul {
	text-decoration: none;
	list-style-image: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#tab2labels ul li {
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 11px;
}
#tab1labels .larger {
	font-size: 22px;
	font-weight: bolder;
	color: #EBEBEB;
	padding-top: 20px;
	padding-bottom: 6px;
}
#tab2labels .larger {
	font-size: 22px;
	font-weight: bolder;
	color: #EBEBEB;
	padding-top: 12px;
	padding-bottom: 9px;
}



#tab1entries {
	float: left;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#tab1entries ul {
	text-decoration: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#tab1entries ul li {
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 8px;
}
#tab1entries .fieldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	height: 23px;
	width: 58px;
	border: 2px solid #CCCCCC;
	padding-left: 3px;
	color: #666666;
	font-weight: bold;
	background-image: url(images/search_field_bg.png);
	background-repeat: repeat-x;
	margin-top: 18px;
}
#footerimage {
	background-image: url(images/container_footer.png);
	background-repeat: repeat-x;
	height: 29px;
	width: 200px;
	bottom: 0px;
	position: relative;
}

#tab1entries .fielddropsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 18px;
	width: 45px;
	padding-left: 3px;
	color: #666666;
}
#tab1entries .fielddroplg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 18px;
	width: 135px;
	margin-bottom: 2px;
	padding-left: 3px;
	color: #666666;
	padding-top: 0px;
	text-decoration: none;
}
#tab2entries {
	float: left;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#tab2entries ul {
	text-decoration: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#tab2entries ul li {
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 4px;
}
#tab2entries .fieldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	height: 23px;
	width: 200px;
	border: 2px solid #CCCCCC;
	padding-left: 3px;
	color: #666666;
	font-weight: bold;
	background-image: url(images/search_field_bg.png);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 3px;
}
#tab2entries .fielddropsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 18px;
	width: 45px;
	padding-left: 3px;
	color: #666666;
	margin-bottom: 2px;
}
#tab2entries .fielddroplg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 18px;
	width: 135px;
	margin-bottom: 2px;
	padding-left: 3px;
	color: #666666;
	padding-top: 0px;
	text-decoration: none;
}
#buttonblue {
	float: right;
	height: 131px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#buttonblue img {
	margin-top: 34px;
	margin-right: 63px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#buttongreen {
	float: right;
	height: 131px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#buttongreen img {
	margin-top: 34px;
	margin-right: 63px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#keywords {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 40px;
	padding-right: 35px;
	padding-bottom: 30px;
	background-color: #e5e5e5;
	margin-right: 3px;
	margin-left: 3px;
	padding-top: 30px;
	text-align: justify;
	color: #333333;
	background-image: url(images/bg_lower.png);
	background-repeat: repeat-x;
}

#inputform {
}
