@charset "ISO-8859-1";

*{font-family:helvetica, verdana, sans-serif;font-size:small;line-height:1.4em;}

body {background:#795E57 url(../images/cornerBackground.gif) no-repeat left top;}

a {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
a:hover{color:#fff;border-bottom:#fff 1px solid;}
a:visited,a:active{color:#fff;}

strong {
	font-weight:bold;
	color: #d5d565;
}

#content{background:#9B9900 url(../images/contentBack.gif) no-repeat left top;padding-top:30px;width:766px; overflow: hidden;}
#content-hole{background:transparent url(../images/contentBack-hole.gif) no-repeat left top;padding-top:30px;width:766px; overflow: hidden;}

#nav{z-index:99;height:140px;position:absolute;width:320px;left:360px;margin-top:6px;}
#nav ul {height:50px;list-style:none;}
#nav li {text-align:center; float:left;}
#nav a{display:block;height:50px;width:70px;border:0;text-decoration:none; font-weight:bold; }
#nav a:hover{background:url(../images/navDot.gif) no-repeat center bottom;}
#nav a.here{background:url(../images/navDot.gif) no-repeat center bottom;font-weight:700;text-decoration:none;}

#leftColumn{padding: 10px 0px 10px 20px; width:210px; float:right;}
#testimonial{
	font-weight:bold;
	color:#d5d565;
	width:210px;
}
#testimonial p {margin:1.4em;}
#testimonial .caption{ font-size:90%;}
#contact{color:#666;margin-top:50px;width:225px; font-weight:bold; font-size:90%;}

#midColumn{width:130px;padding-top:10px; float:right;}
#midColumn a:hover {border-bottom:0;}

#rightColumn{width:382px;padding-bottom:15px; float:right; padding-top:10px;}
#rightColumn h1 {color:#FFF; font-weight:bold; font-size:150%;}
#rightColumn p {margin:1.4em;}
#rightColumn ul {
	list-style:none;
	padding-left:30px;
}
#rightColumn .note {font-size:75%;}

#footer{height:40px;width:766px;;background:#9A9901 url(../images/footer.gif) no-repeat right bottom;vertical-align:bottom; }
#footer p {text-align:left;color:#999;font-size:85%; font-weight:bold;padding-top:22px; padding-left:400px;}

.req {color:#CC3300; font-weight:bold;}
input, select, textarea {font-family:helvetica, verdana, sans-serif;font-size:90%;line-height:1.4em; width:300px;}
a.bold {
	font-weight: bold;
}