/* Construction News */

* {
margin:0px;
padding:0px;
}
td {
	padding: 4px;
}
p {
	margin:8px 0 6px 0;
}

ol, ul {
	padding: 0 0 0 1.5em;
	margin:  0 0 0 0;
	}
#centercol ul{
	margin-bottom: 14px;
	}	
h1 {
	color:#666;
		font-size:1.8em;
	font-weight:normal;
	margin:5px 0 5px 0;
	font-weight:normal;
	line-height:140%;
}

h2 {
color:#666;
		font-size:1.3em;
	font-weight:normal;
	margin:5px 0 5px 0;
	font-weight:normal;
	line-height:140%;
}

h3 {
	color: #009B90;
	font-size:1.1em;
	font-weight:normal;
	margin:10px 0 5px 0;
	font-weight:bold;
	line-height:140%;
}
h5 {
	color: #009B90;
	font-size:1.2em;
	font-weight:normal;
	margin:10px 0 5px 0;
	font-weight:bold;
	line-height:140%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.smaller {font-size:.82em; }

a, a:visited {
color:#000;
}

a:hover {
color:#EC1D25;
}


.intro{
	color:#000;
	font-size:1.1em;
	line-height:120%;
}
.dark {
	color:#000;
}
.warning {
	color: #EC1D25;
}

.subscribe {
	border:1px dashed #666;
	background-color:#F0F0F0;
	padding:4px 6px;
	}
.box{
	border:1px dashed #666;
	background-color:#F0F0F0;
	padding:4px 6px;
	width:200px;
	}
.subscribe h2 {
font-size:1.2em;
}
.search {
	float:right;
	width:220px;
}
.borderbottom {
	border-bottom:1px dashed #666;
}
	
.line {
	border-bottom:1px solid #ccc;
	width:455px;
	margin:8px 0;
}

/*container divs*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#666666;
	line-height:130%;
	background-color:#CCC;
	margin-bottom:30px;
}

#wrapper {
	width:938px;
margin-left:auto;
margin-right:auto;
	background-color:#FFF;
	padding:4px 10px 10px 10px;
	border:1px solid #666;
	border-top:none;
		}
#horinav {
			background-color:#545454;
			height:20px;
			color:#FFF;
			padding:6px;
		}
		#horinav a, #horinav a:visited {
			color:#FFF;
			text-decoration:none;
		}
			#horinav a:hover {
			color:#00DDC1;
			text-decoration:underline;
		}
#header {
	background-color:#fff;
	width:920px;
	padding:15px 0 0 17px;
	height:82px;
}
#green {
			background-color:#066C61;
			height:18px;
			color:#FFF;
			padding:10px 15px 10px 18px;
			margin-bottom:10px;
		}


#left {
	width:201px;	
	float:left;
	}

#subcontainer {
	float:right;
	width:731px;
}
#container {

	margin-top:10px;
	background-image:url(images/bg_columns.gif);
	background-repeat:repeat-y;
}
*html #subcontainer {
	float:right;
	width:700px;
}

#rightcol {
	float:right;
	width:206px;
	margin-right:0px;
	padding:25px 12px 12px 14px;
}
*html #rightcol {
	width:260px;
}
#centercol {
	margin-right:240px;
	
	padding:14px 14px 14px 10px;
}
*html #centercol {	
	margin-right:290px;

}


#centercol li{
	list-style-image: url(images/gr_arrow.gif);
	line-height: 150%;
	margin-bottom: 4px;
	margin-left:20px;
	margin-right:2px;
	margin-top: 6px;

}
#rightcol li {
		margin-left:1px;
			list-style-image: url(images/gr_arrow.gif);
}

#rightcol li a, #rightcol li a:visited{
color:#666;
}
#rightcol li a:hover{
color:#EC1D25;
}

/*-- nav styles --*/

#left ul {
	width:100%;
	padding:0;
	font-size:1em;

}
#left li{
	margin: 0px;
	cursor: pointer;
	list-style:none;
	overflow:hidden;
}

.nav ul li a:link, .nav ul li a:visited {
	color:#fff;
	text-decoration:none;
	padding: 4px 5px 2px 18px;
	display:block;
	height:18px;

}

.nav ul li a.navon {
	background-color:#FFF;
	color:#000;
	list-style-image:url(images/gr_arrow.gif);
}
.nav {
	padding-bottom:10px;
}

.nav ul li a:hover, .nav ul li a:visited.current {
	color:#000;
	display:block;
	background-color:#FFF;
	list-style-image:url(images/gr_arrow.gif);
}


/*-- footer styles --*/

#footer {
	clear:both;
	color:#fff;
	font-size:10px;
	background-color:#066C61;
	height:45px;
}


/*-- extra styles --*/

.wrapright{
	float:right;
	border:0;
	padding-left:8px;
}
.wrapleft{
	float:left;
	border:0;
	padding-right:10px;
}
