/*--------------------> Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}
a img {
	border: 0;
}
.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}
.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}
.center {
	text-align: center;
}
body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#container {
	width: 940px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin: 0 0 0 -470px;
}
/*--------------------> Header Selectors <--------------------*/
#header {
	width: 940px;
	height: 625px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header #contactInfo p{
	font-size: 11px;
	color:#999999;
	float: right;
	text-transform: uppercase;
	padding-top: 10px;
	position: relative;
	line-height: 24px;
	text-align: right;
}
#header #contactInfo a {
	color:#999999;
	text-decoration: none;
}
#header #contactInfo a:hover {
	color:#ffffff;
	text-decoration: none;
}
#logo {
	float: left;
	margin-top: 25px;
}
/*--------------------> Mast Selectors <--------------------*/
#mast {
	width: 940px;
	height: 545px;
	position: absolute;
	left: 0px;
	top: 125px;
}
#video-container {
}
#flash-video {
}
/*--------------------> CTA Selectors <--------------------*/
#ctaArea {
	width: 940px;
	height: 132px;
	position: absolute;
	left: 0px;
	top: 380px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background:url(../images/cta-bkg-index.png) repeat-x;
	z-index:800;
}
#ctaArea p {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 9px!important;
}
#cta1{
	width: 300px;
	height: 120px;
	margin: 2px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#cta1 a{
	width: 300px;
	height: 120px;
	display: block;
	text-decoration: none !important;
}
#cta1 a:link,#cta1 a:visited{
	background: url(../images/cta1-new-transparent-3.png) left  top no-repeat;
}
#cta1 a:hover,#cta1 a:active{
	background: url(../images/cta1-new-transparent-3.png) no-repeat left -120px;
}
#cta2{
	width: 300px;
	height: 120px;
	margin: 2px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#cta2 a{
	width: 300px;
	height: 120px;
	display: block;
	text-decoration: none !important;
}
#cta2 a:link,#cta2 a:visited{
	background: url(../images/cta2.png) left  top no-repeat;
}
#cta2 a:hover,#cta2 a:active{
	background: url(../images/cta2.png) no-repeat left -120px;
}
#cta3{
	width: 300px;
	height: 120px;
	margin: 2px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}
#cta3 a{
	width: 300px;
	height: 120px;
	display: block;
	text-decoration: none !important;
}
#cta3 a:link,#cta3 a:visited{
	background: url(../images/cta3.png) left  top no-repeat;
}
#cta3 a:hover,#cta3 a:active{
	background: url(../images/cta3.png) no-repeat left -120px;
}
/*--------------------> Top Nav Selectors <--------------------*/
#top-navigation-container {
	width: 940px;
	height: 35px;
	position: absolute;
	left: 0px;
	top: 80px;
	z-index:800;
	border-top: 1px solid #3d3d3d;
	border-bottom: 1px solid #3d3d3d;
}
#top-navigation {
}
#top-navigation a {
	color:#999999;
	text-decoration: none;
}
#top-navigation ul {
	float:right;
	padding-top: 10px;
}
#top-navigation ul li {
	display:inline;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration:none;
	color:#999999;
	padding-left: 10px;
}
#top-navigation ul li a:hover {
	text-decoration:none;
	color:#ffffff;
}
/*--------------------> Content Selectors <--------------------*/
#content {
	position: relative;
	top: 0px;
	left: 0px;
	background-image: none;
	width: 940px;
	height: auto;
	padding-top: 660px; 
}
/*--------------------> Column Container Selector <--------------------*/
#column-container {
}
/*--------------------> Left Column Selector <--------------------*/
#left-column {
	position: relative;
	width: 900px; 
	height: auto; 
	float: left;
	top: 0px;
	left: 0px;
	padding: 20px 20px;
	background:url(../images/left-col-bkg.jpg) no-repeat;
}
#left-column h1 {
	font-size:14px;
	color:#5882a2;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-weight: bold;
}
#left-column h2 {
	font-size:12px;
	color:#ffffff;
	padding-bottom: 20px;
	font-weight: normal;
}
#left-column h3 {
	font-size:14px;
	color:#5882a2;
	text-transform: uppercase;
	font-weight: bold;
}
#left-column p {
	font-size:12px;
	color:#ffffff;
	line-height: 20px;
	padding-bottom: 20px;
	font-weight: normal;
}
#left-column a {
	color: #5882a2;
	text-decoration:underline;
}
#left-column a:hover {
	color: #ffffff;
	text-decoration:underline;
}
#left-column ul {
	margin-left: 40px;
	margin-bottom: 20px;
}
#left-column ul li {
	list-style-position: inside;
	list-style-type: square;
	line-height: 20px;
}
#left-column ol {
	margin-left: 40px;
	margin-bottom: 20px;
}
#left-column ol li {
	list-style-position: inside;
	line-height: 20px;
}
/*--------------------> Testimonials CTA's <--------------------*/
#testimonial {
	width:700px;
	height:auto;
	margin: 0px 0px 0px 100px;
}
#testimonial p{
	font-size:14px;
	font-weight:normal;
	color:#5882a2;
}
.textRight {
	text-align: right;
}
/*--------------------> Footer Selectors <--------------------*/
#footer-container {
	position: relative;
	top: 0em;
	width: 100%;
	height: auto;
	background:url(../images/footer-bkg.jpg) repeat-x;
	border-top: 1px solid #FFFFFF;
	padding-bottom: 20px;
}
#footer {
	position: relative;
	top: 0em;	
	left: 50%;
	margin: 0em 0em 0em -470px;
	width: 940px;
	height: auto;
}
/*--------------------> Sitemap Selectors <--------------------*/
#sitemap {
	position: relative;
	top: 0px;	
	left: 0px;
	width: 940px;
	height: 25px;
	padding-top: 15px;
}
#sitemap p {
	text-transform: uppercase;
	font-size: 10px;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
}
#sitemap a {
	font-size: 10px;
	color:#FFFFFF;
	padding: 0 5px 0 5px;
	text-decoration:none;
}
#sitemap a:hover {
	font-size: 10px;
	text-decoration:underline;
	color:#ffffff;
}
/*--------------------> Disclaimer Selectors <--------------------*/
#disclaimer {
	position: relative;
	top: 0px;	
	left: 0px;
	width: 900px;
	height: 45px;
	padding: 15px 20px;
}
#disclaimer p {
	font-size: 10px;
	text-decoration:none;
	color:#FFFFFF;
	line-height: 18px;
}
#disclaimer a {
	font-size: 10px;
	color:#FFFFFF;
	text-decoration:none;
}
#disclaimer a:hover {
	font-size: 10px;
	text-decoration:underline;
	color:#ffffff;
}
#disclaimer .left {
	float: left;
	width: 420px;
	height: auto;
}
#disclaimer .right {
	float: right;
	width: 420px;
	height: auto;
	text-align: right;
}
/*-------------------> Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}
