/* CSS Document */

/*------------------ POSITIONING DIVS -----------------------*/


body {
background-color: #cccccc;
text-align : center; /*For IE */
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
}

#container {
position: relative;
width: 980px;
min-height: 600px; height: auto !important; /*this line for firefox (and IE7) etc */
height: 600px; /* this line for IE6 */
margin: 0 auto; /* to centre container in browser */
text-align: left;
background-color: #ffffff;
}

#nav {
	position: relative;
	float: left;
	width: 200px;
	margin: 0px 10px 0px 0px;
	min-height: 600px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 600px; /* this line for IE6 */
	background-color: #ffffff;
}
	#logo {
		position:relative;
		width: 200px;
		height:159px;
		text-align: right;
		}
	

#utility {
	position: relative;
	float: left;
	width: 208px;
	margin: 68px 10px 0px 0px;
	min-height: 532px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 532px; /* this line for IE6 */
	background-color:#f9f7f8;
	}
		.utility-detail {
		width: 192px;
		min-height: 60px; height: auto !important; /*this line for firefox (and IE7) etc */
		height: 60px; /* this line for IE6 */
		padding: 0px 8px 8px 8px;
		background-color:#f9f7f8;
		border-bottom:2px #FFF solid;
		background-image:url(../elements/utility-detail-top.jpg);
		background-position:top;
		background-repeat:no-repeat;
		}
		.utility-detail2 {
		width: 192px;
		min-height: 60px; height: auto !important; /*this line for firefox (and IE7) etc */
		height: 60px; /* this line for IE6 */
		padding: 0px 8px 8px 8px;
		background-color:#e0f2f4;
		border-bottom:2px #FFF solid;
		background-image:url(../elements/utility-detail-top2.jpg);
		background-position:top;
		background-repeat:no-repeat;
		}		
		.utility-button-holder {
		clear:both;
		position: relative;
		width: 100%;
		min-height: 90px; height: auto !important; /*this line for firefox (and IE7) etc */
		height: 90px; /* this line for IE6 */
		padding-bottom: 6px;
		}
		
		.service-button-1{
		position:relative;
		float:left;
		text-align:center;
		width:92px;
		min-height: 90px; height: auto !important; /*this line for firefox (and IE7) etc */
		height: 90px; /* this line for IE6 */
		border: solid 2px #f9f7f8;
		
		}
		
		.service-button-space{
		position:relative;
		float:left;
		text-align:center;
		width:92px;
		min-height: 90px; height: auto !important; /*this line for firefox (and IE7) etc */
		height: 90px; /* this line for IE6 */
		background-color: #f9f7f8;
		border: solid 2px #f9f7f8;
		}
	
#dashboard {
		position: relative;
		padding: 0px;
		width: 100%px;
		height: 68px;
		background-color: #ffffff;
		background-image:url(../elements/dash-bgnd.jpg);
		background-repeat:no-repeat;
		background-position:right;
		}
	
			#search {
			position:relative;
			float:left;
			width: 260px;
			height: 24px;
			margin-right: 35px;
			padding: 7px 6px 3px 476px;
			text-align: left;
			font-size: 10px;
			color: #68605e;
			
			
			}
			#search-utility {
			position:relative;
			float:left;
			width: 260px;
			height: 24px;
			margin-right: 35px;
			padding: 7px 6px 3px 258px;
			text-align: left;
			font-size: 10px;
			color: #68605e;
			
			
			}
			#search form, #search-utility form {
			   position: relative;
			   float: right;
				width: 190px;
				
			}
			#search input, #search-utility input{
			position: relative;
			float: left;
			height: 20px;
			border: 0px;
			margin-right: 0px;
			padding-right: 0px;
			font-size: 9px;
			text-align: center;
			width: 166px;
			background: url(../elements/search-input.gif) top no-repeat #ffffff;
			}
			.fbutton{
			  float: left;
			  margin-left: 0px;
			  padding-left: 0px;
			  width: 22px !important;
			  background: url(../elements/search-button.gif) top no-repeat #ffffff !important;
			}
			#top-menu {
			position:relative;
			float:right;
			width: 515px;
			height: 34px;
			text-align: right;
			padding-right: 35px;
			}
			
				.top-button{
				color:#ffffff;
				position: relative;
				float:right;
				font-size: 11px;
				width: 72px;
				height: 11px;
				padding: 11px 6px 12px 0px;
				background-repeat:no-repeat;
				background-position:right;
				}
				
					#adjust{
					width: 100px;
					float: right;
					}
					
					#donate{
					background-image:url(../elements/donate.jpg);
			
					}
					
					#blog{
					background-image:url(../elements/blog.jpg);
					}
					
					#rss{
					background-image:url(../elements/rss.jpg);
					}

