/*
-----------------------------------------------
Designed by Mergeworks Media
Copyright 2008, Spectra Seven Inc.
----------------------------------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, form, fieldset, table, img, ol, ul, li, table, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

html {
	overflow: scroll;
}

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	background: #F8831D url(images/background.gif) repeat-x;
}

p{	
	margin: 0 0 18px 35px;
}
	
.hide {
	display: none;
}

#outerwrap {
	width: 750px;
	margin: 0px auto 60px;
	padding: 0px;
}

#innerwrap{
	width: 750px;
	background: #FFFFFF url(images/innerwrap.gif) no-repeat top;
}

#header {
	width: 750px;
	height: 100px;
	background-color: #000000;
}

#logo {
	height: 100px;
	width: 445px;
	float: left;
}

a:link {
	color:#F78E1F;
	text-decoration:none;
	font-weight: bolder;
}

a:visited {
  	color:#F78E1F;
  	text-decoration:none;
	font-weight: bolder;}

a:hover {
  	color:#F78E1F;
  	text-decoration: underline;
	font-weight: bolder;}


#sidenav {
	width: 240px;
	float: right;
	margin: 20px 20px 20px 0px;
}

#sidenav li {
	list-style: none;
	border-top: #817E7B dotted 2px;
	height: 28px;
	font: bold normal 13px/28px Eurostile, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 60px;
}

#sidenav li a:link {
	text-decoration: none;
}

#sidenav li a:visited{
	text-decoration: none;
}

#sidenav li a:hover{
	text-decoration: none;
	background: url(images/orangerollover.gif) no-repeat left top;
}


#content {
	float: left;
	width: 475px;
	padding: 20px 0;
	min-height: 300px;
}

h1 {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color:#F78E1F;
	padding-left: 35px;
	position: absolute;
	bottom: 0;
	padding-bottom: 10px;
	
}

#footer {
	clear: both;
	height: 20px;
	background: url(images/footer.gif) no-repeat;
}

#bottomcopy {
	text-align: center;
	padding: 5px 0;
	font-size: 10px;
	text-transform: uppercase;	
}

#bottomcopy a:link {
	font: 10px;
  	color:#000000;
  	text-decoration:none;
}

#bottomcopy a:visited {
  	color:#000000;
  	text-decoration:none;
}

#bottomcopy a:hover {
  	color:#000000;
  	text-decoration: underline;
}

ul {
	padding-left: 35px;
	list-style-position: inside;
	list-style-type: square;
}

li {
	margin: 0 20px 18px 0;
}

table       {margin: 0 0 18px 35px;}
th          { font-weight: bold; }
thead th 		{ color:#5b7005; }
th,td,caption { padding: 4px 10px 4px 5px; }
.input, textarea  { background: #efefef; }
tfoot       { font-style: italic; }
caption     { background: #eee; }
.required {color: #FF9900;}

/* Navigation
----------------------------------------------- */

#navwrap {
	height: 53px;
	width: 750px;
	background: url(images/navbar.gif) no-repeat;
	clear: both;
	position: relative;
}
#navigation {

	line-height: 42px;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 12px;
	float: right;
	width: 430px;
}

#navigation a:link {
  	color:#FFFFFF;
  	text-decoration:none;
	font-weight: normal;  
}

#navigation a:visited {
  	color:#FFFFFF;
 	text-decoration:none;
	font-weight: normal;}

#navigation a:hover {
  	color:#FFFFFF;
  	text-decoration: underline;
	font-weight: normal;
}

