/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background:url(../images/bkgd_body.jpg) repeat-x;
	font-family:"trebuchet ms";
	color: #333333;
	line-height: 1.4em;	
	margin: 0px;
	padding: 0px;
	text-align:center;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family:"trebuchet ms";
 font-size: 160%;
 font-weight:normal;
 color: #000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family:"trebuchet ms";
 font-size: 140%;
 font-weight:normal;
 color: #000;
 margin: 0px;
 padding: 8px 0px 0px 0px;
}

h3{
 font-family:"trebuchet ms";
 font-size: 100%;
 font-weight:bold;
 color: #000;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family:"trebuchet ms";
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family:"trebuchet ms";
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	width:774px;
	margin:auto;	
}



#headlines {
	text-align:left;
	clear:right;
    float:right;
	width: 20%;
}

#headlines p {
	font-size:80%;
}

#content{
	float: left;
	width: 55%;
	text-align:left;
	margin-bottom:8px;
}

#contentWide {
	width:79%;
	float: left;
	text-align:left;
	margin-bottom:8px;
}


.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}



/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #Footer styles ***************/

#footerWrapper {
	padding-top:10px;
	clear:both;
	width:100%;
	margin:auto;
	background:url(../images/bkgd_footer.jpg) repeat-x;
}

#footer {
	width:774px;
	margin:auto;
	font-size:75%;
	height:75px;
}

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	font-size: 90%;
	width:156px;
}

#search form{
 margin: 0px;
 padding: 0px;
}

/*********** #Navigation link styles ***********/


#navcontainer {
	float:left;
	width:20%;
	text-align:left;
	font-size:90%;
	margin:auto;
	padding:0;
 }

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li { 
	margin: 0 0 1px 0;
}

#navcontainer a {
	display: block;
	padding: 5px 10px;
	width: 130px;
	color: #000;
	background:url(../images/nav_bkgd.jpg) no-repeat;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #fff;
	background:url(../images/nav_bkgd_ov.jpg) no-repeat;
	text-decoration: none;
}

#navcontainer ul ul li {
	margin: 0 0 1px 0;
}

#navcontainer ul ul a {
	display: block;
	padding: 3px 3px 3px 10px;
	width: 135px;
	color: #000;
	background: none;
	text-decoration: none;
	font-size:80%;
}

#navcontainer ul ul a:hover {
	color: #666666;
	background:url(../images/bullet.gif) 0 50% no-repeat;
	text-decoration: none;
}

#subnavlist {
	line-height:10px;
}


#bulletList {
	font-size:70%;
	margin-left:0px;
	padding-left: 0px;
	list-style: none;
}

#bulletList li {
	padding-left: 15px;
	padding-bottom:3px;
	background-image:url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 10%;
}

#bulletList li ul li{
	padding-left: 20px;
	background-image:url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 10%;
}

/*-----Housing/Realty-----*/

.housingRealty {
	padding-left:8px;
	padding-bottom:5px;
	border-left:3px solid #ccc;
	margin-bottom:10px;
}

.moreInforContainer {
	border-bottom:1px solid #B5C6D0;
}

.moreInfo{
	padding:2px;
	color:#000;
	background-color:#fff;
	border:1px solid #B5C6D0;
}

.news {
	margin-left: 40px;
	width:480px;
}