@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}

body {
	background-color:#ffff00;
	background-image:url(images/content_bg.gif);
	background-repeat:repeat;
	text-align:center;
	min-width:800px;
}

#mainWrapper {
	width:800px;
	margin:auto;
	border-left:3px solid #ffcc01;
	border-right:3px solid #ffcc01;
	border-bottom:3px solid #ffcc01;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size:8pt;
	text-align:left;
	color:#333333;
}

#weather {
	width:200px;
	height:146px;
	padding:5px 0px 13px 24px;
	color:#826c12;
}

#weather a {
	color:#826c12;
}

#weather a:hover {
	color:#826c12;
}

#conditions {
	text-align:center;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:50px;
	padding:5px;
	margin-right:15px;
	background-color:#FFFFFF;
	float:left;
}

#conditions p {
	line-height:normal;
	margin:0px;
	padding:0px;
}

#conditions p a{
	text-decoration:none;
}

#conditions p a:hover{
	color:#333333;
	text-decoration:none;
}

#temp {
	text-align:center;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
}

#curTemp {
	text-align:center;
	font-size:28px;
	font-family:'Times New Roman', Times, serif;
	display:block;
}

#temp p {
	line-height:normal;
	margin:0px;
	padding:0px;
}

#search {
	position:relative;
	top:0px;
	width:190px;
	padding:46px 10px 13px 24px;
	color:#826c12;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#search p {
	line-height:normal;
	margin:0px;
	padding:0px;
}

.dropdown {
	background-color:#eeeeee;
	border:#826c12 solid 1px;
	color:#430908;
	font-size:11px;
	line-height:1.3em;
}

#headLinks a {
	color:#003399;
	text-decoration:underline;
}

#headLinks a:hover {
	color:#0192ca;
	text-decoration:underline;
}

h1 {
	color:#433C31;
	font-size:18px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	margin-top:10px;
	margin-bottom:18px;
	background-image:url(images/hdr_line.gif);
	background-repeat:no-repeat;
	background-position:center 20px;
}

h2 {
	color:#826c12;
	font-size:9px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 7px 0px 1px 0px;
}

h3 {
	color:#0192ca;
	font-size:8pt;
	font-weight:bold;
	margin: 0px;
}

p a, .bio a{
	color:#333333;
}

p a:hover, .bio a:hover{
	color:#826C12;
}

p {
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:17px;
	text-decoration:none;
	padding:5px 0px;
	margin:0px 10px;
}

#footer {
	clear:both;
	background-color:#dddddd;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;
	height:21px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	text-align:center;
	border-left:0px solid #ffcc01;
	border-right:0px solid #ffcc01;
	border-bottom:0px solid #ffcc01;
	border-top:1px dashed #666666;
}

#footer a {
	color:#333333;
}

#footer a:hover {
	color:#826C12;
}

.buttonSubmit{
	background-color:#eeeeee;
	border:#826c12 solid 1px;
	font:bold 9px Verdana,Arial,Helvetica,sans-serif;
	color:#826c12;
	cursor:pointer;
	width: auto;
	height: auto;
	padding: 2px;
	margin: 0px;
}


/*Listings
======================================*/
.listing {
	width: 100%;
	float: left;
	padding: 10px 0;
	border-top: 1px solid #8C7F6F;
	}

.listing .imgs img {
	width: 120px; height: 90px;
	float: left;
	}

.listing img {
	padding: 4px;
	background: #fff;
	border: 1px solid #AFA899;
	border-bottom-width: 3px;
	margin: 0px 12px 6px 0px;
	}

.listing a{color:#826C12;}
.listing a:visited{color:#826C12;}
.listing a:active{color:#826C12;}
.listing a:hover{color:#333333;}

.title {font-size:12px; font-weight:bold;}
.price {font-size:18px;}
.mls {font-size:9px;}
.bio ul li{list-style-type:disc; margin-left:20px;}