@charset "UTF-8";
/* CSS Document */


/* Sitewide Tag Redefines */


body {
	background: #100000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	}

img {
	border: none;
	}
	
h1 {
	font-size: 20px;
	color: #9D000B;
	margin: 20px 0;
	}
	
h2 {
	font-size: 16px;
	color: #440000;
	margin: 10px 0;
	padding-top: 10px;
	border-top: 1px dashed #222222;
	clear: right;
	}
	
a:link {
	color:#440000;
	}
	
a:visited {
	color: #222222;
	}
	
a:hover {
	color: #9D000B;
	}
	
ul {
	margin-top:0;
	}
	
strong {
	color: #9D000B;
	}
	

/* Layout Styles */


#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 815px;
	text-align: left;
	} 

#header {	
	height: 143px;
	background: url(images/header.jpg) top right;
	border: 1px #FFFFFF solid;
	/*border-bottom: 1px #440000 solid;*/
	border-bottom:none;
	}
	
#header img {
	float: left;
	margin-right: 245px;
	}
	
.address {
	float: left;
	height: 90px;
	line-height: 140%;
	padding-top: 30px;
	}
	
#street {
	width: 190px;
	}
	
#phone {
	width: 120px;
	}
	
#content {
	width:814px;
	background: #F6F0D3;
	/*border-top: 1px solid #440000;*/
	clear:both;
	}
	
#side {
	float: left;
	width: 150px;
	margin: 20px;
	}
	
#main {
	float: left;
	line-height: 140%;
	text-align: justify;
	width: 575px;
	border-left: solid 1px #222222;
	padding: 0 0 20px 20px;
	}
	
#kw {
	float:right;
	margin-top: 20px;
	}
	
#footer {
	width:792px;
	clear: both;
	background: #440000;
	border: 1px #F6F0D3 solid;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	}
	
#footer a {
	color: #FFFFFF;
	}

#affiliates img {
	float: right;
	}
	
	
/* classes for all pages */

.alignright {
	text-align: right;
	padding-bottom: 10px;
	font-weight: bold;
	clear: right;
	}
	
.floatright {
	float: right;
	margin: 0 0 10px 10px;
	}



/* index page styles */


.dropcap { 
	width: 61px;
	height: 46px;
	background: url(images/L.gif) no-repeat top left;
	float:left;
	margin: -30px -10px 0 0;
	}
	
.dropcap span {
	display:none;
} 
	
.comehome {
	width: 74px;
	height: 16px;
	background: url(images/comehome.jpg) no-repeat;
	}
	
#home #wrapper {
	padding-left: 15px;
	background:url(images/wrapper-bg.jpg) no-repeat top left;
	}


#home #side {
	width: 475px;
	margin: 0;
	}
	

#home #side img {
	margin-top: 5px;
	}
	
#home #main {
	width: 322px;
	line-height: 160%;
	border-left: none;
	padding: 30px 0 0 0;
	}
	
#callout-box {
	clear: both;
	width: 795px;
	height: 185px;
	margin-left: 15px;
	}
	
.callout {
	width: 120px;
	height: 175px;
	float: left;
	padding: 0 130px 0 15px;
	text-align: center;
	}
	
.callout h2 {
	color: #9D000B;
	font-size: 14px;
	margin: 25px 0 5px 0;
	border-top: none;
	padding-top: 0;
	}
	
.callout a {
	color: #333333;
	text-decoration: none;
	}
	
.callout a:hover {
	text-decoration: underline;
	}
	
#search {
	background: url(images/search.jpg) no-repeat;
	}
	
#neighborhoods {
	background: url(images/neighborhoods.jpg) no-repeat;
	}
	
#blog {
	background: url(images/blog.jpg) no-repeat;
	}
	
	

/* ihome page styles */
	
#idx{
	width: 700px;
	padding: 20px;
}
	
#idx th {
	background-color: #9D000B;
	color: #FFFFFF;
	}
	
#idx td {
	background-color: #f6f0d3;
	}
	
#ihfSubHead{font-size:16px; margin-bottom:5px; height:30px;}		


/* navigation styles */

#suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
/*background-color: #440000;*/
/*border-left: 1px solid #FFFFFF;*/
border-right:1px solid #FFFFFF;
}

/*Top level list items*/
#suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #440000; /*overall menu background color*/
}

/*Top level menu link items style*/
#suckertreemenu ul li a{
display: block;
width: 134px; /*Width of top level menu link items*/
padding: 10px 0;
border: 1px solid #FFFFFF;
border-left-width: 0;
text-decoration: none;
color: #FFFFFF;
text-align: center;
}
	
/*1st sub level menu*/
#suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
/*background-color: #440000;*/
border: 1px solid #440000;
border-top:none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
#suckertreemenu ul li ul li a{
display: block;
width: 124px; /*width of sub menu levels*/
color: #222222;
background-color: #F1E9C4;
text-decoration: none;
padding: 5px 5px;
}

#suckertreemenu ul li a:hover{
background-color: #9D000B;
color: white;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #suckertreemenu ul li { float: left; height: 1%; }
* html #suckertreemenu ul li a { height: 1%; }
/* End */
	
	



/* blog stuff */

#blogmain{
	padding-left: 20px;
	float: left;
	width: 550px;
}

#sidebar{
	padding-top: 30px;
	padding-right: 20px;
	float: right;
	width: 200px;
}

#sidebar ul{
	list-style-type:none;	
}

#sidebar ul li ul{
	margin: 0;
	padding-left: 15px;
}

#newsletterform dl dt{
	display: block;
	float: left;
	margin-right: 10px;
	padding-top: 7px;
	text-align: right;
	width: 200px;
}

#newsletterform dl dd{
	padding: 5px 0;
}

#newsletterform .input{
	height: 14px;
	padding: 3px;
	width: 200px;
}

/* WordPress Images */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}