@charset "utf-8";
@import url('default.css');

body {
	background: #ffffff url('/img/bg-body.jpg') top left repeat-x;
	color:#2F2F2F;
	font:9pt Verdana, Arial, Helvetica, sans-serif;
}
div#wrapper {
	width:900px;
	margin:0px auto;
	background-color: #ffffff;
}

div#top {
	background-color:#ffffff;
	height:54px;
	padding:7px;
}
div#top a {
	float:left;
}
div#top a#logo{
	margin:0px 265px 0px 0px;
}

div#horznavig {
	clear:both;
	background-color:#8DADAC;
	height:27px;
}
div#horznavig a {
	float:left;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	margin:1px;
	padding:5px 0px 0px 0px;
	width:223px;/* = 225 - padding */
	height:20px;
	background:transparent url('/img/bg-horznav.jpg') top left no-repeat;
}

div#mainimg {
	clear:both;
	margin:0px 0px 16px 0px;
}

div#vertnavig {
	float:left;
	width:183px;
	margin:0px 10px 30px 10px;
	display:inline;
}
div#vertnavig li {
	background:#829C9B url('/img/bg-vertnav.gif') 4% center no-repeat;
	margin:0px 0px 3px 0px;
	list-style:none;
}
div#vertnavig li a {
	display:block;
	text-decoration:none;
	color:#ffffff;
	padding:3px 0px 3px 16px;
	border:solid 1px #56898A;
	height:15px;
}

div.rss {
	margin:10px 0px 0px 0px;
	padding:10px;
	background-color:#D3D3BB;
	border:solid 1px #ADABAC;
}
div.rss h6 {
	margin:0 0 10px 0;
	font-weight:bold;
	color:#000000;
}
div.rss .rss_title {
	font-weight:bold;
}
div.rss .rss_description {
	font-style:italic;
}

div#quotebox {
	margin:10px 0px 0px 0px;
	padding:10px;
	background-color:#D3D3BB;
	font-style:italic;
}
div#quotebox span {
	font-style:normal;
	font-weight:bold;
}

div#addl-col {
	float:left;
	padding:0px 10px;
	width:212px;
}
a.ad {
	display:block;
	margin:10px auto 0px auto;
	width:180px;
}
div#quickform {
	border:solid 1px #ADABAC;
	background-color:#D3D3BB;
}
div#quickform p {
	margin-left:12px;
	font-weight:bold;
}
div#quickform form{
	text-align:center;
}
div#quickform input{
	width:180px;
	padding:2px;
	margin:3px 0px;
	color:#414E61;
}
div#quickform input.button{
	width:194px;
}

div#copy {
	float:left;
	width:445px;
	margin:0px 8px 30px 8px;
	display:inline;
}

div#foot {
	clear:both;
	text-align:center;
	border-top:dotted 1px #171717;
}
div#contact {
	 width:305px;
	 margin:10px auto;
	 }
div#contact table {
	text-align:right;
	}
div#contact table td {
	padding:0px 0px 5px 0px;
	}
div#contact input {
	width:200px;
	}
div#contact textarea{
	width:200px;
	}

h1 {
	font-size:11pt;
	border-bottom:dotted 1px #171717;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	font-weight:bold;
}
h2 {
	font-size:9pt;
	border-bottom:dotted 1px #171717;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	font-weight:bold;
}
p {
	margin:5px 0px;
}
a {
	color:#EE7001;
}
ul li {
	margin-left:50px;
	list-style:disc;
	}
table.states {margin:15px 0px;}
table.states tr td {padding:0px 20px;}