* {padding:0; margin:0}
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, blockquote, 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;
	vertical-align: baseline;
}
/*end reset*/

body  {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #dedede;
}
select, input {
	width: 200px;
}
p {
	margin-bottom: 18px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F00;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	margin-bottom: 20px;
	color: #F00;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	margin-bottom: 20px;
	color: #F00;
}
a{
	color: #ff9900;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
#boxRight li {
	list-style-position: inside;
	list-style-type: disc;
	text-indent: 10px;
}
hr {
	color:#666;
	margin-bottom: 20px;
	margin-top: 20px;
}
#container  {
	width: 900px;
	margin: 0 auto;
	background: #0b0b0b;
}
#header  {
	height: 170px;
	width: 900px;
	background-image: url(images/bg-top.jpg);
}
#anim-header {
	height: 330px;
	width: 900px;
	background-image: url(images/bg-header.jpg);
}
#logo{
	float: left;
	height: 170px;
	width: 260px;
}
#header-right {
	float: right;
	height: 170px;
	width: 590px;
	text-align: right;
}
#tel-top {
	font-size: 18px;
	height: 64px;
	width: 570px;
	padding-right: 20px;
	padding-top: 16px;
	line-height: 24px;
}
#navContainer {
	height: 36px;
	width: 590px;
}
#home-boxes {
	width: 620px;
	border-top: 1px solid #242424;
	border-bottom: 1px solid #242424;
	overflow: hidden;
}
#home-box-left {
	float: left;
	width: 310px;
	padding-top: 20px;
	padding-right: 6px;
	border-right: 1px solid  #242424;
	padding-bottom: 10px;
}
#home-box-right {
	float: right;
	width: 270px;
	padding-top: 20px;
	padding-left: 20px;
}
#mainContent  {
	background: #0b0b0b;
	padding-left: 40px;
	padding-top: 24px;
	float: left;
	width: 620px;
	margin-bottom: 30px;
}
#boxRight {
	float: right;
	width: 200px;
	padding-top: 24px;
	padding-left: 18px;
	border-left: 1px solid #242424;
}
#footer  {
	background-image: url(images/bottom-nav.jpg);
	background-repeat: no-repeat;
	background-color: #0b0b0b;
	clear: both;
	height: 360px;
	width: 900px;
	margin-bottom: 20px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	padding-left: 40px;
	padding-top: 50px;
	padding-right: 10px;
	margin-bottom: 8px;
	line-height: 14px;
}
/* Miscellaneous classes for reuse */
.fltrt {
	float: right;
	margin-left: 20px;
}
.fltrt-icon {
	float: right;
	margin-left: 12px;
	margin-right: 12px;
}
.fltlft {
	float: left;
	margin-right: 12px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.big_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}
.big_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #ff9900;
}
.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff9900;
}
.grayText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #CCC;
}
.redText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #F00;
}
.gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #999;
}
.hidenText{
	text-indent: -9999px;
	line-height: 0px;
}
#container #mainContent li {
	list-style-type: disc;
	margin-left: 20px;
}
/* Nav */
#footer-navigation {
	width: 700px;
	height: 16px;
	padding-left: 30px;
}

#footer-navigation ul {
	list-style-type: none;
}

#footer-navigation li {
	float: left;
}

#footer-navigation li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	font-size: 11px;
	padding: 0px 10px 0px 10px;
	background-image: url(images/nav-divider.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#footer-navigation li a:hover {
	color: #CCC;
	text-decoration: underline;
}

/* Form Error */
.formerror{
  padding-left:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color:#ee0;
  vertical-align:top;
  display: table-cell;
  display:inline-block;
}#supervideo {
	float: right;
	height: 300px;
	width: 300px;
	margin-bottom: 10px;
	margin-left: 20px;
	border:#999 1px solid;
	
}