
/*=========== Global reset ======================*/
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse: collapse; border-spacing:0 }
fieldset, img { border:0 }
caption, th { text-align: left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration: none }

/* The below restores some sensible defaults */
table, p {
margin: 0 0 1.6em 0;
padding: 0;
}
ul, dl, ol {
margin: 0 0 1.6em 2.8em;
padding: 0;
}
strong { font-weight: bold }
em { font-style: italic }
a img { border: none } /* Gets rid of IE's blue borders */
/*=========== END: Global reset ======================*/


html
{
font-family: arial, helevtica, sans-serif;
font-size: 0.8em;
color: #fff;
}

body
{
background: #000 url(../../images/bg-top.jpg) no-repeat center top;
margin: 0;
}

#wrapper
{
/*overflow: auto;*/
width: 990px;
margin: 0 auto;

background: transparent url(../../images/bg-bottom.jpg) no-repeat center bottom;
}

#top
{
clear: both;
height: 110px;
margin: 65px 0 0 0;
}

#top h1.logo a  
{
float: left;
display: block;
width: 360px;
height: 110px;
margin: 0 0 0 30px !important;
text-indent: -9999px;
}

/*========== navs ==========*/
#nav {
clear: both;
margin: 10px 0 0 0;
}

ul.nav1 {
list-style: none;
margin: 0 0 0 40px;
padding: 0;
}

ul.nav1 li {
margin: 0 0 0.6em 0;
font-family: times new roman, times, georgia, serif;
font-size: 1.2em;
font-variant: small-caps;
font-weight: normal;
color: #fff;
}

ul.nav1 li.current {
font-weight: bold;
}

ul.nav1 a {
color: #fff;
text-decoration: none;
}

ul.nav1 a:hover {
color: #fff;
text-decoration: underline;
}

ul.gold-nav {
margin: 32px 0 0 40px;
}

ul.gold-nav a, ul.gold-nav a:hover {
color: #e5bf6a;
}

/*========== END: navs ==========*/

#content
{
min-height: 350px;
_height: 350px;
margin: 35px 0 0 0;
}

#content-body {
margin: 0 170px 0 180px;
padding: 0 0 135px;
}

#footer {
clear: both;
margin: 0;
}

#footer-body {
margin: 0;
}

#footer ul {
list-style: none;
margin: 0;
padding: 0;
}

#footer ul li {
display: inline;
}

#footer li a {
float: left;
display: block;
width: 100px;
height: 40px; 
margin: 0 0 0 50px;
text-indent: -9999px;
}

#footer li.logo-01 a {width: 140px; margin: 0 0 0 40px; _margin: 0 0 0 20px; /** IE6 Hack **/}
#footer li.logo-02 a {width: 75px; margin: 0 0 0 70px;}
#footer li.logo-03 a {width: 160px; margin: 0 0 0 60px;}
#footer li.logo-04 a {width: 140px; margin: 0 0 0 70px;}
#footer li.logo-05 a {width: 140px; margin: 0 0 0 70px;}

#footer p {
clear: both;
margin: 0 0 16px 0;
padding: 0;
text-align: center;
font-size: 0.85em;
color: #ccc;
/*opacity:0.75;filter:alpha(opacity=75);*/
}
