/***** element and font normalizations, per aefa specs *****/
ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h1 { font-size: 220%; }
h2 { font-size: 190%; }
h3 { font-size: 160%; }
h4 { font-size: 130%; }
h5 { font-size: 100%; }
h6 { font-size: 70%; }

/***** alter some HTML elements' default style *****/

a, a:link, a:visited, a:active { text-decoration: underline; }

a:hover { text-decoration: none; }

label { cursor: pointer; }

table { font-size: 100%; width:100%; }

td, th { vertical-align: top; }


/********** begin DTAS css **********/

/***** general element selectors *****/

html {
    font-family:arial,helvetica,sans-serif;
    font-size:80%;
}

body{
    margin:0px;
    padding:0px;
    width:1000px;
    color:#4d4d4d;
    background-color:#FFF;
}

body#pop{
    margin:0px;
    padding:0px;
    width:545px;
    color:#4d4d4d;
}

#pagecontent{
	margin-left:20px;
}

ul.arrow{
list-style-image : url(../images/lvl3-img/bimg-blue-ffffff.gif);
}

ul.arrow-bg{
list-style-image : url(../images/lvl3-img/bimg-blue-ece3d1.gif);
}

ul.arrow-right{
list-style-image : url(../images/lvl3-img/bimg-blue-faf7f2.gif);
}

a, a:link { color:#002F5D; }
a:visited { color:#4d4d4d; }
a:active { color:#002F5D; }
a:hover { color:#002F5D; }

sup{
    font-size:8px;
} /* IE can't do many superscript entities so we need to use this. */

/***** general styles *****/

.italic{ font-style:italic; }

.disclaim{
    color:#898989;
    font-size:90%;
}

.disclaim-small{
    color:#898989;
    font-size:80%;
}

.disclaim-italic {
    font-style:italic;
    color:#898989;
}

a.anchor{ text-decoration:none; }

.charts{
    display:block;
    margin:10px 0px 30px 0px;
}

.light{
    color:#bbbbbb;
}

/**************/

/***** layout *****/

#masthead-pop{
    width:100%;
    height:68px;
    min-height:68px;
    background-color:#FAF7F2;
    border-bottom:2px solid #ECE3D1;
}

#masthead{
    width:1000px;
    height:103px;
    min-height:103px;
    background-color:#FAF7F2;
    border-bottom:2px solid #ECE3D1;
}

#header-image{
    position:relative; 
    top:-2px;
}
    
#footer{
    height:100px;
    min-height:100px;
    clear:both;
    padding-top:30px;
    text-align:center;
}

#footer a{
  color:#000;
}
#footer p a{
  color:#4d4d4d;
}

.pop-col-left{
    float:left;
    margin:0px 20px 0px 50px;
    width:310px;
}
.pop-col-right{
    float:left;
    width:145px;
    margin-top:120px;
}

.two-col-left{
    float:left;
    margin:0px 40px 0px 50px;
    width:640px;
}

.two-col-left-t4a{
    float:left;
    margin:0px 40px 0px 25px;
    width:640px;
}

#border-t4a{
    border:4px solid #002F5D;
    border-top:0px;
    padding-top:20px;
}

.two-col-left-flash{
    float:left;
    margin:0px 20px 0px 20px;
    width:640px;
}

.two-col-right{
    float:left;
    width:270px;
    margin-top:50px;
}

.clear{ clear:both; height:1px; font-size:0px;}

/**************/

/***** page components special *****/

#breadcrumb{
    margin:10px 0px 10px 50px;
    color:#4d4d4d;
    font-size:80%;
}

#breadcrumb a{
    color:#4d4d4d;
}

#pop-top{
    width:475px;
    margin-left:50px;
}
#pop-top p{
    margin:10px 0px 10px 0px;
    float:right;
}
#pop-top #breadcrumb{
    margin:10px 0px 10px 0px;
    float:left;
    color:#4d4d4d;
    font-size:80%;
}

