/************* START: Main layout styles *************************/
body {
    font-size:75%;
    background:#fff;
    font-family:"trebuchet MS", verdana, arial, helvetica, sans-serif;
    text-align:left; 
    color:#333;
    margin:0;
    padding:0;
    text-align:center;
    /* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
    background: #000000;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #ffffff, #000000);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#000000));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#000000', GradientType=0);    
}
acronym, abbr {cursor:help;}
#skipcontent {width:1px; height:1px;}
div#page_outer {
    padding:0;
    width:845px;
    margin:  0 auto;
    text-align: left;
    position: relative;
}
sup {font-size: 0.8em; vertical-align: text-top;}
sub {font-size: 0.8em; vertical-align: text-bottom;}
    
#page_rightborder {
    padding-right:0px;
    background:url(../images/bg_page_rightborder.gif) top right repeat-y transparent;
    width:845px;
    
}
#page_bottomborder {
    padding-bottom:0px;
    padding-right:0px;
    background:url(../images/bg_page_bottomborder.gif) bottom left repeat-x transparent;
}
#page_corner {
    padding-bottom:2px;
    padding-right:3px;
    background:url(../images/bg_page_corner.gif) bottom right no-repeat transparent;
}
#page {
    margin:0;
    padding:0;
    border:#cccccc 1px solid;
    float:left;
    width:840px;
}
div#page_inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:20px;
    float:left;
}
.textlinks {
  position:absolute;
  margin-left:-999px;
}
#skip a, #skip a:hover, #skip a:visited {position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden;}
#skip a:active, #skip a:focus {
color:#fff; top:0px; background:#c4130d; font-size:1em; display:block; padding:0.5em; border:1px dashed; border-color:#ffffff;white-space:nowrap; width:15em; text-align:center; font-weight:bold; position:absolute; height:auto; z-index:100;}
/************* START: General content styles *******************/
h1, h2, h3, h4, h5, h6 {color:#bb0604;}
div, h1, h2, h3, h4, h5, h6, p, ul, li, img, label, input, form {
    margin:0;
    padding:0;
}    
/* h3 {padding-bottom:3px; font-size:1em;} */
ul /*, li */ {
    list-style: none;
}
p {
    padding-bottom:0.7em;
    font-family:"trebuchet MS", verdana, arial, helvetica, sans-serif;
    font-size:1em;
    color:#555555;
}
img {
    border: none;
}
.clear {
    clear:both;
    height:1px;
    font-size: 0;
    overflow:hidden;
    padding:0;
    margin:0;
}    
.noborder {
    border:none;
}
.hidden {
    display: none;
}
.unhidden {
    display: block;
}
.strong {
    font-weight:bold;
}
.red {
    color:#c60705;
}
.wraggered {color:#bb0604;}
.email {
color:#c60705;
text-decoration:none;
}
.email a{
    color:#c60705;
}
.email a:hover{
    color:#c60705;
    text-decoration:underline;
}
.email a:active{
    color:#c60705;
    text-decoration:underline;
}
.email a:focus{
    color:#c60705;
    text-decoration:underline;
}
a {
    color:#bb0604;
}
a:hover {
    text-decoration:underline;
}
a:active {
    text-decoration:underline;
}
a:focus {
    text-decoration:underline;
}
a.redarrow {
        background:url(../images/bg_red_arrow_li.gif) no-repeat 0 0.4em transparent;
        padding-left:9px;
}
.hide {display:none; visibility:hidden;}
/*************** START: Menus and Tabs ****************/
.menu {
    float:left;
}
.tabs {
    float:left;
}
/* Breadcrumb */
div.breadcrumb {
    padding:0px;/*6*/
    /*margin-bottom:5px;*/
    margin:0;
    min-height:21px;
    float:left;
    padding-left:10px;
}
div.nopadding {
    padding-left:0;
    float:none;
}
div.nopaddingleft {
    padding-left:0;
}
div.nopaddingtop {
    padding-top:0px;
}
#nopad {
    padding-left:0px;
    margin:0;
    width:170px;
}
div.breadcrumb ul li a {
    color:#555555;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
}
div.breadcrumb ul li {
    float:left;
    text-decoration:none;
    font-size:0.9em;
    color:#555555;
    background:url(../images/bg_breadcrumb_li.gif) no-repeat 0 55%;
    padding: 0 8px 0 10px;
}
div.breadcrumb a {
    display: inline;
    float: left;
    font-family:Arial, Helvetica, sans-serif;
    color:#555555;
    text-decoration:none;
    font-weight: normal;
    
}
div.breadcrumb li a:hover {
    text-decoration:underline;
}
div.breadcrumb li a:active {
    color: #555;
    text-decoration:underline;    
}
div.breadcrumb li a:focus {
    text-decoration:underline;
}
div.breadcrumb li.selected {
    font-weight:bolder;
    color:#000;
}
div.breadcrumb ul li.first  {
    padding-left:0;
    background:none;
}
div.breadcrumb ul li.first a {
    display: inline;
    float: left;
    font-family:Arial, Helvetica, sans-serif;
    color:#555555;
    text-decoration:none;
    font-weight: normal;
}
div.breadcrumb ul li.first a:hover {
    color: #555;
    text-decoration:underline;    ;
}
div.breadcrumb ul li.first a:active {
    color: #555;
    text-decoration:underline;    
}
div.breadcrumb ul li.first a:focus {
    color: #555;
    text-decoration:underline;    
}
/* Intro Head */
.intro {
    width:417px;
    border-bottom:#e5e5e5 1px solid;
    min-height:110px; /* Shaun */
    position:relative;
}
.introwide {
    width:617px;
    border-bottom:#e5e5e5 1px solid;
    min-height:110px; /* Shaun */
    position:relative;
}
.intro_small{
    min-height:57px;
}
div.introhead {
    position:absolute;
    top:4px;
    left:0px;
}
/*************** START: Header ****************/
#header {
    width:800px;
    padding:0px;
    margin:0px;
    min-height:76px;
}
.header_top {
    padding:0px;
    margin:0px;
}
div.header_bottom {
    padding:0px;
    margin:0px;
    background:url(../images/bg_search.gif) repeat-x top left #708279;
    width: 800px;
    float:left;
}
div.header_bottom div.tr {
    background: url(../images/bg_search_topGreen.gif) top right no-repeat transparent;
}
div.header_bottom div.br {
    background: url(../images/bg_search_bottomGreen.gif) bottom right no-repeat transparent;
}
.header_left {
    padding-top:17px;
    padding-bottom:15px;
    width:680px;
    float: left;
}
.header_right {
    float: left;
    width: 120px;
    padding-bottom:20px;
}
/*************** START: Main_nav ****************/
div.clear {
    clear: both;
    height: 1px;
    padding:0;
    margin:0;
    font-size: 1px;
    overflow: hidden;
}
div.nav {
    float: left;
    background:url(../images/bg_topnav_link.gif) bottom left repeat-x #97a59e;
    width: 600px;
}
/* Links */
ul#main-nav {
    list-style: none;
    padding:0;
    margin:0;
}
ul#main-nav li {
    list-style: none;
    position:relative;
    display:inline;
    float: left;    
    background:url(../images/bg_topnav_but_divider.gif) no-repeat 0 0.3em;
    padding-left:2px;
}
ul#main-nav li ul {
    display: none;
} 
ul#main-nav li a {
    padding: 3px 15px 4px 15px;    
    min-height: 15px;
    display: block;
    float: left;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
