/*
DO NOT EDIT THIS FILE
2007-12-14
*/


* {
	margin: 0px;
	padding: 0px;
}

html {
/*	background: #807D73;	*/
	overflow: -moz-scrollbars-vertical;
	background: #CFCCC2 url("http://weaverstreetrealty.com/graphics/background_gradient.gif") repeat-x;
}

body {
	text-align: center;
	font: 12px 'Palatino Linotype', Palatino, 'Times New Roman', Times, serif;
	border-bottom: solid 10px #FFEC80;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	background: url("http://weaverstreetrealty.com/graphics/background.gif");
	color: black;
}

#envelope {
	text-align: left;
	background: white;
	position: relative;
}

/*
//
// 	ELEMENT DEFAULTS
//
*/

h1, h2, h3, p, img, address {
	margin-bottom: 20px;
	/* used 'padding' instead of 'margin' to avoid unwated margin-collapsing bugs */
}

h1 {
	font-size: 20px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

h3 {
	font: 14px Arial, sans-serif;;
	font-weight: normal;
}


p {
	line-height: 20px;
	font-size: 13px
}

img {
	border: 0px;
}

acronym {
	border-bottom: dotted 1px gray;
	*border-bottom: 0px;
	*text-decoration: underline;
	cursor: help;
}

address {
	font-style: normal;
}	

/*
//
// 	COMMON CLASSES
//
*/

h2.divider {
	padding-top: 20px;
	border-top: solid 1px #ddd;
}

h2.emphasis {
	font-style: italic;
	font-weight: bold;
	color: green;
	font-size: 17px;
}

.italic {
	font-style: italic;
}

.quote {
	font-style: italic;
}

.quote_source {
	margin-top: -10px;
	text-align: right;
	color: #999;
	padding-bottom: 20px;
}

p.smaller {
	font-size: 11px;
}
p.larger {
	font-size: 14px;
}
p.tighter {
	margin-top: -20px;
}
p.gray {
	color: #999;
}

.error {
	color: red;
	margin-bottom: 20px;
	font: 11px Verdana, sans-serif;
}

.red {
	color: firebrick;
}
.yellow {
	color: #FEE952;
}
.green {
	color: green;
}

.underline {
	text-decoration: underline;
}

.highlight {
	background: #ff9;
}

.float {

	float: left;
}
div.float img {
	margin-left: -20px;
}
div.float {
	margin-top: 5px;
	margin-left: 20px;
	*margin-left: 20px;	
}

.clear {
	clear: both;
}

div.document {
	border: solid 1px #ddd;
	padding: 25px;
	padding-left: 72px;
	background: url("http://weaverstreetrealty.com/graphics/document_icon.png") 20px no-repeat;
	margin-bottom: 20px;
	font: normal 13px/18px Verdana, Arial, Helvetica, sans-serif;
}

/*
//
// 	TABLE for FEATURED HOMES, etc 
//
*/

#content table.grid {
	font-size: 12px;
	border-spacing: 0px;
	*border-collapse: collapse;
	border: solid 1px #ddd;
	width: 100%;
	margin-bottom: 20px;
}

#content table.grid td {
	width: 215px;
	padding-top: 16px;
	padding-left: 16px;
	vertical-align: top;
}
#content table.grid td.col_2 {
	padding-top: 16px;
	padding-left: 16px;
	padding-right:16px;		
}

#content table.grid img {
	margin-top: 0px;
	margin-bottom: 10px;	
}
#content table.grid p {
	margin-bottom: 20px;	
}

#content table.grid tr.alt_row {
	padding-right: 16 px
	background: #f9f9f9;	
}
#content table.grid tr.alt_row td {
	border-top: dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;	
}

/*
//
// 	LINKS
//
*/

a {
	text-decoration: none;
	color: #c30;
}
a:visited {
	color: #777;
}
a:hover {
	text-decoration: underline;
	color: #c30;	
}

#content a:visited {
	text-decoration: underline;	
}

#content h1 a {
	color: #c30;		
}
#content h1 a:visited {
	text-decoration: none;
	color: #c30;		
}
#content h1 a:hover {
	text-decoration: underline;
	color: #c30;		
}


#top a {
	color: black;
}
#top  a:visited {
	color: black;
	/* color: #AA9C37; */
}
#top  a:hover {
	color: #c30;
}

#sidebar  a:visited {
	color: #c30;
}

/*
//
// 	TOP
//
*/



#top {
	background: #FEE952;
	height: 180px;	
	position: relative;
}

#logo {
	position: absolute;
	top: 24px;
	left: 24px;
}

div.nav_column {
	border-left: dashed 1px #E3CE37;
	height: 140px;
	padding: 20px;
	position: absolute;	 
}

div.nav_column h1 {
	font-size: 14px;
}

#top ul {
	font-size: 11px;
	list-style-type: none;
}

#top li {
	margin-bottom: 4px;
	*margin-bottom: 2px;	
}

div.first_nav {
	left: 230px;
	border-left-style: dashed;
}
div.second_nav {
	left: 365px;
}
div.third_nav {
	left: 500px;
}
div.fourth_nav {
	left: 635px;
}

/*
//
// 	SIDEBAR
//
*/

#sidebar {
	width: 230px;
	*width: 228px;
	float: left;
	background: #F8F8F1;
	font-size: 12px;
}

#sidebar h1 {
	font-size: 14px;
}

#sidebar div {
	padding: 20px;
	padding-bottom: 0px;	
	border-bottom: solid 1px #E0DFD8;
}

/*
//
// 	CONTENT
//
*/

#content {
	width: 480px;
	float: left;
	color: black;
	padding: 30px;
	padding-right: 0px;
}

#content h2 {
	margin-top: 40px;
}

#content img {
	margin-top: 10px;
	margin-bottom: 30px
}

#content ul {
	margin-left: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
	font: 12px Georgia, serif;
	font-style: italic;
}	
#content li {
	margin-bottom: 10px;	
}
#content div.float ul {
	margin-left: 20px;
	margin-top: 10px;
	font: 13px Georgia, serif;
	font-style: italic;
}	

div.footer {
	border-top: solid 1px #ddd;
	padding-top: 20px;
	color: #aaa;
	font: 11px Georgia, serif;
}

