@charset "utf-8";
* { outline: none; }
body, html {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body{
	background-color: #92a2b1;
	background-image: url(../images/gradientBkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
p{
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
}
a{
	color:#35538e;
}
li{
	padding-bottom:8px;
}
a:hover{
	color:#446bae;
}
.contentTable{
	text-align:center;
	width:100%;
}
.container{
	color: #091930;
}
form{padding:0px;margin:0px;}
.header, .footer, .center{
	width:950px;
}
.header{
	text-align:left;
	height:147px;
	background-color:#f6eacd;
	background-image: url(../images/header_bkg.jpg);
}
.logo{
	width:175px;
	padding-top:9px;
	padding-left:60px;
}
.phoneNbr{
	text-align:center;
	float:right;
	margin-right:35px;
	margin-top:43px;
}
.phoneNbr .contactLink{
	margin-top:6px;
}
.phoneNbr .contactLink a{
	color:#091930;
	text-decoration:none;
	font-weight:bold;
}
.phoneNbr .contactLink a:hover{
	text-decoration:underline;
}




/* MAIN PAGE CONTENT - HOME PAGE */
.homepageContent{
	background-color: #091930;
	background-image: url(../images/homepage_image.jpg);
	height: 367px;
	width: 950px;
	text-align:left;
}
.homepageContent .contentArea {
	padding-left:55px;
	padding-top:95px;
	text-align:left;
	color: #f6eacd;
	width:440px;
	line-height:20px;
}
.headline{
	padding:0px;
	padding-bottom:12px;
	margin:0px;
	font-weight:normal;
	font-size:22px;
	line-height:25px;
}
.homepageContent .contentArea .avgVol{
	padding-left:40px;
	font-size:15px;
}

/* MAIN PAGE CONTENT - SECONDARY PAGES */
.secondaryPageContent{
	background-color:#bda871;
	width: 950px;
	text-align:left;
}
.secondaryPageContent .sidebar, .secondaryPageContent .sidebar
{
	/* position:absolute; */
	float:left;
	height: 460px;
	width: 311px;
	
}
.secondaryPageContent .sidebar{
}

.secondaryPageContent .sideImage{
	width: 311px;
}
.secondaryPageContent .sideImage img{
	width:306px;
	border-right:5px solid #FFFFFF;
}

.secondaryPageContent .contentAreaBox{
	float:right;
	background-color: #bda871;
	background-image: url(../images/secondary_bkg.jpg);
	width: 633px;
	text-align:left;
	background-position: right bottom;
	min-height:480px;
	background-repeat: no-repeat;
}
.secondaryPageContent .contentArea{
	width: 633px;
}

.secondaryPageContent .contentArea .scroll{
	padding-left:35px;
	padding-top:45px;
	padding-right:45px;
	color: #091930;
	line-height:17px;
}
.secondaryPageContent .contentArea h1{
	padding:2px;
	margin:0px;
	font-weight:normal;
	font-size:22px;
}
.secondaryPageContent .contentArea .avgVol{
	padding-left:40px;
	font-size:15px;
}




/* BOTTOM BUTTONS ON HOMEPAGE */
.bottomButtons table{
	width:100%;	
	border-collapse:collapse;
	margin-top:6px;
	margin-bottom:5px;
}
.bottomButtons td{
	padding:0px;
}
.bottomButtons .spacer{
	width:8px;
}



.button{
 	width:100%;
	height:88px;
	background-color:#091930;
}
.shortformBtn .button{
	border-right:5px solid #FFFFFF;border-bottom:5px solid #FFFFFF;border-top:5px solid #FFFFFF;
}
.bottomButtons .shortformBtn .button{
	border:none;
}
.button td{
	padding:7px;
}
.button .innerOutline, .button .innerOutlineActive{
	height:68px;
	color:#f6eacd;
	border:1px solid #00549f;
	font-size:15px;
	font-weight:bold;
}

.button .innerOutlineActive{
	/*background-color:#132a4b;*/
	cursor:pointer;
}
.button .text{
	margin-top:22px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}
.button img{
	margin-top:6px;
	margin-right:7px;
	float:left;
}



/* FOOTER NAVIGATION AND COPYRIGHT */
.footer-homepage, .footer{
	width: 950px;
	color:#a7a9ac;
	font-size:9px;
	background-color:#f6eacd;
	font-family:arial,verdana,Helvetica;
	text-align: center;
}
.footer-homepage{
	height:171px;
	background-image: url(../images/footer_bkg.jpg);
}
.footer{
	background-image: url(../images/footer_bkg_2.jpg);
}


.bottomNav-FDD{
	padding-top:8px;
	padding-bottom:4px;
}
.bottomNav-FDD, .copyright{
	width: 950px;
	text-decoration:none;
	color:#a7a9ac;
	font-size:9px;
}
.bottomNav-FDD a, .copyright a{
	color:#a7a9ac;
	text-decoration:none;
}
.bottomNav-FDD a:hover, .copyright a:hover{
	color:#a7a9ac;
	text-decoration:underline;
}
	
.homepageFooter .bottomNav-FDD, .homepageFooter .copyright{
	color:#375591;
}
.homepageFooter .bottomNav-FDD a, .homepageFooter .copyright a{
	color:#375591;
}
.homepageFooter .bottomNav-FDD a:hover, .homepageFooter .copyright a:hover{
	color:#1f5ad0;
}


.footer .bottomNav{
	padding-top:16px;
	padding-bottom:4px;
}
.footer-homepage .bottomNav{
	 padding-top:6px;
	 padding-bottom:4px;
}
.footer-homepage a, .footer a{
	color:#a7a9ac;
	text-decoration:none;
}
.footer-homepage a:hover, .footer a:hover{
	text-decoration:underline;
}




.homepageFooter .socialNetworkingLinks{
	display:none;border:1px solid #CC0000;
}
.socialNetworkingLinks{
	padding:5px;
}
.socialNetworkingLinks img{
	padding:3px;
}





/* SHORT FORM */
.shortform_container_outer{
	position:absolute;
	margin-top:-391px;
	margin-left:-9px;
	width:295px;	
	padding:7px;
	background-color:#FFFFFF;
	border:1px solid #999999
}
.bottomButtons .shortform_container_outer{ 
	width:297px;
	/* just slightly different positioning if it's on the homepage */
	margin-left:-7px;
	//margin-left:-157px; /* for IE */
}
.shortform_container{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	height: 354px;
	background-color:#FFFFFF;
	border:1px solid #35538e;
	padding:7px;
	overflow:hidden;
}

.shortform_container .headline{
	color:#102441;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	padding-bottom:5px;
	margin:0px;
	line-height:16px;
}
.shortform_container table{
	text-align:left;
	margin-bottom:12px;
}
.shortform_container td{
	padding:0px;
}
.shortform_container form{
	color:#102441;
	font-size:10px;
}
.shortform_container .textArea{
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #e8e8e8;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #e8e8e8;
	width:120px;
	color:#102441;
	font-size:10px;
}
.shortform_container .inputError{
	background-color:#FFCCFF;
	border:1px solid #cc0000;
	width:120px;
	color:#102441;
	font-size:10px;
}
.shortform_container .checkboxError{
	background-color:#FFCCFF;
	border:1px solid #CC0000;
}
.shortform_container .disclaimor{
	margin-left:65px;
	color:#b0b1b3;
	font-size:9px;
}
.shortform_container .submitBtn{
	float:left;
	background-color:#243f6a;
	color:#FFFFFF;
	padding:2px;
	border:none;
	font-size:10px;
	font-weight:bold;
	width:60px;
}
.shortform_container .submitBtn:hover{
	background-color:#35538e;
}







/* LOCATIONS PAGE */
.map_listing{
	float:left;
	margin-left:20px;
	margin-right:20px;
	padding-bottom:6px;
	padding:6px;
	width:220px;
}
.map_listing .listingHeader{
	font-size:14px;
	font-weight:bold;
	color:#446bae;
	padding-bottom:6px;
}


/* NEWS */
.news-container{
	margin-top:12px;	
}
.news{
	padding:6px;
	margin-bottom:12px;
	padding:6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	
}
.newsText{
	margin-left:120px;
}
.news .theDate{
	color: #000000;
	font-weight:bold;
	font-size:10px;
	float:right;
	margin-top:2px;
	
}
.news .theImage{
	float:left;
}
.news .title{
	font-weight:bold;
	font-size:14px;
	color:#84a4a3;
}
.news .title a{text-decoration:none;color:#132a4b;}
.news .title a:hover{text-decoration:underline;}
.news .summary{
	font-size:11px;
}
.news .tagline{
	font-size:11px;
	font-style:italic;
}


/* TEAM LEADERS APGE */
.bioTable{
	padding-top:10px;
}
.bioTable table{
	text-align:left;
}
.bioTable td,.bioTable th{
	vertical-align:top;
	padding:4px;
}

.bioTable .name{
	font-weight:bold;
	font-size:14px;
}

.bioTable .position{
	font-weight:bold;
	font-size:12px;
	font-style: italic;
}


/* TESTIMONIALS */
.testimonials-container{
	margin-top:12px;	
}
.testimonial{
	padding:6px;
	margin-bottom:12px;
	padding:6px;
	width:265px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	
	
}
.testimonial .content{
	color: #000000;
	font-size:10px;
	margin-top:2px;
	font-size:12px;
	
}
.testimonial .source{
	text-align:right;
	font-weight:bold;
	font-size:12px;
	color:#132a4b;
	font-style: italic;
}


/* FAQs */
.faqs-container{
	margin-top:12px;
	overflow:hidden;	
}
.faq{
	padding:6px;
	margin-bottom:12px;
	padding:6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	clear:both;
	
}
.faq .q{
	font-weight:bold;
	color: #000000;
	font-size:10px;
	margin-top:2px;
	font-size:12px;
	
}
.faq .a{
	font-size:12px;
	color:#132a4b;
}


/* WEBINARS */
.webinars-container{
	margin-top:12px;	
}
.webinar{
	padding:6px;
	margin-bottom:12px;
	padding:6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	clear:both;
	
}
.webinar .name{
	font-weight:bold;
	color:#35538e;
	font-size:10px;
	margin-top:2px;
	font-size:14px;
	
}
.webinar .presenter{
	font-size:12px;
	color:#132a4b;
}
.webinar .datetime{
	color:#666666;
	padding-bottom:6px;
	font-size:10px;
}
.webinar .duration{}
.webinar .link a{
	font-weight:bold;
}


/* IMAGES */
.contentImage{
	border:1px solid #333333;
}

.contentImageCaption{
	text-align:center;
	padding:3px;
	background-color:#CCCCCC;
	color:#333333;
	font-size:9px;
	border-top:1px solid #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.contentImageCaption a{
	
}
.contentImageCaption a:hover{
	text-decoration:underline;
}
