/* ForThePeople.com */

/* RESET EVERYTHING */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align:baseline;
}

table, tbody, tfoot, thead, tr, th, td {
vertical-align:middle;
}
body {
	color: #000000;
}
ol, ul {
	list-style: none;
}
/* tables still need cellspacing="0"  ;)  */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end RESET */

#topNav{
background:#044974;
border-bottom:solid 1px #bdc6cb;
height:26px;
color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}
#topNav a{
color:#FFFFFF;
text-decoration:none;
}
#topNav a:hover{
color:#FFFF99;
text-decoration:underline;
}
.topNav-wrap{
width:963px;
margin:0 auto;
}
.topNav-left{
margin-top:5px;
position:relative;
float:left;
}
.topNav-right{

position:relative;
float:right;
}
.topNav-input{
line-height:normal;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#008cba;
width:145px;
}
#headBody{
height:105px;
width:963px;
margin:0 auto;
}
#greyNav{
height:28px;
background:url(../v2_images/greyNav_BG.gif) repeat-x;
}
#greyNav-Wrap{
width:963px;
margin:0 auto;
height:27px;
line-height:normal;
padding-top:0px;
}
#greyNav-Wrap UL{
margin:0px;
	padding:1px 0px 0px 0px;
	list-style:none;
}
#greyNav-Wrap li{
display:inline;
padding:0px;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
}
#greyNav-Wrap a{
     float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
}
#greyNav-Wrap a span{
      float:left;
      border-right: solid 1px #FFFFFF;
      display:block;
      padding:7px 15px 7px 6px;
      color:#000000;
}
#greyNav-Wrap a:hover span{
color:#FF0000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#greyNav-Wrap a span {float:none;}
    /* End IE5-Mac hack */
	
/* --- blue nav --- */
#blueNav-Wrap{
width:963px;
margin:0 auto;
height:27px;
line-height:normal;
}

#blueNav{
height:28px;
text-align:left;
background:url(../v2_images/blueNav_BG.gif) repeat-x;
}
/* dropdown nav */
.ddsmoothmenu{
line-height:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
/*background: #414141; background of menu bar (default state)*/
width: 100%;
text-align:left;
}

.ddsmoothmenu ul{
z-index:100;
margin:0px;
padding:0px 0px 0px 0px;
list-style-type: none;
background:#003366;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
padding:1px 0px 0px 0px;
margin:0px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background:inherit;
/*background: #414141; background of menu items (default state)*/
color: white;
   padding:6px 15px 7px 12px;
border-right: 1px solid #709cc9;
color: #2d2b2b;
text-decoration: none;
line-height:normal;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:#044974; 
color: white;
}

.ddsmoothmenu ul li a:hover{
background: #044974; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
line-height:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}



.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
/* ---- end dropdown nav */
.contentWrap{
padding-top:17px;
background:url(../v2_images/contentWrap_BG.gif) repeat-x #ffffff;
}
.contentWrap2{
padding-top:0px;
background:url(../v2_images/contentWrap_BG.gif) repeat-x #ffffff;
}
.cityContent-InteriorLeftWrap{
width:674px;
position:relative;
float:left;
}
#contentCityWrapBody{
margin:0 auto;
width:963px;
background:url(../v2_images/city_title-bg.gif) repeat-x #ffffff;
}
#contentCityWrapBody h1{
color:#003c61;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:35px;
font-weight:normal;
margin:0px;
padding:0px;
}
#contentCityWrapBody ul{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
margin-left:74px;
}
#contentCityWrapBody li{
background:url(../v2_images/bullet_tan.gif) no-repeat center left;
padding-left:20px;
}
#contentCityWrapBody li a{
text-decoration:none;
color:#003e7d;
}
#contentCityWrapBody li a:hover{
text-decoration:underline;
}
.cityShade{
background:url(../v2_images/city_contentBG.gif) repeat-x #ffffff;
}
.cityP{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
padding-top:25px;
padding-left:20px;
padding-bottom:21px;
line-height:18px;
}
.cityP a{
text-decoration:none;
color:#003e7d;
}
.cityP a:hover{
text-decoration:underline;
}
.cityTitle{
margin-top:2px;
position:relative;
width:727px;
height:204px;
margin-bottom:0px;
}
.city_left{
position:relative;
float:left;
width:728px;
}
.city_right{
position:relative;
float:right;
width:234px;
}

