/* CSS Document */

/* red is #c4644b; */

a:link {
	color: #669999;
	text-decoration: none;
}
a:visited {
	color: #669999;
	text-decoration: none;
}


a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #669999;
	text-decoration: none;
}

body {
	margin: 0 auto 0;
	padding: 0;
	text-align: center;
	background-color:#fefaee;
	line-height: 165%; 
	letter-spacing: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 75%;
}

#container {
	text-align: center;
	position: relative;
	margin: 0px auto 0;
	height: auto;
	width: 927px;
	padding: 0px;
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-y;
	}


#topbanner {
	background-image: url(../images/topbanner.jpg);
	background-repeat: no-repeat;
	height: 281px;  
	width: auto;	
	margin: 0px 0px 0px 0px;
}

#topbanner h1 span {
	position: absolute;
	left: 16px;
	top: 0px;
	width: 899px;
	height: 116px;
	background-image:url(../images/topbanner1.gif);
	background-repeat: no-repeat;
	}

#topbanner h1 		{
	font-size		: 1px;
	color			: #fefaee;
	text-align		: left;
	padding-left: 200px;
}

#content {
	width: 927px;
	min-height:319px; 
	height:auto !important;
	height: 319px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-y;
	background-color: #fefaee;
	}
	
	#leftside {
	width: 121px;
	min-height:200px; 
	height:auto !important;
	height:200px;
	float: left;
	text-align: left;
	margin-left: 16px;
	margin-top: 30px;
	}
	
	#center {
	float: left;
	padding-top: 40px;
	width: 435px;
	text-align: left;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	
	
	#rightside {
	float: right;
	margin-right: 13px;
	margin-top: 0px;
	}
	
	.rightside {
	float: right;
	margin-right: 13px;
	margin-top: 0px;
	}
	
	h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #608387;
	font-weight: lighter;
}

	h3 				{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 14px;
	color			: #000000;
	margin			: 25px 0 0 0;
	padding-bottom	: 0;
}

	h4 				{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	color			: #608387;
	margin			: 25px 00 0px 0;
}


ul.nav {
	font-size: 1.2em;
	float: left;
	width: 121px;
	margin: 0;
	padding: 0px;
	list-style: none;
	background-image: url(../images/navbg.jpg);
	background-repeat: no-repeat;

}
ul.nav li a{
	display: block;
	color: #608387;
	text-decoration: none;
	width: 100px; /*121px;*/
	padding: 5px 5px 5px 15px;
	background-image: url(../images/navbg.jpg);
	background-repeat: no-repeat;
	}
	
ul.nav li a:hover {
	display: block;
	color: #000000;
	text-decoration: none;
	width: 101px; /*121px;*/
	padding: 5px 5px 5px 15px;
	background-image: url(../images/navbg.jpg);
	background-repeat: no-repeat;
	}
	
	#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	width: 927px;
	height: 63px;
	clear: both;
	font-size: 80%;
	text-align: center;
	padding-top: 10px;
}

#skip_links				{
	position			: absolute;
	left				: -200000px;
}

ul.links_list li 		{
	background-image	: url(../images/red_bullet_9.gif);
	background-repeat	: no-repeat;
	background-position	: 0 4px;
	padding-left		: 20px;
	margin				: 0 0 14px -30px;
	list-style-type		: none;
	line-height			: 1.4em;
}

ul.links_list li ul		{
	margin-top			: 1em;
	margin-bottom		: 0em;
}

ul.links_list li ul li	{
	margin-bottom		: 0.5em;
}

a.pdf					{
	background			: url(../images/pdf.gif) no-repeat;
	padding-left		: 1.3em;
}

.testimonial			{
	color				: #c4644b;
	font-style			: italic;
	font-weight			: bold; 
}

.print					{
	display				: none;
}

.large_text				{
	font-size			: 1.8em;
	color				: #c4644b;
}

a.top 					{
	color				: #c4644b;
	text-decoration		: none;
	background			: url(../images/top.gif) no-repeat left center;
	padding-left		: 15px;
}

ul.page_nav				{
	margin				: 0 0 0 1.5em;
	padding				: 0;
}

ul.page_nav li			{
	margin				: 0 0 0em 0;
	padding				: 0;
	/* list-style-type: none; */
}

.clear					{
	clear				: both;
}

p						{
	margin-top: 0;
	padding-top: 0;
}