/*--------------------> 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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
}
#container {
	position: relative;
	left: 50%;
	width: 750px;
	height: auto;
	top: 0px;
	margin: 0px 0px 0px -375px;
}
/*--------------------> Header Selectors <--------------------*/
#header {
	display: none;
}
/*--------------------> CTA Selectors <--------------------*/
#ctaArea {
	display: none;
}
/*--------------------> Mast Selectors <--------------------*/
#mast {
	display: none;
}
/*------------------ Content Selectors <--------------------*/
#content {
	position: relative;
	top: 50px;
	background-image: none;
	height: auto;
	width: 750px;
	padding: 0px 0px;
}
/*--------------------> Top Nav Selectors <--------------------*/
#top-navigation {
	display: none;
}
/*--------------------> Column Container Selector <--------------------*/
#column-container {
	width: 650px;
}
/*--------------------> Left Column Selectors <--------------------*/
#left-column {
	position: relative;
	width: 750px; 
	height: auto; 
	float: left;
	top: 0px;
	left: 0px;
	padding: 20px 20px;
	background: none;
}
#left-column h1 {
	font-size:14px;
	color:#000000;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-weight: bold;
}
#left-column h2 {
	font-size:12px;
	color:#000000;
	padding-bottom: 20px;
	font-weight: normal;
}
#left-column h3 {
	font-size:14px;
	color:#000000;
	text-transform: uppercase;
	font-weight: bold;
}
#left-column p {
	font-size:12px;
	color:#000000;
	line-height: 20px;
	padding-bottom: 20px;
}
#left-column a {
	color:#000000;
	text-decoration:underline;
}
#left-column a:hover {
	color:#000000;
	text-decoration:underline;
}
#left-column ul {
	margin-left: 100px;
	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;
}
#flash-image-container {
	float: right;
	margin: 0 0 10px 10px;
}
#flash-image {
	width: 290px;
	height: 350px;
}
/*--------------------> Mini Form Selectors <--------------------*/
#qc {
	display: none;
}
/*--------------------> Right Column Selector <--------------------*/
#right-column {
	display: none;
}
/*--------------------> Testimonials CTA's <--------------------*/
#testimonial {
	width:700px;
	height:auto;
	margin: 0px 0px 0px 50px;
}
#testimonial p{
	font-size:14px;
	font-weight:normal;
}
.textRight {
	text-align: right;
}
/*--------------------> Btn Call To Action  Blog Selectors <--------------------*/

#btn-cta-blog {
}

#btn-cta-blog a {
}

#btn-cta-blog a:hover {
}

/*--------------------> Blog Navigation Selectors <--------------------*/
#blog {
}

#blog h3 {
}

#blog ul {
}

#blog ul li {
}

#blog ul li a {
}

#blog ul li a:hover {
}

#powered-by {
}

/*--------------------> Footer Selectors <--------------------*/
#footer {
	display: none;
}
/*--------------------> Sitemap Selectors <--------------------*/
#sitemap {
	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;
}