/* Standard HTML selectors */
body {
	font-family: Tahoma, Verdana, Arial;
	text-align: center;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
fieldset {
	margin-bottom: 10px;
	padding: 5px;
}
table {
	margin:0px;
	padding:0px;
	border:none;
}
a:link {
	text-decoration:none;
	color: #000000;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
/* Classes */
.gold {
	background-image: url(../img/gold.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.platinum {
	background-image: url(../img/platinum.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.left {
	float: left;
}
.right {
	float: right;
}
.bar {
	background-image: url(../img/back/barback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #3399FF;
}
/* Div Tags */
div#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
div#header{
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 75px;
	background-image: url(../img/back/topback.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div#hovlogo {

}
div#main{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}
div#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-top: 20px;
}
div#search {
	text-align: right;
	padding: 10px;
	height: 303px;
}
div#proptype label {
	display:block;
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	text-align: right;	
}
div#proptype {
	margin-bottom: 5px;
}
div#results{
	margin-top: 10px;
	width: 760px;
}

div#results table{
	margin-bottom: 10px;
}
div#noresults{
	text-align: center;
	margin-top: 10px;
}
div#alpha {
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 10px;
	text-align: center;
}

div#alpha a:link, div#alpha a:active, div#alpha a:visited{
	color: #FFFFFF;	
}

div#login a:link, div#login a:active, div#login a:visited{
	color: #FFFFFF;	
}

div#record {
	border: 1px solid #CCCCCC;
	padding: 0px;
	
	text-align: left;
	float: left;
	height: 70px;
	width: 658px;
}
div#check {
	text-align: right;
	margin: 0px;
	padding: 0px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	background-image: url(../img/icons/select.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
	width: 62px;
}
div#agentname {
	width:300px;
	font-weight: bold;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
}
div#namewrap {
	width:200px;
}
div#agentname a:link, div#agentname a:active, div#agentname a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
div#agentaddress {
	padding: 5px;
}
div#browse {
	font-size: 10px;
	float: right;
	padding: 0px;
	margin: 0px;
}
div#agentlogo {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	height: 70px;
	width: 90px;
	float: left;
	border: none;
	text-align: center;
}
div#agentlogo img{
	border: 1px solid #CCCCCC;
}
div#agentsearch {
	text-align: center;
	margin: 0px 0px 10px;
	height: 30px;
	padding-top: 5px;
}
div#agentsearch select, div#agentsearch input{
	margin: 1px;
	padding: 0px;
	width: 80px;
}

div#subWrapper {
	margin: 27px 0 0;
	padding: 0;
	height: 26px;
	clear: right;
	float: right;
}

#subNav {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#subNav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#subNav a {
	float: right;
	font: 9px "Lucida Grande", Tahoma, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: url(../img/menu/tabcombo.gif) no-repeat center top;
	background-position: 0 -30px;	
	margin: 0 0 0 0;
	padding: 15px 0 0;
	border: 0;
	width: 75px;
	height: 15px;  
}

#subNav a:hover, #current a, #current a:hover {
background: url(../img/menu/tabcombo.gif) no-repeat left top;
	padding: 10px 0 0;
	height: 20px;
  	color: #333;
	text-decoration: none;
}

div#agentdetails {
	margin-top:10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
div#agent_photo {
	margin-top: 20px;
}
div#agent_address {
	margin: 5px;
}
div#searchformwrap {
	text-align: center;
	clear: both;
}
div#filterbar {
	padding: 1px 5px;
	clear: both;
	display: none;
}
div#blurb {
	border: 1px solid #DBDBDB;
	text-align: center;
	height:301px;
	padding-top: 20px;
	padding-right: 40px;

	padding-left: 40px;
}
div#blurb p{

}
/* property search from sale or rent */
div#search label {
	display: block;
	margin: 0px;
	padding: 0px;
}
div#search select {
	width: 150px;
	margin-bottom: 5px;
}
div#search textarea {
	margin-bottom: 5px;
	width: 144px;
}
div#search input {
	margin: 0px;
	padding: 0px;
}
div#searchformwrap select{
	width: 120px;
	margin-bottom: 5px;
}
div#searchformwrap input {
	margin: 0px;
	padding: 0px;
}
div#searchwrap {
	float: right;
	height: 323px;
	width: 175px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.top{
	background-image: url(../img/back/bartop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 4px;
	font-size: 1px;
	text-align:right;
}
.middle {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DBDBDB;
	border-left-color: #DBDBDB;
}
.bottom{
	background-image: url(../img/back/barbot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 4px;
	font-size: 1px;
	text-align:right;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
div#pagetitle {
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	padding: 2px 8px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
div#date {
	font-size: 10px;
	color: #666666;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: 5px;
	margin-right: 3px;
}
div#utils {
	float: left;
	padding: 5px;
}
div#login {
	text-align: right;
	margin-bottom: 10px;
	padding-left:5px;
}
div#account label {
	float: left;
	width: 100px;
	display: block;
	text-align: left;
	margin-top: 5px;
}
div#account select {
	width: 130px;
	margin-top: 5px;
}
div#account {
	text-align: left;
}
div#loginmessage {
	margin: 50px 10px 10px;
	text-align: center;
	font-size: 14px;
}
.help {
	background-color: #FFFFCC;
	font-size: 10px;
	float: right;
	height: 50px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #CCCCCC;
	clear: both;

}
.clear {
	clear: both;
}
div#searchmenu {
	height: 303px;
	text-align: center;
	padding-top: 20px;
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
div#searchmenu a:link, div#searchmenu a:visited, div#searchmenu a:active{
color:#FFFFFF;
text-decoration:none;
}
div#introphoto {
	float: left;
	width: 100px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	margin-right: 5px;
	padding-right: 5px;
}
.homeback{
	height: 323px;
	background-image: url(../img/back/salebg.gif);
}
.saleback{
	height: 323px;
	background-image: url(../img/back/salebg.gif);
}
.rentback{
	height: 323px;
	background-image: url(../img/back/rentbg.gif);
}
.agentback {
	background-image: url(../img/back/agentbg.gif);
	height: 323px;
	float: none;	
}
.accountback {
	background-image: url(../img/back/salebg.gif);
	height: 323px;
	float: none;	
}
div#intro {
	text-align: center;
	margin: 50px;
}
textarea {
	font-family: Tahoma, Verdana, Arial;
		width: 170px;
}
div#date a:link {
	text-decoration:none;
	color: #FFFFFF;
}
div#date a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
div#date a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.button{
	color: #fff;
	background-color: #A9C0DA;

}

