@charset "utf-8";
/* CSS Document - Coarsegold Real Estate Bass Lake Realty Inc.; copyright 2008 Off Media, Mark Stamas, www.OffMedia.net */
/* {
	margin: 0;
	padding: 0;
}*/
blockquote, body, caption, div, dl, dt, dd, form, fieldset, h1, h2, h3, h4, h5, h6, html, li, ul, ol, p, pre, textarea, table, td, th {
	margin:0;
	padding:0;
}
body, html {
	margin:0;
	padding:0;
}
body {
	min-width:800px;
	font:82%/1.5 "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	background:#D8DE9E;
}
p {
	margin:15px;
	padding:0;
}
/*structure*/
#wrapper {
	/*wraps the whole shooting match setting the center justified content area, a little redundant but gives options like an outside Footer, outside the container, within the wrapper*/
	position:relative;
	z-index:0;
	margin:20px auto;
	padding:0;
	width:800px;
	border:0;
}
#container {
	margin:0;
	padding:0;
	width:800px;
	background: url(../images/layout-2009/container-bg.jpg);
}
#header {
	margin:0;
	padding:0;
	width:800px;
	height:240px;
	background: url(../images/layout-2009/header-bg.jpg);
}
/************* #globalnav styles **************/

#globalnav {
	margin:0 0 0 20px;
	padding:2px 0 0;/*pushes the ul down to center it vertically*/
	width:760px;
	height:40px;
	font: 100 15pt Georgia, "Times New Roman", Times, serif;
	white-space: nowrap;
	background: url(../images/layout-2009/globalnav-bg.jpg) repeat-x;
	text-align: center;
	color:#ffffff;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap, 
   ah the good 'ol days of DW */   
#globalnav img {
	display: block;
}
#globalnav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#globalnav li {
	display:inline;
	margin:0;
	padding:0;
	font: 100 15pt Georgia, "Times New Roman", Times, serif;
}
#globalnav img {
	display: block;
}
#globalnav a:link, #globalnav a:hover, #globalnav a:visited {
	margin:0;
	padding:0;
	color: #FFF;
	text-decoration:none;
}
#globalnav a:hover {
	color: #000;
}
/*begin footer*/
#footer {
	margin:0;
	padding:0;
	width:800px;
	clear:both;/*keeps the footer below the floated sidebar*/
	background: url(../images/layout-2009/footer-bg.jpg);
	height:100px;
}
#outsideFooter {
	margin:10px;
	padding:0;
	text-align:center;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#98A138;
}
#outsideFooter ul {
	margin:0;
	padding:0;
	list-style:none;
}
#outsideFooter li {
	display:inline;
	margin:0;
	padding:0;
	color: #98A138;
}
#outsideFooter a:link, #outsideFooter a:hover, #outsideFooter a:visited {
	margin:0;
	padding:0;
	color: #98A138;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
#outsideFooter a:hover {
	color: #ff0000;
}
#outsideFooter p {
	font-size:12px;
	color: #98A138;;
}
div#header h1#sitetitle span {/*not using*/
	display: block;
	text-indent: -4000px;/*this allows an h1 tag in the code, but not visible to users*/
}
#content { /*this creates the 760 pixel content area with 40 pixels of total left right margin within the 800px container, keeps the content off the background shadow borders*/
	margin:0 20px;
	padding:0;
	width:760px;
	min-height:150px;
	height:auto !important;
	height:150px;
}
#leftcolumn { /*left right columns add up to 760px*/
	float:left;
	width:560px;
	margin:0;
	padding:0;
}
#leftcolumn ul {
	list-style: outside;
	margin: 0 0 0 45px;
}
#leftcolumn ol {
	list-style: outside;
	margin: 0 0 0 45px;
}
#homesearch {
	position:absolute;
	left:53px;
	top:289px;
	width:329px;
	height:268px;
	background: url(../images/layout-2009/quicksearch-bg.jpg);
}
#homesearch table td {
	margin:0;
	padding:0 0 0 15px;
	font-size:.8em;
}
.quickLabel {
	width: 90px;
}
.quickInput {
	width: 130px;
	padding-left: 15px;
}
.homesearchtitle {
	font: 2em "Times New Roman", Times, serif;
	margin:10px 0 10px 0;
	padding: 5px 0 0 10px;
}
#submitButton {
	width: 100px;
	height: 25px;
	background: url(http://basslakerealty.com/images/submit.jpg);
	border: 0;
	margin: 7px 0 0 10px;
}
/*home slideshow*/
#homeslideshow {
	position:absolute;
	left:411px;
	top:303px;
	width:329px;
	height:268px;
}