* html ul#main-nav li a {
    height: 15px;    
}
#main-nav li a:hover {
    background:url(../images/bg_topnav_link_hover.gif) repeat-x bottom left #cc201e;
}
#main-nav li a:active {
    background:url(../images/bg_topnav_link_hover.gif) repeat-x bottom left #cc201e;
}
#main-nav li a:focus {
    background:url(../images/bg_topnav_link_hover.gif) repeat-x bottom left #cc201e;
}
#main-nav li a.selected {
    background:url(../images/bg_topnav_link_hover.gif) repeat-x bottom left #cc201e;
}
/* Class: first */
ul#main-nav li.first {
    background:none;
    padding-left:0px;
}
ul#main-nav li.first a {
    /* padding:0; */
    height: auto;
    display:block;    
    background:url(../images/bg_topnav_topGreen.gif) top left no-repeat;
}
ul#main-nav li.first a span.bottomleft {
    padding: 3px 15px 4px 15px;
    min-height: 15px;
    display:block;
    background:url(../images/bg_topnav_bottomGreen.gif) bottom left no-repeat;
    cursor: pointer;
}
* html ul#main-nav li.first a span.bottomleft {
    cursor: pointer;
}
ul#main-nav li.first a:hover {
    background:url(../images/bg_topnav_link_hover.gif) repeat-x bottom left #cc201e;color:#fff;
}
ul#main-nav li.first a.sfhover {
    background:url(../images/bg_topnav_link_hover.gif) repeat-x bottom left #cc201e;color:#fff;
}
ul#main-nav li.first a:focus {
    background:url(../images/bg_topnav_link_hover.gif) repeat-x bottom left #cc201e;color:#fff;
}
ul#main-nav li.first a.selected{
    background:url(../images/bg_topnav_link_hover.gif) repeat-x bottom left #cc201e;
}
ul#main-nav li.first a:hover span.topleft {
    padding:0;
    display:block;
    background:url(../images/bg_topnav_bottomRed.gif) bottom left no-repeat transparent;
    
}
ul#main-nav li.first a:hover span span.bottomleft {    
    background:url(../images/bg_topnav_topRed.gif) top left no-repeat transparent;
}
ul#main-nav li.first a.selected span.topleft {
    padding:0;
    display:block;
    background:url(../images/bg_topnav_bottomRed.gif) bottom left no-repeat transparent;
}
ul#main-nav li.first a.selected span span.bottomleft {    
    background:url(../images/bg_topnav_topRed.gif) top left no-repeat transparent;
}
/* Drop down menu */
#main-nav li ul {
    display:none;
    padding:0;
    padding-right:0px;
    padding-left:0px;
    width:240px;    
    position:absolute;
    top: 100%;
    left:-999em;    
}
#main-nav li li {
    width: 240px;
    background:#eaeaea;
    float:left;
    padding:0;
}
ul#main-nav li:hover ul {
    display:block !important;
    left:auto;
    margin:0;
    z-index: 100 !important;
}
ul#main-nav li.sfhover ul {
    display:block !important;
    left:0;
    margin:0;
    z-index: 100;
}
#main-nav a { 
    float: left;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
    font-weight:bold;    
    padding: 3px 14px 4px 14.5px;
    min-height: 0px;
    white-space:nowrap;
}
#main-nav li ul li a {
    color: #000;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
    font-weight:bold;
    width:210px;
       background:url(../images/bg_main_nav_black_li.gif) no-repeat 3% 60%;
}
#main-nav li ul li a:hover {
    background:url(../images/bg_main_nav_li.gif) no-repeat 3% 60%;
    color:#fff;
}
#main-nav li ul li:hover {
    background:#8b9992;
}
#main-nav li ul li a:focus {
    background:url(../images/bg_main_nav_li.gif) no-repeat 3% 60%;
    color:#fff;
}
#main-nav li ul li a.sfhover {
    background:url(../images/bg_main_nav_li.gif) no-repeat 3% 60%;
    color:#fff;
}
#main-nav li ul li.sfhover {
    background:#8b9992;
    color:#fff;
}
/* First drop down menu */
#main-nav li.first ul li a {
    color: #000;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
    font-weight:bold;
    padding: 3px 15px 4px 15px;      
    width:210px;
    background:url(../images/bg_main_nav_black_li.gif) no-repeat 3% 60%;
}
#main-nav li.first ul li a:hover {
    background:url(../images/bg_main_nav_li.gif) no-repeat 3% 60% #8b9992;
}
#main-nav li.first ul li:hover {
    background:url(../images/bg_topnav_link_hover.gif) repeat-x bottom left #8b9992;
}
#main-nav li.first ul li a.sfhover {
       background:url(../images/bg_main_nav_li.gif) no-repeat 3% 60% #8b9992;
}
#main-nav li.first ul li a:focus {
    background:url(../images/bg_main_nav_li.gif) no-repeat 3% 60%;
}
/* 
' JF  - Remove due to issue with Mac browser
#main-nav li.last a:hover {
    padding-right:34.8px; 
}
#main-nav li.last a:focus {
    padding-right:34.8px; 
}
#main-nav li.last a:active {
    padding-right:34.8px; 
}
 */
