
/* START RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END RESET */

* {
	font-family: Georgia;
	}

html, body {
	margin: 0;
	background-color: #9B9D10;
	background-image: url("../cssimg/body_background.jpg");
	}
#container {
	width: 760px;
	margin: 0 auto;
	}
#header {
	margin-top:10px;
	width: 100%;
	height: 73px;
	background: url("../cssimg/header_background.jpg") repeat-x 0% 0%;
	background-color: #7B7C18;
	border: 1px solid #57382D;
	}

/* Nav Menu */
#nav {
	position: relative;
	top: -60px;
	right: -335px;
	padding-bottom:5px;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	display: inline;
	}
#nav li a {
	padding: 0px 8px 0px 8px;
	text-decoration: none;
	color: #BFBD9F;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: .9em;		
	}
#nav li a:hover {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	}	
	
#header h2 {
	color: #FFF;
	padding: 11px 0px 5px 10px;
	font-size: 1.9em;
	font-weight:normal;
	}
#header h3 {
	color: #FFF;
	font-size: .8em;
	font-weight:normal;
	padding-left:10px;
	padding-bottom:5px;
	}
#footer {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background-color: #7B7C18;
	border: 1px solid #57382D;
	margin-top:8px;
	font-size:.6em;
	background-image: url("../cssimg/footer_background.jpg");
	clear: both;
	}
#ideapoint {
	text-align:center;
	margin: 10px;
	margin-bottom:20px;
	}
#ideapoint * {	
	font-family: "Trebuchet MS";
	color: #FFF;
	font-size: .6em;
	text-align: center;
	}
#content {
	background-color: #D5DEDD;
	border: 1px solid #57382D;
	margin-top:8px;
	min-height:350px; height:auto !important; height:350px; 
	}
#subcontent p {
	font-size: .9em;
	font-weight: normal;
	line-height: 1.2em;
	}
#subcontent a:hover {
	color: #9B9D10;
	}
.downloadbutton {
	display: block;
	background-image: url("../cssimg/button_background.jpg");
	background-repeat: no-repeat;
	height: 31px;
	width: 147px;
	font-family: "Trebuchet MS";
	font-size: .7em;
	font-weight:bold;
	color: #FFF;
	padding: 8px 0px 0px 30px;
	margin-bottom:10px;
	}

#maincontent {
	font-family: Georgia;
	background-color: #fff;
	color: #555555;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.0em;
	padding:20px;
	width: 525px;
	float:right;
	min-height:400px; height:auto !important; height:400px; 
	}
#maincontent #pagehead {
	font-size: 1.6em;
	text-align:right;
	margin-bottom: 10px;
	}

#maincontent #nnrclogo {
	padding:10px;
	text-align: right;
	}


/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
.imagefocus {
	border: 1px solid #57382D;
	padding:10px;
	}
h1 {
	display: none;
	}
a {
	color: #9B9D10;
	text-decoration: none;
	}
a:hover {
	color: orange;
	}
#maincontent ul {
	list-style-type: circle;
	list-style-position: inside;
	}	
#maincontent li {
	margin-left:25px;
	padding-bottom: 5px;
	}

	
/* START Form Styles */
form fieldset {
	border-color: #D5DEDD;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	margin: 10px;
	}

form fieldset legend {
	font-size:1em;
	font-weight:bold;
	}

form label { 
	display: block;
	font-size:.8em;
	float: left; 
	width: 160px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	}

form input, form textarea {
	width:200px;
	font-size:.8em;
	margin:5px 0 0 10px;
	}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
	}
form .radiogroup {
	display: block;
	margin-bottom:5px;
	}
form .radiogroup input {
	width:20px;
	font-size:.8em;
	}
textarea { 
	overflow: auto;
	font-size:.8em;
	}

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: .7em;
	}

form .required, form .required u {
	font-weight:bold;
	}
form br {
	clear:left;
	}

.button {
	float:right;
	background: url("../cssimg/header_background.jpg") repeat-x 0% 0%;
	border:1px solid;
	padding:3px;
	color:#FFFFFF;
	width:150px;
	margin: 20px 0 0 0;
	}	

#formerror {
	font-weight:bold;
	color: red;
	margin: 0 ;
	}
/* END Form Styles */	