#content-small { 
	position: relative;
	float: left;
	padding: 0px;
	width: 550px;
	min-height: 600px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 600px; /* this line for IE6 */
	background-color: #c1dde0;
	}

	#detail-small { 
	clear:both;
	position: relative;
	padding: 0px;
	width: 550px;
	min-height: 532px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 532px; /* this line for IE6 */
	background-color: #c1dde0;
	background-image:url(../elements/detail-bgnd-r.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	}
	
	#page-title-small {
	clear: both;
	width: 528px;
	height:20px;
	padding: 12px 0px 0px 22px;
	border-bottom:#FFF 1px solid;
	background-color:#bddcde;
	background-image:url(../elements/page-head-bgnd.jpg);
	background-repeat:no-repeat;
	}	
	
#detail-home { 
	clear:both;
	position: relative;
	padding: 0px 0px 0px 180px;
	width: 370px;
	height: 532px;
	background-color: #666666;
	}
		
	#home-mask {
	position: absolute;
	top:0;
	left:0;
	padding: 0px;
	width: 550px;
	height: 532px;
	background:url(../elements/home-mask.png);
	}
		
	#index-textarea {	
	position: absolute;
	top:0;
	left:0;
	width: 180px;
	height: 382px;
	padding: 50px 22px 22px 22px; 
	}
		
	#page-title-small {
	clear: both;
	width: 528px;
	height:20px;
	padding: 12px 0px 0px 22px;
	border-bottom:#FFF 1px solid;
	background-color:#bddcde;
	background-image:url(../elements/page-head-bgnd.jpg);
	background-repeat:no-repeat;
	}	

#content-large { 
	position: relative;
	float: left;
	padding: 0px;
	width: 768px;
	min-height: 600px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 600px; /* this line for IE6 */
	background-color: #c1dde0;
	}
	
	#detail-large {
	clear:both;
	position: relative;
	float: left;
	padding: 0px;
	width: 768px;
	min-height: 532px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 532px; /* this line for IE6 */
	background-color: #c1dde0;
	background-image:url(../elements/detail-bgnd-r.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	}
	
	#page-title-large {
	clear: both;
	width: 746px;
	height:20px;
	padding: 12px 0px 0px 22px;
	border-bottom:#FFF 1px solid;
	background-color:#bddcde;
	background-image:url(../elements/page-head-bgnd-large.jpg);
	}
	
#dsmall-2col-textarea {	
	position: relative;
	float:left;
	padding:;
	width: 246px;
	min-height: 452px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 452px; /* this line for IE6 */
	padding: 25px 22px 22px 22px; 
	background-color: #c1dde0;
	background-image:url(../elements/detail-bgnd.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	}
#gallery {	
	position: relative;
	float:left;
	padding:;
	width: 578px;
	min-height: 560px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 560px; /* this line for IE6 */
	padding: 25px 22px 22px 22px; 
	background-color: #c1dde0;
	background-image:url(../elements/detail-bgnd.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	}	
#gallery-side {	
	position: relative;
	float:left;
	padding:;
	width: 130px;
	min-height: 560px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 560px; /* this line for IE6 */
	padding: 25px 5px 25px 5px; 
	background-color: #c1dde0;
	text-align: left;
	
	}		
#dsmall-2col-imagearea {
	position: relative;
	float:left;
	width:214px;
	margin-right:45px;
	border-right: 1px #ffffff solid;
	padding: 50px 0px 50px 0px;
	}
	
