@charset "utf-8";
/* CSS Document */


body {
	margin-top: 0;
	background-color: #4B241F;
}
body,td,th {
	font-size: 11px;
    line-height: 130%;
    color: #555F66;
    font-family: Arial, Verdana, sans-serif;
}

a {color:#BF3924; text-decoration: none;}

.container {
   width: 800px;
   background: url('../images/bg.jpg') no-repeat;
    }
    
#top-wrapper {
margin-top: 25px;
background-color: #fff;
height: 85px;
 }

#logo {
margin-top: 35px;
margin-left: 20px;
}


#mainmenu {
margin-top: 45px;
padding-top: 0px;
float: right;
}

#frontmod {
margin-top: 80px;
float: right;
margin-right: 10px;
}

#frontmod .moduletable {
margin-bottom: 20px;
text-align: left;
font-size: 11px;
color: #fff;
float: left;
}

#frontmod h3 {
font-size: 16px;
font-weight: bold;
margin-top: 30px;
color: #fff;
}

#frontmod a {
display: block;
background: url(../images/modbg.png) no-repeat;
height: 16px;
width: 120px;
line-height: 15px;
color: white;
text-indent: 5px;
font-size: 10px;
text-decoration: none;
margin-top: 10px;
}

#searchbox {
margin-top: 8px;
float:right;
margin-right: 68px;
}
    
#searchbox input { 
height: 12px; 
width: 205px; 
color: #000;
font-size: 11px;
}


#header {
margin-top: 30px;
margin-left: -10px;
}

h2 {
font-size: 16px;
color: #CC0000;
font-weight: normal;
margin-top: 25px;
}

h3 {
font-size: 1.2em;
color: #0097D2;
margin-top: 10px;
margin-bottom: 10px;
}

h4, h5, h6 {
	color: #CC0000;
}

 
#main-wrapper {
margin-top: 75px;
background-color: #fff;
} 

#maintop {
border-bottom: solid 1px #CC0000;
height: 30px;
 }
 
#breadcrumbs {
margin-top: 10px;
margin-left: 5px;
float: left;
 }

#right_modules {
float: right;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 10px;
background-color: #F5f1E9;
padding-left: 10px;
padding-bottom: 140px;
width: 200px;
}

#right_modules .moduletable {
margin-left: 0px;
padding: 0px;
color: #555F66;
margin-bottom: 15px;
font-size: 11px;
}
    
#right_modules h3 {
color: #CC0000;
font-size: 12px;
margin-top: 15px;
margin-bottom: 15px;
text-decoration: none;
font-weight: bold;
}

#right_modules p {
color: #555F66;
}

#right_modules a:link {
color: #D22322;
}
 

#content {
margin-left: 30px;
margin-top: 0px;
}

#content a:link {
text-decoration: underline; }
 
#footer {
margin-top: 10px;
}
 
#credits{
margin-left: 10px;
margin-top: 0px;
color: #999999;
}
 
 /* footer menu */

#footermenu {
float: right;
margin-right: 0px;
margin-top: 0px;
}

#footermenu ul, 
#footermenu li {
list-style-type:none;
list-style-image:none;
padding: 0;
margin: 0;
}

#footermenu ul {
margin-top: 0px;
} 

#footermenu ul li {
font-family: Arial, Helvetica, sans-serif;
padding-left: 20px;
padding-right: 20px;
float: right;
border-left: solid 1px #999999;
text-transform: lowercase;
line-height: 12px;
}

#footermenu a:link {
color: #999999;
}

#footermenu a:visited {
text-decoration: none;
color: #CCCCCC;
}

#footermenu a:active{
text-decoration: none;
color: #999999;
}

#footermenu ul li#current a:visited  {
color: #999999;
}

.span-20 {
width: 800px;
}    


