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

<!-- 

/* structure */
#wrapper {width: 960px; margin: auto; font-family:Arial, Helvetica, sans-serif; border:thin;}
#header {width:960px; height:110px; padding-top:10px;}
#logo {float:left; width:310px;}
#body {width:630px; float:left;}
#copy p{margin-bottom:10px; font-size:12px; color:#666}
.break {clear:both}

/* nav */
#nav {float:left; width:650px; margin-top:25px;}
#nav ul {list-style-type: none; font-weight:bold}
#nav ul li {float:left; margin-left:35px;}
#nav a {color:#3C2313;}
#nav a:hover {color:#009933; text-decoration:none;}
#nav .active {color:#ff3333;}

/* welcome */
#welcome {width:630px;}
#caption {width:610px; height:75px; padding:10px; margin-bottom:10px;}
.green {background: #39b44a url(../images/caption.gif);}
#caption h1{color:#FFF; font-size:20px; margin:0 0 10px 0;}
#caption p{color:#FFF; font-size:14px; }

/* sidebar */
#sidebar {width:320px; float:right;}
#sidebar div { margin-bottom:10px;}

/* modules */
.module {width: 190px; padding:10px; float:left}
.module p {color:#333; font-size:12px; clear:both;}
.module img {float:left; margin:0 10px 10px 10px;}
.module h1 {font-size:18px; font-weight:normal; margin:15px;}

/*footer*/
#footer {width:960px; padding-top:10px; margin-top:30px; border-top:solid 1px #999}
#footer p {font-size:12px; color:#666; }
#footernav {float:left; width:auto;}
#footercopy {float:right; width: auto;}

/*interior*/
.hdr {padding-bottom:20px;}
.inset {float:right; padding-left:10px;}
.inset2 {float:left; padding-right:10px;}
	
/* style */	
* {margin: 0; padding: 0;}
a:link {text-decoration: none; color: #009933;}
a:visited {text-decoration: none; color: #009933;}
a:active {text-decoration: none; color: #009933;}
a:hover {text-decoration: underline; color: #009933;}
img {border-style:none;}

/* rotator in-page placement */
    div.rotator {
	position:relative;
	height:185px;
	display: none;
	margin-bottom:10px;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	margin:0;
}
    div.rotator ul li.show {
	z-index:500
}

-->