#cityForm{
width:234px;
position:relative;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#000000;
text-transform:uppercase;
}
.orangeForm-input2{
font-size:11px;
width:205px;
height:19px;
padding-left:5px;
border:solid 1px #ab8f3b;
margin-bottom:5px;
text-transform:none;
}

.cityForm_head{
background:url(../v2_images/rightForm_head.gif) no-repeat;
height:94px;
width:234px;
}
.cityForm_head-short{
background:url(../v2_images/rightForm_head-short.gif) no-repeat;
height:68px;
width:234px;
}
.cityForm_body{
position:relative;
background:url(../v2_images/rightForm_body.gif) repeat-y;
width:227px;
padding-left:7px;
}
.cityForm_foot{
background:url(../v2_images/rightForm_foot.gif) no-repeat;
height:5px;
width:234px;
}
#city_rightContent h1, #city_rightContent h1 a{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#1e3555;
font-weight:normal;
text-decoration:none;
}
#city_rightContent h1 a:hover{
color:#921500;
text-decoration:none;
}
#contentBody{
margin:0 auto;
width:963px;
}

#contentBodyHOMEPAGE{
margin:0 auto;
width:963px;
background:url(../v2_images/rightCol_BG.gif) repeat-y top right;
}

#contentBodyWOMENS{
margin:0 auto;
width:963px;
}
#contentINTERIORTITLE{
margin:0 auto;
width:963px;padding-left:8px;
}
#contentBodyINTERIOR{
margin:0 auto;
width:963px;
background:url(../v2_images/rightCol_BG.gif) repeat-y top right;
}
#rightContentINTERIOR{
padding-top:32px;
margin-left:7px;
position:relative;
float:left;
width:486px;
}
.head_logo{
height:80px;
width:428px;
position:relative;
float:left;
margin-top:12px;
}
.head_phone{
margin-top:21px;
background:url(../v2_images/head_phonenumber.gif) no-repeat;
width:194px;
height:70px;
float:right;
}
.head_liveHelp{
margin-right:60px;
margin-top:32px;
height:40px;
width:226px;
float:right;
}
.flashWrapper{
margin:0 auto;
width:959px;
height:217px;
margin-bottom:30px; /* margin space for the left and right content */
}
#pageTitleWrap{
width:959px;
padding-bottom:20px;
border-bottom:solid 1px #bfbfbf;
}
#pageTitleWrap h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#ba4700;
font-weight:normal;
text-decoration:none;
text-transform:uppercase;
}
#pageTitleWrap h1 a{
color:#ba4700;
font-weight:normal;
text-decoration:none;
text-transform:uppercase;
}

#leftContent{
position:relative;
float:left;
width:438px;
padding-right:26px;
padding-left:4px;
}

#leftContent h1, #leftContent h1 a{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#1e3555;
font-weight:normal;
text-decoration:none;
}
#leftContent h1 a:hover{
color:#921500;
text-decoration:none;
}

#leftContent h3, #leftContent h3 a{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:17px;
color:#4e2929;
font-weight:normal;
text-decoration:none;
text-transform:uppercase;
}
#leftContent h3 a:hover{
color:#921500;
text-decoration:none;
}