#dsmall-1col-textarea {
	position: relative;
	padding:;
	width: 505px;
	min-height: 153px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 153px; /* this line for IE6 */
	padding: 25px 22px 22px 22px; 
	background-color: #c1dde0;
	}	

#dlarge-featuretext{	
	position: relative;
	float:left;
	width: 188px;
	min-height: 118px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 118px; /* this line for IE6 */
	padding:35px 0px 0px 0px;
	background-color: #c1dde0;
	}
	
	#dlarge-2col-textarea {	
	position: relative;
	float:left;
	padding:;
	width: 464px;
	min-height: 452px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 452px; /* this line for IE6 */
	padding: 25px 22px 22px 22px; 
	background-color: #c1dde0;
	background-image:url(../elements/detail-bgnd.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	}
	
#service-menu-2 {
	position: relative;
	width: 505px;
	height: 210px; /* this line for IE6 */
	padding: 0px 22px 0px 22px; 
	background: url(../elements/menu-2-bgnd.jpg) no-repeat #c1dde0 center; 
	}	

#footer {
clear: both;
position: relative;
width: 903px;
height: 27px;
text-align: right;
padding-left:27px;
padding-right:50px;
background-color: #ffffff;
}

.image {
background-color: #c1dde0;
border: 1px solid #ffffff;
padding: 0;
}
	

/*------------------ TYPOGRAPHY -----------------------*/

a:link {text-decoration: underline; color: #666666;}
a:visited {text-decoration: underline; color: #666666;}
a:active {text-decoration: underline; color: #333333;}
a:hover {text-decoration: underline; color: #006267;}


p {
font-family: Helvetica, Arial, sans-serif;
margin:0;
padding-bottom: 10px;
font-size: 12px;
line-height: 13pt;
color: #666666;
}

h1 { /* for page title only */
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
color: #ffffff;
font-weight: normal;
margin:0;
}

h2 {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 13px;
color: #006267;
font-weight: normal;
border-bottom:solid 1px #ffffff;
margin: 0px 0px 10px -22px;
padding: 0px 0px 3px 22px;
}

h3 {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 13px;
color: #006267;
font-weight: normal;
}

h5 { /* for big feature text area */
font-family: Helvetica, Arial, sans-serif;
font-size: 22px;
margin:0;
color: #ffffff;
line-height: 33px
}

h6 { /* for index page only */
font-family: Helvetica, Arial, sans-serif;
font-size: 20px;
margin:0;
color: #ffffff;
padding-bottom: 15px;
}

li {
font-size: 12px;
color: #666666;
list-style:outside;
line-height:13px;
}

ul { margin:0px 0px 5px 0px;}

#footer p {
font-size: 7pt;
color: #666666;
margin-top: 5px;
}

/*--utility styles--*/

.utility-detail h1, .utility-detail2 h1 {
text-transform:lowercase;
font-size: 11px;
font-weight:bold;
color:#666666;
padding:6px 0px 12px 0px;
}



.utility-detail p, .utility-detail2 p {
font-size: 11px;
line-height:normal;
border-bottom: solid 1px #fff;
}

.utility-detail ul, .utility-detail2 ul {
font-size: 11px;
line-height:normal;

}

.utility-detail li, .utility-detail2 li {
font-size: 11px;
line-height:normal;
list-style:outside;
margin:0px 0px 0px 10px;
padding:0px 0px 0px 0px;

}


/*--top menu styles--*/
.top-button a:link, .top-button a:visited, .top-button a:active
{text-decoration: none; color: #ffffff;}

.top-button a:hover {text-decoration: underline;}

/*-- service menu buttons for utility column --*/

.service-button-1 a, .service-button-2 a {
	display:block;
	font-size:10px;
	text-decoration:none;
	padding-bottom:4px;
	background-color:#cac7c3;
	
}
.service-button-1 a:hover, .service-button-2 a:hover {
	display:block;
	font-size:10px;
	text-decoration: none;
	padding-bottom:4px;
	color: #ffffff;
	background-color:#077a81;
}






