#container {
	width: 760px;
	text-align: left;

	padding: 0px;
	position: relative;
overflow: visible;
top: 0px;
height: auto;
margin-right: auto;
margin-left: auto; }

#container2 {
	width: 760px;
	background: url(images/bckgrd.jpg) repeat-y;
	padding: 0px;
	position: absolute;
overflow: visible;
margin-right: auto;
margin-left: auto; }
height: 100%; }


#header {
	background: bottom left;
	padding: 0px;
	margin: 0;
	height: 259px;
position: relative;
width: 760px;
left: auto;
right: auto;
}

#content {
	margin: 0px 10px 10px 0px;
	padding: 0px 0px;
	position: relative;
display: inline;
height: auto;
top: 0px;
left: 0px;
overflow: visible;
width: 550px;
float: right; }

p {
	margin: 0 0 10px 0;
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px; }

#footer {
	clear: both;
	margin: 0;
	padding: 0;
background-image: url(images/footer.jpg);
background-repeat: no-repeat;
background-position: inherit bottom;
height: 60px;
vertical-align: bottom; }

#footerwords {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;

	width: 720px;
	margin-top: 45px;
	
	margin-left: 20px;
	left: 0px;
	float: left;
	color: #ffffff;
vertical-align: bottom; 

}

#footer p#affiliate {
	margin: 10px 30px;
	float: left;
	color: #ffffff;
vertical-align: bottom; }

#footerwords a {
color: #e2d7b9;
font-size: 10px; }

#footerwords a.hover {
color: #cc6633; }
	
#footer ul {
	margin: 10px 30px;
	float: left;
	width: 50%;
	display: inline;
	}
#footer ul li {
	margin: 0 10px 0 0px;
color: #ffffff; }


/* Easy Clearing - positioniseverything.net
----------------------------------------------- */


.clearfix:after, #navigation ul:after {
    content: "."; 
    height: 0; 
    clear: both; 
    visibility: hidden;
display: block; }
	
/*macIE5 fix for easy clear*/
.clearfix, #navigation ul {
	display: block;
	}
	
/* hides from macIE5 \*/
* html .clearfix, * html #navigation ul {
	height: 1%; display: block;
	}
.clearfix, #navigation ul {
	height: 1%; display: block;
	}
/* end hide from macIE5 */


/* End Easy Clearing information
----------------------------------------------- */


/* Reset Global Padding and Margins
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	font-size: 98%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", serif;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

h2, #navigation h3, h3.sans-border {
	font: bold 17px Arial, Helvetica, Sans-serif;
	color: #cc6633;
	border: none;
	}
/* Navigation - side
----------------------------------------------- */

div#navigation {
	 width: 170px;
	 margin: 0;
	 border: 0;
	 padding: 20px 0px 80px 0px;
	 display:inline;
	 
position: relative;
height: auto;
float: left;
clear: left;
z-index: +100;
left: auto;
}
	

#navigation h2 {
	 margin: 0px 0em 10px 15px;
	 font: 500 12px verdana, sans-serif;
	 text-transform: uppercase;
	 color: #ffffff;
	 }
	
#navigation ul {
	 margin: 0em 15px 15px 15px;
	 list-style: none;
	 }

#navigation ul li { 
	text-align: left; 
	margin: 0; 
	padding: 0;
	clear: left; 
	}
	
	
#navigation ul li a {
	 color: #E2D7B9;
	 padding: 6px 5px 6px 20px;
	 text-decoration: none;
	 font-weight: normal;

	 width: 170px;
float: left; }

#navigation ul li a:hover, #navigation ul li a.on { 
	color: #E2D7B9; 
	background: #277285;
}
a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	font-size: 12px;
}
	
a:hover {
	color: #fed028;

}

/* Generic Styles
----------------------------------------------- */

p {
	margin: 0 0 10px 0;
color: #133168; }

h3, h4 {
	font: bold 85% Arial, Helvetica, Sans-serif;
	color: #cc6633;
	margin: 20px 0 10px 0;
	padding: 15px 0em 0px 0em;
	border-top: 1px solid #ddd;
	}

ul, ol, dl {
	list-style: none;
 padding: 0;
margin: 0;
 position: relative; 
}	

#content ul li {
	background: #fff url(images/list_arrow.gif) no-repeat 0em 6px;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
	color: #133168;
}

/********* FORMS ***************/

fieldset, .group {
	margin-bottom: 1em;
	clear: both;
}


.row {
	display: block;
	clear: left;
	padding: 10px 0 5px 0;
	/*overflow:auto; cutting out for autocomplete ff overlay bug */
}

.row .required {
	font-size: 100%;
	font-weight: bold;
	color: #972d00;
	margin-left: 5px;
	float: left;
}
.row .form {
	width: 371px;
	height: 21px;
	float: left;
}
/*p forms can be variable height */
.row p.form {
	height: auto;
}
.row .narrow-frame {
	width: 211px;
}
.row .tall-frame {
	height: 39px;
}
.row .verytall-frame {
	height: 69px;
}

.row .form input {
	width: 369px;
	height: 19px;
}


.row .narrow-frame input {
	width: 209px;
}
.row .tall-frame textarea {
	width: 369px;
	height: 37px;	
}

.row .verytall-frame textarea {
	width: 369px;
	height: 67px;	
}

.indent, .choice-input {
	clear:both;
	margin-bottom: 5px;
}

.indent {
	margin-left: 150px;
}

.choice-input {
	margin-left: 155px;
}

label, span.label {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 85%;
}

.row label, .row span.label {
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-top: .3em;
	width: 140px;
}
.row label.big {
	margin-top: 0px;
	font-size: 85%;
}

.row span.helplink {
	float: left;
	margin: 5px 0px 0px 10px;
	font-size: 85%;
}

.guidelines {
	padding-bottom: 1em;
}

span.help-header {
	color: #676769;
	font-style: italic;
}
.info, .info-small {
	clear: left;
	margin-left: 160px;
	width: 369px;
}

.choice-input .info-small {
	margin-left: 20px; 
}

.info-small {
	font-size: 77%;
}


#answerfield, .row .form {
	border: #a0b5df solid 2px;
	background-color: #a0b5df;
}

#answerfield {
	position: relative;
	left: 16px;
	width: 528px;
	height: 106px; /* this is off by 1 because Firefox and safari don't agree */
	
}

#discussion .arrow {
	margin-right: 15px;
	margin-top: 0px;
}

#answerfield textarea, .row .form input, .row .form textarea {
	/*overflow: auto;*/
}
#answerfield textarea, .row .form textarea {
	overflow: auto;
}
#answerfield textarea {
	width: 526px;
	height: 104px;
}
