@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 select {
	display: none;
}
#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 */

#contentwrapper {
	margin-bottom: 1em;
}

/* 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;
}

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

/* footer */
#footer {
	padding-bottom: 20px;
	font-weight: bold;
	font-size: .8em;
	border-top: 1px solid #000;
}
#footer, #footer ul  {
	width: 100%;
	list-style-type: none;
}
#footer li {
	float: left;
	padding-top: 10px;
}
#footer ul ul li, #footer ul ul ul  li {
	width: 100%;
}
#footer ul.tier2 {
	margin-left: 2em;
}
#footer ul li a:link {
	text-transform: uppercase;
	text-decoration: none;
	color: #600;
}
#footer ul ul li a:link,
#footer ul ul ul li a:link{
	 text-transform: capitalize;
}
#footer ul li a:hover,
#footer ul li a:focus {
	text-decoration: underline;
}
/* end footer */
.copy {
	font-size: .7em;
	margin: 2em 0 1em;
	text-align: center;
}

/* 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;
}
#singlecol ul {
	list-style-type: disc;
	list-style-position: inside;
}
#singlecol li {
	padding: .5em 1em;
}
/* end globals */

/* Mobile Portrait Size and Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	#footer {
		display: none;
	}
}