@charset "utf-8";
/* CSS Document */

* {
margin:0; padding:0;
}

body {
	background-color:#c6e8eb;
	background-image: url(images/gradient.v2.jpg);
	background-repeat: repeat;
	text-align:center;
	font-family:verdana, Arial, Helvetica, sans-serif;
	}
#container {
	margin:0px auto 10px auto;
	color:#7c6f60;  /*font color*/
	background-color:#fafdf8;
	font-size:12px;
	line-height:1.5em;
	text-align:left;
	}
#header {
	height:315px;
	background-color:#c6e8eb;
	border-left: 1px solid #bdb7af;
	border-right: 1px solid #bdb7af; 
	}
#header-hp {
	height:320px;
	background-color:#c6e8eb;
	border-left: 1px solid #bdb7af;
	border-right: 1px solid #bdb7af; 
	}
#slideshow {
	height:208px;
	width: 965px; 
	}
#nav {
	width: 965px;
	padding: 0px 3px;
	background-color:#c6e8eb;
	height:45px;
	border-bottom: 2px solid #7c6f60;
	border-top: 2px solid #7c6f60;
	text-transform: uppercase;
	}
#nav ul {
	list-style:none;
	}
#nav li {
	display:block;
	float:left;
	margin-right:4px;
	margin-left:4px;
	}
#nav li a {
	color:#7c6f60;   /*navigation color*/
	display:block;
	float:left;
	text-decoration:none;
	font-size:12px;
	}			
#nav li a:hover {
	color:#9bb500;     /*navigation rollover color*/
	}
h1 {
	font-size:16px;
	text-align:center;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
	color:#7c6f60;  /*font color*/	
	}
h2 {
	font-size:14px;
	text-align:center;
	font-weight:bold;
	padding-bottom:20px;
	color:#7c6f60;  /*font color*/	
	}
#content {
	padding-top:0px;
	padding-bottom:20px;
	}	
#content #home {
	width:930px;
	padding:0 15px 10px;
	float:right;
	}	
#content #resources {
	width:800px;
	padding:0 80px 10px;
	float:right;
	}
#content #copy {
	width:625px;
	float:right;
	padding: 7px 57px 30px 8px;
	line-height: 18px;
	}		
a {
	text-decoration: none;
	color: #9bb500;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	font-style: normal;
	}
a:hover {
	text-decoration: none;
	color: #94d4d5;
	}
.quote {
	color:#9bb500;
	line-height:2em;
	font-style:italic;
	}
#content #testimonial {	
	background-image: url(images/sidebar_bg.gif); 
	background-repeat: no-repeat;
	float:left;
	width:193px;
	color:#9bb500;
	font-size:12px;
	padding-right:30px;
	padding-left:20px;
	padding-bottom:310px;
	text-align:left;
	font-style:italic;
	line-height:2em;
	}
#testimonial a {
	text-decoration: none;
	color: #7c6f60;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	font-style: italic;
	line-height:2em;
}
#testimonial a:hover {
	text-decoration: none;
	color: #94d4d5;
	}
#content #sidebar {	
	background-image: url(images/sidebar_bg.gif); 
	background-repeat: no-repeat;
	float:left;
	width:193px;
	color:#7c6f60;
	font-size:12px;
	padding-right:30px;
	padding-left:20px;
	padding-bottom:310px;
	text-align:left;
	}
#sidebar a {
	text-decoration: none;
	color: #9bb500;
	font-family: Verdana, Arial, sans-serif;
	font-size:13px;
	font-style: normal;
	line-height: 28px;
}
#sidebar a:hover {
	text-decoration: none;
	color: #7c6f60;
	}
#content #sidebar2 {	
	background-image: url(images/sidebar_bg.gif); 
	background-repeat: no-repeat;
	float:left;
	width:193px;
	color:#7c6f60;
	font-size:12px;
	padding-right:30px;
	padding-left:20px;
	padding-bottom:50px;
	text-align:left;
	}
#sidebar2 a {
	text-decoration: none;
	color: #9bb500;
	font-family: Verdana, Arial, sans-serif;
	font-size:13px;
	font-style: normal;
	line-height: 28px;
}
#sidebar2 a:hover {
	text-decoration: none;
	color: #7c6f60;
	}
#footer {
	width:965px;
	float:left;
	text-align:center;
	font-size:10px;
	text-transform: uppercase;
	color:#7c6f60;   /*footer color*/
	border-top: 2px solid #7c6f60;
	border-bottom: 1px solid #bdb7af;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:15px;
	}		
#footer a {
	color:#9bb500;   /*footer link color*/	
	text-decoration:none;
	font-size:10px;
	}
#footer a:hover {
	color:#94d4d5;     /*footer rollover color*/
	text-decoration:none;
	}	
li {
	text-decoration: none;
	color: #9bb500;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	font-style: normal;
    margin-left:20px;
	padding-left:10px;
}
li a {
	text-decoration: none;
	color: #9bb500;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	font-style: normal;
}
li a:hover {
	text-decoration: none;
	color: #94d4d5;
}
.dropcap {
	font-size:17px;
	color: #7c6f60;
}
.superscript {
	font-size:xx-small; 
	vertical-align:top;
}
	