/* CSS  */

/* set up page and default all padding and margins */
body {
	margin-top:0px;
	margin-left:0px;
	padding-top:0px;
	padding-left:0px;
	background: url(../imgs/_structure/bg.jpg) #FFFFFF repeat-x fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

body *{  margin:0px; padding:0px; }

 #footerLinks ul, #footerLinks li {list-style-type:none;}
 #footerLinks li {float:left;width:193px;}
 #footerLinks li a {color:#000000;}
 #footerLinks li a:hover {color:#000000;}

 #footerLinksTwo {color:#FFFFFF;}
 #footerLinksTwo h3 u {color:#FFFFFF;}
 #footerLinksTwo h2 {
	color:#000;
 }
 #footerLinksThree h2 {
	color:#FFF;
 }
#footerLinksThree {
	color:#FFF;
}

 

/* page properties */
.pagecontent { width:780px; padding-right:30px; padding-left:30px; text-align:left; background-color:#FFFFFF; }
/* ~~~~~~~  this will split full page down the middle if needed */
.floatRight { float:right; }
.floatLeft { float:left; }

#content {text-align:justify;}

#content .home_right		{ margin-left:360px;}
#content .home_left			{ float:left; width:360px; }

#content .threeCols-center 	{ margin:0px 240px 0px 185px;}
#content .threeCols-right 	{ float:right; width:240px; }
#content .threeCols-left 	{ float:left; width:185px; }

#content .twoCols 			{ margin-left:205px; } 
#content .twoCols-nav		{ float:left; width:205px; }

#content .twoColsContact-right 		{ float:right; width:240px; } 
#content .twoColsContact-left 		{ margin-right:240px; padding-right:30px; } 


#content .oneCol 	{ margin-right:210px; } 
#content .oneColHome 	{ margin-right:30px; } 

/* ------------------------------------------  DESIGN */

/* NAV */
 
/* HOMEPAGE */
#masthead {
	margin-top:8px;
	margin-bottom:8px;
}

.service_push
{
	margin-bottom:3px;
}

.promo {
	margin-bottom:8px;
}

#content #news {
	width:240px;
	background:#FFF url(../imgs/in-page/home/hp-news-bg-title.gif) no-repeat 0 0;
	margin-top:15px;
}

#content #news p {
	color:#00427b;
	font-size:11px;	
	line-height:15px;
	padding:37px 10px 20px 37px;
	background:url(../imgs/in-page/home/hp-news-bg-end.gif) no-repeat 0 100%;
}

.home_quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px; 
	line-height:20px;
	font-style:italic;
	color:#555555;
	text-align:left;
	margin:0px 40px 16px 0px;
}

#home_quote_new {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px; 
	line-height:18px;
	font-style:italic;
	color:#555555;
	text-align:left;
	margin:35px 20px 0px 10px;
}

#content .home_quote strong {
	font-weight:strong;
	font-size:11px;
	color:#222222;
}

#content .promo {
	font-size:17px;
	line-height:22px;
	margin: 12px 0px 24px 0px;
}


/* CONTACT */

.callback {
	background-color:#cbe9f7;
	padding: 2px;
	margin:4px 0px 8px 0px;
}

.callbackBtn {
	padding: 2px;
	margin:4px 0px 4px 0px;
}

#all_articles div {
	padding:20px;
	margin:5px 0 10px 0;
	background-color:#e5e4e4;
}



/* CONTENT */

#content a 			{ color:#2871a0; text-decoration:none; font-weight:bold; }
#content a:visited 	{ color:#2871a0; }
#content a:hover 	{ color:#2871a0; text-decoration:underline; }

#content .subnav {text-align:left;}
#content .subnav  li			{ display:block; width:180px; margin:1px 0px 1px 0px; border-bottom:thin solid #CCCCCC;}
#content .subnav  a 			{ display:block; width:175px; color:#2871a0; background-color:#FFFFFF; padding:1px 0px 1px 4px; text-decoration:none; }
#content .subnav a:visited 		{ color:#2871a0; }
#content .subnav a:hover 		{ color:#FFFFFF; background-color:#88130e; }
#content .subnav .active		{ color:#88130e; padding:1px 0px 1px 4px; font-weight:bold;}

/* selescted */
#content .subnav strong			{ color:#333333; margin:1px 0px 1px 4px;}


.footerInfo { font-size:9px; color:#999999; margin-top:6px;}
.footerInfo a 			{ color:#2871a0; text-decoration:none; }
.footerInfo a:visited 	{ color:#2871a0; }
.footerInfo a:hover 	{ color:#2871a0; text-decoration:underline; }


/* content html headers */
#content .pictureHeader{
	margin-bottom:20px;
}

h1 {
	display:block;
}

h2 {
	color:#000;
	display:block;
	font-size:20px;
	font-weight:normal;
	line-height:28px;
	margin-bottom:24px;
}

#content h3 { 
	display:block; 
	font-size:14px; 
	font-weight:normal; 
	margin:0px 0px 16px 0px; 
	line-height:20px; 
	color:#000000;
}

#content .threeCols-center h3 {
	padding-right:20px;	
}


#content .twoCols-nav h3 {
	text-align:justify;
	margin:0px 0px 10px 3px;
}

#content h4 { 
	display:block; 
	font-size:13px; 
	font-weight:bold; 
	margin:0px 0px 12px 0px; 
	line-height:18px; 
	color:#333333;
}

#content p {
	margin:0px 0px 12px 0px;
	color:#222222;
	line-height:18px;
}

#content oneColHome p {
	margin:0px 0px 0px 0px;
	color:#222222;
	line-height:18px;
}

#content ul {
	margin-bottom:24px; 
	list-style-type:none;
	line-height:20px; 
}

#content li {
	margin-bottom:6px;
	color:#000000;
}

#content .indentedList {
	margin-left: 14px;
}


#content .indentedList li {
	list-style-type:disc;
	padding-left: 5px;
}

#content .hub_quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px; 
	text-align:center;
	line-height:23px;
	font-style:italic;
	color:#555555;
	margin:24px 40px 32px 0px; 
}


.bqstart {
     float: left;
     font-size: 800%;
     color: #2871a0;
 }


 .bqend {
     float: right;
     font-size: 800%;
     color: #2871a0;
 }
#content .testimonials .quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px; 
	font-style:italic;
	margin:0px 0px 0px 0px; 
	line-height:16px; 
	color:#333333;
}

.quote_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
	font-style:bold;
	margin:0px 0px 0px 0px; 
	line-height:16px; 
	color:#333333;
}

#content .testimonials .person {
	font-size:11px; 
	font-weight:light;
	margin:0px 0px 0px 0px;
	color:#666666;
}

#content .testimonials img {
	margin-bottom:12px;
}

#content label {
	font-size:11px;
	color:#222222;
}
img {
      border: 0;
}.whitePage .pagecontent #content .oneColhome #footerLinksTwo table tr td #aspnetForm .credit-form-tbl tr .first table caption {
	color: #000;
}
.whitePage .pagecontent #content .oneColhome #footerLinksTwo table tr td #aspnetForm .credit-form-tbl tr td table caption {
	color: #000;
}
.whitePage .pagecontent #content .oneColhome #footerLinksTwo table tr td #aspnetForm .credit-form-tbl tr .header {
	color: #000;
}
.whitePage .pagecontent #content .oneColhome #footerLinksTwo table tr td #aspnetForm {
	color: #000;
}