#leftContent p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
display:block;
text-align:justify;
margin-top:10px;
margin-bottom:15px;
line-height:17px;
}
#leftContent p a{
font-weight:bold;
color:#0061c5;
text-decoration:none;
}
#leftContent p a:hover{
font-weight:bold;
color:#921500;
text-decoration:none;
}
.postDate{
margin-top:11px;
display:block;
font-family:Arial, Helvetica, sans-serif;
width:364px;
font-size:11px;
color:#4c4b4b;
font-size:11px;
background:url(../v2_images/hr_dot-1.gif) no-repeat right center;
}
.postDate2{
margin-top:5px;
display:block;
font-family:Arial, Helvetica, sans-serif;
width:364px;
color:#4c4b4b;
font-size:11px;
background:url(../v2_images/hr_dot-1.gif) no-repeat right center;
}

#rightContent{
margin-left:7px;
position:relative;
float:left;
width:486px;
}

#GatorCase{
position:relative;
width:184px;
margin-top:10px;
}
.GatorCaseList{
position:relative;
float:left;
padding-top:55px;
/*margin-left:21px;*/
background:url(../v2_images/gator_casefiles.gif) no-repeat;
width:184px;
}

#zenaidaCase{
position:relative;
width:432px;
margin-top:10px;
}
.zenaidaCaseList{
position:relative;
float:left;

padding-top:55px;
/*margin-left:21px;*/
background:url(../v2_images/Casy_Anthony_Interrogatories.gif) no-repeat;
}
.zenaidaCaseList-item{
margin-left:26px;
padding-left:17px;
background:url(../v2_images/icon_document.jpg) no-repeat top left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin-bottom:8px;
}
.zenaidaCaseList-item a{
text-decoration:none;
color:#063f8e;
}
.zenaidaCaseList-item a:hover{
text-decoration:none;
color:#921500;
}
.zenaidaCaseIMG{
position:relative;
float:left;
width:124px;
}
.zenaidaDonate{
position:relative;
float:left;
margin-left:11px;
width:297px;
height:132px;
}

.sectionTitle{
margin-top:40px;
/*margin-top:55px;*/
color:#4e2929;
background:url(../v2_images/leftCol_headers.gif) repeat-x;
height:24px;
padding-top:5px;
padding-left:8px;
}
#cityStats{
width:670px;
position:relative;
margin-bottom:40px;
}
.cityStats_atlanta{
background:url(../v2_images/city_GA-atlanta.gif);
width:137px;
height:318px;
position:relative;
float:left;
}
.cityStats_img{
background:url(../v2_images/catastrophic_accidents.jpg) no-repeat;
width:137px;
height:350px;
position:relative;
float:left;
}
.cityStats_stats{
position:relative;
float:right;
width:533px; 
}
.cityStats_statsTitle{
background:url(../v2_images/cityStats_title.gif) no-repeat;
width:492px;
padding-top:5px;
height:24px;
padding-left:41px;
}
.cityStats_statsBody{
width:511px;
padding-right:20px;
border-collapse:collapse;
border-left: dashed 1px #cccccc;
border-right: dashed 1px #cccccc;
border-bottom: dashed 1px #cccccc;
}
.CitysectionTitle{
position:relative;
margin-top:1px;
/*color:#4e2929; */
color:#003399;
background:url(../v2_images/leftCol_headers.gif) repeat-x;
height:20px;
padding-top:8px;
padding-left:20px;
width:702px;
text-transform:uppercase;
}
.CitysectionTitle2{
position:relative;
margin-top:1px;
color:#4e2929;
background:url(../v2_images/leftCol_headers.gif) repeat-x;
height:20px;
padding-top:4px;
padding-bottom:4px;
padding-left:20px;
width:654px;
text-transform:uppercase;
}
.left-HR{
background:url(../v2_images/hr_shadow.gif) no-repeat;
width:436px;
height:23px;
margin-bottom:10px;
}
.leftBoxIMG{
position:relative;
float:left;
height:94px;
width:124px;
padding:15px 20px 20px 0px;
}
.leftBoxIMG-breaking{
position:relative;
float:left;
width:190px;
padding:15px 20px 20px 0px;
font-weight:normal;
}
.leftBoxIMG-promo{
position:relative;
float:left;
width:209px;
padding:15px 20px 20px 0px;
font-weight:normal;
}
.breakingC2A{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
color:#990000;
font-size:11px;
}
#OrangeForm{
margin-left:30px;
width:425px;
position:relative;
}
.orangeForm-input{
font-size:11px;
width:167px;
padding-left:5px;
border:solid 1px #be8f00;
margin-bottom:5px;
}

