/*     Construct     */
body {
	font:75%/1.5 "Lucida Grande", "Lucida Sans Unicode", Helvetica Neue, Arial, Helvetica, sans-serif;
	
}

html	{ overflow-y: scroll; height:100%;}

body > #page-wrap {
	height: auto;
	min-height: 100%;
	}

#content {
	padding-bottom: 66px;
	padding-left: 20px;
	padding-right: 20px;
	
	}  /* must be same height as the footer */

#page-wrap	{
	width:800px;
	padding:0 10px;
	margin:0 auto;
	padding-top:-50px;
	
}

#masthead	{
	background: url(../images/hs_header.jpg) no-repeat bottom center;
	width:800px;
	height:150px;
	margin:0;
	padding:0; 
}

br	{
	clear:both;
}

/*     Headings/Paragraphs     */

h1,h2,h3	{
	font-weight:bold;
	color: #358045;
}

h1	{
	font-size:1.8em;
}

h2	{
	font-size:1.5em;
	clear:both;
}

h3	{
	font-size:1.2em;
}

h1,p	{
	margin-bottom:.5em;
	
}

h1.header	{
	font:24px "Georgia","Times New Roman",serif;
	color:#378ecd;
	margin: -31px 0 0 155px;
	padding:0;
}

/*     Navigation     */

#navigation	{
	text-transform: uppercase;
	font-weight: bold;
	font-size:12px;
	margin:0 auto;
	padding:.5em 0 1.8em 0;
	width:100%;
	position:relative;
}

#navigation a, #navigation a:visited	{
	color:#358045;
	text-decoration: none;
}

#navigation a:hover, #navigation a:active	{
	color:#555;
	text-decoration: none;
}

#navigation ul.nav li	{
	padding:0;
	margin:0;
	list-style: none;
	display:inline;
}

#navigation ul.nav	{
	padding-left:18px;
}

#navigation ul.nav li a	{
	display:block;
	text-align:center;
	float:left;
	height:1px;
	width:120px;
	padding:0;
	margin:0
	overflow:hidden;
	position:relative;
}

/*     Links     */

<![if ! IE6]-->
a:link, a:visited	{
	color:#0177c1;
}

a:hover, a:active{
	text-decoration:none;
	color:#1a3f5a;
}

#footer #copyright a:link, #footer #copyright a:visited	{
	color:#fff;
}

#footer #copyright a:hover, #footer #copyright a:active{
	text-decoration:none;
	color:#eee;
}
<!--[end if]-->
/*     Misc     */

img.right-side,img.left-side	{
	border:1px solid #ccc;
	padding:2px;
}

img.right-side	{
	float:right;
	margin-left:10px;
}

img.left-side	{
	float:left;
	margin-right:10px;
}

img.center-side	{
	float:middle;
	margin-right:10px;
}

strong	{ font-weight: bold; }


/*     FORM     */

#page-wrap #content #main form	{
	margin-left:60px;
}

#page-wrap #content #main form ul	{
	width:500px;
	type: none;
}

label{
	display:inline;
	width:100px;
}

label.error{
	margin-left:10px;
	width:160px;
	background:url(../images/x.gif) no-repeat;
	font-size: 80%;
	padding: 0 4px 0 20px;
	color:#fa5800;
}

input, textarea{
	width: 180px;
	margin-bottom: 5px;
	margin-left:10px;
}

textarea{
	width: 250px;
	height: 150px;
}

form fieldset	{
	width:400px;
	border:none;
}

form fieldset li	{
	margin-bottom:.5em;
}

form fieldset legend	{
	padding-bottom: 1em;
	font-size:1.2em;
}




/*     Footer     */ 

.footer	{
	position: relative;
	margin: -66px auto 0 auto;
	width:800px;
	clear:both;
	padding:0;
	background: #358045;
	
}

#footer	{
	color:#fff;
	margin-bottom:0;
	line-height: 10px;
	background: #358045;
	width:800px;
	height:66px;
}

#footer #copyright, #footer #business-address, #footer #operations-address	{
	position:relative;
	font-size: 10px;
}

#footer #copyright	{
	background: #358045;
	width:50%;
	text-indent: 10px;
	float:left;
	height:66px;
}

#footer #copyright p	{
	width:300px;
	padding-top:10px;
}

#footer #business-address	{
	float:left;
	width:120px;
	padding:10px 0 0 10px;
}

#footer #operations-address	{
	position:relative;
	width:140px;
	float: right;
	padding:10px;
	margin-right: 50px;
}

