html, body {
    height: 100%;
}

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

* {
	margin: 0;
	padding: 0;
}

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

p {
	line-height: 1.5em;
	padding-bottom: .7em;
}

h1 {
	font-size: 24px;
	color: #4f1a6d;
	margin-bottom: .7em;
	border-bottom: #c37d12 solid 1px;
}

h2 {
	font-size: 16px;
	color: #4f1a6d;
	margin: 1em 0 .5em 0;
}

a {
	color: #4f1a6d;
	text-decoration: none;
}

a:hover {
	color: #c37d12;
}

ul {
	margin: .5em 0 1em 20px;
}

ul li {
	padding-bottom: .5em;
}

.small {
	font-size: 9px;
}

.orange {
	color: #c37d12;
}

div.event {
	width: 668px;
	padding: 5px 10px -5px 10px;
	border: #4f1a6d 1px solid;
	background-color: #f4e8d0;
	margin-bottom: 1em;
	color: #4f1a6d;
}

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

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

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

div#masthead {
	width: 980px;
	height: 160px;
	overflow: hidden;
}

div#nav {
	width: 980px;
	height: 40px;
}

div#content-gap {
	width: 980px;
	height: 30px;
}

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

div#content {
	width: 690px;
	padding: 0 40px 1em 20px;
	float: left;
}

div#content hr {
	width: auto;
	color: #c37d12;
	background-color: #c37d12;
	height: 1px;
	border: 0;
	margin: .5em 0 1em 0;
}

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

div#sidebar-content {
	width: 170px;
	padding: 0 20px 0 35px;
	line-height: 1em;
}

div#sidebar hr {
	width: 100%;
	color: #4f1a6d;
	background-color: #4f1a6d;
	height: 1px;
	border: 0;
	margin: .7em 0 1em 0;
}

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

div#footer {
	width: 690px;
	padding: 0 40px 5em 250px;
	text-align: center;
	clear: both;
}

div#footer p {
	color: #4f1a6d;
	font-size: 11px;
	line-height: 1.5em;
}

div#footer hr {
	width: 690px;
	color: #c37d12;
	background-color: #c37d12;
	height: 1px;
	border: 0;
	margin: .5em 0 1em 0;
}

/*	末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末 form
*/

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

.required {
	color: #C00;
}

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

legend {
	padding: 2px 1em;
	font-weight: bold;
	background-color: #4f1a6d;
	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;
}

/*	末末末末末末末末末末末末末末末末末末末末末末末末末末末末末末 thumbnail rollover
*/

.thumbnail {
	position: relative;
	z-index: 0;
}

.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
border: #000 solid 1px;
visibility: hidden;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100px;
left: 68px; /*position where enlarged image should offset horizontally */

}
	