#masthead-pop #logo{
    margin:8px 0px 0px 40px;
}

#masthead #logo{
   float:left;
   margin:18px 0px 0px 40px;
}

#masthead ul{
    margin:0px; padding:0px;
    float:right;
    background-color:#fff;
    list-style-type:none; 
}
	
#masthead ul li {
    position:relative;
}

#masthead ul li, #masthead ul li a{
    float:left; 
    z-index:1;
}

#masthead ul ul{
    position:absolute; top:100%; left:0%;
    width:140px;
    float:none;
    visibility:hidden;
}
/* these items need to be wider/shorter due to nav issues with text wrap
or in the case of the rightmost UL, overlap outside the page container
which causes the horizontal scroll bar to appeatr.
 */
#masthead ul ul#oa li{
    width:170px;
}
#masthead ul ul#fe li{
    width:170px;
}
#masthead ul ul#op li{
    width:105px;
}
#masthead ul ul#cs li{
    width:109px;
}

#masthead ul ul ul{
    top:0%; left:100%;
    width:180px;
}

#masthead ul ul li{
    background-color:#F2F2F2;
    border-left:2px solid #7995BD;
    padding:2px 5px 2px 5px;
    font-size:10px;
}

#masthead ul ul li, #masthead ul ul li a, #masthead ul ul li a:visited{
    float:none;
    display:block;
    text-decoration:none;
    color:#002F5D;
}

#masthead ul ul li a{
width:100%; height:100%;
}

#masthead ul sup{
  font-size:7px;
}

#masthead #search-box{
    clear:right;
    float:right;
    margin:30px 10px 0px 0px;
    width:300px;
    font-size:85%;
}

#masthead #search-box form{
    display:inline;
    float:right;
    margin:0px;
    padding:0px;
}

#masthead #search-box form span{
    float:none;
    padding:0px 5px 0px 0px;
    color:#000;
}

#masthead #search-box .go-btn, .component-box-right .go-btn{
    position:relative; top:2px;
    width:25px; height:15px;
    padding-left:5px;
}

#masthead #subtools{
    clear:right;
    float:right;
    margin:8px 10px 0px 0px;
    font-size:75%;
}
#masthead #subtools a{
    text-decoration:none;
    color:#000;
}
#masthead #subtools a:visited{
    color:#000;
}
#masthead #subtools a:hover{
    color:#6392E4;
}
/**************/

/***** page components headers *****/
#page-header{
    margin:0px;
    padding-left:20px;
    color:#FB8203;
    font-size:210%;
    font-weight:lighter;
    background:url(/assets/images/bullets/img-headercaret.gif) no-repeat 0% 8px;
}

#page-header sup{
    font-size:50%;
}

#page-head-txt{
    margin:5px 0px 30px 20px;;
    color:#4d4d4d;
    font-size:110%;
}

.page-subheader{
    clear:both;
    margin-left:20px;
    padding:0px 0px 5px 20px;
    border-bottom:1px solid #002F5D;
    color:#002F5D;
    font-size:115%;
    font-weight:500;
    background:url(/assets/images/bullets/img-bulletblue.gif) no-repeat 0% 4px;
}
.page-subheader-left{
    float:left;
    margin-left:20px;
    width:270px;
    padding:0px 0px 5px 20px;
    border-bottom:1px solid #002F5D;
    color:#002F5D;
    font-size:115%;
    font-weight:500;
    background:url(/assets/images/bullets/img-bulletblue.gif) no-repeat 0% 40%;
}

.page-subheader-right{
    float:left;
    margin-left:20px;
    width:270px;
    padding:0px 0px 5px 20px;
    border-bottom:1px solid #002F5D;
    color:#002F5D;
    font-size:115%;
    font-weight:500;
    background:url(/assets/images/bullets/img-bulletblue.gif) no-repeat 0% 50%;
}

