body {
	margin:0 auto;
	padding:0;
	color:#767561;
	font-family:Geneva, Arial, Sans-Serif;
	font-size:12px;
	background-color:#fff;
}
form, div, span, h1, h2, h3, p, ul, li {
	margin:0;
	padding:0;
}
a img { border:none; }
a, a:active, a:visited
{
    text-decoration:none;
    color:#E4701E;
}
a:hover 
{
    text-decoration:underline;
}

#container 
{
    width:900px;
    margin:0 auto 0 auto;
    padding:41px 35px 0 35px;
    background:#fff url(bg.gif) repeat-y;
}

/* header -------------------------------------------------*/
#header 
{
    height:137px;
}
#quote 
{
    float:left;
    width:393px;
    height:137px;
    font-size:12px;
    background:#fff url(quote.gif) no-repeat;
}
#quote span { display:none; }
#logo 
{
    float:right;
    width:226px;
    height:137px;
}

/* navigation -------------------------------------------------*/
#navigation 
{
    height:105px;
}
ul#nav 
{
    list-style:none;
}
ul#nav li 
{
    float:left;
    padding-right:1px;
	position:relative;    
}
ul#nav li.last 
{
    padding-right:0;
}
ul#nav li a 
{
    display:block;
    text-align:center;
    font-weight:bold;
    font-size:12px;
    width:179px;
    background-color:#E4701E;
    color:#fff;
    height:19px;
    padding-top:3px;
}
ul#nav li a:hover 
{
    background-color:#767561;
    text-decoration:none;
}

ul#nav li ul 
{
    position:absolute;
    top:22px;
    left:0;
    width:180px;
    list-style:none;
    padding-top:1px;
    display:none;
}
ul#nav li ul li
{
    float:none;
    padding-right:0;
}
ul#nav li ul li a
{
    font-weight:normal;
    font-size:12px;
    width:179px;
    background-color:#919181;
    color:#fff;
    height:18px;
    padding-top:2px;
}
ul#nav li ul li a.light { background-color:#767561; }
ul#nav li ul li a.dark { background-color:#ADACA0; }
ul#nav li ul li a:hover { color:#E4701E;background-color:#919181; }
ul#nav li ul li a.light:hover { background-color:#767561; }
ul#nav li ul li a.dark:hover { background-color:#ADACA0; }
ul#nav li:hover ul, ul#nav li.over ul 
{
    display:block;
}

/* content -------------------------------------------------*/
#main-content 
{
    width:675px;
    float:right;
    padding-bottom:50px;
}
#main-content h1
{
	color:#767561;
	font-size: 12px;
	padding-bottom:12px;
	text-transform:uppercase;
}
#main-content ul
{
	padding-left:15px;
	padding-bottom:12px;
}
#main-content label
{
width: 6em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block
}

#main-content input
{
color: #58595b;
background: #e4e3df;
border: 1px solid #767561;
font-family:Geneva, Arial, Sans-Serif;
font-size: 12px;
}

#main-content .submit input
{
margin-left: 6.5em;
border: 0px;
padding: 0px;
}

#side-content 
{
    width:180px;
    float:left;
    border-right:1px solid #767561;
}
#logout 
{
    width:60px;
    float:right;
}
#content h3 
{
    color:#E4701E;
    font-size:12px;
    font-weight:bold;
    padding:12px 0 2px 0;
}
#content p 
{
    margin:2px 0 12px 0;
}
#clear 
{
    clear:both;
}

/* footer -------------------------------------------------*/

#footer 
{
    width:900px;
    margin:0 auto 40px auto;
    padding:0 35px 0 35px;
    height:35px;
    background:#fff url(bg-footer.gif) no-repeat;
}
#copyright 
{
    width:675px;
    float:right;
    font-size:11px;    
}

