body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
        
        background-color: #1D1D1D;
        
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

/* LAYOUT */
#wrapper {
        width: 850px;
        background: #1D1D1D;
	margin: 0 auto;
}

#top {
	width: 850px;
	height: 120px;
	margin-top: -105px;
	position: absolute;
        background: transparent;
}

#logo {
	float: left;
	margin-left: 15px;
	width: 150px;
}

#whiteBg {
	width: 850px;
	margin-top: 20px;
        background: transparent;
}

#menuRow {
	height: 30px;
}

#mainMenu {
	height: 30px;
	width: 850px;
	float: left;
	margin-left: 2px;
}

#header {
	width: 850px;
	height: 418px;
        background: #1D1D1D;
	padding-bottom: 5px;
}

#header2 {
	width: 850px;
	height: 145px;
	padding-bottom: 5px;
}

#searchBox {
	float: right;
	width: 165px;	
}

#bottom {
	width: 775px;
	margin: 0 auto;
	background: url("../images/bottombg.jpg") no-repeat;
        padding-bottom: 40px;
        position: absolute;
        margin-top: 3px;
}

#slogan {
	width: 600px;
	height: 22px;
	float: left;
	margin-left: 5px;
	margin-top: 45px;
}

#slogan h1 {
	font-family: Arial Narrow, Arial, Helvetica;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	margin:0;
	padding:0;
}

#main {
	width: 850px;
	background: url("../images/mainbg.png") repeat-y;
	display: inline-block;
	padding-bottom: 30px;
	padding-top: 30px;
}

#left { 
	width: 550px;
	float: left;
}

#topmod {
	width: 550px;
	clear: left;
}

#topmod img {
	margin-right: 15px;
}

#topmod .moduletable {
	width: 500px;
	margin-left: 20px;
}

#topmod h3 {
	color: #FF1A00;
}

#topmod p {
	margin-top: 5px;
}

#topmod a {
	display: inline-block;
	background: url("../images/topmodbg.png") no-repeat;
	height: 17px;
	width: 123px;
	line-height: 15px;
	color: #fff;
	text-indent: 5px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 15px;
}
	
.hpRight {
	margin: 0;
	padding: 0;
	float: right;
	width: 285px;
}

.hpRight .moduletable {
	width: 250px;
	float: left;
	margin-left: 15px;
	color: #333333;
        margin-bottom: 25px;
}

.hpRight ul,
.hpRight li {
       margin-left: 10px;
       padding:0;
}

#content {
	width: 500px;
	float: left;
	margin-left: 20px;
	padding-bottom: 30px;
}

h2 {
	font-size: 16px;
	color: #FF1A00;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h3 {
	font-size: 12px;
	color: #666666;
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
}

h1 {
	font-size: 14px;
	color: #666666;
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.clear {
	clear: both;
}

/* LET'S STYLE SOME MODULES */

.hpRight h3 {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0;
}

#mainMenu h3 {
	display: none;
}

#searchBox input {
	height: 17px; 
	margin-top: 5px;
	font-size: 11px;
	color: #1D1D1D;
	text-indent: 5px;
	width: 160px;
	background-color: #94938F;
	border: none;
	float: right;
}


/* GENERAL TAGS */
a {
	color: #666666;
}

a:hover {
	color: #000;
}

img {
	border: none;
}

/* menu tags */
#mainMenu ul {
	
}
#mainMenu h3 {
	display: none;
}
/* this is the main UL element*/

.menu {
	margin:0;
	padding:0;
	list-style:none;
}

/* these are the inner menus*/
 .menu ul{
	margin:0;
	padding:0;
	list-style:none;	
}

/* these are all the LIs in the menu*/
.menu li{
	font-weight: normal;
	font-size: 11px;
	padding-right: 35px;
	margin-right: 10px;
	line-height: 17px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.menu a{
	text-decoration: none;
	line-height: 17px;
	color: #94938F;
}

.menu a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.menu ul li{
	border-top: 0;
	margin-left: 0;
	background: #1D1D1D;
	width: 120px;
	margin: 0;
}

.menu ul li a {
       margin-left: 20px;
}

.menu ul {
	border: solid 1px #94938F;
}


/* these are the LIs that contains a submenu*/
.menu li.submenu{
	background: #1D1D1D url("../images/xmenubg2.gif") no-repeat right;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.menu ul li.submenu{
	background: #1D1D1D url("../images/xmenubg.gif") no-repeat right;
}

.menu a:hover,
.menu li.active a:link, 
.menu li.active a:visited {
	text-decoration: underline;
}

#footer {
	margin-top: 10px;
	width: 850px;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 5px;
       color: #94938F;
}

#footer a {
	color: #1D1D1D;
}