.page-subheader-bg{
    display:block;
    margin:10px 0px 0px 20px;
    color:#846E56;
    font-size:115%;
}

.page-subheader2-bg{
    display:block;
    margin-bottom:8px;
    color:#846E56;
    font-size:70%;
}

#contact-form .page-subheader-bg{
    color:#4d4d4d;
}

/* t5c */
.page-subheader-nb{
    display:block;
    margin-left:20px;
    color:#002F5D;
    font-size:115%;
}
/* t5f */
.page-subheader-f{
    padding-bottom:5px;
    border-bottom:1px solid #002F5D;
}
/**************/

/***** page components content blocks *****/

/* nested(inner) floats */
.component-box .inner-t5a, .component-box-bgcolor .inner-t5a{
    float:left;
}

.component-box .inner-pad-t5a, .component-box-bgcolor .inner-pad-t5a{
    float:left; padding-left:20px;
}

.component-box-bgcolor .inner-right-t5a{
    float:right;
}

/* plain component boxes */
.component-box-pop{
    margin:0px 0px 25px 20px;
     min-height:20px; /* needed to make clear work */
}

.component-box{
     margin:0px 0px 25px 40px;
     min-height:20px; /* needed to make clear work */
}

.component-box-shallow{
     margin:0px 0px 25px 20px;
     min-height:20px; /* needed to make clear work */
}

.component-box h3, .component-box-pop h3{
    margin:0px 0px 10px 0px;
    clear:both;
    font-size:100%;
}

.component-box h4{
    margin:10px 0px 10px 0px;
    clear:both;
    font-size:100%;
}

.component-box h5{
    margin:10px 0px 0px 0px;
    clear:both;
    font-size:100%;
}

.component-box p{
    margin:0px 0px 15px 0px;
}

.component-box p.topten{
    margin:10px 0px 15px 0px;
}

.component-box  ul{
    margin:0px 0px 0px 20px;
    padding:0px 0px 20px 0px;
}
.component-box  ul li{
    padding:2px 0px 2px 0px;
}

.component-box .indent, .component-box-f .indent {
    margin-left:20px;
}
.component-box  .indent-deep{
    margin-left:40px;
}

.component-box  div.shortbox{
    width:435px;
}

/* side-by-side components */
.component-box .cb-left-t5a{
    float:left;
    padding:10px 0px 20px 0px;
    width:270px;
}

.component-box .cb-right-t5a{
    float:left;
    margin-left:20px;
    padding:10px 0px 20px 0px;
    width:310px;
}
/* Bio components */
.component-box .cb-left-bio {
    float:left;
    padding:10px 0px 20px 0px;
    width:290px;
}
.component-box .cb-right-bio {
    float:left;
    margin-left:20px;
    padding:10px 0px 20px 0px;
    width:290px;
}
.component-box .cb-left-bio img, .component-box .cb-right-bio img {
	float:left;	
	margin:0 5px 0 0;
	border: 5px solid #CDC0AC;
}
.component-box .cb-left-bio p, .component-box .cb-right-bio p {
}
.component-box .bio-pic {
	float: right;
	border: 10px solid #CDC0AC;
	margin: 0 0 10px 10px;
}
/* wider side-by-side components */
.component-box .cb-left-t5aw{
    float:left;
    padding:10px 0px 20px 0px;
    width:435px;
}

.component-box .cb-right-t5aw{
    float:left;
    margin-left:20px;
    padding:10px 0px 20px 0px;
    width:145px;
}
/* t5b */	
.component-box .cb-left-t5b{
    float:left;
    padding:10px 0px 20px 0px;
    width:435px;
}

.component-box .cb-right-t5b{
    float:left;
    margin-left:20px;
    padding:15px;
    width:115px;
}

blockquote{
	margin:0px;
	padding:0px;
	font-weight: bold;
}