#rightcolumn {
	float:right;
	width:200px;
	margin:0;
	padding:0;
}
#rightcolumn ul { /*IE 6 bullshit when there was any margin or padding, pushed down the rightcolumn, same 'ol, same 'ol*/
	margin:0;
	padding:0;

}
#rightcolumn li {
	margin:0;
	padding:0;
	list-style-type:none;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists, border color matches background */
#rightcolumn li {
	border-top: 1px solid #FFFFFF;
}
/* fix for browsers that don't need the hack */
html>body #rightcolumn li {
	border-top: none;
}
#rightcolumn ul ul {
	margin:0;
	padding:0 0 0 9px;
}
#rightcolumn ul ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	border-bottom:none;
	font-size:11px;
	font-weight:lighter;
}
#rightcolumn li a:link, #rightcolumn li a:visited, #rightcolumn li a:hover {
	display: block;
	width:180px; /*ie6 workaround for the block level hover, set the width and ie6 will hover anywhere within that width*/
	margin:0;
	padding:3px 2px 3px 8px;
	font-size:90%;
	color:#333333;
	text-decoration:none;
}
#rightcolumn li a:hover {
	text-decoration: underline;
	color: #FF0000;
}
#rightcolumn ul ul li a:link, #rightcolumn ul ul li a:visited, #rightcolumn ul ul li a:hover {
	font-weight:lighter;
	font-size:11px;
	}
#rightcolumn h3 {
	margin:10px 5px 0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color: #98A138;
	border-bottom:1px solid #0066CC;
}
/*weather*/
#weather {
	margin:0;
	padding:15px 0;
}
#weather img {
	margin:0;
	padding:0;
	border:none;
}
/*quicksearch*/
#quicksearch {
	margin:0;
	padding:12px 0px 0;
	width: 200px;
	overflow: hidden;
	background: #FFF;
}
#quicksearch select, input {
	font-size: 9px;
}
#quicksearch #propTypeSelect {
	width:140px;
}
#quicksearch table td {
	margin:0;
	padding:0;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}
.quicksearchtitle {
	font: 2em "Times New Roman", Times, serif;
	margin:0 0 10px 0;
	padding: 5px 0 0 10px;
}
#submitButton {
	width: 100px;
	height: 25px;
	background: url(http://basslakerealty.com/images/submit.jpg);
	border: 0;
	margin-top: 7px;
}
/*sidebar signup*/
#signup {
	width:180px;
	margin:0px auto;
	padding:5px;
	overflow: hidden;
}
#signup select, input {
	font-size: 9px;
}
#signup table {
	width:130px;
	margin:0;
	padding:0;
	border-collapse:collapse;
}
#signup table td {
	margin:0 auto;
	padding:1px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}
#signup h2 {
	margin:0;
	padding:0 0 3px 0;
}
#signup2 {
	position:absolute;
	left:802px;
	top:9px;
	width:253px;
	height:291px;
	color:#98A138;
}
#signup2 a:link, #signup2 a:visited, #signup2 a:hover {
	text-decoration:none;
	color:#98A138;
}
#signup2 a:hover {
	color:red;
}
#addthis {
	position:absolute;
	left:815px;
	top:-12px;
	width:130px;
	height:20px;
}

.yellowbox {
	margin:15px 0px;
	padding:10px;
	background:#FFFFCC;
	border:4px solid orange;
}

/*featured*/
#featured {
	width:300px;
	height:300px;
	float:left;
	margin:25px 25px 0 0;
	padding:0 0px 0 40px;
}
/*sign up box*/
#signupbox {
	width:250px;
	height:238px;
	float:left;
	margin:10px;
	padding:15px;
	overflow: hidden;
	background:#FFFFD2;
	border: thin solid #00BDA5;
}
#signupbox p {
	margin:0;
	padding:0;
	font-size:80%;
}
/*classes*/
.featured {
	font: bold 1.7em Georgia, "Times New Roman", Times, serif;
	color: #0066CC;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.right {
	text-align:right;
}
.pad15 {
	margin:0;
	padding:15px;
}
img {
	border:none;
}
.center {
	text-align:center;
}
/*  html formatting  */
p {
	margin:15px;
}
h1, h2, h3, h4, h5, h6 {
	color: #767C2C;
}
h1 {
	margin: 10px 0 0;
	padding-left: 15px;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}
h2 {
	margin: 10px 0 0;
	padding-left: 20px;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}
h3 {
	margin: 10px 0 0;
	padding-left: 30px;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}
h4 {
	margin: 10px 0 0;
	padding-left: 30px;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
}
a:link {
	color: #0066FF;

}
a:visited {
	color: #0066FF;
}
a:active {
	color: #999999;
}
a:hover {
	color: #FF0000;
}
#chatbutton {
	position:absolute;
	left:380px;
	top:-37px;
	width:352px;
	height:31px;
}
.redbold {
	font-weight:bold;
	color:red;
}