body
{
    margin: 0; /* background: #494a6e;*/
    background: #3d3911 url(images/site_bg.gif) repeat-x left top;
    font-family: verdana;
    font-size: small;
}

#utility-wrapper
{
    width: 950px;
    margin: auto;
}

.utility-left
{
    float: left;
    width: 250px;
    text-align: left;
    padding: 12px 0 12px 0;
    border: none;
}


.utility-right
{
    float: right;
    background: #transparent;
    width: 680px;
    text-align: right;
    padding: 12px 20px 12px 0;
    border: none;
    margin: auto;
}
#container
{
    width: 950px;
    margin: auto;
    border: solid #1f1f15;
    border-width: 0 1px 0 1px;
    background: url(body_gradient.jpg) repeat-y left top;
    padding-bottom: 30px;
}

#tagline
{
    float: left;
    width: 612px;
    height: 25px;
    background: url(tagline_bg.jpg) repeat-x left top;
    font: bold 1.2em arial;
    color: #000;
    letter-spacing: 1px;
    padding: 4px 0 0 26px;
}
#logo
{
    float: left;
    width: 526px;
    height: 126px;
    border-bottom: 1px solid #1f1f15;
}
#banner-right
{
    float: right;
    width: 312px;
    height: 29px;
    background: url(curve_top.jpg) no-repeat;
}
.contact
{
    float: right;
    width: 404px;
    height: 101px;
    background: url(banner_bg.jpg) no-repeat;
    font: normal 1.1em/1.3em verdana;
    color: #e8e8ad;
    text-align: right;
    padding: 25px 20px 0 0;
    border-bottom: 1px solid #1f1f15;
}
#nav-container
{
    width: 100%;
    height: 40px;
    background: #e8e8ad url(nav_bg.jpg) repeat-x left bottom;
}
#breadcrumb-date
{
    float: left;
    width: 760px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.breadcrumb
{
    float: left;
    width: 330px;
    padding-left: 26px;
    font: normal 1em arial;
    color: #666;
}
.date
{
    float: right;
    width: 330px;
    text-align: right;
    font: normal .8em arial;
    margin-right: -16px;
}


/*
.search-container
{
    float: right;
    width: 298px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: right;
    padding-right: 20px;
}
*/
.content
{
    padding: 0 26px; /*padding-right: 30px;*/
    width: 898px;
    height: auto;
}

/*
.sidebar
{
    float: right;
    width: 310px;
    padding-right: 20px;
    padding-top: 25px;
}
*/
#footer
{
    width: 924px;
    margin: auto;
    border: 1px solid #1f1f15;
    background: #e8e8ad;
    padding: 6px 0 6px 26px;
    font: normal .8em verdana;
    color: #151502;
}
#footer a {
color:#900;
text-decoration:underline;
}

#footer a:hover{
text-decoration:none;
}
.clear
{
    clear: both;
}

.mySkinDateClass
{
    color: #1c1c40;
    font: normal 100% verdana;
}

.MyUserSkinObjectCssClass
{
    visibility:hidden;
    color: #a6a6a6;
}

a.MyUserSkinObjectCssClass
{
    color: #a6a6a6;
    text-decoration: none;
}

a.MyUserSkinObjectCssClass:hover
{
    color: #fff;
    text-decoration: underline;
}

.SkinObject
{
    color: #333;
    text-decoration: none;
}

A.SkinObject:link
{
    text-decoration: none;
    color: #333;
}

A.SkinObject:visited
{
    text-decoration: none;
    color: #333;
}

A.SkinObject:hover
{
    text-decoration: none;
    color: #c00;
}

A.SkinObject:active
{
    text-decoration: none;
    color: #c00;
}

/* nav styles
===================*/
#nav, #nav *
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav
{
    line-height: 1;
    position: relative;
    left: 26px;
    top: 12px;
}


/*

#nav ul {
    margin:0;
    padding:0;
    list-style:none;
    }

*/
#nav li
{
    float: left;
    position: relative;
    margin: 0 2px 0 0;
    padding: 0;
    list-style: none;
    background: url(images/right_off.gif) no-repeat right top;
}



#nav li:hover
{
    visibility: inherit;
}
#nav li:hover ul, #nav li.sfHover ul
{
    left: 0;
    top: 28px;
    display: block;
}

#nav a
{
    display: block;
    background: url(images/left_off.gif) no-repeat left top;
    position: relative;
    font: normal 1.2em "Calibri";
    color: #a8c4f8;
    padding: 5px 10px 4px; /*  border: #333 solid;     border-width: 0 1px 0 1px;*/
    text-decoration: none;
}

#nav a:hover
{
    color: #fff;
}

/*
#nav .last {
background-image:url(images/right_on.gif);
}
*/

#nav a.selected, #nav a.bcrumb /*, #nav a:hover, #nav a.selected:hover*/ /*, #nav a:hover, #nav a.selected:hover*/
{
    /*  background: #621717 url(images/on_bg.gif) repeat-x left top;*/
    display: block;
    color: #fff; /*  font-weight: bold;     text-transform: uppercase;     letter-spacing: .1em;*/
}

#nav a.selected:hover
{
    color: #f00;
}

#nav ul
{
    position: absolute;
    top: -999em;
    width: 15em;
    z-index: 999;
    border: #6a4f4f solid;
    border-width: 0 1px 1px 1px;
}




#nav ul li
{
    width: 100%;
    border-bottom: 1px solid #900;
}

#nav ul li.last
{
    border: 0;
}
#nav ul a
{
    display: block;
    height: auto;
    line-height: normal;
    padding: 5px 15px;
    border: 0;
    background-image: none;
    background-color: #ccc;
    font-size: 90%;
    color: #000;
}

