/* CSS Document */
*
{
margin: 0;
padding: 0;
}
#content ul { margin: 1em 2em; }
p
{
margin: 1em 0 1em 0;
}
body
{
background: url(../images/bg_x.gif) repeat-x #fde0bb;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
color: #000;
}
table
{
font-size:12px;
}
a img 
{
border:none; 
}
#wrapper
{
background: url(../images/bg_y.gif) repeat-y;
text-align: left;
margin: 0 auto;
padding: 0;
width: 898px;
}
#top
{
background: url(../images/banner.gif) no-repeat;
width: 898px;
height: 149px;
}
#top a
{
width: 240px;
line-height: 70px;
display: block;
text-decoration:none;
}
#top a span {
/**/visibility: hidden;
}
.top2
{
margin-left: 200px;
margin-top:10px;
}
.top2 a
{
width: 250px;
height: 65px;
display: block;
text-decoration:none;
}
.top2 a span {
/**/visibility: hidden;
}

.top3
{
margin-left: 650px;
margin-top:-70px;
}
.top3 a
{
width: 250px;
height: 65px;
display: block;
text-decoration:none;
}
.top3 a span {
/**/visibility: hidden;
}

#menu
{
background: url(../images/bg_menu.gif) no-repeat;
float: left;
width: 233px;
height: 538px; /*we can shorten the background image later - if necessary */
font-size: 11px;
/*letter-spacing: -1px;*/
font-weight: bold;
}
#menu ul
{
margin: 20px 0 0 0px;
padding: 0;
width: 225px;
text-align: right;
}
#menu li
{
margin: 15px 0 0 0;
list-style-type: none;
}
.submenu p
{
margin: 3px 5px 0 0;
}
.submenu a:link, .submenu a:visited
{
color: #668745 !important;
margin: 3px 5px 0 0;
}
.subsubmenu p
{
margin: 3px 0 0 0;
}
.subsubmenu a:link, .subsubmenu a:visited
{
color: #3F542B !important;
margin: 3px 0 0 0;
}
#menu a:link, #menu a:visited
{
color: #000;
text-decoration: none;
}
#menu a:hover, #menu a:active, .submenu a:hover, .subsubmenu a:hover
{
color: #A6C38A !important;
}
#content
{
float: left;
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 12px;
line-height: 16px;
padding: 0 10px;
width: 640px;
}
#content a:link, #content a:visited
{
color: #000;
}
#content a:hover, #content a:active
{
text-decoration: none;
color: #fff;
background-color: #000;
}
#content img
{
padding: 5px;
}
h1
{
color: #AF6E0D;
font-size: 18px;
padding: 0.5em 0 0.5em 0;
border-bottom: 1px solid #AF6E0D;
}
.orangebox h1  
{
color: #fff;
font-size: 16px;
border-bottom: none;
padding: 0.5em 0 0 0.5em;
text-transform: uppercase;
}
h2
{
padding: 1em 0 0.5em 0;
font-size: 16px;
}
.orangebox h2
{
color: #000;
font-size: 14px;
font-weight: bold;
padding: 0.5em ;
line-height: 14px;
}
h3
{
color: #AF6E0D;
font-size: 19px;
letter-spacing: -1px;
}
h4
{
padding: 0.5em 0 0 0;
font-size: 18px;
}
hr
{
color: #AF6E0D;
}
#footer
{
clear: both;
background: url(../images/footer_new.gif) no-repeat;
width: 964px;
height: 382px;
}
#logos
{
text-align:center;
width:1150px;
padding-top:35px
}
#privacy
{
text-align:center;
width:1150px;
padding-top:5px;
font-size:11px;
}
.goldheader
{
color: #AF6E0D;
}
.greenheader
{
color: #5E9633;
}
.pinkheader
{
color: #E20066;
}
.orangeheader
{
color: #F8981D;
}
.leftcolumn
{
width: 400px;
float: left;
}
.rightcolumn
{
width: 230px;
float: right;
}
.orangebox
{
color: #fff;
background-color: #f8981d;
width: 220px;
margin: 0px;
padding: 5px 5px 10px 5px;
font-size: 11px;
line-height: 11px;
}