html, body {
	height: 100%;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: #ffffff;
	background-image: url(_graphics/background.gif);
	background-repeat: repeat-x;
}

* {
	margin: 0;
	padding: 0;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    general
*/

p {
	line-height: 1.5em;
	padding-bottom: 1em;
	font-size: 12px;
	color: #000000;
}

hr {
	width: 100%;
	color: #9b9b9b;
	background-color: #9b9b9b;
	height: 1px;
	border: 0;
	margin: 0 0 1em 0;
}

a {
	color: #c1881c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.blue {
	color: #005288;
}

.small {
	font-size: 10px;
}

td, tr {
	border-bottom: #CCC solid 1px;
	padding: .3em 0 .3em 0;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    frame
*/

div#frame {
	width: 900px;
	margin: 0 auto;
	background-image: url(_graphics/background-frame.gif);
	background-repeat: repeat-y;
	min-height: 100%;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    masthead
*/

div#masthead {
	width: 900px;
	height: 263px;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    nav
*/

div#nav {
	width: 205px;
	height: 190px;
	background-image: url(_graphics/nav.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#mainsprite {
	background: url(_graphics/nav.gif);
	background-repeat: no-repeat;
	width: 205px;
	height: 161px;
}

#mainsprite span {
	display: none;
}

#mainsprite li {
	list-style-type: none;
}

#mainsprite a {
	height: 20px;
	display: block;	
}

#main1 { width: 205px; }
#main1 a:hover { background: url(_graphics/nav.gif) -205px 0 no-repeat; }

#main2 { width: 205px; }
#main2 a:hover { background: url(_graphics/nav.gif) -205px -20px no-repeat; }

#main3 { width: 205px; }
#main3 a:hover { background: url(_graphics/nav.gif) -205px -40px no-repeat; }

#main4 { width: 205px; }
#main4 a:hover { background: url(_graphics/nav.gif) -205px -60px no-repeat; }

#main5 { width: 205px; }
#main5 a:hover { background: url(_graphics/nav.gif) -205px -80px no-repeat; }

#main6 { width: 205px; }
#main6 a:hover { background: url(_graphics/nav.gif) -205px -100px no-repeat; }

#main7 { width: 205px; }
#main7 a:hover { background: url(_graphics/nav.gif) -205px -120px no-repeat; }

#main8 { width: 205px; }
#main8 a:hover { background: url(_graphics/nav.gif) -205px -140px no-repeat; }


/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    sidebar
*/

div#sidebar {
	width: 205px;
	float: left;
}

div#sidebar p {
	color: #F5DEB3;
	padding: 0.5em 15px 0 15px;
}

div#sidebar h1 {
	color: #F5DEB3;
	font-size: 18px;
	padding: 2em 15px 0 15px;
}
div#sidebar h2 {
	color: #F5DEB3;
	font-size: 18px;
	padding: 2em 15px 0 15px;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    content
*/

div#content {
	width: 655px;
	padding: 2em 0 0 20px;
	float: left;
}

div#content h1 {
	display: inline;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: 100;
}

div#content h2 {

}

div#content h3 {
	font-size: 24px;
	color: #8e3215;
	margin-bottom: 1em;
	padding-bottom: .1em;
	border-bottom: #9b9b9b 1px solid;
}

div#content h4 {
	font-size: 18px;
	margin-bottom: .5em;
}

div#content h5 {
	font-size: 14px;
	margin-bottom: .5em;
}

div#content ul {
	padding: 0 0 .5em 30px;
}

div#content ul li {
	padding-bottom: 1em;
}

div#gallery ul li {
	float: left;
	list-style-type: none;
	padding-left: -20px;
}

.swappable {
	display: none;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    footer nav
*/

div#footernav {
	width: 655px;
	text-align: center;
	font-size: 12px;
}

div#footer {
	clear: both;
}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    form
*/

div#warning {
	border: 1px solid #C00;
	padding: 10px 1em 0 1em;
	margin-bottom: 2em;
}

.required {
	color: #C00;
}

fieldset {
	border: 1px solid #8e3215;
	padding: 20px;
	margin-bottom: 1.5em;
	background-color: #eaeaea;
}

legend {
	padding: 2px 1em;
	font-weight: bold;
	background-color: #0c0602;
	color: #FFFFFF;
	font-size: 13px;
}

label {
	width: 470px;
	font-size: 11px;
	display: block;
	padding-bottom: .2em;
}

input, select, textarea {
	font-size: 11px;
	margin-bottom: 1em;
}

div#content form ol {
	margin: 0 39px 16px 50px;
	line-height: 15px;
}

.radGroup {
	margin: .5em 0 .5em 20px;
}

table tr, td {
	vertical-align: middle;
}

div#form p {
	margin: 0;
	padding: 0;
}
