/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	/*filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#ffffff', startColorstr='#B2B4A9', gradientType='0');*/
	background-color:#c4c7bf;
	background-repeat:repeat;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}


h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

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

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	position:relative;
	margin:0 auto;
	width:775px;
	background-color:#B2B4A9;
	border-left:2px #cccccc solid;
	border-right:2px #cccccc solid; 
	}
	
#masthead{
	position:relative;
	padding-left:200px;
	/*padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color:#B2B4A9;*/
}

#masthead img {padding:0px 20px 10px 0px;}

#content{
	/*width: 75%;*/
	margin: 0;
	padding: 0 0 0 0;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

.map {
	margin-left:120px;
	}
/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* .nav styles **************/
.nav, .nav ul{
	position:absolute;
	padding-top:10px;
	margin-left: -150px;
	padding-left:20px;
	margin-top:70px;
	color: #cccccc;
	/*white-space: nowrap;*/
	list-style:none;
	}
/* '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 */

.nav li {
	padding:5px;
	text-align:center;
	}

.nav a {
	display: block;
	width: 140px;
	border: 1px solid #336600;
	background-color: #ffffff;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	padding: 5px;
	}


.nav a:link, .nav a:visited {
	color:#336600;
	text-decoration:none;
	}

.nav a:hover {
	color:#ffffff;
	background-color:#336600;
	text-decoration:none;
	}

.about_list {
	list-style-type:disc;
	margin-left:75px;
	}

.no_border {border:none;}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.feature_list {
	text-align:center;
	line-height:20px;
	}

.agents img {border:1px solid #000000;}

/************** .story styles *****************/
.story{
	clear: both;
	padding: 10px 10px 0px 20px;
	font-size: 80%;
	background-color:#CCCCCC;
	width:650px;
	margin-left: 50px;
	margin-top:10px;
	border: 1px dashed #ffffff;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story a:link, .story a:visited {
	color:#336600;
	text-decoration:none;
	}

.story a:hover {
	color:#336600;
	text-decoration:underline;
	}

.contact {
	margin-left: 75px;
	}

.sales {text-align:center; font-weight:bold;}
.sales a:hover{cursor:pointer;}

.links {text-align:center;}

/*************gallery styles******************/
#gallery_container {
	width:600px;
	background-color:#FFFFFF;
	margin-left:20px;
	margin-bottom:20px;
	}
#gallery_container #neighborhoods {height:375px;}
#gallery_container #homes {height:400px;}
#gallery_container #interiors {height:630px;}
#gallery_container #porches {height:285px;}

#container2 {
	width:535px;
	margin-left:50px;
}
	
#neighborhoods, #homes, #interiors, #porches {
	position:relative;
	width:500px;
	clear:both;
	border:1px solid #ccc;
}

#neighborhoods{/*display:none;*/}
#homes {display:none;}
#interiors {height:550px; display:none;}
#porches {display:none;}

#tab_container {
	position:relative;
	margin-top:10px;
	margin-left:25px;
	padding-top:20px;
	}
	
#tabs {
	width:85px;
	/*margin-top:20px;
	margin-right:10px;*/
	margin-left:10px;
	padding:4px;
	text-align:center;
	float:left;
	cursor:pointer;
	border:1px solid #ccc;
	border-bottom:0;
}

#tabs a:active {
	font-weight:bold;
	font-variant:small-caps;
	border-bottom:3px solid #999999;
	}

/*******hoverbox styles*******/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
	cursor:pointer;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	margin-left:12px; /*added for layout*/
	margin-top:10px; /*added for layout*/
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

/* =Internet Explorer Hacks
----------------------------------------------------------------------*/

* html .hoverbox a
{
	position: relative;
}

* html .hoverbox a:hover
{
	font-size: 99.99%;
	z-index: 1;
}

* html .hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

* html .hoverbox li
{
	position: static;
}
/************* #siteInfo styles ***************/
#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	text-align:center;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo a:link, #siteInfo a:visited {text-decoration:none; color:#336600;}
#siteInfo a:hover {text-decoration:underline; color:#336600;}

/*********** .navBar link styles ***********/

.navBar ul a:link, .navBar ul a:visited {display: block;}
.navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
.navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body .navBar li {border-bottom: none;}

