﻿
html,body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	
	}

body { 
	font:12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #264b65;
	}

	
p, table, th, tr, td, img, a:link, a:visited, a:hover, a:active {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	border: none;
	}
	
h3
{
	font-size: 16px;
}
	
	
a:link, a:visited {
	text-decoration: underline;
	color: #ff0000;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #f3be00;
	}

/* ----------------------- <genClasses> --------------------------- */



.mainContent{
	margin:0 auto;
	width:1142px;
	background: url(images/mainContainerBG.jpg) repeat-y;
	}
	
.logoImageArea {
	width:1142px;
	height:	225px;
	z-index: 1;
	}
	.logoImageArea img{
	float:left;
	}
.navigation {
	width:1142px;	
	height:42px;
	}	

/*---------- home content rules -------------*/	
.homeContent{
	width:1142px;
	}	

.homeContentLeft{
	width:400px;
	margin:0 auto;
	margin-top:15px;
	/*border-right:1px dashed #8c9aa4;*/
	float:left;
	text-align:center;
	
	}
/*---------------Home CTA Rules	------------------------*/

.homeLeftCTAs{
width:363px;
background: url(images/homeLeftCTAsBG.jpg) repeat-y;
margin:0 auto;
margin-bottom:15px;
}	

.CTAContent {
width:338px;
text-align:left;
margin:0 auto;
}

.homeNewsletterForm{
width:338px;
height:118px;
text-align:left; 
margin:0 auto;
margin-top:5px;
margin-bottom:5px;
background:url(images/homeFormBG.jpg) no-repeat;
padding:15px 0 0 10px;
}

.popUpContainer{
background:url(images/PopUpBG2.gif) no-repeat; 
width:624px; 
height:504px; 
margin:0 auto; 
margin-left:253px;
position: fixed;
z-index: 1000;
top: 25px;
text-align: center;
}
* html .popUpContainer
{
	position:absolute;
}
/*
.explorerSix .popUpContainer{
background:url(images/PopUpBG2.gif) no-repeat; 
width:624px; 
height:504px; 
margin:0 auto; 
margin-left:253px;
position: absolute;
z-index: 1000;
top: 25px;
text-align: center;
}
*/


/*---------------//End Home CTA Rules	------------------------*/	


.homeContentRight{
	width:740px;
	margin:0 auto;
	margin-top:10px;
	min-height: 300px;
	border-left:1px dashed #8c9aa4;
	float:left;
	padding:35px 0 0 0;
	/*background: url(images/homeContentRightBG.jpg) no-repeat;*/
	}	
	
.homeContentRight h1, .homeContentRight h1 a{
	font-weight: bold;
	font-size: 22px;
	color: #f3be00;
	padding: 0;
	margin: 0;
	}

.homeContentRight h2 {
	font-weight: bold;
	font-size: 18px;
	color: #e72502;
	padding: 0;
	margin: 0;
	/*text-transform: uppercase;  Optional */
	}	
	
.homeContentRight p {
	margin: 0;
	padding: 0 0 10px 0;
	color:#FFFFFF;
	}
	
.newsletterArchive,
.blogPostAndTestimonials {
width:650px;
padding:10px;
background-color:#EDEADA;
border:2px solid #0D1A29;
color:#000;
margin:0 auto;
}
.blogPostAndTestimonials h3, .blogPostAndTestimonials p, .newsletterArchive p {
color:#000;
	}
.blogPost
{
	width: 600px;
}
		
	
.homeContentRight_content{
	width:670px;
	margin:0 auto;
	text-align:left;

}	
		
/*----------//End home content rules -------------*/
	
	.footer{
	width:1142px;
	}
	
	
.bottomNavandCopyright	
{
	
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color:#587589;
	width:1142px;
	margin:0 auto;
	margin-top:5px;
	}
	
.bottomNavandCopyright	a:link, .bottomNavandCopyright	a:visited{
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color:#587589;	
	text-decoration:none;
	}
	
