*{margin:0; padding:0;}


body{	
	color: #000000; 
	background-color: #dcdcdc;
	font-family: sans-serif;
	
	/*background-image: url(../../images/backer-test.gif);
	background-position: top center;
	background-repeat: no-repeat;*/
	background-image: url(../images/bullets/body.gif);
	background-position: top;
	background-repeat: repeat-x;
} 
/******* hyperlink and anchor tag styles *******/

a:link {	
	color: Blue;	
	text-decoration: none;
}

a:visited{	
	color: Purple;	
	text-decoration: none;
}

a:hover{
	color: Maroon;
	text-decoration: underline;
}
	
	
/************** header tag styles **************/
h1{font-weight: bold;
	font-size: 14px; 
	color: #660000; 
	margin: 0px; 
	padding: 0px;
}
	
h2{font-weight: bold;
	font-size: 13px; 
	text-transform:uppercase;
	color: #804000; 
	margin: 0px; 
	padding: 0px;   
}
h3{font-weight: normal;
	font-size: 14px; 
	color: #660000; 
	margin: 0px; 
	padding: 0px;
	border-bottom: 1px solid #76763A;
}
h4{font-weight: normal;
	text-transform:uppercase;
	font-size: 12px; 
	color: #336666; 
	margin-bottom: 5px; 
	padding-bottom: 0px;
	border-bottom: 1px solid #B19E8B;
}
h5{font-size: 12px; 
	color: White; 
	margin-top: 2px; 
	padding: 5px;
	/*background-color: #804000;*/
	background-color: #76763A;
	display:block;
	
}
h6{
	font-size: 12px; 
	color: White; 
	margin-top: 2px; 
	padding: 5px;
	/*background-color: #804000;*/
	background-color: #763A3A;
	display:block;
}
.headline{
	text-align:center;
	font-size: 20px;
	
	color:#660000;
	margin-bottom:12px;
	}

.leader{
	font-size: 14px;
	text-decoration: underline;
	color:#336666;
}

ul.contact { 
	line-height: 14px;
	font-size: 12px;
	text-align:left;
	color: #000033;
	list-style: inside url(../images/bullets/bullet-cp.gif);
	display: block;
	margin: 0px;
	padding:5px;
}

ul.grey-ul    {  
	list-style: inside url(../images/bullets/bullet-cp.gif);
display: block;
	line-height: 110%;
	/*font-size: 80%;*/
	
	margin: 2px;
	padding:5px;

}
ul.second-ul    {  
	list-style: inside url(../images/bullets/bullet-sec.gif);
	display: block;
	line-height: 105%;
	font-size: 95%;
	margin: 5px;
	padding:3px;

}

ul.third-ul    {  
	list-style: inside url(../images/bullets/bullet-cp.gif);
	display: block;
	line-height: 105%;
	font-size: 95%;
	margin: 5px;
	padding:3px;

}



.bodytext{
	font-size: 0.8em;
}

ol{ 
	line-height: 16px; 
}

blockquote.quote
{
background: url(../images/bullets/quote.gif) no-repeat left top;
margin: 5px 5px 5px 5px;
padding: 0px 5px 5px 10px;
color: #76763A;

}

#over-menu{
	width:97%;
	padding:5px;
	/*font-size: 80%;*/
	text-align:center;
	background-color: #FFFFF0;
	margin-top: 15px;
	border-right: 2px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
}



/* Navigation */

/*#menu-bar{
	width: 808px;
	height: 25px;
	line-height:25px;
	background: #B19E8B;
	color:#ffffff;
	margin: 0 1px 0 1px;
	
}

#menu-bar li{
	float:left;
	list-style-type:none;
	border-right:1px solid #ffffff;
	white-space:nowrap;
}

#menu-bar li a{
	display:block;
	padding:0 10px;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	color: #ffffff;
}

* html #menu-bar a {width:1%;}

#menu-bar .selected,#menu-bar a:hover{
	background: #BCCAAE;
	color:#ffffff;
	text-decoration:none;
}*/

/*.menu-head a:hover, .lifestyles a:hover, .economic a:hover, .resource a:hover,
.regional a:hover, .labor a:hover, .location a:hover, .business a:hover, .property a:hover{color:#FFF;
 background-color: #BCCAAE;
 text-decoration:none;
 text-align: left middle;
 padding:5px;
 width: 130px;
 display: block;
	
}
.menu-head a, .lifestyles a, .economic a, .resource a,
.regional a, .labor a, .location a, .business a, .property a{
color:#dcdcdc;
text-align: left middle;
padding:5px;
width: 130px;
display: block;
	
}
.menu-head a{background-color: #778899;}
.lifestyles a {background-color: #998777;
}
.economic a{background-color: #887799;}
.resource a{background-color: #779998;}
.regional a{background-color: #999877;}
.labor a{background-color: #779988;}
.location a{background-color: #887799;}
.business a{background-color: #998677;}
.property a{background-color: #778899;}



.sidemenu-ul{
	
	list-style: none;
}
.sidemenu-ul li{
	
	
	height:25px;
	
	
}
.sub-ul ul{
	margin-top:2px;
	list-style: disc inside;
	display:block;
}
.sub-ul li{
	margin-left:5px;
	margin-top:2px;
	height:25px;
	
	
}*/