blockquote cite{
	margin-left: 25px;
	font-weight: normal;
	font-style: normal;
}

.link-header-left{
    margin:0px; padding:0px;
    width:250px;
    padding-bottom:5px;
    float:left;
}

.link-header-right{
    margin:0px; padding:0px;
    padding-bottom:5px;
    float:left;
}
/* t5d */
.component-box .cb-left-t5dw{
    float:left;
    padding:10px 0px 20px 0px;
    width:105px;
}
.component-box .cb-right-t5dw{
    float:left;
    margin-left:20px;
    width:465px;
}
/* t5f */
.component-box-f .cb-left-t5f{
    float:left;
    padding:10px 0px 20px 20px;
    width:290px;
    border-top:10px solid #CDC0AC;
}
.component-box-f .cb-right-t5f{
    float:left;
    margin-left:20px;
    padding:10px 0px 20px 0px;
    width:290px;
}
.component-box-f .cb-left-t5f p{
    margin:0px 0px 15px 0px;
}

/* Added by Ben Fider on 08-03-05 */
.component-box-bgcolor .cb-left-t5aw ul {
    margin:0; 
	padding:0 0 20px 20px;
}
/*********/

.component-box-bgcolor-t4a .cb-t4a-bg h3{
    color:#846E56;
    font-size:115%;
}

/* these are for the A.101-4 pages, added later... which have slightly different layouts... */
.page-subheader-left-a101{
    float:left;
    margin-left:20px;
    margin-bottom:10px;
    width:280px;
    padding:0px 0px 5px 20px;
    border-bottom:1px solid #002F5D;
    color:#002F5D;
    font-size:115%;
    font-weight:500;
    background:url(/assets/images/bullets/img-bulletblue.gif) no-repeat 0% 40%;
}

.page-subheader-right-a101{
    float:left;
    margin-left:20px;
    margin-bottom:10px;
    width:280px;
    padding:0px 0px 5px 20px;
    border-bottom:1px solid #002F5D;
    color:#002F5D;
    font-size:115%;
    font-weight:500;
    background:url(/assets/images/bullets/img-bulletblue.gif) no-repeat 0% 50%;
}

.page-subheader-bg-a101{
    display:block;
    margin:0px;
    padding:0px;
    color:#846E56;
    font-size:115%;
}

.page-head-subtxt{
    margin-left:20px;
}

.component-box .cb-inner-a101-left{
    float:left;
    margin-right:40px;
    width:280px;
}

.component-box .cb-inner-a101-right{
    float:left;
    width:280px;
}

.component-box .cb-inner-a101-left-a{
    float:left;
    width:130px;
}

.component-box .cb-inner-a101-right-b{
    float:left;
    width:110px;
    padding:15px 15px 15px 25px;
    font-style:italic;
    color:#866d57;
}

.component-box .cb-inner-a101-left .arrow, .component-box .cb-inner-a101-right .arrow, .component-box-bgcolor .cb-left-wide .arrow{
    clear:both;
    margin:0px; 
    padding:0px 0px 0px 15px;
    list-style-image : url(../images/lvl3-img/bimg-blue-ffffff.gif) ;
}

.component-box-bgcolor .cb-left-wide{
    float:left;
    margin:0px 0px 20px 20px;
    padding:10px 0px 0px 0px;
    width:430px;
    border:1px
}

.component-box-bgcolor .cb-right-wide{
    float:left;
    padding:10px 0px 20px 25px;
    width:140px;
    font-style:italic;
}

.component-box-bgcolor  .cb-left-wide p{
    margin:10px 0px 15px 0px;
}

.component-box-bgcolor .cb-wide{
    padding:10px 0px 20px 25px;
}

.component-box-bgcolor  .cb-wide p{
    margin:10px 0px 15px 0px;
}

.component-box-bgcolor .cb-wide ul{
    margin:0px 0px 0px 20px;
    padding:0px 0px 0px 0px;
}