/*************** START: Search ****************/
/*******************************************************************/
/* Search */
div.search {
    float: left;
    width: 199px;
    color: #fff;
}
div.header_bottom div.clear {
    margin-top: -1px;
}
html>body div.header_bottom div.clear {
    height: 0;
} 
div.search form {
    padding:0 0 0 2px;
    margin:0;
}
div.search form p {
    margin:0;
    padding:0;
    font-weight: bold;
}
div.search form label {
    padding: 3px 5px 2px 2px;
    min-height: 15px;
    margin:0;
    display: block;
    color:#fff;
    float: left;
    text-transform: uppercase;
}
div.search form input.search_box {
    width: 8.2em;
    font-size:0.95em;
    float: left;
    display: block;
    margin-top: 1px;
    margin-right: 4px;
    padding-bottom:0px;
    padding-left:1px;
}
div.search form input#find {
    font-size: 1em;
    border: none;
    font-family:Arial, Helvetica, sans-serif;
    color:#ffffff;
    background:none; 
    cursor:pointer; 
    font-weight: bold;
    padding:0;
    margin-top: 2px;
    text-transform: uppercase;
    float: left;
}
/*************** START: Footer ****************/
#footer {
    width:840px;
    background:#eaeaea;
    padding-top:5px;
    padding-bottom:4px;
    float:left;
}
#footer p {
    padding:0;
    padding-left:20px;
    padding-bottom:0px;    
}
#footer_links {
    float:left;
    margin-top:5px;
}
#footer ul {
    padding-left:10px;
}
#footer ul li {
    display:inline;
    padding:0;
    margin:0;
    float:left;
    text-align: center;
    background:url(../images/bg_footer_links.gif) right repeat-y;
    padding-right:0px;
    padding-left:2px;
}
#footer ul li a {
    display: block;
    float: left;
    color: #555555;    
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.9em;
    padding: 0px 10px 0px 10px;
    text-decoration:none;
}
#footer ul li a:hover {
    color: #000;
    text-decoration:underline;
}
#footer ul li a:active{
    color: #000;
    text-decoration:underline;    
}
#footer ul li a:focus{
    color: #000;
    text-decoration:underline;    
}
.rssfeed {
    float:right;
    vertical-align:bottom;
    margin-right:21px;
}
.leftfloat{float:left;}
/*************** START: Copyright ****************/
#copyright {
    width:800px;
    padding-top:5px;
    padding-bottom:4px;
    float:left;
    padding-left:21px;
}
#copyright p{
    color:#999999;
    font-size:0.8em;
}
/****************************************************************** START: Content ***********************************************************************************/
/*********************************************************************************************************************************************************************/
#content {
    width:800px;
    padding-top:10px;
    height:524px;
}
#home_content {
    width:800px;
    padding-top:7px;
}
#toppad_five {
    background:red;
}
#textbody {
    float:left;
    width:417px;
}
#textbodywide {
    float:left;
    width:617px;
}
div.textbody p {
    font-size:1em;
}
div.keycontact p {text-align:left;}
div.textbodywide p {
    font-size:1em;
}
/*************** START: Left Col ****************/
.left_col {
    width:163px;   
}
/*************** START: Left Col Long ****************/
.left_col_long {
    float:left;
    width:590px;
}
.left_col_long h1 {padding-bottom:2px;}
.left_col_long p {font-size:1em;}
/*************** START: Right Col Long ****************/
.right_col_long {
    float:left;
    width:627px;
    margin-left:10px;
}
/*************** START: Middle Col ****************/
.middle_col {
    float:left;
    width:417px;
}
div.middle_col h1.newstitle {font-size:1.4em; padding:3px 0 3px 0;}
div.middle_col h2:first-child {font-size:1.3em; padding:3px 0 3px 0;}
div.middle_col h2 {font-size:1.3em; padding:15px 0 3px 0;}
div.middle_col h3 {font-size:1.1em; padding:5px 0 3px 0;}
div.middle_col h4 {font-size:1em;  padding:5px 0 3px 0;}
div.middle_col h5 {font-size:0.9em; padding:5px 0 3px 0;}
div.middle_col h6 {font-size:0.8em; padding:5px 0 3px 0;}
div.middle_col li {padding-bottom:0.7em; font-size:1em; color:#555555;}

/*************** START: Right Col ****************/
.right_col {
    float:left;
    width:210px;
    margin-top:1px;
    padding-top:0px;
}
/***************************************************************** START: Left Col Menu *************************************************************************/
.left_col div.menu {
    padding-top:0px;
    float:left;
    width:163px;
}
.left_col div.menu p {
    padding:0;
    margin:0;
    color: #000;    
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bolder;
    letter-spacing:-1px;
}
.left_col div.menu div.tabs li {
    padding:0;
    margin:0;
    width:161px;
}
.left_col div.menu div.tabs a {
    text-decoration:none;
    color:#555555;
    font-family:Arial, Helvetica, sans-serif;
    padding: 3px 2px 3px 12px;
    display:block;
    border:1px solid #c5cbc4;
    margin-bottom: 3px;
}
.left_col div.menu div.tabs a.selected {
    font-weight:bold;
}
.left_col div.menu div.tabs li ul li {
    background-color: #fff;
}
 
.left_col div.menu div.tabs li ul li a {
    padding: 1px 2px 2px 24px;
    background-color: #ddd;
    font-size: 0.9em;
    margin-bottom: 2px;
}
/********************************************************************* START: Right Col Menu *************************************************************************/
div.right_col div.menu {
    padding-left:26px;
    float:right;
}
div.right_col div.contacts {
    padding-left:0px;
    float:right;
}
div.floatright {
    float:right;
}
div.right_col div.menu ul li {
    padding-bottom:10px;
}
div.right_col div.menu ul li a {
    background:url(../images/bg_aboutus_rightcol_li.gif) no-repeat 0px 0.2em transparent;
    font-family:Arial, Helvetica, sans-serif;
    font-size:1em;
    color:#bb0604;
    text-decoration:none;
    padding-left:10px;
    font-weight:bold;
}
div.right_col div.menu ul li a:visited {
    text-decoration:none;
}
div.right_col div.menu ul li a:hover {
    text-decoration:underline;
}
div.right_col div.menu ul li a:active {
    text-decoration:underline;
}
div.right_col div.menu ul li a:focus {
    text-decoration:underline;
}
div.right_col div.menu ul li p {
    font-family:Arial, Helvetica, sans-serif;
    font-size:1em;
    color:#555555;
    padding:0;
}
div.right_col div.menu h3{
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.9em;
    font-weight:bold;
    padding:0;
}
/********************************************************************* START: Rounded Corner boxes *******************************************************************/
.rounded_box {
    background:url(../images/bg_rounded_box_body.gif) repeat-y top left;
    width:580px;
    /*border-bottom:1px solid #cfcec8;*/
    padding:5px 5px 5px 5px;
    clear:both;
    height:28px;
    
}
.rounded_box_top {
    padding-top:2px;    
    background:url(../images/bg_rounded_box_top.gif) no-repeat top left transparent;    
    padding-bottom:0px;
    clear:both;
    position:relative;
}
.rounded_box_bot {
    padding-bottom:2px;    
    background:url(../images/bg_rounded_box_bottom.gif) no-repeat bottom left transparent;    
    clear:both;
    margin-bottom:10px;
}
.rounded_box_two {
    background:url(../images/bg_rounded_box_body_two.gif) repeat-y top left;
    clear:both;
    padding:0;
    margin:0;
    
    
}
.rounded_box_top_two {
    padding-top:2px;    
    background:url(../images/bg_rounded_box_top_two.gif) no-repeat top left transparent;    
    padding-bottom:0px;
    clear:both;
    position:relative;
    width:405px;
}
.rounded_box_bot_two {
    padding-bottom:2px;    
    background:url(../images/bg_rounded_box_bottom_two.gif) no-repeat bottom left transparent;    
    clear:both;
    margin-bottom:10px;
    width:405px;
}
/*************************************************************** START: Homepage ********************************************************************************/
.home_intro {
    padding:0;
    margin:0;
    width:780px;
    background:#f4f2ec;
    float:left;
    padding:10px 10px 10px 10px;
    margin-bottom:10px;
}
.home_intro_welcome {
    padding-right:10px;
    float:left;
}
.home_intro div.right_col {
    padding:0;
    margin:0;
    float:left;
    width:179px;
}
.home_intro div.menu {
    padding-top:18px;
    float:left;
    width:169px;
}
.home_intro div.menu p {
    padding:0;
    margin:0;
    color: #000;    
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.9em;
    font-weight:bolder;
    letter-spacing:-1px;
}
.home_intro div.menu div.tabs ul {
    margin-top:5px;
}
.home_intro div.menu div.tabs li {
    padding:0;
    margin:0;
    width:175px;
    background:url(../images/bg_menu_tabs_grad.gif) bottom left repeat-x #fff;
    border:1px solid #c5cbc4;
    min-height:16px;
    margin-bottom:1px;
    padding-left:0px;
    padding-right:2px;
    min-height:18px;
    /*padding-top:2px;*/
    
    
}
.home_intro div.menu div.tabs li a {
    background:url(../images/bg_red_arrow_li.gif) no-repeat 5px 0.6em transparent;
    text-decoration:none;
    color:#000000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.9em;
    padding-left:12px;
    display:block;
    padding-top:2px;
    
}
.home_intro div.menu div.tabs li a:hover {
    color:#555555;
}
.home_intro div.menu div.tabs li a:active {
    color:#555555;
}
.home_intro div.menu div.tabs li a:focus {
    color:#555555;
}
.home_intro div.menu div.tabs li a.selected {
    color:#555555;
}
.home_intro_bottom {
    float:left;
}
.home_intro_bottom_cols {
    background:url(../images/bg_home_bot_cols_divider.gif) repeat-y right top;
    padding-right:14px;
    padding-left:7px;
    position:relative;
    width:179px;
}
.home_intro_bottom_cols p {
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.9em;
    color:#000000;
    padding-left:2px;
}
.home_intro_bottom_cols h2 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.9em;
    color:#000000;
    font-weight:bold;
    padding-bottom:5px;
    padding-left:2px;
    margin-left:0;
}
.home_intro_bottom_cols a {
    background:url(../images/bg_red_arrow_li.gif) no-repeat 0px 0.5em transparent;
    text-decoration:none;
    padding-left:8px;
}
.home_intro_bottom_cols a:hover {
    text-decoration:underline;
    padding-left:8px;
}
.home_intro_bottom_cols a:focus {
    text-decoration:underline;
    padding-left:8px;
}
.change {
    position:absolute;
    top:0px;
    left:97px;
    padding-top:5px;
    width:100px;
}
.first {
    padding-left:0px;
}
.noback {
    background:none;
}
    
