/*--------------------> Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0e262f;
}
a img {
	border: 0;
}
h1 {
	color: #730000;
	font-size: 26px;
	margin-bottom: 5px;
	display: block;
}
h2 {
	color: #6ea2b6;
	font-size: 16px;
	margin-top: 5px;
}
h3 {
	font-size: 14px;
	color: #0e262f;
	font-weight: bold;
	margin: 10px 0px;
}
hr {
	border: none;
	background-color: #ccc2ad;
	height: 1px;
	margin: 10px 0px;
}
#container {
	width: 100%;
	height: auto;
}
/*--------------------> Header Selectors <--------------------*/

#header {
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 100%;
	height: 104px;
}
#header a img {
	margin-top: 20px;
}
#phone-tab {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 290px;
	height: 72px;
	padding: 15px 0px 0px 16px;
	background: #730000;
}
#phone-tab p {
	color: #feffff;
	font-size: 38px;
	font-weight: bold;
}


/*--------------------> Top Nav Selectors <--------------------*/

#top-navigation {
	display: none;
}
/*--------------------> Mast Selectors <--------------------*/

#mast {
	display: none;
}
/*--------------------> Content Selectors <--------------------*/

#content {
	padding: 104px 0px 0px 0px;
	position: relative;
}
/*--------------------> Left Column Selectors <--------------------*/

#left-column {
	display: none;
}
/*--------------------> Right Column Selector <--------------------*/
#right-column h1 {
	text-align: left;
}
#site-options {
	display: none;
}
#right-column p {
	line-height: 24px;
	margin-bottom: 10px;
}
#right-column a:link, #right-column a:visited {
	color: #730000;
}
#right-column ul, #right-column ol, #right-column dl {
	padding: 10px 20px;
}

#right-column li, #right-column dt {
	margin: 2px 0px;
}
#video-container {
	margin: 20px 0px 20px 110px;	
}
.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
	border: #031E28 solid 1px;
}
.imgRight {
	float: right;
	margin: 0 0 10px 10px;
	border: #031E28 solid 1px;	
}
.center {
	text-align: center;
}

/*--------------------> Bucket Selectors <--------------------*/

#bucket-wrapper {
	display: none;
}
/*--------------------> Footer Selectors <--------------------*/
#footer {
	position: relative;
	top: 0px;
	width: 100%;
	height: auto;
}

/*--------------------> contact-footer Selectors <--------------------*/
#contact-footer {
	position: relative;
	float: right;
}
#contact-footer address {
	font-size: 12px;
	font-style:normal;
	padding: 10px;
}
/*--------------------> Sitemap Selectors <--------------------*/
#site-map { 
display: none;
}
/*--------------------> Disclaimer Selectors <--------------------*/
#disclaimer {
	width: 60%;
}
#disclaimer p {
	font-size: 10px;
	margin: 5px 0px;
}
#disclaimer a, #disclaimer a:link, #disclaimer a:visited {
	color: #0e262f;
}
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}