.orangeForm-top{
background:url(../v2_images/orangeForm-top.gif) no-repeat;
width:425px;
height:93px;
}
.orangeForm-body{
background:url(../v2_images/orangeForm-body.gif) repeat-y;
width:383px;
padding:4px 23px 0px 19px;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#000000;
text-transform:uppercase;
}
.orangeForm-foot{
background:url(../v2_images/orangeForm-foot.gif) no-repeat;
width:425px;
height:5px;
}
#rightContentWrap{
margin-top:35px;
margin-left:30px;
width:425px;
position:relative;
}

/*
#rightContentWrap ul{
font-family:Arial, Helvetica, sans-serif;
display:block;
margin-left:20px;
padding-left:40px;
margin-top:15px;
margin-bottom:15px;
line-height:normal;
}
#rightContentWrap li{
line-height:normal;
list-style-type:disc;
font-size:11px; 
line-height:normal;
}
#rightContentWrap li a{
color:#0061c5;
text-decoration:none;
}
#rightContentWrap li a:hover{
text-decoration:underline;
color:#990000;
}
#rightContentWrap ul li{
display:list-item;
margin:0px 0px 6px 0px;
padding:0px 0px 0px 0px;
line-height:normal;
}*/
#rightContentWrap p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
display:block;
text-align:justify;
margin-top:10px;
margin-bottom:15px;
line-height:17px;
}
#rightContentWrap p a{
font-weight:bold;
color:#0061c5;
text-decoration:none;
}
#rightContentWrap p a:hover{
font-weight:bold;
color:#921500;
text-decoration:none;
}

#rightContent-leftCol{
float:left;
width:200px;
}
#rightContent-rightCol{
float:right;
width:200px;
border-left: dashed 1px #cccccc;
padding-left:14px;
}
#rightContentWrap h1, #rightContentWrap h1 a{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#1e3555;
font-weight:normal;
text-decoration:none;
}
#rightContentWrap h1 a:hover{
color:#921500;
text-decoration:none;
}
/* --- */
#rightContentWrap h2, #rightContentWrap h2 a{
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#1e3555;
font-weight:normal;
text-decoration:none;
}
#rightContentWrap h2 a:hover{
color:#921500;
text-decoration:none;
}

#rightContentWrap h3, #rightContentWrap h3 a{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:17px;
color:#4e2929;
font-weight:normal;
text-decoration:none;
text-transform:uppercase;
}
#rightContentWrap h3 a:hover{
color:#921500;
text-decoration:none;
}
.mediaNav{
background:#457ab0;
border-top: solid 1px #959494;
border-bottom: solid 1px #828282;
height:28px;
}
.mediaNavTitle{
text-align:center;
background:#FFFFFF;
border-left:solid 1px #d1d1d1;
border-right:solid 1px #d1d1d1;
}
.VS-item{
margin:12px 0px 12px 0px;
}

.VS-title{
font-size:14px;
font-family:"Times New Roman", Times, serif;
color:#264573;
margin-bottom:1px;
text-transform:uppercase;
}
.VS-title a{
text-decoration:none;
text-transform:uppercase;
font-size:14px;
font-family:"Times New Roman", Times, serif;
color:#264573;
}

