@charset "utf-8";

@import "reset.css";

body {
	background: #d3c294;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #000;
	text-align: center;
}

#mainwrapper {
	margin: 0 auto;
	background: #d3c294;
	width: 980px;
	text-align: left;
}

#header img {
	border: 0;
}

/* mainnav */
#nav, #nav ul  {
	width: 100%;
	list-style-type: none;
}

#nav a {
	display: block;
	width: 245px;
	padding: .5em 0 .65em 0;
	color: #fff;
	font-size: .80em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;	
	background-color: #600;
}

#nav  li {
	float: left;
	width: 245px;
}

#nav li a:hover, #nav li a:focus {
	background-color: #a24e12;
}

#nav li ul {
	position: absolute;
	width: 245px;
	left: -999em;
}

#nav li ul li {	
	border-top: 1px solid #600;
}

#nav li ul a {
	color: #fff;
	background-color: #a24e12;
	background-image: none;
	font-size: .80em;
	text-decoration: none;
	padding: .5em 0;
	text-transform: capitalize;
}

#nav li ul a:hover, #nav li ul a:focus {
	background-color: #fff;
	color: #900;
}

#nav li:hover ul, #nav li.sfhover ul  {
	left: auto;
}
/* end mainnav */

/* left hand section sub-navigation */
#subnavwrap {
	float: left;
	width: 20.5%;
	margin-top: 2em;
}

#subnav {
	font-size: .8em;
	text-align: left;
}

#subnav ul {
	list-style: none;
}

#subnav ul li a, #subnav ul li a:visited {
	padding: 1em;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#subnav ul li a:hover, #subnav ul li a:active, #subnav ul li a:focus {
	background: #a24e12;
	color: #fff;
}

#subnav ul ul li a, #subnav ul ul li a:visited {
	padding: .5em 1em .5em 2.5em;
}

#subnav ul ul i a:hover, #subnav ul ul li a:active, #subnav ul ul li a:focus {
	background: #e47d1d;
}
/* end left hand section navigation */

/* 2 column layout */
#contentR {
	float: right;
	margin: 1em 1em 0 0;
	padding: 1.5em 1.5em .25em;
	width: 70.5%;
	font-size: .85em;
}

#contentR ul { /* lists within  the content area */
	list-style-type: disc;
	margin: 0 1.5em 1em 2.5em;
}

#contentR ul li {
	padding: .35em 0;
	line-height: 1.4em;
}

#contentR ol { /* lists within  the content area */
	list-style-type: decimal;
	margin: 0 1.5em 1em 2.5em;
}

#contentR ol li, #contentR ol ol li {
	padding: .35em 0;
}

#contentR ol ol { 
	list-style-type: lower-alpha;
	margin: 0 1.5em 1em 2.5em;
}

/* sinngle column layout */
#singlecol {
	margin: 1.5em;
	font-size: .85em;
}

/* start footer - includes bar & copyright info */
#footer {
	text-align: center;
	color: #000;
}

#footer hr {
	width: 94%;
	background-color: #000;
	color: #000;
	height: 2px;
	border: 0;
	text-align: center;
}

#footer ul {
	list-style-type: none;
	font-size: .8em;
}

#footer ul li {	
	display: inline;
}

#footer li a, #footer li a:visited {
	color: #000;
	text-decoration: none;
	padding: 0 .5em;
}

#footer li a:hover, #footer li a:focus {
	text-decoration: underline;
}

#copy {
	font-size: .7em;
	margin: 1em 0;
}
/* end footer */

/* globals */
.clear {
	clear: both;
	margin: 0;
}

a:link {
	color: #600;
	text-decoration: underline;
}

a:visited {
	color: #000;
}

a:hover, a:focus {
	text-decoration: underline;
}

h1 {
	font-size: 1.4em;
	color: #600;	
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #600;
}

h2.top {
	margin-top: 1em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #600;
}

p {
	line-height: 1.6em;
}

.first {
	margin-top: 0;
}

.imgL {
	float: left;
	padding: .5em .75em .75em 0;
}

.imgR {
	float: right;
	padding: .5em 0 10px 10px;
}

blockquote {
	margin: 0 3em;
}

.box {
	background-color: #e8dfc6;
	padding: .75em 1.25em 0;
	border: 1px solid #000;
}

.box p {
	line-height: 1.4em;
}

a[href$='.pdf'] { 
	padding:0 20px 0 0; 
	background:transparent url(../images/acrobat.gif) no-repeat center right;
} 

table {
	width: 94%;
	margin: 1em 0;
	text-align: center;
}

td {
	width: 33.3%;
	padding: .75em;
}

td img {
	padding-bottom: .5em;
}
/* end globals */

