/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
	margin: 0; 
	padding: 0; 
	border: 0; 
	}

body {
	background: #fff url(../images/body_bg.jpg) repeat-x;
	font-size: 76%;
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.5;
	}

/* LAYOUT ELEMENTS -------------------------------------------- */

#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 766px;
	text-align: left;
	position: relative;/*set for the positioning of the nav*/
	background: url(../images/content_bg.jpg) repeat-y;/*shadow drop bg image*/
}

/* Header ---- */

#header {
	position: relative;
	background-image: url(../images/header_bg.jpg);
	background-position: -1px 0;
	height: 162px;
	margin: 0 auto;
	width: 766px;
	}
#logo {
	margin-left: 18px;
	}
#logo-print {
	position: absolute;
	top: -40px;
	}

/* Content area ---- */

#content {
	margin-left: 230px;
	padding: 10px 0;
	width: 510px;
	}

/* Nav ---- */

#skip {
	position: absolute; 
	top: -500px;/*places the skip nav off screen*/
}

#nav {
	display: inline; /* for IE */
	float: left;
	width: 180px;
	margin: 10px 0 20px 25px;
	}
#navlist ul {
	margin: 0;
	list-style-type: none;
	padding-left: 2px;
	}
#navlist li {
	margin: 0;
	border-bottom: 1px solid #E6E4D9; /* medium taupe */
	width: 179px;
	}
#navlist li ul {
	padding-left: 10px;
	border-top: 1px solid #E6E4D9;
	}
#navlist li li {
	width: auto;
	border-bottom: none;
	}
#navlist a {
	height: 1%;
	display: block;
	text-decoration: none;
	padding: 4px 0 4px 2px;
	margin: 0;
	}
#navlist a:hover, #navlist a:focus {
	background-color: #EBEAE1; /* light taupe */
	}

.feature {
	margin: 1.5em 0;
	padding: .5em;
	border: 1px solid #E6E4D9;
	border-top: 5px solid #E6E4D9;
	background-color: #EBEAE1;
}
.feature p {
	margin: 0;
	}

/* Footer ---- */

#footer {
	clear: both;
	min-height: 27px;
	background: url(../images/footer_bg.jpg) no-repeat -1px 0;
	font-size: 90%;
	}
#footer p {
	margin: 0 13px;
	padding: 4px 23px 25px 0;
	color: #660000;
	text-align: right;
	}


/* TEXT ------------------------------------------------- */

h1, h2 {
	margin-bottom: .6em;
	color: #092103;
	}
h1 {
	font-size: 170%;
	font-family: "Trade Gothic LT Std Cn", "Arial Narrow", Arial, sans-serif;
	}
h2 {
	font-size: 120%;
	}
h3 {
	font-size: 100%;
	}
p {
	margin-bottom: 1.2em;
	}


/* LINKS ------------------------------------------------ */

a {
	color: #6D86A5; /* medium blue */
	}


/* LISTS ------------------------------------------------ */

ul, ol {
	margin: 0 0 1.2em 2em;
	}
li {
	margin-bottom: .2em;
	}
dt {
	margin-top: 1.2em;
	}
dd {
	margin: .2em 0 0 1em;
	}

/* TABLES ----------------------------------------------- */

table {
	margin-bottom: 1.2em;
	border-collapse: collapse;
	}
caption {
	padding: .2em 0;
	background: #B0C9DD; /* light blue */
	font-weight: bold;
	}
th, td {
	padding: .2em 1em .2em .2em;
	}
th {
	border-bottom: 1px solid #B5AFA1; /* dark taupe */
	background: #EBEAE1; /* light taupe */
	color: #092103;
	vertical-align: bottom;
	}
td {
	vertical-align: top;
	border-bottom: 1px solid #F4F4F4;
	}
#names {
	width: 11em;
	}

/* IMAGES ----------------------------------------------- */
.image-right {
	clear: right;
	float: right;
	margin: 0 0 0.8em 1em;
	}
.image-left {
	clear: right;
	float: left;
	margin: 0 0.8em 1em 0;
	}
.image-vertical {
	width: 150px;
	}
.image-horizontal {
	width: 300px;
	}
	
	/* rledit 11/08 - form formatting */

fieldset {
	margin: .5em 0 1em 0;
	border: 1px solid #6D86A5;
	}
	
.row,
 .row2,
.explanatory,
.options{
	margin: .5em 0 1em 0;
	}
	
.options2{
float:
text-align:left;
padding-left:10em;
}

.row label {
	float: left;
	width: 10em;
	padding-right: .5em;
	text-align: right;
	}
	
	.row2 label {
		float: right;
		width: 40em;
		padding-left: .5em;
		text-align: left;
		}
	
	#form-hidden {
		display: none;
		}
	
	textarea {
		font-size: 10pt; font-family: Verdana, Helvetica, sans-serif;
		}

