/*
    GLOBAL RESET ****************************************
*/
body {
    behavior: url("js/csshover3.htc");
    position: relative;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
li {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
    border:0;
    font-variant:normal;
}
sup {
    vertical-align:text-top;
}
sub {
    vertical-align:text-bottom;
}
input,textarea,select{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}
input,textarea,select{
    font-size:100%;
}
:hover {
    outline: none;
}
/*
    TYPOGRAPHY ****************************************
*/
body {
    font: 75%/1.83 "Trebuchet MS",Arial,Helvetica,sans-serif;
    color: #444;
}
p {
    padding-bottom: 1em;
}
big {
    font-size: 1.4em;
}
small {
    font-size: .8em;
}
strong {
    font-weight: bold;
}
em, blockquote p {
    font-style: oblique;
}
ul.std {
    margin-left: 20px;
}
ul.std li {
    list-style: disc;
    padding-bottom:.5em;
}
ul.std li ul li {
    list-style: circle;
}
ol.std {
    margin-left: 20px;
}
ol.std li {
    list-style: decimal;
    padding-bottom:.5em;
}
dt {
    font-weight: bold;
}
dd {
    padding-bottom: 1em;
}
h2, h3, h4 {
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 12px;
}
h3 {
    font-size: 1.17em;
}
h4 {
    font-size: 1em;
}
a {
    text-decoration: none;
    color: #6FA01A;
}
a:hover, a:focus {
    text-decoration: underline;
}
/*
    UTILITY ****************************************
*/
.no-pad {
    padding: 0;
}
.dbl-pad {
    padding-bottom: 2em;
}
.left {
    float:left;
}
.right {
    float:right;
}
.c-left {
    clear: left;
}
.a-left {
    text-align:left;
}
.a-center {
    text-align:center;
}
.a-right {
    text-align:right;
}
.underline {
    text-decoration: underline;
}
.wrap {
    overflow: hidden;
    width: 100%;
}
.img_replace {
    position: relative;
    overflow: hidden;
}
.img_replace span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
/*
    STRUCTURE ****************************************
*/
body {
    background: #d5d5d5 url(../images/bg.png) repeat-x;
}
#access_nav {
    position: absolute;
    top: -10000px;
}
#wrapper {
    width: 801px;
    margin: 0 auto;
}

/***********************HEADER***********************/
#header {
    width: 761px;
    padding: 15px 20px 20px;
    height: 83px;
    background: url(../images/header_bg.png) repeat-x;
    position: relative;
    z-index: 1;
}
#logo {
    width: 164px;
    height: 74px;
    position: absolute;
    top: 15px;
    left: 20px;
}
#logo span {
    background: url(../images/logo.png) no-repeat;
}
#header a:hover,
#header a:focus {
    text-decoration: none;
}
#global_nav_old {
    float: right;
    position: absolute;
    bottom: 19px;
    right: 20px;
    z-index: 2;
}
#global_nav li {
    float: left;
    overflow: visible;
    position: relative;
    height: 36px;
    z-index: 1;
}
#global_nav li:hover,
#global_nav li:focus {
    z-index: 999;
}
#global_nav li.buy {
    width: 143px;
    margin-right: 5px;
}
#global_nav li.sell {
    width: 136px;
    margin-right: 5px;
}
#global_nav li.donate {
    width: 161px;
}
#global_nav li a {
    font-size: 20px;
    color: #6DBF44;
    height: 36px;
    padding: 0 10px;
    display: block;
    float: left;
    white-space: nowrap;
}
#global_nav li a:hover,
#global_nav li a:focus {
    text-decoration: none;
    background: url(../images/nav_over_bg.png) repeat-x top left;
}
#global_nav li a span {
    font-size: 12px;
    color: #444;
}
ul.nav_lvl_2,
ul.nav_lvl_3 {
    -ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=90)”;
    filter: alpha(opacity=90);
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    border:1px #CEE7C1 solid;
    border-style: solid solid none;
    clear: both;
    width: 220px;
    display: none;
    background: #fff;
    position: absolute;
}
#global_nav ul.nav_lvl_2 {
    top: 36px;
    left: 0px;
}
#utility_nav ul.nav_lvl_2 {
    top: 22px;
    left: 0px;
}
ul.nav_lvl_2 li {
    float:none !important;
    display: block;
    border-bottom:1px #CEE7C1 solid;
    line-height: 1em;
    height: auto;
}
ul.nav_lvl_2 li:hover,
ul.nav_lvl_2 li:focus {
    background: #CEE7C1 !important;
}
ul.nav_lvl_2 li a {
    display: block !important;
    line-height: 1em !important;
    padding: 10px !important;
    height: auto !important;
    float:none !important;
    color: #444 !important;
    font-size: 1em !important;
    background-image: none !important;
}
li:hover ul.nav_lvl_2,
li:focus ul.nav_lvl_2,
ul.nav_lvl_2 li:hover ul.nav_lvl_3,
ul.nav_lvl_2 li:hover ul.nav_lvl_3 {
    display: block !important;
}
ul.nav_lvl_3 {
    top: 50%;
    left: 50%;
    width: 220px;
    display: none;
}
#utility_nav {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 12;
}
#utility_nav a {
    color: #6d6d6d;
    padding: 0 6px;
    white-space: nowrap;
}
#utility_nav a strong {
    color: #393939;
    font-weight: normal;
}
#utility_nav li {
    float: left;
    position: relative;
}
#utility_nav li.last a {
    padding-right: 0;
}
#utility_nav li.practices {
    width: 155px;
}
#utility_nav li.commercial {
    width: 170px;
    margin-right: 10px;
}
#utility_nav li.about {
    width: 62px;
}