.email_updates {
    width:189px;
    min-height:148px;
    float:left;    
   /* border:1px solid #dfdfdf; */
    margin-left:15px;
    position:relative;
   /* background:url(../images/bg_home_bot_cols_email_grad.gif) top left repeat-x #e5e5e5; */
}
.email_updates div.img {
    padding-bottom: 1px;
    float:left;
}
.email_updates div.txt {
    height:148px;
}
.email_updates div.txt p {
    color:#000000;
    padding-bottom:1px;
}
.email_updates p {
    font-family:Arial, Helvetica, sans-serif;
    color:#000000;
    padding-bottom:1px;
}
.email_but_wrap{
    width:65px;
    position:absolute;
    bottom:0;
    right:0;
    padding-bottom:12px;
    padding-right:10px;
}
.email_reg_button {
    background:url(../images/bg_home_email_but_grad.gif) repeat-y top #94a39b;    
}
/************************************************** START: Intro Panel *******************************************/
.intro_panel_intro {
    width:417px;
    min-height:200px;
    position:relative;
}
.intro_panel_intro div.text {
    position:absolute;
    top:0;
    right:0;
    width:282px;
    min-height:120px;
    padding: 10px 0px 10px 10px;
   /* background:#f4f2ec; */
}
.intro_panel_intro div.text p {
    padding-top:4px;
}
.cr_intro_panel_intro {
    width:417px;
    min-height:200px;
    position:relative;
}
.cr_intro_panel_intro div.text {
    position:absolute;
    top:0;
    right:0;
    width:282px;
    min-height:120px;
    padding: 10px 0px 10px 10px;
    background:#fcf4f1;
}
.cr_intro_panel_intro div.text p {
    padding-top:4px;
}
div.intro_panel div.right_col {
    padding:0;
    padding-top:0px;
    margin-left:0;
}
div.intro_panel div.middle_col div.textbody {
    width:415px;
    margin-top:10px;
    float:left;
}
div.textbodywide {
    width:615px;
    margin-top:10px;
    float:left;
}
div.intro_panel div.middle_col div.textbody div.textbodywide p {
    color:#555555;}
div.intro_panel div.middle_col div.textbody div.textbodywide  h2{
    font-family:Arial, Helvetica, sans-serif;
    color:#555555;
    font-weight:bold;
}
/***** Start: Our History ******/
/* div.ourhistory {
    width:415px;
} */
div.ourhistory_intro {
    position:relative;
    /* width:417px;
    border-bottom:#e5e5e5 1px solid; 
    min-height:100px; */
    padding-bottom:15px;
}
div.ourhistory_intro div.introimg {
    padding:0;
    margin:0;
    position:absolute;
    top:-15px;
    right:30px;
}
div.ourhistory_intro div.introhead {
    position:absolute;
    top:4px;
    left:0px;
}
div.middle_col div.ourhistory div.textbody div.textbodywide {
    padding:0;
    margin:0px;
    padding-left:10px;
    padding-top:10px;
    border-left:1px solid #c60705;
    float:left;
}
div.middle_col div.ourhistory div.textbody div.textbodywide div.imageholder {
    float:left;
    margin-bottom:10px;
    margin-right:10px;
}
/***** Start: Cut to the chase ******/
.faq {
    width:584px;
    float:left;
}
.faq p {
    padding:0;
    margin:0;
    text-decoration:none;
    width:530px;
}
.faq p.answer a {
    color:#c60705;
}
.faq p.answer IMG.displayNone {
    display:none;
}
.faq p.displayNone div.displayNone {
    display:none;
}
.faq p.displayBlock {
    display:block;
}
.faq a.inactive {
    text-decoration:none;
    font-weight:bold;
}
.faq a.inactive:hover {
    text-decoration:underline;
}
.faq a.active {
    text-decoration:none;
    color:#000000;
    }
.question {
padding-top:5px !important;
}
.closed {
display:none;
}
.open {
display:block;
}
p.question a {
    color:#c60705;
    text-decoration:none;
    font-weight:bold;
}
p.question a:hover {
    text-decoration:underline;
}
p.question a:active {
    text-decoration:underline;
}
p.question a:focus {
    text-decoration:underline;
}
p.question {
    width:564px;
    padding:0;
    padding-bottom:5px;
    margin:0;
}
div.questbox {
    background:url(../) repeat-y top left;
    border-bottom:1px solid #cfcec8;
    padding-left:10px;
    padding-bottom:5px;
    padding-right:5px;
    padding-top:0px;
    min-height:20px;
    clear:both;
}
div.questbox_wrap {
    padding-top:2px;    
    background:url(../) no-repeat top left transparent;    
    padding-bottom:10px;
    clear:both;
  
}
div.careersbox {
    background:url(../) repeat-y top left;
    border-bottom:1px solid #cfcec8;
    padding-left:10px;
    padding-bottom:5px;
    padding-right:5px;
    padding-top:0px;
    min-height:20px;
    clear:both;
}
div.careersbox_wrap { 
    padding-top:2px;   
    background:url(../) no-repeat top left transparent;    
    padding-bottom:10px;
    clear:both;
}
div.showbutton {
    padding:0;
    margin:0;
    width:50px;
    float:left;
    
}
.questbox img {
    float:right;
}
.imgToggle {
    display:none;
}
/**************************Contact us - Map ******************************/
div.directions {
    padding:0;
    margin:0;
    width:565px;
    min-height:300px;
    position:relative;
}
div.directions div.img {
    border: 1px solid #999;
    position:absolute;
    bottom:0;
    left:0;
    width:369px;
    margin-bottom:5px;
}
div.directions_txt {
    position:absolute;
    bottom:0;
    right:0;
    width:183px;
    margin-bottom:5px;
    text-decoration:none;
}
div.directions_txt p{
    width:183px;
}
div.directions_txt h2{
    font-size:1em;
    font-weight:bold;
}
div.directions_txt_img {
    float:left;width:185px;
    padding-bottom:3px;
}
div.directions_txt_img img{
    float:left;
}
#googlemap {}

/****************************************** Start: Search Right Col **********************************************************/
div.search_rightcol  {
    background:url(../images/bg_search_grid.gif) repeat-y top left;
    width:190px;
    min-height:120px;
    padding-left:10px;
    padding-top:10px;
    float:right;
    
}
div.search_rightcol input.go  {
    /*background:url(../images/bg_search_grid.gif) repeat-y top left;*/
    width:28px;
    float:right;
    border:0px;
    
}
div.search_rightcol_top  {
    background:url(../images/bg_search_top.gif) repeat-y top left;
    padding-top:2px;
    margin-left:0px;
    float:right;
}
.search_right_col {
    padding-top:0px;float:right;
}
.search_right_col_top {
    padding-top:0px;
    width:200px; float:right;
}
div.search_rightcol_bottom  {
    background:url(../images/bg_search_bottom.gif) repeat-y bottom left;
    padding-bottom:2px; float:right;
}
div.search_rightcol select {
    color:#555555;
    width:180px;
    min-height:18px;
    border:1px solid #afafae;
}
div.search_rightcol label {
    padding-right:10px;
}
div.search_rightcol input {
    color:#555555;
    width:175px;
    min-height:18px;
    border:1px solid #c6c5c2;
    padding-left:3px;
    padding-top:1px;
}
div.search_rightcol_button {
    width:180px;
    float:left;
    padding-bottom:10px;
}
div.search_rightcol_button img{
    float:right;
}
/************************************************** Search Results ************************************************************************/
.cleardots {
    clear:both;
    height:1px;
    font-size:1px;
    overflow:hidden;
    border-bottom:1px dotted #ccc;
    margin-bottom:10px;
}
.cleardots_news{
    clear:both;
    height:10px;
    font-size:1px;
    overflow:hidden;
    border-bottom:1px dotted #ccc;
    margin-bottom:10px;
    
}
.results-left {
    padding-left:1px;
    float:left;}
.results-right {
    padding-right:1px;
    float:right;}
.results p {
    color:#000;
    padding-bottom:0px;
    margin:0;}
.results span {
    font-weight:bold;
}
.results a {
    color:#000;
}
.results a.next {
    padding-left:3px;
    text-decoration:underline;
}
.results h2 {
    padding-left:10px;
}
/************************************************** Contact us ************************************************************************/
fieldset {
    padding:0;
    margin:0;
    border:none;
}
fieldset .frmlabel {
    float: left;
    width: 155px;
    padding:3px 0 0 11px;
}
.clr10 {
  height:10px;
  font-size:0;
  clear:both;
}
fieldset span.red,
.red {
    color:#f00001;
}
fieldset input {
    background-color:#fff;
    color:#000;
    padding:1px 1px 2px 5px;
    border:1px solid #ccc;
}
fieldset select {
    padding:1px 1px 2px 2px;
    border:1px solid #ccc;
    width:192px;
}
fieldset textarea {
    padding:1px 1px 2px 5px;
    border:1px solid #ccc;
    font-family: verdana,arial,sans-serif;
    width:360px;
}
.inputbox {
    width:185px
}
.contactus_send {
    width:533px;
    float:left;    
    margin-top:10px;
}
.contactus_send input{
    background:none;
    padding:0;
    border:0;
    float:right;
    
}
.contactus_send img{
    float:right;    
}
.contactus_row {
    width:580px;
    margin-bottom:10px;
    clear:left;
}
.contactus_row label {
    font-weight:bold;
}
/********************************************************************Start: Lawyer Finder ***************************************************************************/
.lawyer_photo {
    border:2px solid #93a29a;
    float:right;
    margin-bottom:10px;
    margin-left:10px;
    vertical-align:top;
}
.lawyer_name {
    float:left;
    margin-bottom:5px;
    margin-top:0px;
}
.lawyer_title {
    float:left;
    width:450px;
    padding:0;
    margin:0;
    /*line-height:0;*/
}
.lawyer_title h2 {
    padding:0;
    margin:0;
    /*display:compact;*/
    vertical-align:baseline;
}
.lawyer_title a {
    padding:0;
    margin:0;
    /*line-height:0;*/
}
.lawyer_post {
    float:left;
    font-weight:bold;
    /*vertical-align:top;*/
    padding:0;
    margin-left:3px;
    /*line-height:0;*/
    width:450px;
    /*vertical-align:baseline;*/
    margin-bottom:5px;
}
.lawyer_text {
    margin:0;
    padding:0;
}
.lawyer_text p:first-child {text-align:left;}
.lawyer_text div.bottom_img {
    padding-top:24px;
    padding-left:40px;
}
.lawyer_text h2 {
    font-size:1em;
    color:#555555;
}
.lawyer_text ul {
    margin: 0px 0px 20px 0px;
    width:400px;
    display:block;
}
.lawyer_text ul li {
    float:left;
    color:#555555;
    background:url(../images/bg_blackstar_li.gif) no-repeat 0 0.4em;
    padding: 0 8px 10px 10px;
    padding-bottom:5px
}
#facebox ul li, .textbody ul li {
    color:#555555;
    background:url(../images/bg_blackstar_li.gif) no-repeat 0 0.4em;
    padding: 0 8px 10px 10px;
    padding-bottom:5px
}
#facebox ul ul li, .textbody ul ul li {
    color:#555555;
    background:url(../images/bg_blackstar_li.gif) no-repeat 0 0.4em;
    padding: 0 8px 10px 10px;
    padding-bottom:5px
}
#facebox ul ol li, .textbody ul ol li {
    color:#555555;
    padding: 0 8px 10px 0;
    padding-bottom:5px
}
.textbodywide ul li {
    color:#555555;
    background:url(../images/bg_blackstar_li.gif) no-repeat 0 0.4em;
    padding: 0 8px 10px 10px;
    padding-bottom:5px
}
.textbodywide ul ol li {
    color:#555555;
    padding: 0 8px 10px 0;
    padding-bottom:5px
}
.textbodywide ul ul li {
    color:#555555;
    background:url(../images/bg_blackstar_li.gif) no-repeat 0 0.4em;
    padding: 0 8px 10px 10px;
    padding-bottom:5px
}
.textbody ol li {
    color:#555555;
    padding: 0 8px 10px 0;
    padding-bottom:5px
}
.textbody ol ul li {
    color:#555555;
    background:url(../images/bg_blackstar_li.gif) no-repeat 0 0.4em;
    padding: 0 8px 10px 0;
    padding-bottom:5px
}
.textbodywide ol li {
    color:#555555;
    padding: 0 8px 10px 0;
    padding-bottom:5px
}
.textbodywide ol ul li {
    color:#555555;
    background:url(../images/bg_blackstar_li.gif) no-repeat 0 0.4em;
    padding: 0 8px 10px 10px;
    padding-bottom:5px
}
.loweralpha {list-style-type:lower-alpha;}
.lowerroman {list-style-type:lower-roman;}
/********************************************************************Start: News ***************************************************************************/
.news_headline {
    float:left;
    width:205px;
}
.news_headline h2{
     font-family:Arial, Helvetica, sans-serif;
        font-size:0.9em;
        padding-bottom:2px;
}
.latest_news_intro {
    padding:0;
    width:400px;
}
.news_img_intro {
    float:left;
    margin-right:10px;
}
br {
    line-height:5px;
}
.news_content {
    width:405px;
}
.news_section {
    width:405px;
    padding:0;
    margin:0;
    margin-top:10px;
}
.news_section_wide {
    width:605px;
    padding:0;
    margin:0;
    margin-top:10px;
}
.news_section div.img {
    width:170px;
    float:left;
    margin-right:10px;
    position:relative;
}
.news_section div.title {
    position:absolute; 
    top:0; 
    left:0; 
    padding-left:10px; 
    padding-top:10px;
}
.news_section div.txt {
    width:216px;
    float:left;
}
.news_section .news_section_wide div.txt li p {
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.9em;
    color:#000000;
    padding-bottom:2px;
}
.news_section .news_section_wide div.txt li a{
    font-size:0.9em;
    padding-bottom:0px;
}
.news_content li {
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
    color:#000000;
    padding-bottom:5px;
}    
.date_strong {
    font-weight:bold;
}
.teaser_title {
    font-weight:bold;
}
.date {
    font-weight:bold;
    background:url(../images/bg_red_arrow_li.gif) no-repeat 7px 0.4em transparent;
    padding-left:17px;
    width:41px;
}
.release {
    width:331px;
    background:url(../images/bg_td_release.gif) no-repeat 0 0.6em transparent;
    padding-left:6px;
}
.news_previous {
    float:left;
    padding-bottom:10px;
    width:400px;
}
.news_previous ul {
    padding-top:10px;
    padding-bottom:10px;
}
.news_previous ul li{
    display:inline;
    text-decoration:none;
    padding-right:12px;
}
.news_items_date {
    padding-left:17px;
    padding-bottom:5px;
    font-weight:bold;
}
    