.component-box-bgcolor .cb-wide .arrow{
    clear:both;
    margin:0px; 
    padding:0px 0px 0px 20px;
    list-style-image : url(../images/lvl3-img/bimg-blue-ffffff.gif) ;
}

/********************************************/

/* t5a beige-boxed components */
.component-box-bgcolor{
     margin:0px 0px 25px 20px;
     border-top:10px solid #CDC0AC;
     min-height:20px; /* needed to make clear work */
     background-color:#FAF7F2;
}

.component-box-bgcolor  ul{
    padding:10px 0px 0px 15px;
}

.component-box-bgcolor h3{
    margin:0px 0px 10px 0px;
    font-size:90%;
}
/* side-by-side components */
.component-box-bgcolor .cb-left-t5a{
    float:left;
    padding:23px 0px 20px 20px;
    width:270px;
}

.component-box-bgcolor .cb-left2-t5a{
    float:left;
    padding:3px 0px 20px 20px;
    width:270px;
}
.component-box-bgcolor .cb-right-t5a{
    float:left;
    margin-left:20px;
    padding:3px 0px 20px 0px;
    width:290px;
}
/* wider side-by-side components */
.component-box-bgcolor .cb-left-t5aw{
    padding:23px 0px 20px 20px;
    width:600px;
}
/* wide inner */
.component-box-bgcolor .cb-left-t5aw .inner-pad-t5a{
    width:450px;
}

/*** right column ****/
#right-flash-launcher{
    display:none;
}
.component-box-right-border{
	 width: 230px;
	 border-top: solid #CDC0AC 10px;
	 margin: 3px 0px 0px 0px;
     padding: 10px 20px 10px 20px;
     background-color:#FAF7F2;
}

.component-box-right{
	 width: 230px;
	 margin: 3px 0px 0px 0px;
     padding: 10px 20px 10px 20px;
     background-color:#FAF7F2;
}

.component-box-right-border .content, .component-box-right .content{
	padding: 0px 30px 0px 20px;
}

.component-box-right-orange{
	 width: 230px;
	 margin: 3px 0px 0px 0px;
     padding: 20px;
}

.component-box-right-orange .content-orange{
	padding: 0px 30px 0px 20px;
    color:#FB8203;
}

.component-box-right-orange h3{
    color:#FB8203;
    font-size:110%;
    padding-left:20px;
    background:url(/assets/images/bullets/img-caretorange.gif) no-repeat 0% 2px;
}

.component-box-right-orange .content-orange a{
    color:#FB8203;
}

.component-box-right h3, .component-box-right-border h3{
	margin:5px 0px 10px 0px;
    padding-left:20px;
    color:#846E56;
    font-size:120%;
    font-weight:500;
    background:url(/assets/images/bullets/img-caretbrown.gif) no-repeat 0% 3px;
}

.component-box-right-border .content p, .component-box-right .content p{
	margin-top: 0px;
	padding: 0px 0px 15px 0px;	
}

.component-box-right-border .content h5, .component-box-right .content h5{
	margin: 0px;
	padding: 0px;
    font-size:100%;
}

.component-box-right-border div.img-left{
	width: 72px;
	height: 73px;
	margin:0px 15px 4px 0px;
	float:left;
}

.component-box-right-border div.text-left{
	width:113px;
	margin:0px;
	float:left;
}

.component-box-right-border div.text-left p{
	margin-top:0px;
}

.component-box-right-border p.no-top-spacing{
	margin-top:0px;
}

.component-box-right-border ul{
    margin:0px 0px 20px 0px;;
	padding:0px 0px 0px 15px;
}

.component-box-right-border ul.arrow-right{
	padding-left:15px;
    list-style-image : url(../images/lvl3-img/bimg-blue-faf7f2.gif);
}

.component-box-right-border ul.arrow-right li{
	padding: 2px 0px 2px 0px;
}

/**********************/

