body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 137%;
}
body {
	background-color: #7FA8CF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* LAYOUT */
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 10px;
}

#top {
	margin-top: 30px;
	height: 63px;
	background: url("../images/topbg.jpg") no-repeat;
}

#logo {
	width: 150px;
	float: left;
	margin-top: 20px;
	margin-left: 15px;
}

#mainwrapper {
	display: inline-block;
	width: 800px;
	margin-top: 0;
}

#mainhome {
	width: 800px;
	height: 457px;
	background: url("../images/bghome.jpg") no-repeat;	
	margin-top: 5px;
}

#topmod {
	width: 280px;
	float: left;
	margin-top: 50px;
	color: #fff;
}

#topmod h3 {
	font-family: Century Gothic, Arial, Helvetica;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}	

#botmod {
	width: 800px;
	float: left;
	display: inline-block;
	margin-top: 120px;
	padding-bottom: 10px;
}

.hpMod {
	float: left;
	width: 210px;
	margin-left: 20px;
	margin-right: 35px;
	margin-top: 10px;
}

.hpThree {
	float: right;
	width: 210px;
	margin-right: 30px;
	margin-top: 10px;
}

#main {
	display: inline-block;
	width: 800px;
	background: url("../images/bgin.jpg") no-repeat;
	margin-top: 0;
}

#mainin {
	width: 800px;
	margin-top: 130px;
	padding-bottom: 40px;
	display: inline-block;
	background: #fff url("../images/bgbot.jpg") bottom no-repeat;
}

#content {
	width: 470px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

#footer {
	width: 780px;
	margin-top: 5px;
	text-align: left;
	color: #fff;
	padding-left: 10px;
	font-size: 11px;
}

h2 {
	font-size: 22px;
	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: #666666;
}

.hpMod img {
	background: #E9E9E9;
	padding: 5px;
	display: block;
}

.hpMod h3 {
	font-size: 16px;
	color: #333333;
	font-family: Arial, Helvetica;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
	line-height: 100%;
}


.hpThree h3 {
	font-size: 16px;
	color: #D92E41;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
	line-height: 100%;
}

/* GENERAL TAGS */
a {
	text-decoration: underline;
	color: #333;
}

a:hover {
	color: #666;
}

img {
	border: none;
}

/* menu tags */

#mainMenu {
	float: right;
	width:600px;
	height: 30px;
	margin-top: 17px;
	margin-right: 0;
}

#mainMenu ul, 
#mainMenu li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}
#mainMenu ul {
	height: 23px;
	float: right;
} 

#mainMenu ul li {
	float:left;
	height: 30px;
	line-height:30px;
}

#mainMenu ul li a, 
#mainMenu ul li a:link, 
#mainMenu ul li a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #7FA8CF;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: lowercase;
	font-weight: bold;
}

#mainMenu ul li a.over *,
#mainMenu ul li a:hover *,
#mainMenu ul li#current * {
color:#333 !important;
}

#mainMenu ul li ul {
width:180px;
padding-top:3px;
}

#mainMenu ul li ul li {
background:#ececec;
width:170px;
border-bottom:1px solid white;
clear: left;
}

#mainMenu ul li ul li * {
	color:#333;
}

#mainMenu ul li ul li#current *, 
#mainMenu ul li ul li:hover *, 
#mainMenu ul li ul li.over * {
color:#FFF !important;
}

#mainMenu ul li ul li#current,
#mainMenu ul li ul li:hover {
background: #7FA8CF;
}

/* drop-down menu */

#mainMenu ul li { 
position:relative;
}

#mainMenu ul li ul {
display:none;
position:absolute;
top:2.5em;
left:0em;
width:40em;
}

#mainMenu ul li:hover ul, 
#mainMenu ul li.over ul { 
display: block; 
}

.menu li ul ul {
 	display: none;
}