.VS-cat, .VS-cat a{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#767a7f;
text-decoration:none;
}
VS-cat a:hover{
color:#990000;
} 
.VS-content-title{
font-size:14px;
font-family:"Times New Roman", Times, serif;
color:#990000;
margin-bottom:1px;
text-transform:uppercase;
}
.VS-content-title a{
text-decoration:none;
text-transform:uppercase;
font-size:14px;
font-family:"Times New Roman", Times, serif;
color:#990000;
}
.VS-content-cat, .VS-content-cat a{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
text-decoration:none;
}
VS-content-cat a:hover{
color:#990000;
} 
.VS-title a:hover{
color:#990000;
}
.VS-hr{
background:url(../v2_images/hr_dot-2.gif) repeat-x;
width:200px;
height:1px;
}

.VS-hr2{
background:url(../v2_images/hr_dot-2.gif) repeat-x;
width:198px;
height:1px;
}
#stateList{
margin-bottom:30px;
margin-top:5px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
#stateList a{
display:block;
text-decoration:none;
color:#000000;
padding-bottom:1px;
margin-bottom:3px;
border-bottom: dotted 1px #cccccc;
}
#stateList a:hover{
text-decoration:underline;
color:#990000;
}
.footerPhone{
margin:0 auto;
width:963px;
padding-top:15px;
font-family:"Times New Roman", Times, serif;
line-height:normal;
color:#690013;
font-size:29px;
}
.footerWrap{
margin:0 auto;
width:963px;
font-size:11px;
font-family:Arial, Helvetica, sans-serif; 
}

#v2_footer{
margin-top:20px;
background:url(../v2_images/footer_BG.gif) repeat-x #e9e9de;
padding-top:20px;
padding-bottom:20px;
}
#v2_footer table tr td{
padding:10px;
}
#v2_footer table  td{
padding:10px;
}
.copyrightbar{
background:#f4f4ed;
padding-top:5px;
padding-bottom:5px;
}
.footer_logo{
position:relative;
float:left;
height:66px;
width:322px;
}
.footer_copywright{
position:relative;
float:left;
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#000000;
margin-top:23px;
margin-left:30px;
}
.breakingLegalTopicsBox{
width:215px;
float:left;
margin-top:15px;
padding-top:5px;
}
.moreLegaltopicsTXT{
color:#0e2f50;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:normal;
}
#moreLegalTopicsBox{
line-height:normal;
font-size:10px;
background:#f6f6f6;
padding:10px;
}
#moreLegalTopicsBox a{
font-family:Arial, Helvetica, sans-serif;
padding-left:10px;
color:#000000;
}
#hotLegaltopicsLIST{
margin-bottom:30px;
}
#hotLegaltopicsLIST ul{
margin-top:3px;
}
#hotLegaltopicsLIST li{
display:block;
margin-left:3px;
padding-left:17px;
margin-bottom:3px;
background:url(../v2_images/icon_document.jpg) no-repeat center left;
}
#hotLegaltopicsLIST li a{
display:block;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
color:#000000;
}
#hotLegaltopicsLIST li a:hover{
color:#990000;
}
.rightColAd{
margin-top:35px;
margin-bottom:35px;
}
#firmNewsBox{
margin-bottom:30px;
border-bottom: dashed 1px #CCCCCC;
padding-bottom:10px;
}
#firmNewsBox h1{
font-size:14px;
}
#firmNewsBox h1 a{
font-size:14px;
}
#firmNewsBox p{
margin-top:0px;
padding-top:0px;
font-size:11px;
}
/*- MEDIA TABS--------------------------- */

    #tabs4 {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size:11px;
	  color:#990000;
      }
    #tabs4 ul {
	  margin:0;
	  padding:5px 0px 0 2px;
	  list-style:none;
      }
    #tabs4 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs4 a {
      float:left;
      background:url("../v2_images/tableft4.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 7px;
      text-decoration:none;
	  
      }
    #tabs4 a span {
      float:left;
      display:block;
      background:url("../v2_images/tabright4.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size:11px;
	color:#000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs4 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs4 a:hover span {
     color:#990000;   
      }
    #tabs4 a:hover {
      background-position:0% -42px;
      }
    #tabs4 a:hover span {
      background-position:100% -42px;
      }  
