body {
        margin: 0 auto; padding: 0;
        color: #000;
        top: 0; left: 0;
        background: #ffffff url("/images/page_bg.gif") repeat-x 0 0;
        font-family: "Lucida Grande",Helvetica,Verdana;
}

body#reviews,body#tips,body#news,body#article {
        background: #ffffff url("/images/page_bg_full.gif") repeat-x 0 0;
}

h1 {
        font-family: "Myriad Pro", "Myriad", "Lucida Grande",Arial,Helvetica;
        padding: 0;
        margin: 0;
        text-decoration: none;
        font-size: 22px;
}

p {
        font-size: 11px;
        margin: 5px 0;
        line-height: 1.3;
}

a {
        font-size: 11px;
}

img {
      border: 0; margin: 0;
}

#page {
        width: 770px;
        position: relative;
        top: 0; left: 0;
        margin: 0px auto;
}

#header {
        width: 100%;
        height: 80px;
        padding: 20px 10px 0 10px; margin: 0;
}

#navigation {
        width: 100%;
        position: absolute;
        height: 30px;
        top: 80px; left: 0;
}

#nav {
        display: inline;
        overflow: hidden;
        list-style: none;
}

#nav ul {
        padding: 0;
        margin: 0;
}

#nav li {
        margin: 0; padding: 0;
        display: inline;
        list-style-type: none;
        text-align: center;
}

#nav a {
        float: left;
        height: 21px !important;
        height: /**/:21px;
        padding: 4px 0 0 0;
        margin: 4px 0 0 0;
        font-size: 12px;
        text-decoration: none;
        text-align: center;
        color: #fff;
        width: 100px;
        font-family: "Lucida Grande",Helvetica,Verdana;
}

#nav a:hover {
        color: #EAD810;
}

#navitem {
        color: #fff;
}

#contentwrapper {
        position: relative;
        clear: both;
        top: 20px;
        padding: 0;
}

#feature {
       position: relative;
       top: 0px;
       height: 210px;
       padding: 0; margin: 0;
       color: #DEFFCA;
       font-size: 12px;
}

#feature h1, #feature a  {
      color: #DEFFCA;
}

#feature p a {
     font-weight: bolder;
     color: #fff;
     text-decoration: none;
}

#article-feature {
       position: relative;
       top: 0px;
       height: 210px;
       padding: 0; margin: 0;
       color: #777;
       font-size: 12px;
}

#article-feature h1, #article-feature a  {
      color: #333;
}

#article-feature p a {
     font-weight: bolder;
     color: #fff;
     text-decoration: none;
}

#feature-image {
     padding: 5px;
     background-color: #fff;
     border: 1px solid #6E8163;
     float: left;
     margin: 5px 15px 0 0;
     height: 175px;
}

#feature-image img {
    border: 0; padding: 0;
}

#bottom-left-col h3 {
     color: #9D7C3C;
     padding: 0; margin: 0;
}

#bottom-left-col a {
                font-size: 14px;
                color: #B10B0B;
}

.news-item {
     padding: 5px;
     border-bottom: 1px solid #ccc;
}

.news-item-title a {
     font-size: 14px;
     color: #B10B0B;
}

.news-item img {
     padding: 0 5px 0 0;
     float: left;
}

#top-left-col img {
    padding: 0 10px 10px 0;
    float: left;
}

hr {
        background: url(../images/horizdots.gif) repeat-x 0 0;
}

#top-left-col {
        float: left;
        position: relative;
        margin: 0; padding: 0;
        width: 488px;
        color: #6C6C6C;
}

#top-left-col h1 {
      color: #7AAA5E;
}

#top-left-col a, #top-left-col p a {
                color: #B10B0B;
}

#top-right-col {
        float: right;
        position: relative;
        width: 225px;
        padding-left: 5px;
        font-size: 12px;
        color: #DDFFAA;
}


#top-right-col h1, #top-right-col h3 {
        font-size: 18px;
      color: #7AAA5E;
      padding: 0; margin: 0;
}

#bottom-left-col {
        float: left;
        width: 300px;
        padding: 0; margin: 0 5px 0 0;
}

#bottom-right-col {
        float: right;
        top: 0; left: 0;
        padding: 0; margin: 0;
        width: 160px;
}

#bottom-right-col h3 {
     color: #9D7C3C;
     padding: 0; margin: 0;
}

#bottom-right-col a {
                font-size: 14px;
                color: #B10B0B;
}


.greenfield {
        background-color: #EDF2E3;
        margin-bottom: 10px;
}

.greyfield {
        background-color: #F3F6E8;
        margin-bottom: 10px;
}

.heading {
        height: 15px;
        padding: 5px 0 5px 5px;
}

.heading h3 {
        font-size: 12px;
        padding: 0;
        margin: 0;
}

li.link
{
        background-image: url("/images/li-link.gif");
        background-repeat: no-repeat;
        background-position: 0 50%;
        padding: 1px 0 1px 20px;
        margin: .4em 0;
}

.iconlist {
        list-style: none;
        margin: 0;
        padding: 0;
}

.sidebarembeddedfeature {
        padding: 5px;
        margin: 0 5px 0 0;
        background-color: #fff;
        border: 2px solid #ccc;
}

/* rounded box corners */
.rbroundbox { background: url(/images/nt.gif) repeat; }
.rbtop div { background: url(/images/tl.gif) no-repeat top left; }
.rbtop { background: url(/images/tr.gif) no-repeat top right; }
.rbbot div { background: url(/images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(/images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
height: 7px;
font-size: 1px;
}
.rbcontent { padding: 5px; margin: 0 7px; }
.rbroundbox { width: 50%; margin: 1em auto; }

.rbcontent img {
       padding: 5px;
}

.rbcontent h3 {
      padding: 0; margin: 0;
}

body#home li#home a {
        background-color: #7AAA5E;
        border-top: 1px solid #4E6044; 
        border-left: 1px solid #4E6044;
        border-right: 1px solid #4E6044;
        border-bottom: 0;
} 

body#reviews li#reviews a {
        background-color: #7AAA5E;
        border-top: 1px solid #4E6044; 
        border-left: 1px solid #4E6044;
        border-right: 1px solid #4E6044;
        border-bottom: 0;
} 

body#tips li#tips a {
        background-color: #7AAA5E;
        border-top: 1px solid #4E6044; 
        border-left: 1px solid #4E6044;
        border-right: 1px solid #4E6044;
        border-bottom: 0;
} 

body#news li#news a {
        background-color: #7AAA5E;
        border-top: 1px solid #4E6044; 
        border-left: 1px solid #4E6044;
        border-right: 1px solid #4E6044;
        border-bottom: 0;
}

#footer {
        font-size: 10px;
        color: #666;
        clear: both;
       bottom: 0;
       padding-top: 100px;
}