/* css information
--------------------------------------------------------

	conserve							screen css
	author								sitecut
	started								jan 7, 2007
	
-------------------------------------------------------- */

* { 
	padding: 0;
	margin: 0;
	border: 0;
} 

body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	background-color: #081562;
	background-image: url(../images/back-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#page {
	color: #6370BD;
}

li { list-style: none; }
.hide { display: none; }


/* global interface elements
-------------------------------------------------------- */
#tagline {
	height: 31px;
	text-align: right;
	width: 756px;
	margin: 0 auto;
}
#tagline h2 {
	font-weight: normal;
	font-size: 1em;
	padding: 7px;
	/*color: #FFFFFF;*/
}
#home #header-wrapper {
	background: url(../images/back-header.gif) left top repeat-x;
	height: 193px; width: 100%;
	/*margin-top: 31px;*/
}
#page #header {
	height: 105px;
	background: url(../images/back-header.gif) left top repeat-x;
	z-index: 10;
}
#home #header-image {
	background: url(../images/back-header.gif) left top repeat-x;
}
#header-wrapper {
	background: url(../images/back-header-sub2.gif) left top repeat-x;
	height: 105px; width: 100%;
	/*border-top: 1px solid #AEB7E7;*/
}
#header-image {
	background: url(../images/sub-wire.jpg) right top no-repeat;
}

#content-wrapper {
	background: #081562;
	width: 100%;
	float: left;
}
#page #content-wrapper {
	background-color: #DDE0FF;
	}

#footer-wrapper {
	background: #081562 url(../images/back-bot.gif) left top repeat-x;
	width: 100%;
	float: left;
}

#content, #header, #nav, #nav2, #footer {
	width: 756px;
	text-align: left;
	margin: 0 auto;
}


#content {
	padding: 41px 0;
}

#left {
	position: relative;
	width: 215px;
	float: right;
	padding-bottom: 41px;
}

#right {
	position: relative;
	width: 511px;
	float: left;
	padding-bottom: 41px;
}

#brandmark {
	float: left;
	/*background: url(../images/big-brandmark.gif) left bottom no-repeat;*/
}


/* logo elements
-------------------------------------------------------- */
#home #replacelogo {
	position: relative;
	top: 0; left: -36px;
	width: 398px; height: 209px;
	background: url(../images/conserve-logo.gif) no-repeat;
}
#home #replacelogo a, #home #replacelogo h2 {
	display: block;
	width: 398px; height: 209px;
	text-indent: -9999px;
	background: none;
	text-decoration: none;
} 
#replacelogo {
	position: relative;
	top: 0; left: -36px;
	width: 360px; height: 105px;
	background: url(../images/conserve-logo-sub.gif) no-repeat;
}
#replacelogo a, #replacelogo h2 {
	display: block;
	width: 344px; height: 105px;
	text-indent: -9999px;
	background: none;
	text-decoration: none;
} 

/* nav elements
-------------------------------------------------------- */
#nav-wrapper { background: url(../images/back-navtop.gif) left top repeat-x; }
#nav {
	height: 44px;
	position: relative;
}
#nav ul, #nav2 ul {
	text-align: right;  
	width: 100%; 
	position: absolute;
	right: 0; 
}
#nav li, #nav2 li {
	display: inline;
	float: right;
	text-align: right;
}
#nav2-wrapper { 
	/*background: url(../images/back-navtop.gif) left top repeat-x;*/
	border-top: 1px solid #D4DAFF;
	border-bottom: 1px solid #6370BD;
}
#nav2 {
	height: 31px;
	position: relative;
}
#nav #nav-home, #date {
	position: absolute;
	left: -12px; 
}
/*#nav2 a,*/ 
#date {
	display: block;
	float: left;
	padding: 9px 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.0em;
}
#nav2 a {
	display: block;
	float: left;
	padding: 9px 12px;
	padding-right: 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.0em;
}
#nav a {
	display: block;
	float: left;
	padding: 9px 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	margin-top: 5px;
}

#nav a:hover { 
	color: #FFFFFF;
	margin-top: 0px;
	border-top: 5px solid #CE2943;
}
#nav a.current { 
	/*background: url(../images/back-nav-current.gif) left top repeat-x;*/
	color: #FFFFFF;
	margin-top: 0px;
	border-top: 5px solid #CE2943;
	font-weight: bold;
}

/* sub-nav elements
-------------------------------------------------------- */
#subnav { width: 180px; }
#subnav li { display: inline; }
#subnav li a {
	padding: 3px;
	display: block;
	text-decoration: none;
}
#subnav li li a {
	padding-left: 12px !important;
	font-size: 0.9em;
}
#subnav a.current {
	background: #1c253b;
	color: #FFF;
}


/* home elements
-------------------------------------------------------- */
#home .dyk li {
	padding: 0 0 9px 21px;
	background: url(../images/bullet-brandmark.gif) left top no-repeat;
}
#home .dyk li.last {
	padding: 0 0 21px 0 !important;
	background: none !important;
}
#home .news li {
	padding: 3px 0 3px 21px;
	/*background: url(../images/bullet-arrow.gif) left center no-repeat;*/
}
.home-service-wrapper {
	background: url(../images/back-homeservices.gif) left top repeat-y;
	float: left;
	width: 248px; 
	margin-bottom: 41px;
	margin-top: 6px;
}
.home-service {
	margin: 0 15px;
	height: 142px;
}
.home-feature-image {
	margin-bottom: 6px;
	margin-top: 0px;
	margin-left: 6px;
	margin-right: 6px;
}
.home-service-wrapper div p {
	position: relative;
	padding: 12px 0 0 0;
}
.home-service-wrapper p.more {
	background: url(../images/back-homeservices-bot.gif) left bottom no-repeat;
	padding: 15px;
	text-align: right;
}
.home-service-wrapper p.more a {
	background: url(../images/bullet-arrow.gif) right center no-repeat;
	font-weight: bold;
	padding-right: 12px;
}

.contact_top {
	font-family: Arial, Helvetica, sans-serif;
	font-style: 11;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.contact_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}



/* content elements
-------------------------------------------------------- */
p {
	font-size: 1.0m;
	font-weight: normal;
	line-height:1.3em;
	/*color: #FFFFFF;*/
}


h2 {
	font-size: 1.4em;
	font-weight: bold;
	/*color: #FFFFFF;*/
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	/*color: #FFFFFF;*/
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	/*color: #FFFFFF;*/
	padding-top: 1em;
	padding-bottom: 0.5em;
}
#right p, #right li {
	padding-bottom: 1em;
	line-height: 1.3em;
}
#right li {
	background: url(../images/bullet-arrow.gif) left 5px no-repeat;
	padding-left: 12px;
	position: relative;
	margin-left: 20px;
	padding-left: 20px;
}
#home h3 {
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 6px;
}
#page h3 {
	border-bottom: 1px solid #6370BD;
	margin-bottom: 6px;
}

#home h1 {
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: 21px;
}
#page h1 {
	font-size: 1.8em;
	font-weight: normal;
	padding-bottom: 21px;
}
#content a {
	color: #6370BD;
	text-decoration: none;
}
#content a:hover {
	color: #6370BD;
	text-decoration: underline;
}
#footer p {
	color: #FFFFFF;
	padding: 30px 0;
	text-align: right;
}
#footer a { 
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
img.large { padding-bottom: 21px; }
