/*----------Vision Studios added Styling----------*/
/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   
body { font-size: 75%; } /*12px*/


/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */
   
body {
	color: #555;;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1,h2,h3,h4,h5,h6 {
	color: #1D388A;
	font-family: "Times New Roman", Times, serif;
}
p {
	font-size:.9167em; /*11px georgia is a thick face*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
hr {clear:both;}

/*---------FAQ's---------------------*/

#content {text-align:left;padding:1.5em;}
ol, ul{display:block;margin:0; padding:0;}
#questions ol, #questions ul{ padding-top:30px;padding-left:115px;background: transparent url(images/faq_q.gif) 10px 10px no-repeat;}
.FAQanswer{ clear:both; padding-bottom:18px;/**/background-color:#eee;}

.FAQanswer p{
	padding-left:115px;
	padding-right:1.5em;
	font-size:1em;
	color:#111;

}
.FAQanswer h3{
	padding-left: 115px;
	padding-right:18px;
	padding-top:50px;
	border-bottom:#888 solid 2px;
	font-size:2em; /*height:3em;*/
	line-height:1.3333em;
	background: #fff url(images/faq_a.gif) 10px 100% no-repeat;
	margin-bottom: 0px;
}
.FAQanswer h3 span.faint{font-family:"Times New Roman", Times, serif;width:2em;background-color:#666;color:#fff; margin-right:.5em;}
.FAQanswer.odd{clear:both;}
/*-----------Old Styling----------------------*/




a { color: #1d38b8; }
a:visited { color: #1d38b8; }

.blue_title {
	font-size: 18px;
	line-height: 20px;
	color: #1D388A; }
	
.blue_title15 {
	
	font-size: 15px;
	line-height: 18px;
	color: #1D388A; }
	
.gray_title {
	
	font-size: 18px;
	line-height: 20px;
	color: #666666; }
	
.white_title {
	
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF; }
	
.gray_text {
	
	font-size: 12px;
	line-height: 20px;
	color: #555555; }
.gray_form {
	
	font-size: 12px;
	color: #1D388A;
	background-color: #EBEBEB;
	padding: 3px;
	border-top: 1px solid #CCCCCC;
	border-right: 3px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 3px solid #CCCCCC;
	
}

.white_text {
	
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF; }
		

.dotsgrey {

	font-size: 3px;
	line-height: 2px;
	color: #999999; 
}

.dotswhite {

	font-size: 3px;
	line-height: 2px;
	color: #FFFFFF; 
}
.test_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #1D388A;
}
.blue_text13 {
	
	font-size: 13px;
	line-height: 16px;
	color: #1D388A;
}
.grey_title15 {
	
	font-size: 15px;
	line-height: 18px;
	color: #555555;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 22px;
	vertical-align: middle;
	padding-left: 6px;
	background-color: #556AAA;
	padding-right: 6px;
	m
}
.red_formreq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.clearer { clear: both; }
#footer { font-family: Arial, Helvetica, sans-serif; font-size: 11px; 
    color: #fff; background: #666; width: 760px; }
#footer a, #footer a:visited { color: #fff; }
#footer a:hover { color: #000; }
#footer ul { float: right; list-style-type: none; margin: 10px 25px 0 0; }
#footer li { float: left; padding: 0 0 0 5px; }
#address { float: right; text-align: right; margin: 10px 25px 10px 0; }
#copyright { padding: 50px 0 0 300px; }