/* pdf table */
 .component-box table {
	border-collapse:collapse;
	width:600px;
    border-top:1px solid #333333;
	border-bottom:1px solid #333333;
}
.component-box table td{
    vertical-align:top;
    padding:5px;
	border-top:1px dashed #333333;
}
.component-box table tr.nobrdr td{
	border-top:none;
}
.component-box table td.leftbrdr{
	 border-left:1px solid #CCC;
}
.component-box table td ul{
	list-style-type:square;
}
.component-box table td p{
    margin:5px 0px 8px 16px;
}
.component-box table td p.tight{
    margin:0px 0px 8px 16px;
}

/* grey head table */
 .component-box .greyhead {
	border-collapse:collapse;
	width:600px;
    border:1px solid #333333;
}
.component-box .greyhead th {
    padding:5px;
    color:#002F5D;
    background-color:#ECE3D1;
    border-bottom:1px solid #333333;
}
.component-box .greyhead th.leftbrdr{
	 border-left:1px solid #CCC;
}
.component-box .greyhead td{
    vertical-align:top;
    padding:10px;
	border-top:1px dashed #333333;
}
.component-box .greyhead td span{
    white-space:nowrap;
}
.component-box .greyhead tr.altcolor td{
	background-color:#FAF7F2;
}
.component-box .greyhead td.leftbrdr{
	 border-left:1px solid #CCC;
}
.component-box .greyhead td.pros, .component-box .greyhead td.quar-comm, .component-box .greyhead td.annual, 
.component-box .greyhead td.semi, .component-box .greyhead td.quar-hol, .component-box .greyhead td.sai {
	 border-left:1px solid #CCC;
}
.component-box .greyhead td span{
	 color:#4d4d4d;
}
.component-box .greyhead caption {
    padding:10px 5px;
    color:#002F5D;
	font-weight:bold;
	text-align:left;
}
.component-box .greyhead .tbllft {
	float:left;
	width:30%;
	padding-bottom: 7px;
}
.component-box .greyhead .tblrgt {
	float:left;
	width:70%;
	padding-left:5px;
	padding-bottom: 7px;
}

/* account-options custom table */
.component-box .account-tbl {
	border-collapse:collapse;
    border:none;
	width:600px;
}
.component-box .account-tbl td, .component-box .account-tbl th {
    vertical-align:top;
    padding:10px;
    background-color:#FAF7F2;
	border-top:1px solid #333333;
    border-left:1px solid #FFF;
}
.component-box .account-tbl th, .component-box .account-tbl .no-top{
    border-top:none;
}
.component-box .account-tbl .brown-bg{
	background-color:#ECE3D1;
    color:#846E56;
}
.component-box .account-tbl .white-bg{
	background-color:#FFF;
}
.component-box .account-tbl h3, .component-box .account-tbl h4{
    color:#002F5D;
}

.component-box .account-tbl p{
    margin:0px; padding:0px;
}

/* odds and ends */
.btp{
    float:right;
    clear:both;
    margin:20px 0px 10px 0px;
}

.thick-border{
    height:10px;
    background-color:#CDC0AC;
}

.form-e label{
    padding-left:8px;
}
.form-e label, .form-e input{
    margin-top:10px;
}
.form-e .submit-btn{
    float:right;
    margin:10px 0px 20px 0px;
}

.form-f{
    width:270px;
}

.form-f label{
    float: left;
    width:75px;
    text-align: right;
    margin: 0px 8px 10px 0px;
    clear: both;
}
.form-f input, .form-f select{
    margin-bottom:10px;
    width:180px;
}
.form-f .submit-btn{
    float:right;
    margin:10px 0px 10px 0px;
    width:58px;
}

p.forgot{
    clear: both;
    position:relative;
    top:0px; left:110px;
    margin:10px 0px 20px 0px;
    width:290px;
    font-size:80%;
}

p.forgot a{
    text-decoration:none;
    color:#000;
}

