/* RESET STYLES ACCROSS DIFFERENT BROWSERS */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

/* PAGE STRUCTURE */

body {
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.hidden {
	display: none;
}

#document-wrap {
	width: 1008px;
	margin: auto;
}

/* HEADER */

#header {
	width: 1008px;
	height: 115px;
	background: url(/n_images/header.jpg) no-repeat top left;
	text-indent: -999em;
}

/* MAIN CONTENT */

#document {
	width: 1008px;
	height: 893px;
	background: url(/n_images/content_back.jpg) no-repeat top left;
	padding: 60px 0 0 0;
}

#quote {
	width: 721px;
	height: 40px;
	background: url(/n_images/quote.png) no-repeat top left;
	margin-left:145px;
	text-indent: -999em;
}

#logo {
	width: 292px;
	height: 110px;
	background: url(/n_images/logo.png) no-repeat top left;
	float: left;
	margin: 20px 0 0 145px;
	text-indent: -999em;
}

#content {
	width: 400px;
	float: right;
	margin-top: 20px;
	margin-right: 25px;
}

#content p {
	text-align: left;
	line-height: 165%;
	font-size: 1.4em;
}

#content a {
	color: #000;
}

strong {
	font-weight: bold;
	color: #F60;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	width: 1008px;
	height: 30px;
}

#footer p, #footer a {
	color: #000;
}

#footer a:hover, #footer a:visited {
	color: #F60
}

/* FORM STYLING */

#content fieldset {
  margin: 20px 0 10px 0;
}
#content legend, .form h1 {
  padding: 0 5px 10px 5px;
  font-size: 1.5em;
  font-weight: bold;
  color:#F60;
}
#content label {
  display: inline-block;
  font-size: 1.2em;
  text-align: left;
  line-height: 1em;
  vertical-align: top;
}
#content input, #content textarea {
	padding-left: 5px;
}
#content fieldset ol {
  margin: 0;
  padding: 0;
}
#content fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
#content fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
#content fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
#content fieldset fieldset label {
  display: block;
  width: auto;
}
#content fieldset li {
	padding: 5px 10px 7px;
}
#content label {
  width: 150px; /* Width of labels */
}
#content fieldset fieldset label {
  margin-left: 5px; /* Width plus 3 (html space) */
}




