body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 137%;
}
body {
	background: url("../images/bg.jpg");
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* LAYOUT */
#wrapper {
	width: 850px;
	margin: 0 auto;
	padding-bottom: 10px;
}

#top {
	margin-top: 30px;
	height: 120px;
	background: url("../images/topbg.jpg") no-repeat;
}

#logo {
	width: 200px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}

#mainwrapper {
	display: inline-block;
	width: 850px;
	margin-top: 0;
}

#mainMenu {
	height: 20px;
	width: 600px;
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}

#searchBox {
	float: right;
	width: 165px;
	margin-right: 25px;	
	margin-top: 40px;
}

#breadcrumbs {
	width: 750px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	color: #B5A899;
	font-size: 12px;
	margin-bottom: 4px;
}

#breadcrumbs a {
	color: #B5A899;
}

#botmod {
	width: 850px;
	float: left;
	display: inline-block;
	background-color: #fff;
	border: solid 1px #BEB5BA;
	filter: alpha(opacity=65);-moz-opacity:.65;opacity:.65;
	margin-top: 20px;
	padding-bottom: 10px;
}

.hpMod {
	float: left;
	width: 230px;
	margin-left: 20px;
	margin-right: 50px;
	font-size: 11px;
}

#hpThree {
	float: right;
	width: 170px;
	margin-right: 30px;
	font-size: 11px;
}

#main {
	display: inline-block;
	width: 850px;
	background-color: #fff;
	border: solid 1px #D3CCCD;
	margin-top: 0;
	padding-bottom: 60px;	
}

.hpRight {
	display: inline-block;
	margin-top: 50px;
	float: right;
	width: 230px;
	margin-right: 20px;
	background-color: #F5F1EC;
	border: dashed 1px #D3CCCD;
}

#content {
	width: 535px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
#footer {
	width: 830px;
	margin-top: 5px;
	text-align: left;
	color: #999999;
	padding-left: 20px;
	font-size: 11px;
}

h2 {
	font-size: 30px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: 22px;
	color: #333;
}

h3 {
	font-size: 15px;
	color: #333;
}

.clear {
	clear: both;
}

/* LET'S STYLE SOME MODULES */

.hpMod .moduletable {
	color: 999999;
}

.hpMod img {
	background: #E9E9E9;
	padding: 5px;
	display: block;
}

.hpMod h3 {
	font-size: 22px;
	color: #B5A899;
	font-family: Century Gothic, Arial, Helvetica;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 10px;
	line-height: 100%;
}

.hpRight h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A01F21;
	margin-top: 5px;
	margin-bottom: 5px;
}	

.hpRight .moduletable {
	width: 215px;
	margin-left: 5px;
	margin-bottom: 20px;
}

#hpThree h3 {
	font-size: 25px;
	color: #A4B004;
	font-family: Century Gothic, Arial, Helvetica;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 10px;
	line-height: 100%;
}

#mainMenu h3 {
	display: none;
}

#searchBox input {
	height: 18px; 
	border: none;
	font-size: 11px;
	color: #666;
	text-indent: 5px;
	width: 160px;
}

/* GENERAL TAGS */
a {
	text-decoration: underline;
	color: #333;
}

a:hover {
	color: #999;
}

img {
	border: none;
}

/* menu tags */

#mainMenu ul {
	float: right;
}
#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-left: 20px;
	padding-right: 20px;
	line-height: 20px;
	text-transform: uppercase;
}

#mainMenu ul li#current {	
	color: #CC0000;
	text-decoration: none;
}

#mainMenu ul li#current * {	
	color: #CC0000; !important;
}

/* 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: 30px;
	color: #333333;
}

.menu a:hover{
	color: #CC0000;
}

/* these are the LIs that only belong to submenu*/
.menu ul li{
	border-top:0;
	margin-left:-1px;
	margin-top: 1px;
	background: #fff;
	width: 150px;
	border-bottom: solid 1px #333333;
}

/* these are the LIs that contains a submenu*/
.menu li.submenu{
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.menu ul li.submenu{
}

.menu a:hover,
.menu li.active a:link, 
.menu li.active a:visited {
	color: CC0000;
}