/* -----  */	
	#fragment-1 p, #fragment-2 p{
	padding:10px; font-size:11px;
	margin:0px;
	}
.mediafragment{
background:#ffffff;
border: solid 1px #CCCCCC;
}
#TICKER{
margin-left:14px;
display:none; 
 overflow:hidden; 
 position:relative; 
 width:960px;
  margin:0 auto;
  padding-top:2px;
}
#TICKER span a{
color:#202020;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
#TICKER span a:hover{
color:#FF0000;
background:#FFFFFF;
text-decoration:none;
}
#BreadBar-interior{
color:#a19b9b;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:10px;
margin-top:5px;
margin-bottom:10px;
}
#BreadBar-interior a{
font-size:12px;
color:#3e73a9;
text-decoration:none;
}
#BreadBar-interior a:hover{
text-decoration:underline;
}
.currentPage{
color:#888888;
font-size:12px;
font-style:italic;
font-family:Arial, Helvetica, sans-serif;
}
#contentForm_wrap{
position:relative;
width:194px;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#000000;
text-transform:uppercase;
}
.contentForm_head{
background:url(../v2_images/contentForm_head.gif) no-repeat;
width:194px;
height:93px;
}
.contentForm_head-single{
background:url(../v2_images/contentForm_head-single.gif) no-repeat;
width:194px;
height:71px;
}
.contentForm_body{
background:url(../v2_images/contentForm_body.gif) repeat-y;
width:189px;
padding-left:5px;
}
.orangeForm-inputContent{
font-size:11px;
width:173px;
height:19px;
padding-left:5px;
border:solid 1px #ab8f3b;
margin-bottom:6px;
margin-bottom:5px;
text-transform:none;
}
.contentForm_foot{
background:url(../v2_images/contentForm_foot.gif) no-repeat;
width:194px;
height:6px;
}
#rightContentWrap2{
margin-top:0px;
margin-left:30px;
width:425px;
position:relative;
}
#rightContentWrap2 p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
display:block;
text-align:justify;
margin-top:10px;
margin-bottom:15px;
line-height:17px;
}
#rightContentWrap2 p a{
font-weight:bold;
color:#0061c5;
text-decoration:none;
}
#rightContentWrap2 p a:hover{
font-weight:bold;
color:#921500;
text-decoration:none;
}
#rightContentWrap2 h1, #rightContentWrap2 h1 a{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#1e3555;
font-weight:normal;
text-decoration:none;
}
#rightContentWrap2 h1 a:hover{
color:#921500;
text-decoration:none;
}
/* --- */
#rightContentWrap2 h2, #rightContentWrap2 h2 a{
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#1e3555;
font-weight:normal;
text-decoration:none;
}
#rightContentWrap2 h2 a:hover{
color:#921500;
text-decoration:none;
}

#rightContentWrap2 h3, #rightContentWrap2 h3 a{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:17px;
color:#4e2929;
font-weight:normal;
text-decoration:none;
text-transform:uppercase;
}
#rightContentWrap2 h3 a:hover{
color:#921500;
text-decoration:none;
}
.VS-snipit{
margin-top:5px;
font-size:12px;
}
.VS-snipit a{
text-decoration:none;
color:#006699;
}
.VS-snipit a:hover{
text-decoration:underline;
color:#006699;
}
#interiorContent{
position:relative;
background:url(../v2_images/contentTitle-box.jpg) bottom no-repeat;
width:468px;
padding-bottom:23px;
margin-bottom:10px;
}
#interiorContent h1{
font-size:30px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#003c67;
}
#contentItemList{
font-family:Arial, Helvetica, sans-serif;
}
#contentItemList ul{
margin:20px 0px 20px 20px;
padding:0px;
}
#contentItemList li{
background:url(../v2_images/bullet_contentItem.gif) no-repeat top left;
background-position:0px 5px;
padding-left:20px;
font-size:12px; 
color:#003c67; margin-bottom:8px;
}
#contentItemList li a{
color:#003c67;
text-decoration:none;
}
#contentItemList li a:hover{
color:#990000;
text-decoration:underline;
}

