/*--------------------> 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;
}
.imgCenter {
	margin: 0px 0px 30px 35px;
	padding: 0px;
}
.center {
	text-align: center;
}
body {
	background-color: none;
	top: 0px;
	left: 0px;
}
/*--------------------> Header Selectors <--------------------*/
#header {
	display: none;
}
/*--------------------> Mast Selectors <--------------------*/
#mast {
	display: none;
}
/*--------------------> Top Nav Selectors <--------------------*/
#top-navigation {
	display: none;
}
/*--------------------> Column Container Selector <--------------------*/
#column-container {
	padding-top: 100px;
	position: relative;
	top: 0px;
	left: 0px;
}
/*--------------------> Left Column Selectors <--------------------*/
#left-column {
	display: none;
}
/*--------------------> Mini Form Selectors <--------------------*/
#qc {
	display: none;
}
/*--------------------> Right Column Selector <--------------------*/
#right-column {
}
#rightColumn h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#000000;
	margin: 0 0;
}
#rightColumn h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	margin: 5px 0 10px 0;
	height: 35px;
	background-image: none;
}
#rightColumn h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#000000;
	margin: 0 0;
}
#right-column p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	line-height: 24px;
	margin: 0 0 20px 0;
}
#right-column a {
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
}
#right-column ul {
	margin-bottom: 25px;
}
#right-column ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	line-height: 24px;
	margin-left: 40px;
}
#right-column ol {
	margin-bottom: 25px;
}
#right-column ol li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	line-height: 24px;
	margin-left: 40px;
}
#cta1 {
	display: none;
}
#cta2 {
	display: none;
}
#map {
	width:460px;
    height:400px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 12px solid #000000;
}
/*--------------------> Blog Navigation Selectors <--------------------*/
#blog {
	display: none;
}
/*--------------------> Footer Selectors <--------------------*/
#footer {
	display: none;
}
/*--------------------> Disclaimer Selectors <--------------------*/

#disclaimer  {
	display: none;
}
/*-------------------> 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;
}
/* 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;
}
