body {
	
	padding: 0;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#body-background {
	width:100%;
	height:550px;
	position:absolute;
	z-index:-10;
	top:0px;
	left:0px;
}
h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin:0.5em 0;
}
h1#titlelogo {	
	width:300px;
	height:81px;
	text-indent: -9999px;
	margin-bottom:-7px;
	float:left;
	position:relative;
	left:7px;
}
#titlelogo a, #titlelogo a:visited, #titlelogo a:hover{
	background:url(../images/fulllogo-white.png);
	width:300px;
	height:81px;
	display:block;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.75;
}
li {
	display:block;
}
ol {
	margin-bottom: 10px;
}
ul {
	list-style: square;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0;
	padding-left: 0;
}
.center {
	text-align: center;
}
blockquote {
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
a:link {
	background-color: transparent;
	text-decoration: none;
	color: #E90D00;
}

a:visited {
	background-color: transparent;
	text-decoration: none;
	color: #E90D00;
}
a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #E90D00;
}
#header-wrapper {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:960px;
}
#wrapper {

	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#menu-background {
	position:absolute;
	opacity:.4;
	filter:alpha(opacity=40);
	width:377px;
	height:28px;
	top:60px;
	left:300px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#333;
}
#navbar {
	position:relative;
	top:55px;
}
#navbar ul {
	list-style: none;
}
#navbar li {
	float: left;
	padding: 10px 12px 0 12px;
	left:10px;
	position:relative;
	list-style: none;
	color:#E90D00;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}
#navbar li a{
	color:#CCC;
}
#navbar li a:hover {
	border-top:thin solid #FFF;
	text-decoration:none;
	color:#FFF;
}
#header {
	width:930px;
	position:relative;
}
#header-content {
	}
#content {
	margin-left:12px;
	padding-bottom:80px;
}
.spacer {
	clear: both;
}
.rule {
	clear:both;
	margin:0px 7px 0px 7px;
	border-bottom:1px solid #E90D00;
}
#footer_backmask {
	width: 1500px;
	height: 35px;
	position: fixed;
	bottom: 0px;
	background-color: #fff;	
	margin-left:50%;
	left:-745px;
	z-index: 995;
	}
	#footer_rule {
		width: 960px;
		border-top: medium solid #E90D00;
		margin-left:auto;
		margin-right:auto;
		top: 0px;		
		z-index: 996;
	}
	#footer {
		width:955px;
		margin-left:auto;
		margin-right:auto;
		bottom:0px;
		padding:5px 2px;
		
		
		/*box-shadow: 5px 0px 4px #ccc;
		-o-box-shadow:			5px 0px 4px #ccc;
		-moz-box-shadow:		5px 0px 4px #ccc;
		-webkit-box-shadow:	5px 0px 4px #ccc;*/
		z-index:997;
	}
		.insideleft {
			padding:0px 10px 0px 10px;
			float:left;
			z-index: 998;
		}
		.insideleft a {
			color:#000;
		}
		.insideright {
			padding:0px 10px 0px 10px;
			float:right;
			position:relative;
			top:-8px;
			z-index: 999;
		}
		.insideright a {
			color:#000;
		}
		.insideright img {
			border-style: none;
			position:relative;
			top:7px;
		}
.superscript {
	font-size:xx-small;
	vertical-align:top;
}
.testimonial {
	font-style:oblique;
}