.contentSubList{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
border-top:dashed 1px #CCCCCC;
padding-top:20px;
margin-top:0px;

}
#contentItemList-sml{
font-family:Arial, Helvetica, sans-serif;
}
#contentItemList-sml ul{
margin:20px 0px 20px 0px;
padding:0px;
}
#contentItemList-sml li{
background:url(../v2_images/bullet_contentItem.gif) no-repeat top left;
background-position:0px 5px;
padding-left:20px;
font-size:11px; 
color:#003c67; 
margin-bottom:8px;
}
#contentItemList-sml li a{
color:#003c67;
text-decoration:none;
}
#contentItemList-sml li a:hover{
color:#990000;
text-decoration:underline;
}
/* */
#contentItemList-sml2{
font-family:Arial, Helvetica, sans-serif;
}
#contentItemList-sml2 ul{
margin:20px 0px 10px 0px;
padding:0px;
}
#contentItemList-sml2 li{
padding-left:0px;
font-size:11px; 
color:#003c67; 
margin-bottom:4px;
}
#contentItemList-sml2 li a{
color:#003c67;
text-decoration:none;
}
#contentItemList-sml2 li a:hover{
color:#990000;
text-decoration:underline;
}

.alertNewsLetter{
position:relative;
width:437px;
font-size:11px; font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}
.alertNewsLetter-top{
background:url(../v2_images/alert-signup-top.gif) no-repeat;
width:312px;
padding-left:116px;
padding-right:9px;
padding-top:24px;
}
.alertNewsLetter-foot{
background:url(../v2_images/alert-signup-foot.gif) no-repeat;
width:437px;
height:15px;
}


/* the overlayed element */
div.overlay {
	/* growing background image */
	background-image:url(../images/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
#alert {
	width:350px;		
}
 
#alert h2 {
	background-image:url(../images/alert.png);
	background-position:6px center;	
	background-repeat:no-repeat;
	padding:10px 0 10px 60px;		
	margin-top:-10px;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
}
/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:400px; width:600px; background-color:#fff; border:3px solid #ccc;}
#simplemodal-container a.modalCloseImg {background:url(../images/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}

/* IE 6 hacks 
#simplemodal-container a.modalCloseImg {background:none; right:-14px; width:22px; height:26px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/basic/x.png',sizingMethod='scale');}*/
.supportWrap{
background:url(../images/supportBG.gif) repeat-x bottom #ffffff;
padding-top:20px;
padding-bottom:20px;
}
.redbullet{
background:url(../images/bullet-red.gif) no-repeat top left;
padding-left:14px;
display:block;
}
/* TICKER    */
.tickerContain{
position:relative;
width:960px;
margin:0 auto;
}

.tickercontainer {
width: 960px; 
height: 28px; 
padding: 0;
overflow: hidden; 
position:relative;
}
.tickercontainer .mask { 
position: relative;
top: 8px;
width:958px;
white-space:nowrap;
overflow: hidden;
}
ul.newsticker {
position: relative;
left: 958px;
font-family:"Times New Roman", Times, serif;
text-transform:none;
font-weight:normal;
font-size:12px;
list-style-type: none;
margin: 0;
padding: 0;
line-height:normal;
 
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
line-height:normal;
}
ul.newsticker a {
white-space: nowrap;
padding: 0px 20px 0px 0px;
color:#000000;
margin: 0 50px 0 0;
text-decoration:none;
border-right: solid 1px #999999;
} 
ul.newsticker span {
margin: 0 20px 0 0;
line-height:normal;
} 
.tickerWrap{
height:28px;
position:relative;
}
#ticker01{

}