.sidemenu-ul{
	
	list-style: none;
	display:inherit;
}
#crumb{ 
	float: none;
	margin: 1px auto;
	width:810px; 
	height: 20px;
	padding: 3px;
	line-height: 12px;
	font-size: 10px; 
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	
}
#crumb a{
	color:#666666;
}

/* Container styles */

#body_main{
	width:790px;
	margin:20px auto;
	background-color:#FFF;
	border: 3px solid #dcdcdc;
	/*border-right: 1px solid black;*/
	
	/*background-image: url(../../images/econ-dev/backer-stripe.gif);
	background-repeat: repeat-y;*/
	
}
#head_main{
/*border-top: 1px solid #696969;*/
	margin-left:0px;
	margin-right:3px;
	
	width:785px;
	height:110px;
	display:block;
	
	/*background-image: url(../../images/headerNEW.jpg);
	background-repeat: no-repeat;*/
}
#header-simple{

	background-color:#778899;
	width:790px;
	height:10px;
	display:block;
	/*background: url(../../images/headerSIM.jpg) no-repeat top left;
	margin-left:3px;
	margin-right:3px;*/
}

img.right, img.left{
	border: 2px solid #999999;
	
}

img.right{
	float:right;
	margin-left: 5px;
}

img.left{
	float:left;
	margin-right: 5px;
}

#flash{
	margin-top:5px;
	margin-left:5px;
	/*margin-right: 5px;*/
	float:right;
}


#right-side{
	width:170px;
	padding: 10px;
	float:right;
	/*background-color: #FDF5E6;*/
	margin-right: 3px;
	margin-top:0px;
	/*color: #666666;
	background-image: url(../../images/side-bar-backer.jpg);
	background-repeat: repeat-y;*/
}

#left-side-alt{
	width:170px;
	padding: 10px;
	float:left;
	/*background-color: #FDF5E6;*/
	margin-right: 3px;
	/*color: #666666;
	background-image: url(../../images/side-bar-backer.jpg);
	background-repeat: repeat-y;*/
}

#left-side-front{
	width:760px;
	padding: 10px;
	float:left;
	/*background-color: #FDF5E6;*/
	margin-right: 3px;
	
	/*color: #666666;
	background-image: url(../../images/side-bar-backer.jpg);
	background-repeat: repeat-y;*/
}
#side-menu{
	width:170px;
	padding: 10px;
	float:right;
	background-color: #FDF5E6;
	margin-right: 3px;
	border:solid 1px #CCCCCC;
	/*color: #666666;
	background-image: url(../../images/side-bar-backer.jpg);
	background-repeat: repeat-y;*/
}

#left-side{
	margin-top: 0px;
	width:570px;
	height:auto;
	padding-left: 10px;
	float:left;
	/*background-color:#ffffff;*/
	
}
#whole{
	width:775px;
	height:auto;
	padding: 10px;
	float:left;
	background-color:#ffffff;
}
#contact-us{
	width: 151px;
	border: 2px double #cccccc;
	background-color: #ffffff;
	padding:10px;
	float:none;
	
}

#front-page-menu{
	width: 125px;
	/*border: 2px double #cccccc;*/
	font-size: 0.8em;
	background-color: #ffffff;
	padding:10px;
	float:left;
	
}
#footer-contact{
	height:2px;
	
}

#footer, #footer-regional, #footer-labor, #footer-location, 
#footer-property, #footer-resources, #footer-business, #footer-lifestyles,
#footer-ecp {
	clear:both;
	text-align: center;
	width:780px;
	/*border-top: 1px #cccccc solid;*/
	padding:5px;
	font-size: 10px;
	color: #ffffff;
	margin: 0 0 1px 0;
	/*border-bottom: 1px solid #696969;*/
}

#footer{
	background:#778899; /*#BCCAAE;*/
}

#footer-regional{
	background: #808000; /*#BCCAAE;*/
	
}
#footer-labor{
	background: #cabcae;
	
}

#footer-location{
	background: #5f7da0;
	
}
#footer-property{
	background: #5f9ea0;
}
#footer-resources{
	background: #6495ed;
}
#footer-business{
	background: #e9967a;
}
#footer-lifestyles{
	background: #bdb76b;
}
#footer-ecp{
	background: #a9a9a9;
}
#search{
/*color: #000033;*/
margin: 10px 0px 0px 0px;
color:#808080;
border-top: 1px solid #cdcdcd;
display:block;
}
.srcbt{
margin:5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.srcbx{
color: #696969;
	text-align: center;
	border: 1px solid #808080;
	/*background-color: #000;*/
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size: 10px;
	background-image: url(../../images/src.gif);
}