/* Form page styles (auto-quote.asp & home-quote.asp) */
.quote-form {
	width:700px;
	margin-left: 50px;
}

.quote-form-left{
    float:left;
    width:350px;
    padding-right:20px;
}

.quote-form-right{
    float:left;
    width:320px;
}

.quote-form fieldset {
    margin:10px 0px 10px 30px;
	width: 700px;
	border: none;
}

.quote-form legend, #contact-form legend{
  display:none;
}

.quote-form fieldset div{
	margin:10px 0px 10px 0px;
}

.quote-form fieldset h5, #contact-form fieldset h5{
	margin:10px 0px 0px 0px;
}

.quote-form select, #contact-form select{
   margin:5px 0px 5px 0px;
}

#contact-form fieldset {
    margin:10px 20px 10px 30px;
	border: none;
}

#contact-form fieldset div{
	clear:both;
    min-height:20px;
    margin:10px 0px 10px 0px;
}

#contact-form fieldset span{ color:#FB8203; }

#contact-form label{ width:130px; float:left; }

#contact-form input{
	float:left;
}

#contact-form fieldset div div{
	clear:none;
    float:left;
    margin:0px;
}

#contact-form fieldset div div input{
    float:none;
    display:inline;
}

#contact-form .offset div, #contact-form .offset p{ margin-left:130px; }

#contact-form .offset-wide div, #contact-form .offset-wide p{ margin-left:130px; }

#contact-form .offset-wide label { width:90%; }

#contact-form .lineblock{
    clear:both;
	border:1px solid #CDC0AC;
    line-height:1px;
    font-size:1px;
}

.submit { margin-right: 100px; }

.submit-img { margin-bottom:15px; padding-right: 15px; }

.bottom { margin-bottom: 5px; }

.ie-block { display:none; }

/* italicized ordered list*/
.ol-italics { font-style: italic; }

.component-box .cb-left-careers { float:left; width:225px; }
.component-box .cb-right-careers { float:left; width:280px; }

/** Site Map Styles **/
.map-sub-head { color:#002F5D; font-size:115%; font-weight:500; background:url(/assets/images/bullets/img-bulletblue.gif) no-repeat 0% 4px; padding:0 0 5px 20px;  border-bottom:1px solid #002F5D; } 
.map-col { float:left; width:400px; padding:0 20px; }
.map-col h3 { margin:0; padding:0; font-size:1em; }
.site-map { float:left; padding:0 40px 0 50px; }

.formBox{
		background-color: rgb(250, 247, 242);
		border-top-width: 10px;
    	border-top-style: solid;
    	border-top-color: rgb(205, 192, 172);
}
.leftPadding{
	padding-left:10px;
}

.home_bullets_white li {
	list-style: none;
	background-color: transparent;
    background-image: url(/assets/images/bullets/homepage_white_bullet.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    -x-background-x-position: left;
    -x-background-y-position: center;
    
    margin-top: 5px;
    margin-right: 0pt;
    margin-bottom: 9px;
    margin-left: 0pt;
    
    padding-top: 0pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 10px;
    
}
.home_bullets_blue li {
	list-style: none;
	background-color: transparent;
    background-image: url(/assets/images/bullets/homepage_blue_bullet.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    -x-background-x-position: left;
    -x-background-y-position: center;
    
    margin-top: 5px;
    margin-right: 0pt;
    margin-bottom: 9px;
    margin-left: -30px;
    
    padding-top: 0pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 10px;
    
}
.home_bullets_pink li {
	list-style: none;
	background-color: transparent;
    background-image: url(/assets/images/bullets/homepage_pink_bullet.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    -x-background-x-position: left;
    -x-background-y-position: center;
    
    margin-top: 5px;
    margin-right: 0pt;
    margin-bottom: 9px;
    margin-left: -30px;
    
    padding-top: 0pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 10px;
    
}