.bottomNavandCopyright	a:hover{
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color:#587589;	
	text-decoration:underline;
	}	
	
	
.bottomNav{
	display:block;
	float:right;
	text-align:right;
	}
	
.copyright{
	display:block;
	float:left;
	
	}			


/* ----------------------- </genClasses> --------------------------- */

/* ----------------------- <imgRollOver> --------------------------- */
/* this is the super-duper "rollOver" technique for 
creating dynamic subnavs with the same background images 7/31/06 */

/* <table cellpadding="0" cellspacing="0" border="0" class="imageSwap">
    <tr>
        <td><a href="#" ><span>Lorem Ipsum 1</span></a>
			<a href="#" ><span>Lorem Ipsum 2</span></a>
			<a href="#" ><span>Lorem Ipsum 3</span></a>
			<a href="#" ><span>Lorem Ipsum 4</span></a>
			<a href="#" ><span>Lorem Ipsum 5</span></a>
			<a href="#" ><span>Lorem Ipsum 6</span></a></td>
    </tr>
    </table> the HTML code to make this work */

.subNav a:link, .subNav a:visited {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	width: 363px;
	height: 30px;
	margin: 0;
	padding: 0;
	}

.subNav a:hover, .subNav a:active {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-decoration: none;
	width: 363px;
	height: 30px;
	margin: 0;
	padding: 0;
	}
.subNavSelected span
{
    color:Yellow;
}

/* this positions the text within the cell. must use a p tag around the dynamic text */

.subNav span {
	display: block;
	background:url(images/subNavHorzRuleBG.gif) bottom  center no-repeat;
	width: 363px;
	padding: 8px 3px 8px 0px;
	margin: 0;
	}
	
/* ----------------------- </imgRollOver> --------------------------- */

.blog_comment 
{
	/*background-color: #000000;*/
	color: #000000;
	padding: 10px 15px 10px 15px;
	margin-bottom: 10px;
}
.blog_comment .signature 
{
	margin-left: 20px;
}
.newsletterArchive h3,
.postsArchive h3
{
	color:Black;
    /*color:#E72502;*/
font-weight:bold;
margin:0;
padding:0;
}


.newsletterArchive h2,
.newsletterArchive h2 a:active,
.newsletterArchive h2 a:hover,
.newsletterArchive h2 a:visited,
.newsletterArchive h2 a:link,
.postsArchive h2, 
.postsArchive h2 a:active,
.postsArchive h2 a:hover,
.postsArchive h2 a:visited,
.postsArchive h2 a:link
{
	color:#E72502;
	/*color:#F3BE00;*/
font-size:22px;
font-weight:bold;
margin:0;
padding:0;
text-decoration:'underline';
}



/*jfow rules*/


#myController span{
	color:#FFF;
	background:#000;
	margin-right:10px;
	cursor:pointer;
	}

.successSlider{
	width:360px;
	}

.successSlider div{
	margin:0 auto;
	}
	
.successText{
background:#1b2836;
width:320px;
height:110px;
text-align:left;
}	

.successText .successStory{
padding:10px 0 0 0;
height:95px;
overflow:hidden;
}	


#jFlowSlide{
	border:0px solid #F00;
	}

#myController span.jFlowSelected {
	background:#F00;
	}


.jFlowPrev, .jFlowNext{
	cursor:pointer;
	}

.successleftArrow	{
float:left;
padding:40px 0 0 5px;
width:25px;
}

.successrightArrow	{
float:right;
padding:40px 0 0 0;
width:25px;
}

.jFlowControl{
	visibility:hidden;
	}

/* End jflow rules*/

img, input { behavior: url(/js/iepngfix.htc) }
/*
.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
*/
.blogTitle a, .blogDate
{
	
	
	font-weight:bold;
	padding:0;
	margin:0;
}
.blogTitle a
{
	color:Red;
	font-size:22px;
}
.blogDate
{
	font-size:18px;
	color:Black;
	margin-bottom: 10px;
	display:block;
}