#nav ul a:hover
{
    background: #363669 url(images/off_bg.gif) repeat-x left top;
    color: #fff;
}

#nav ul li a.hasChildren
{
    background-image: none;
    background-color: #ccc;
    border: #6a4f4f solid;
    border-width: 0 1px 1px 1px;
}

#nav ul li a.bcrumb
{
    background: #363669 url(images/off_bg.gif) repeat-x left top;
}

#nav ul li a:hover
{
    background: #363669 url(images/off_bg.gif) repeat-x left top;
}


/*
#nav ul li a.selected
{
    background-image:none;
   background-color:#ccc;
    border-color:#f00;
    border-width:0 1px 1px 1px;
}

#nav ul li a.selected.hasChildren
{
    background-image:none;
   background-color:#ccc;
     border:#6a4f4f solid;
    border-width:0 1px 1px 1px;
}

*/
#nav ul ul
{
}

#nav li:hover li ul, #nav li.sfHover li ul
{
    top: -999em;
}
#nav li li:hover ul, #nav li li.sfHover ul
{
    left: 10em;
    top: -1px;
}
#nav li li:hover li ul, #nav li li.sfHover li ul
{
    top: -999em;
}
#nav li li li:hover ul, #nav li li li.sfHover ul
{
    left: 10em;
    top: -1px;
}


/* layout 
================ */
#search
{
    float: right;
    padding: 8px 23px 0 0;
    position: relative;
}
#search .NormalTextBox
{
    background: #FFF;
    border: 1px #666 solid;
    width: 135px;
    float: left;
    height: 14px;
    color:#666;
    font:normal .8em arial;
    padding-left:5px;
}
#search a
{
    position: absolute;
    top: 8px;
    right: 19px;
}

/* search */
a.search
{
    font-weight: bold;
    font-size: 0.9em;
    background: transparent url(images/search.png);
    display: block;
    height: 18px;
    text-indent: -100000px;
    width: 19px;
}
a.search:link
{
    color: #FFF;
    text-decoration: none;
}
a.search:visited
{
    color: #FFF;
    text-decoration: none;
}
a.search:hover
{
    color: #FFF;
    text-decoration: none;
}
a.search:active
{
    color: #FFF;
    text-decoration: none;
}

.Normal
{
    font: normal 1.1em/1.2em calibri;
    color: #222;
   
}

.Normal p
{
    margin-bottom: 10px;
}

.Normal a
{
    color: #900;
    text-decoration:underline;
}

.Normal a:hover{
color:#c00;
text-decoration:none;
}


.Normal .FAQ a
{
    color: #0f0;
}

A.topcss:link, A.topcss:active, A.topcss:visited
{
    font: normal .9em verdana;
    color: #c00;
    text-decoration: none;
}
A.topcss:hover
{
    color: #999;
    text-decoration: underline;
}

/* for lists
===================== */
ul
{
    margin-left: 17px;
    margin-top: 0;
    padding: 0 0 10px 0; /*  margin-bottom: 10px;*/
}




li
{
    margin-bottom: 3px;
    padding: 0;
    list-style-image: url(images/marker.gif);
}

.Normal ul a
{
    color: #0a3a6b;
}

ul li a:hover
{
    text-decoration: none;
    color: #c00;
}




/* indestructible boxes 
============================== */

#box
{
    float: left;
    color: #fff;
    width: 310px; /* height:205px;*/
    background: url(images/rounded-right.gif) no-repeat right top;
}
.desc
{
    margin: 0;
    color: #ffffcc;
    font-style: italic;
    padding: 9px 9px 0 9px;
    background: url(images/rounded-left.gif) no-repeat left top;
}
.link
{
    margin: 0;
    padding: 0 0 0 9px;
    background: url(images/rounded-left.gif) no-repeat left bottom;
    margin-top: -25px;
}

.link em
{
    display: block;
    padding: 0 9px 2px 0;
    color: #ffffcc;
    font-size: .9em;
    font-family: Verdana;
    background: url(images/rounded-right.gif) no-repeat right bottom;
}

/*  #box a
        {
            font-size: 250%;
            color: #e70;
        }*/
/* Facebook and newsletter links
================================*/
#link-container
{
    position: relative;
    top: 8px;
    width: 310px;
    height: 103px; /*  background:#f00;*/
}

#facebook-link
{
    float: left;
    width: 153px;
    height: 93px;
    padding-top: 10px;
    background: url(images/facebook_bg.png) no-repeat;
    text-align: center;
}

#newsletter-link
{
    float: right;
    width: 154px;
    height: 103px;
}

/* refund styles
===================
*/
#refund-top
{
    position: relative;
    top: 0;
    height: 35px;
    width: 300px;
    background: url(images/refund_top_bg.gif) no-repeat;
    padding: 8px 0 0 12px;
    font: normal 1.3em Georgia;
    color: #333;
}

table#refund-bottom
{
    position: relative;
    top: 8px;
    margin-bottom: 20px;
    height: 82px;
    width: 312px;
    background: url(images/refund_bottom_bg.gif) no-repeat;
}

table#refund-bottom td
{
    padding: 4px 0 0 12px;
    font: normal 1.3em Georgia;
    color: #333;
    vertical-align: top;
}

#payonline
{
    position: relative;
    top: 0;
    width: 312px;
    text-align: center;
}

#payonline a
{
    color: #191a3e;
    text-decoration: underline;
    font: normal .9em/1.4em verdana;
}

.flabel
{
    color: #c00;
}

#contact-background
{
    padding-top: 10px;
    width: 312px;
    height: 93px;
    background: url(images/contact_bg.gif) no-repeat;
}

.FAQ
{
    color: #333;
}



