body  {
	font: 12px Arial, Helvetica, sans-serif;
	background:#CCCCCC;
	background-image:url(images/chq.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top:0px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* background:url(images/content_bg_img.jpg); */
	background-color:#FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#666666;
	border:1px solid #459A75;
} 
#header { 
	background:url(images/cps-header.gif);
	padding:none;
	height:125px;
} 

p { margin:0px;}

#homenav {
	height:38px;
	background-color:#2F6A51;
	padding:0 0 0 150px;
	background-image:url(images/nav-off.gif);
	background-repeat:repeat-x;
}

#mainnav {
	height:38px;
	background-color:#2F6A51;
	padding:0 0 0 150px;
	background-image:url(images/nav-off.gif);
	background-repeat:repeat-x;

} 
 
.navcontent{
	float:left;
	height:38px;
	width:auto;
	line-height:38px;
	padding:0;
}

.navcontent a{
	background-image:url(images/nav-off.gif);
	background-repeat:repeat-x;
	font:Arial, Helvetica, sans-serif;
	font-size:17px;
	width:auto;
	color:#000;
	text-align:center;
	height:38px;
	padding-left:10px;
	padding-right:10px;	
	display:block;
	text-decoration:none;
	border-right:1px solid #A7A7A7;
	font-weight:100;
	
	
}
	
.navcontent a:hover, .navcontent .currentpage {
	background-image:url(images/nav-on.gif);
	background-repeat:repeat-x;
	font:Arial, Helvetica, sans-serif;
	color:#fff;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	height:38px;
	display:block;
	text-decoration:none;
	border-right:1px solid #E1E1E1;
	font-weight:100;
}

 
#photobox {
	background-image:url(images/tapbkg.gif);
	background-repeat:repeat-x;
	height:194px;
	margin:0;
} 

.photos {
float:left;
height:194px;
margin-left:0px;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 920px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 15px 20px;
	margin:15px 0 0 15px;
	}


#textbody {
	width:980px;	
	background-image:url(images/van.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#sidebarhome {
	width: 950px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding:0px 0px 30px 30px;
	}	
#mainContent { 
	margin: 15px 15px 0 40px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:right;
} 

#footer { 
	padding-right:10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-left:10px;
	margin:0px;
	background:#439974;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height:76px;
	line-height:76px;
} 
#footerh { 
	padding-right:10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-left:10px;
	margin:0px;
	background:#439974;
	background-image:url(images/footerh.jpg);
	background-repeat:no-repeat;
	height:76px;
	line-height:76px;
} 



#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p {font-family:Arial, Helvetica, sans-serif; padding:0px;}

h1 {font-family:Arial, Helvetica, sans-serif;
	color:#459A75;
		margin:0px;
		padding-bottom:10px;
		font-weight:100;
		font-size:26px;
	}
	
h2 {font-family:Arial, Helvetica, sans-serif;
	color:#439974;
	margin:0px;
	padding-top:20px;
	font-weight:100;
	font-size:20px;
	}
	
	
li a{color:#439974; text-decoration:none;}
li a:hover{color:#439974; text-decoration:underline;}		
	
a {color:#439974;text-decoration:none;}	


#footer-left {float:left; margin-left:10px; color: #FFFFFF;font-size:11px; }
#footer-right {float:right; margin-right:20px; color: #FFFFFF;font-size:11px;}

#footer-left a{#00C2DE; text-decoration:none;color: #FFFFFF;font-size:11px;}
#footer-left a:hover{#00C2DE; text-decoration:underline;color: #FFFFFF;font-size:11px;}

#footer-right a{#00C2DE; text-decoration:none;color: #FFFFFF;font-size:11px;}
#footer-right a:hover{#00C2DE; text-decoration:underline;color: #FFFFFF;font-size:11px;}