@charset "UTF-8";
body {
	font: 12px  Arial, Verdana, 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: #505151;
	line-height: 17px;
}
.oneColFixCtrHdr #container {
	width: 1024px;  /* 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. */
}
.oneColFixCtrHdr #header {
	background: #FFF; 
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/bg_home.jpg);
	height: 652px;
}

.oneColFixCtrHdr #mainContent2 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/bg_secondary1.gif);
	height: 652px;
}

.oneColFixCtrHdr #mainContent3 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/bg_secondary2.gif);
	height: 652px;
}



.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #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 */
}

#homecontent {
	width:974px;
	height: 100%;
	}

#missionstatement {
	width: 590px;
	margin-top: 0px;
	
	}
	
#animationblock {
	padding:  0px 0px 0px 60px;
}

#missionblock {
	height: 95px;
	width: 220px;
	padding:  123px 0 100px 52px;
}

.homecopyblock {
	width: 300px;
	padding: 55px 0 50px 20px;
	}	
	
.dots {
	border-bottom: 1px dashed #adadad;
	margin: 15px 5px 15px 0;
	}	
	
.join { text-align: right; padding: 0 40px 0 0;}	


#leftnav{
	width: 260px;
	vertical-align: top;
	}
	
#leftnavblock {
	width: 150px;
	margin:  10px 10px 10px 62px;
	color: #64369D;
}
.navdots {
	border-bottom: 1px dashed #adadad;
	margin: 10px 40px 10px 52px;
	}
	
.secondarycopyblock1{
	width: 450px;
	padding: 60px 0 100px 20px;
	line-height: 18px;
	}	
	
.secondarycopyblock2{
	width: 550px;
	padding: 60px 0 100px 20px;
	line-height: 18px;
	}		

.bubblepic {
	margin:  20px 0 10px 26px;
	}	
	
a:link, a:visited { 	color: #64369d; text-decoration:underline; }
a:hover { color: #739600; text-decoration: none;}

#leftnavblock a:link, #leftnavblock a:visited { 	color: #64369d; text-decoration:none; }
#leftnavblock a:hover { color: #739600; text-decoration: underline;}

.contactspacing  a:link, .contactspacing a:visited { 	color: #64369d; text-decoration:none; }
.contactspacing a:hover { color: #739600; text-decoration: underline;}

.homecopyblock  a:link, .homecopyblock a:visited { 	color: #64369d; text-decoration:none; }
.homecopyblock a:hover { color: #739600; text-decoration: underline;}

	
.footertext {
	font-size: 10px;
	text-align: left;
	padding-top: 0;
	padding-left: 75px;
	float: left;
	color:#999999;
	}	

.footertext2 {
	font-size: 10px;
	text-align: right;
	padding-top: 0;
	padding-right: 83px;
	float: right;
	color:#999999;
	}	
		
.footertext a:link, .footertext a:visited { 	color: #739600; text-decoration: none; }
.footertext a:hover { color: #64369D; text-decoration:underline;}

.button {
	margin:  0 0 10px 350px;
	}	
	
.contactspacing {
	line-height: 27px;
	}	
