@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	color: #6a6e70;
}
p {
	font-size: 11px;
	line-height: 120%;
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 11px;
}
a {
	color: #24A9E0;
	text-decoration: none;
}
a:hover {
	color: #1B89B8;
}
h1 {
	color: #709650;
	font-size: 16px;
	margin: 0;
/*	padding: 24px 0 0 0; */
	padding: 0;
}
#container { 
	width: 911px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
} 
#header { 
	width: 911px;  
	margin: 0;
	padding: 0;
} 
#headerLogo {
	float: left;
	width: 425px;
	height: 99px;
	margin: 0;
	padding: 0;
}
#headerRight {
	float: left;
	width: 476px;
	height: 29px;
	margin: 0;
	padding: 70px 10px 0 0;	
	text-align: right;
}
#headerRight a, #headerRight p  {
	color: #505054;
	font-size: 11px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#headerRight a:hover {
	color: #9ae1ff;
}
#rightbar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; 
	height: 748px;
	background-image: url(images/bg_resources.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 55px 20px 15px 20px;
}
#rightbarTop {
	height: 400px;
	margin: 0;
	padding: 0 0 10px 0;
}
#rightbarBottom {
	height: 105px;
	margin: 0;
	padding: 30px 0 0 0;
}
#rightbarTestimonial {
	height: 270px;
	margin: 0;
	padding: 30px 0 0 0;
}

#rightbar h1 {
	color: #9ae1ff;
	font-size: 11px;
	margin: 0;
	padding: 16px 0 0 0;
}
#rightbar p {
	color: #fff;
	font-size: 11px;
	margin: 0;
	padding: 5px 0 0 0;
}
#rightbar a {
	color: #fff;
	text-decoration: none;
}
#rightbar h1 a {
	color: #9ae1ff;
	text-decoration: none;
}
#rightbar a:hover {
	color: #9ae1ff;
	text-decoration: underline;
}
#rightbarTestimonial p {
	color: #1D769C;
	font-size: 12px;
}
#rightbarTestimonial p.quotee {
	color: #46494A;
	margin-top: 5px;
}
#mainContent { 
	float:right;
	width: 651px;
	height: auto;
/*	height: 818px; */
/*	margin: 0 260px 0 0;  the right margin on this div element creates the column down the right 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. */
	margin: 0 20px 0 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent #homePhoto {
	width: 651px;
	height: 308px;
	margin: 0;
	padding: 0;
}
#mainContent #subpageBody {
	width: 651px;
	background-image:url(images/bg_body_subpage_middle.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}
#mainContent #subpageBody #subpageBodyCopy {
	width: 611px;
	margin: 0;
	padding: 0px 20px;
}

#mainContent #blog {
	float: left;
	width: 152px;
	height: 325px;
	background-image:url(images/bg_blog.jpg);
	background-repeat:no-repeat;
	margin: 0 22px 0 0;
	padding: 165px 35px 20px 15px;
}
#mainContent #blog h1 {
	color: #80ae5c;	
	font-size: 11px;
	margin: 0;
	padding: 16px 0 0 0;
}
#mainContent #blog p, #mainContent #events p, #mainContent #whatsnew p {
	color: #fff;	
	font-size: 11px;
	margin: 0;
	padding: 5px 0 0 0;
}
#mainContent #blog a, #mainContent #events a, #mainContent #whatsnew a {
	color: #fff;	
	font-size: 11px;
	text-decoration:none;
}
#mainContent #blog h1 a {
	color: #80ae5c;	
	font-size: 11px;
	text-decoration:none;
}
#mainContent #blog a:hover {
	color: #80ae5c;	
	text-decoration: underline;
}
#mainContent #events {
	float: left;
	width: 152px;
	height: 325px;
	background-image:url(images/bg_events.jpg);
	background-repeat:no-repeat;
	margin: 0 22px 0 0;
	padding: 165px 35px 20px 15px;
}
#mainContent #events h1 {
	color: #9ae1ff;	
	font-size: 11px;
	margin: 0;
	padding: 16px 0 0 0;
}
#mainContent #events h1 a {
	color: #9ae1ff;	
	font-size: 11px;
	text-decoration:none;
}
#mainContent #events a:hover {
	color: #9ae1ff;
	text-decoration: underline;
}
#mainContent #whatsnew {
	float: left;
	width: 152px;
	height: 325px;
	background-image:url(images/bg_whats_new.jpg);
	background-repeat:no-repeat;
	margin: 0;
	padding: 165px 35px 20px 15px;
}
#mainContent #whatsnew h1 {
	color: #a2a2a2;
	font-size: 11px;
	margin: 0;
	padding: 16px 0 0 0;
}
#mainContent #whatsnew h1 a {
	color: #a2a2a2;	
	font-size: 11px;
	text-decoration:none;
}
#mainContent #whatsnew a:hover {
	color: #a2a2a2;
	text-decoration: underline;	
}

#footer { 
	padding: 0px 10px; 
} 
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