.news_items ul {
    padding-bottom:10px;
}
.news_items ul li {
    font-family:Arial, Helvetica, sans-serif;
    background:url(../images/bg_red_arrow_li.gif) no-repeat 0 0.4em transparent;
    padding-left:7px;
}
div.news_items div.date {
    width:53px;
    float:left;
    margin-right:1px;
}
div.news_items div.teaser {
    width:325px;
    display:table-cell;
}
div.right_col_content {
    float:left;
    padding-left:16px;
}
div.right_col_content h2 {
    font-family:Arial, Helvetica, sans-serif;
        font-size:0.9em;
        padding-bottom:2px;
}
div.right_col_content img {
    vertical-align:bottom;
}
div.right_col_content a {
    font-weight:bold;
}
/********************************** New news formating and pagination - SB 26 June 2009 ********************************/
.news-item {
    border-bottom: 1px solid #b6b6b6;
    padding: 10px 5px 5px 10px;
    float: left;
}
.news-item-date {
    float: left;
    margin-right: 10px;
}
.news-item div {
    width: 318px;
    float: left;
}
.news-item-list {
    border-bottom: 1px solid #b6b6b6;
    padding: 10px 5px 5px 10px;
    float: left;
}
.news-item-list-date {
    float: left;
    margin-right: 10px;
}
.news-item-list div {
    width: 300px;
    float: left;
}
.pagination a {
    text-decoration: none;
}
.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0 0.2em;
}
.pagination .current {
    color: #000;
}
.pagination .current.prev, .pagination .current.next {
    color: #999;
    background: #fff;
}
/*********************************************News Centre ***********************************************************/
.legal_news_title {
    float:left;
    width:400px;
    padding-bottom:10px;
}
.news_content div.img {
    position:relative;
    width:170px;
    float:left;
    min-height:200px;
}
.news_content div.title {
 position:absolute; top:0; left:0; padding-left:10px; padding-top:10px;
}
.news_content div.txt {
    width:201px;
    float:left;    
    font-family:Arial, Helvetica, sans-serif;
    padding:0;
    margin:0;
    color:#000000;
    vertical-align:text-top;
    padding-left:10px;
}
.news_content div.txt div.date {
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.9em;
    font-weight:bold;
    text-decoration:none;
    background:none;
    padding:0;
    margin:0;
    width:201px;
    color:#000000;
    vertical-align:text-top;
}
/********************************* Search Results Lawyer ************************************/
.search_results_lawyer_box {
    border:3px solid #8e9c95;
    padding:10px;
    padding-bottom:5px;
    float:left;
    width:563px;
    margin-bottom:10px;
}
.search_results_lawyer_box div.lawyer_pic{
    padding-right:10px;
    float:left;
}
.search_results_lawyer_box div.txt{
    vertical-align:text-top;
    float:left;
    width:450px;
    
}
div.search_results_lawyer_box:hover{background:#F4F2EC; border-color:#aaa; cursor:pointer;}
/*********************************************News  ***********************************************************/
.grad_boxes {
    min-height:107px;
    border:1px solid #e5e5e5;
    background:url(../images/bg_grad_box.gif) repeat-x top left #e5e5e5;
    margin-bottom:5px;
    padding-bottom:3px;
    width:183px;
    float:right;
}
.grad_boxes a {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
} 
.grad_boxes p {
    margin-top:1px;
    margin-bottom:-5px;
} 
.grad_boxes div.email {
    float:right;
    vertical-align:bottom;
    padding-right:10px;
    padding-top:30px;
} 
.grad_boxes div.title {
    padding-top:10px;
    padding-left:10px;
}
.grad_boxes img {
    padding-bottom:3px;
    vertical-align:bottom;
    padding-top:3px;
}
.grad_boxes img.rss {
    border:none;
    padding-top:0px; 
    padding-bottom:0px; 
    min-height:16px; 
    background:#0000FF; 
    vertical-align:middle;
}
.news_intro_img {
    float:none;
    padding-bottom:0px;
    
}
.news_date {
    font-weight:bold;
    font-size:1.1em;
}
.grey_box {
    background:#e5e5e5;
    width:393px;
    min-height:30px;
    padding-left:10px;
    padding-top:8px;
    padding-bottom:8px;
}
div.headings { 
    width: 100%;
    float:left;
}
.nameformat {font-family: "Trebuchet MS", Arial, sans-serif;}
.newstitle {color:#bb0604;}

/*********** Publications ****************************/
.pubarticle {float:left; border:2px solid #93a29a; margin:0 10px 5px 0;}
/*********** NEW CAREERS  FORMATING ******************/
.faqcareers {width:417px; float:left;}
.faqcareers p {padding:0; margin:0; text-decoration:none; width:363px;}
.faqcareers p.answer a {color:#c60705;}
.faqcareers p.answer img.displayNone {display:none;}
.faqcareers p.displayNone {display:none;}
.faqcareers p.displayBlock {display:block;}
.faqcareers a.inactive {text-decoration:none; font-weight:bold;}
.faqcareers a.inactive:hover {text-decoration:underline;}
.faqcareers a.active {text-decoration:none; color:#000000;}
.careersquestion {padding-top:5px !important;}
.careers {width:417px; margin: 10px 0px;}
    
  /*  .careersBox {
        width: 417px;
        background: url(../);
    } */
    
    .careersBoxLeft {
        width: 25px;
        height: 18px;
        background-color: #F3F2EC;
        float:left;
    }
    
    .careersBoxRight {
        width: 25px;
        height: 18px;
        background-color: #F3F2EC;
        float:right;
    }
    
    .careersBoxMid {
        width: 360px! important;
        margin-left: 30px;
    }
    
    .careersBoxMidText {
        margin-left: 30px;
        float: left;
    }
    
    .careersButton {
        margin-left: 300px;
    }
    
    .careersTitle {
        padding: 3px 10px;
    }
    
    .careersDesc {
        float: left;
        padding: 0px 10px;
        width: 270px;
    }
    
    .careersDesc p {
        width:300px;
    }
    
    .displayNone_careers {
        display: none;
        padding: 0px 10px;
    }
    
    .displayBlock_careers {
        display: block;
        padding: 0px 10px;
    }
    
    .right_col_law {
        float: right;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .fleft {
        float: left;
    }
    
    .clearboth {
        clear: both;
    }
.careersBoxMid img {
    float:right;
}
p.careersquestion a {
    color:#c60705;
    text-decoration:none;
    font-weight:bold;
}
p.careersquestion a:hover {
    text-decoration:underline;
}
p.careersquestion a:active {
    text-decoration:underline;
}
p.careersquestion a:focus {
    text-decoration:underline;
}
p.careersquestion {
    width:360px;
    padding:0;
    padding-bottom:5px;
    margin:0;
}
/********************************** News Contacts *************************************/
.contactblock {display: block; height: 140px;}
.contactblock img {padding-right:5px; float:left;}
/********************************** Table formating ***********************************/
    table.format {
        background-color: #fff;
        border: 1px solid #ddd;
        empty-cells: show;
        margin: 0 0 20px 0;
        padding: 4px;
        text-align: left;
        font-size: 95%;
        width:100%;
    }
    
    table.format caption {
        color:#777;
        margin:0 0 5px 0;
        padding:0;
        text-align:center;
        text-transform:uppercase;
    }
    
    table.format thead th {
         border:1px solid #ddd;
        padding: 3px;
        margin: 0 0 5px 0;
        text-align: left;
    }
    
    table.format tbody tr.odd {
        background-color: #f7f7f7;
    }
    
    table.format tbody tr.even {
        background-color: #fff;
    }
    
    table.format tbody tr:hover {
        background-color: #fcf4f1;
    }
    
    table.format tbody td {
        padding:2px;
        border:1px solid #ddd;
        vertical-align: top;
    }
    
    table.format tbody tr:hover td {
        color:#444;
    }
/****************************************** News archive formating *************************************************/
.archive {
    width:405px;
    float:left;
}
.archive ul {
    padding:0;
    margin:0;
    text-decoration:none;
    width:351px;
}
.archive li.answer a {
    color:#c60705;
}
.archive li.answer img.displayNone {
    display:none;
}
.archive div.displayNone {
    display:none;
}
.archive div.displayBlock {
    display:block;
}
.archive a.inactive {
    text-decoration:none;
    font-weight:bold;
}
.archive a.inactive:hover {
    text-decoration:underline;
}
.archive a.active {
    text-decoration:none;
    color:#000000;
    }
h2.archivequestion a {
    color:#c60705;
    text-decoration:none;
    font-weight:bold;
}
h2.archivequestion a:hover {
    text-decoration:underline;
}
h2.archivequestion a:active {
    text-decoration:underline;
}
h2.archivequestion a:focus {
    text-decoration:underline;
}
h2.archivequestion {
    width:380px;
    padding:0;
    padding-bottom:5px;
    margin:0;
}
div.archivebox {
    background:url(../images/bg_archive_quesbox_body.gif) repeat-y top left;
    border-bottom:1px solid #cfcec8;
    padding-left:10px;
    padding-bottom:5px;
    padding-right:5px;
    padding-top:0px;
    min-height:20px;
    clear:both;
}
div.archivebox_wrap {
    padding-top:2px;    
    background:url(../images/bg_archive_quesbox_top.gif) no-repeat top left transparent;
    padding-bottom:10px;
    clear:both;
  
}
div.archivebox ul li {
    color:#555555;
    background:url(../images/bg_blackstar_li.gif) no-repeat 0 0.4em;
    padding: 0 8px 10px 10px;
    padding-bottom:5px
}
.archivebox img {float:right; padding-top:6px;}

/******************************************** Wide content page ****************************************************/
div.middle_col_wide {width:625px;}
/*********************************************Smart Edit ***********************************************************/

 
/* Drop down z-indexes */
#main-nav li.first {
    z-index: 90;
}
#main-nav li.second {
    z-index: 80;
}
#main-nav li.third {
    z-index: 70;
}
#main-nav li.fourth {
    z-index: 60;
}
#main-nav li.fifth {
    z-index: 50;
}
#main-nav li.sixth {
    z-index: 40;
}
#main-nav li.seventh {
    z-index: 30;
}
 
