*{ 
	margin:0px;
	padding:0px;
}
body{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.2em;
	color: #666666;
	background-color: #999999;
}
h1{
	font-size: 1.6em;
	padding-bottom: 1.5em;
	color: #ff9900;
}
h2{
	font-size: 1.2em;
	padding-top: 1.8em;
	padding-right: 0;
	padding-bottom: .5em;
	padding-left: 0;
	color: #006666;
}

h2 a {
	text-decoration: none;
	color: #006666;
}

.highlights {
	padding-bottom: 30px;
	float: left;
}

h3 {
	font-size: 1em;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
	color: #000000;
}
p{ padding-bottom: .5em; }
img{
    border:none;
}
#container{
	margin:0 0px;
	background-color:#fff;
	min-width:850px;
}
#sidebar{
	float:left;
	width:150px;
}

/*   sprites */

a.stop {
	display: block;
	width: 72px;
	height: 72px;
	background-image: url(../images/1stop.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: 34px;
	margin-left: 35px;
}
a.contact {
	display: block;
	width: 72px;
	height: 72px;
	background-image: url(../images/contact.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: 34px;
	margin-left: 35px;
}
a.rfp {
	display: block;
	width: 72px;
	height: 72px;
	background-image: url(../images/rfp.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: 34px;
	margin-left: 35px;
}

a.eco{
	display: block;
	width: 72px;
	height: 72px;
	background-image: url(../images/eco.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: 34px;
	margin-left: 35px;
}
a:hover{
	background-position: 0 -70px;
}
#main{
	margin-left: 155px;
}
#mainLeft{
	padding:1em 0 1em 1em;
	margin-right:225px;
}
#breadcrumb{ padding-bottom: 1em; }
#breadcrumb a{ color:#006666 }
#mainLeft  ul {
	padding-left: 2em;
	padding-bottom: 0.5em;
}

#mainRight{
	float:right;
	width: 200px;
	padding-bottom: 2em;
	color: #000000;
}
#mainRight p{
	margin-right: 1em;
	margin-left: 1em;
}
#mainRight  h3 {
	margin-right: 1em;
	margin: 1em;
	font-size: 1em;
	font-weight: bold;
}
#middlebar{
	font-size:1em;
	color:#006666;
	background:#99cccc;
	font-weight:bold;
	padding:4px;
	height:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#middlebar .menu li {
	
	height:30px;
	float:left;
	margin-right:10px;
	list-style:none;
}
#middlebar .menu li a{
	color:#006666;
	text-decoration:none;
	padding:0 10px;
	height:30px;
	line-height:30px;
	display:block;
	float:left;
	padding:0 10px 0 10px;
}
#middlebar .menu li.active {
	background:url(/images/lm.gif) left top no-repeat;
	height:30px;
	float:left;
	margin-right:10px;
	list-style:none;
}
#middlebar .menu li a.active{
	color:#006666;
	text-decoration:none;
	padding:0 10px;
	height:30px;
	line-height:30px;
	display:block;
	float:left;
	padding:0 10px 0 10px;
	background:url(/images/rm.gif) right top no-repeat;
}
#middlebar  .menu  a:hover { color:#FFFFFF; }
#middlebar  .active a:hover { color: #006666; }
#nav2{
	background:#ff9900;
	height:1.8em;
	line-height:1.8em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav2 li{
	display:inline;
	padding-right:1em;
	font-weight:bold;
}

#nav2 li a.active {
	color:#FF9900;
	text-decoration:none;
	padding:0 10px;
	height:30px;
	line-height:30px;
	display:block;
	float:left;
	padding:0 10px 0 10px;
	background:url(/images/rm.gif) right top no-repeat;
}

#nav2 li a.current {color:#000000;}

#nav2 li.active {
	background:url(/images/lm.gif) left top no-repeat;
	height:30px;
	float:left;
	margin-right:10px;
	list-style:none;
}
#nav2 a{ color:#fff; text-decoration:none;}
#nav2 a:hover{ color:#000;}
#nav2 a:active{ color:#000;}
#subContainer{
	background: #fff url(../images/bkgd.gif) repeat-y top right;
}
#footer{
	clear:both;
	background:#99cccc;
	font-size:0.9em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	color: #FFFFFF;
}
.clear{
	clear:both;
}

/* dropdowns */

.separator {
	border-bottom: 1px solid #cccccc;
	padding-bottom:2px;
    margin:0px 0px 3px 0px;
}
.dropdown{
    position:absolute;
    top:1.5em;
    left:0px;   
    text-align:left;
    z-index:99999;
    background:#f0f0f2;
    border:1px solid #cccccc;
    padding: 2px 0;
}
.dropdown a{
    text-decoration:none;
    display:block;
    margin: 0 2px;
    padding: 5px 15px;
    text-decoration: none;
    color:#333333;
}
.dropdown a:hover{
	background:#042542;
  	color:#fff;
    text-decoration:underline;
}


#topbar {
	font-size:0.98em;
	color:#006666;
	font-weight:bold;
	background-color: #99cccc;
	height:35px;
	line-height: 23px;
}

#topbar a {
	color:#006666;
	text-decoration:none;
	float:left;
	display:block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#topbar a:hover { color: #FFFFFF; }

#topbar a.active {
	padding-right:10px;
	background-image: url(../images/tb_a.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.logos {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#topbar a.active span {
	background:url(../images/tb_span.png) left top no-repeat;
	display:block;
	padding-left:10px;
	color:#006666;
}
.quote { padding-left: 2em; }

.fwnormal { font-weight: normal; }

.listright { margin-left: 220px; }
h4 a {
	font-size: 1.2em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
	color: #006666;
	text-decoration: none;
}

