@charset "utf-8";
/* CSS Document */

/* ------------------------------- */
/* CSS reset to improve cross browser compatability */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS reset */
 
.clear {
	clear: both;
	}
 
/* ------------------------------- */

body {
	line-height: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
}
a {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#company {
	height: 85px;
	margin-top: 10px;
	width: 300px;
}
#company h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#navButtons {
	height: 85px;
	position: relative;
	text-align: right;
	float: right;
	margin-top: 10px;
}
#navButtons img {
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 15px;
}
#navTabs {
	height: 26px;
	position: relative;
}
#navTabs ul {
	list-style: none;
	padding: 0px;
	width: 700px;
	margin-right: 0px;
	position: relative;
	float: right;
}
#navTabs li {
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	text-decoration: none;
	display: block;
	margin-left: 10px;
	margin-top: 4px;
}
#navTabs li a:link, #navTabs li a:visited {
	text-decoration: none;
	color: #FFF;
	background-color: #000;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}
#navTabs li a:hover {
	color: #FFCC00;
	background-color: #666;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}
#headerBar {
	height: 95px;
	background-image: url(images/bar.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#headerBar2 {
	height: 95px;
	background-image: url(images/bar2.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#headerBar3 {
	height: 95px;
	background-image: url(images/bar3.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#headerBar4 {
	height: 95px;
	background-image: url(images/bar4.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#headerBar h1 {
	margin-left: -3000px;
}
#headerBar2 h1 {
	margin-left: -3000px;
}
#headerBar3 h1 {
	margin-left: -3000px;
}
#headerBar4 h1 {
	margin-left: -3000px;
}

#cta1 {
	height: 525px;
	width: 980px;
	position: relative;
	background-image: url(images/cta1.jpg);
	background-repeat: no-repeat;
}
#cta2 {
	height: 525px;
	width: 980px;
	position: relative;
	background-image: url(images/cta2.jpg);
	background-repeat: no-repeat;
}#cta3 {
	height: 525px;
	width: 980px;
	position: relative;
	background-image: url(images/cta3.jpg);
	background-repeat: no-repeat;
}#cta4 {
	height: 525px;
	width: 980px;
	position: relative;
	background-image: url(images/cta4.jpg);
	background-repeat: no-repeat;
}
#leftContent {
	float: left;
	height: 525px;
	width: 660px;
	position: relative;
}
#rightContent {
	float: right;
	height: 525px;
	width: 292px;
	position: relative;
}
#contentForm{
	position:relative;
	top: 130px;
	height: 292px;
	margin-left: 15px;
}
#footer p {
	margin-top: 20px;
	margin-left: 20px;
}
#disclaimer li {
	margin-top: 10px;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 20px;
	color: #999;
	font-size: .9em;
	margin-right: 20px;
}
#disclaimer p {
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 20px;
}

#disclaimer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	margin-top: 10px;
	padding-top: 10px;
}
#video {
	height: 320px;
	width: 320px;
	float: left;
	position: absolute;
	left: 326px;
	bottom: 0px;
}