/* Sitemap */
.sitemapBorder {
  border:1px solid #999 !important;
  padding:3px !important;
  margin-bottom:6px !important;
}
 
/* Grey block */
.greyblock {padding:0 2px; background:#e1e1e1;}
/* New lawyer searh predict search css */
/* Big box with list of options */
#ajax_listOfOptions{
    position:absolute;    /* Never change this one */
    width:175px;    /* Width of box */
    height:auto;    /* Height of box */
    overflow:auto;    /* Scrolling features */
    border:1px solid #317082;    /* Dark green border */
    background-color:#FFF;    /* White background color */
    text-align:left;
    font-family:"Times New Roman", arial, helvetica, sans-serif;
    z-index:100;
}
#ajax_listOfOptions div {    /* General rule for both .optionDiv and .optionDivSelected */
    margin:1px;        
    padding:1px;
    cursor:pointer;
    font-family:"Times New Roman", arial, helvetica, sans-serif;
}
#ajax_listOfOptions .optionDiv{    /* Div for each item in list */   }
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
    background-color:#CCCCCC;
    color:#000;
}
#ajax_listOfOptions_iframe{
    background-color:#F00;
    position:absolute;
    z-index:5;
}
form#inline {display:inline;}
/* INTERNATIONAL PAGE */
#map {width:800px;background-color:#3e3e45;margin-bottom:15px;}
#map-left {width:296px;/*background-color:#eee;*/float:left;}
#map-left-title {width:294px;border:1px solid #efede8; background-color:#f4f2ec;}
#map-left-title p {padding:0 10px 10px 10px; line-height: 1.2em; }
#map-right {width:504px;background-color:#ccc;float:right;}
#map-copy {width:590px;float:left}
#map-copy h2 {color:#c60705;font-size:1.1em;padding:24px 0 12px 0;}
#map-copy h3 {color:#333333;font-size:1.0em;}
#map-copy-locations  {/*border:1px solid #ff0000;*/}
#map-copy-locations p {padding-bottom:0;}
#map-copy-links {width:210px;float:left;margin-right:-210px;}
div.right_col div.menu ul li a.links {
   /* background:url(../PageLayout_files/bg_aboutus_rightcol_li.gif) no-repeat 0px 0.2em transparent;*/
    font-family:Arial, Helvetica, sans-serif;
    font-size:1em;
    color:#bb0604;
    text-decoration:none;
    padding-left:10px;
    font-weight:bold;
}
div.right_col div.menu ul li a.links:hover {
    text-decoration:underline;
}
/* Title formatting to remove images */
h1.pagetitle {font-family:Impact, 'Arial Black', sans-serif; font-size:325%; letter-spacing:-0.035em; line-height:0.9em; color:#000000; text-transform:uppercase; padding-left:1px;}
h1.pagetitle span {color:#bb0604; font-size:62%; line-height:0.8em; letter-spacing:-0.045em;}

/* CR report formating */
    table.cr_format {
        background-color: #fff;
        border: 1px solid #ddd;
        empty-cells: show;
        color:#555555;
        margin: 0 0 20px 0;
        padding: 4px;
        text-align: left;
        font-size: 95%;
        width:100%;
    }
    
    table.cr_format caption {
        color:#777;
        margin:0 0 5px 0;
        padding:0;
        text-align:center;
        text-transform:uppercase;
    }
    
    table.cr_format td.cr_col {
        width: 80px;
    }
    
    table.cr_format thead th {
        border:1px solid #333333;
        padding: 3px;
        margin: 0 0 5px 0;
        text-align: left;
        background-color:#333333;
        color:#FFFFFF;
        font-size:1.2em;
    }
    
    table.cr_format tbody tr.odd {
        background-color: #f7f7f7;
    }
    
    table.cr_format tbody tr.even {
        background-color: #fff;
    }
    
    table.cr_format tbody tr:hover {
        background-color: #fcf4f1;
    }
    
    table.cr_format tbody td {
        padding:2px;
        border:1px solid #ddd;
        vertical-align: top;
    }
    
    table.cr_format tbody tr:hover td {
        color:#444;
    }
.cr_quote {font-weight: bold; color: #708279;}
#human {visibility:hidden; display:none;}
.news-item {
    border-bottom: 1px solid #b6b6b6;
    padding: 10px 5px 5px 10px;
    float: left;
}
.news-item-date {
    float: left;
    margin-right: 10px;
}
.news-item div {
    width: 318px;
    float: left;
}
.pagination a {
    text-decoration: none;
}
.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0 0.2em;
}
.pagination .current {
    color: #000;
}
.pagination .current.prev, .pagination .current.next {
    color: #999;
    background: #fff;
}
/******************************************* Homepage slider *************************************/
#slider1 {
    width: 589px; /* important to be same as image width */
    height: 352px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
}
#slider1Content {
    width: 589px; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
    display: none;
}
.slider1Image span {
    position: absolute;
    font: 16px/21px "trebuchet MS", verdana, arial, helvetica, sans-serif;
    padding: 10px 15px;
    width: 570px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
    text-align:center;
}
.clear {
    clear: both;
}
/*
.slider1Image span strong {
    font-size: 19px;
}
.left {
    top: 0;
    left: 0;
    width: 110px !important;
    height: 352px;
}
.right {
    right: 0;
    bottom: 0;
    width: 90px !important;
    height: 342px;
}
.top {
    top: 0;
    left: 0;
}
.bottom {
    bottom: 0;
    left: 0;
}
*/