/***********************CONTENT***********************/
#content {
    overflow: hidden;
    width: 801px;
    background: #fff;
}
#content .main,
#content .sidebar {
    float: left;
}
#content .main {
    padding: 20px;
}
#content .sidebar {
    padding: 20px 20px 20px 0;
}
/***********************FOOTER***********************/
#footer {
    width: 761px;
    padding: 18px 20px 20px;
    min-height: 80px;
    height: 80px; /* for IE6 */
    background: #fff url(../images/footer_bg.png) repeat-x;
    color: #fff;
    font-size: 11px;
}
#wrapper > #footer {
    height: auto;  /* for all else */
}
#footer a {
    color: #fff;
}
#footer ul,
#footer ul li {
    float: left;
    line-height: 1em;
}
#footer ul {
    padding: .4em 0;
}
#footer ul li {
    border-right: 1px solid #fff;
}
#footer ul li.first a {
    padding-left: 0;
}
#footer ul li.last {
    border-right: 0;
}
#footer ul li.last a {
    padding-right: 0;
}
#footer ul li a {
    padding: 0 5px;
}
#footer_nav, #footer .contact {
    padding-bottom: 15px;
    float: left;
}
#footer_nav {
    padding-top: 2px;
    width: 480px;
}
#footer .contact {
    float: right;
    font-weight: bold;
}
#footer .contact .phone_num {
    color: #226101;
    font-size: 18px;
    line-height: .9;
}
#footer .legal {
    margin-top: 20px;
}
#footer .legal p {
    float: right;
    padding: 0;
}
#footer .legal, #footer .legal a {
    color: #888;
}
#footer .legal li {
    border-color: #888;
}


/*
    HOME PAGE ****************************************
*/
.home .main {
    width: 467px;
}
.home .sidebar {
    width: 274px;
    padding-bottom: 0 !important;
}
.home h2 {
    padding: 0;
    font-size: 14px;
    line-height: 1.83em;
}
.home .main .promo {
    padding-top: 20px;
}
.home .main .news {
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e7;
}
.home .main .news h3 {
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1;
}
.home .main .translate {
    padding-top: 20px;
}
.home .main .translate * {
    float: left;
}
.home .main .translate h4,
.home .main .translate li {
    padding: 0 .8em 0 0;
}
.home .main .promo p {
    padding: 20px 0 0;
    clear: both;
}

.home .sidebar .asset_dis {
    width: 226px;
    height: 322px;
    padding: 20px;
    background: #fff url(../images/home_asset_dis_bg.jpg) no-repeat;
    margin-bottom: 20px;
}
.home .sidebar .asset_dis h3 {
    font-size: 17px;
    text-align: right;
    font-weight: normal;
    line-height:1.1;
    padding-bottom: 20px;
}
.home .sidebar .asset_dis h3 span {
    font-size: 24px;
    color: #6FA01A;
}
.home .sidebar .asset_dis img {
    margin: -32px 12px 0 -10px;
}
.home .sidebar .asset_dis ul li {
    padding-bottom: 0;
    position: relative;
}
.home .sidebar .asset_dis p.no-pad a {
    font-weight: bold;
    text-decoration: none;
}
.home .sidebar .buying_ref {
    width: 226px;
    height: 226px;
    padding: 20px 28px 164px 20px;
    background: #fff url(../images/home_buying_re_bg.jpg) no-repeat;
}
.home .sidebar .buying_ref h3 {
    font-size: 17px;
    font-weight: normal;
    line-height:1.2;
    padding-bottom: 12px;
}
.home .sidebar .buying_ref h3 span {
    font-size: 23px;
    color: #6FA01A;
}
.recelVideo
{
  width:  224;
  height:188px;
  background-color:#777777;
  text-align:center;
  padding-top:7px;
  border:1px solid #565E61;
  margin-bottom:30px;
}
.videoHolder
{
  
   
    margin: 0px auto;
    min-height: 300px;
    outline: 1px solid #CCCCCC;

    text-align: center;
    width: 590px;
    
}
#promotionalBanner
{
    position: absolute;
    right: 5px;
    left:5px;
    top: 92px;
    padding:0px;
    padding-top:10px;
   
    min-height:64px;
}

#bannerHolder
{
    margin:0px auto;
    width:716px;
}
  
#headerNew
{
       width: 761px;
    padding: 15px 20px 20px;
    height: 206px;
    background: url(../images/header_bg_new.png) repeat-x;
    background-position :bottom ;
    position: relative;
    z-index: 1;
    background-color:#EFEFEF;
}
#headerNew a:hover,
#headerNew a:focus {
    text-decoration: none;
}
#global_nav {
    float: right;
    position: absolute;
    bottom: 141px;
    right: 20px;
    z-index: 12;
}