/********************************** New news archive *******************************************/
#news-listing {
    border: 1px solid #ccc;
    float: left;
    width:395px;
}
#news-listing ul, #content .tabs ul {
    list-style: none;
    margin: 0;
    font-size: 1em;
}
#news-listing li { 
    float: left;
    border-bottom: 1px solid #b6b6b6;
    text-align: center;
    padding: 3px 6px 2px 6px;
    background: url(../images/bkgd-news-months.gif) transparent top left repeat-x;
    border-left: 1px solid #b6b6b6;    
    color: #ccc;    
}
#news-listing li {
    width: 20px;
}
#news-listing li.first {
    border-left: 0;
}
#news-listing li.current {
    border-bottom: 0;
    background-image: none;
    font-weight: bold;
}
#news-listing .wide {
    width: 100%;
    margin-bottom: 30px;
}
#news-listing li a, #news-listing li a:visited {
    color: #333;
    text-decoration:none;
}
#news-listing li.current a, #news-listing li.current a:visited {
    color: #bb0604;
    text-decoration:none;
}
#news-listing div.last {
    border-bottom: 0;
}
.transverse {
    clear: both;
    padding: 0;
    font-size: 0.90em;
    color: #ccc;
}
.transverse .current {
    color: #333;
}
#news-listing .tabbed-content {
    border: 0;
}
#news-listing div.last {
    border-bottom: none;
}
.comment_highlight {display:block; border:#ddd dashed 3px; padding:0 5px;}
/***************** cloud ******************/
.wide {border-bottom: 1px #000 solid; width: 4000px;}
#page_inner {background-color:#FFFFFF;}
.carouselLeft {
    display: none;
    background-color: transparent;
    background-image: url(../images/rotate-left.png);
    background-repeat: repeat;
    background-attachment: scroll;
    width: 40px;
    height: 40px;
    background-position: 0px 0px;
}
.carouselLeft:hover {
    width: 40px;
    height: 40px;
    background-position: 0px 40px;
    cursor: auto;
}
.carouselRight {
    display: none;
    background-color: transparent;
    background-image: url(../images/rotate-right.png);
    background-repeat: repeat;
    background-attachment: scroll;
    width: 40px;
    height: 40px;
    background-position: 0px 0px;
}
.carouselRight:hover {
    width: 40px;
    height: 40px;
    background-position: 0px 40px;
}

/* Rotator Styles */
#rotator {
    background:#FFF;
    color:#000;
    position:relative;
    margin:0; 
    width:780px;
}
/* Tabs */
ul.ui-tabs-nav, li.ui-tabs-nav-item, li.ui-tabs-nav-item a:link, li.ui-tabs-nav-item a:visited {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    line-height:1.3;
    text-decoration:none;
    font-size:100%;
    list-style:none;
    float:left;
}
ul.ui-tabs-nav {
    position:absolute;
    bottom:0px;
    left:0;
    z-index:1;
    width:100%;
    background:#FFF url(../images/uitabsbg.gif) repeat-x bottom right;
    border-top:1px solid #FFF;
}
/* Non-Selected Tabs */
li.ui-tabs-nav-item a:link,
li.ui-tabs-nav-item a:visited {    
    font-size:.8em;
    font-weight:normal;
    color:#999;
    background:#FFF url(../images/uitabsbg.gif) repeat-x bottom left; 
    border-left:1px solid #FFF;
    border-right:1px solid #c5ced9;
}
/* Hovered Tab */
#rotator .ui-tabs-nav-item a:hover,
#rotator .ui-tabs-nav-item a:active {
    background:#FFF url(../images/uiactivetabbg.gif) repeat-x bottom left;
    color:#333;
}
#rotator .ui-tabs-nav-item a span {
    float:left; 
    padding:1em; 
    cursor:pointer;
}
/* Active Tab */
#rotator .ui-tabs-selected a:link,
#rotator .ui-tabs-selected a:visited,
#rotator .ui-tabs-selected a:hover,
#rotator .ui-tabs-selected a:active {
    background:#fff url(../images/uiactivetabbg.gif) repeat-x bottom left;
    color:#333;
}
/* Content Panels */
#rotator .ui-tabs-panel {
    
    height:360px;
}
#rotator .ui-tabs-hide {
    display:none;
}
#rotator h1 {float:left; margin-left:420px; margin-top:20px;}
#rotator h2 {float:left; margin-left:420px; margin-top:20px;}

#rotator h2 {color:#000000;}
#rotator .first {display:block; height:120px; margin-top:15px; padding:10px; font-weight:bold; font-size:16px;}
#rotator .second {display:block; width:350px; height:170px; float:left; margin-left:420px; margin-top:15px; font-weight:bold;}
#rotator .btn_learn_more {
    float:left;
    height:26px;
    font-size:.9em;
}

/* Title formatting to remove images */
h1.rotator_pagetitle {font-family:Impact, 'Arial Black', sans-serif; font-size:400%; letter-spacing:-0.035em; line-height:0.9em; color:#000000; text-transform:uppercase; padding-left:1px;}
h1.rotator_pagetitle span {color:#bb0604;}
