body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #E9E9E9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* LAYOUT */
#wrapper {
	width: 865px;
	margin: 0 auto;
}

#topmenu {
	height: 30px;
	margin-top: 10px;

}

#top {
	height: 40px;
}

#whiteBg {
	width: 865px;
	background: white;
	margin-top: 20px;
	padding-bottom: 20px;
}

#menuRow {
	background: red url(../images/menuBg.jpg) repeat-x;
	height: 30px;
}

#mainMenu {
	height: 30px;
	width: 700px;
	float: left;
}

#searchBox {
	float: left;
	width: 165px;	
}

#header {
	margin-top: 2px;
	margin-bottom: 10px;
}

.hpMod {
	float: left;
	width: 247px;
	margin-left: 20px;
}

.hpRight {
	float: left;
	width: 247px;
	margin-left: 20px;
}

#content {
	width: 500px;
	float: left;
	margin-left: 20px;
}

h2 {
	font-size: 18px;
	color: #333;
}
.clear {
	clear: both;
}

/* LET'S STYLE SOME MODULES */
.hpMod img {
	background: #E9E9E9;
	padding: 5px;
	display: block;
}

.hpMod h3, .hpRight h3 {
	font-size: 10px;
	color: #BC2118;
	text-transform: uppercase;
}

.hpRight h3 {
	color: #FF9900;
}

.hpRight a {
	color: #01426C;
}

.hpMod a {
	display: block;
	background: url(../images/readmore.gif) no-repeat;
	height: 16px;
	width: 120px;
	line-height: 15px;
	color: white;
	text-indent: 5px;
	font-size: 10px;
	text-decoration: none;
	margin-top: 20px;
}

.hpMod a:hover {
	background: url(../images/readmoreon.gif) no-repeat;
}

#mainMenu h3 {
	display: none;
}

#searchBox input {
	background: #fff url(../images/searchIcon.gif) no-repeat right;
	height: 16px; 
	margin-top: 5px;
	border: none;
	font-size: 11px;
	color: #666;
	text-indent: 5px;
	width: 145px;

}


/* GENERAL TAGS */
a {
	color: blue;
}

img {
	border: none;
}

/* menu tags */

#mainMenu {
	float: left;
	width:700px;
	height: 30px;
}

#mainMenu h3 {
	display: none;
}

#mainMenu li {
        list-style: none;
	font-weight: bold;
	font-size: 11px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px;
	text-transform: uppercase;
	background: url('../images/menuSep.gif') no-repeat right;
}

#mainMenu a {
        text-decoration: none;
	line-height: 30px;
	color: #fff;
}

#mainMenu ul {
	height: 30px;
        list-style: none;
        margin: 0;
        padding: 0;
} 

#mainMenu a:hover {
text-decoration: underline;
}

#mainMenu ul li {
	float:left;
	height: 30px;
	line-height:30px;
        position: relative;
}

#mainMenu ul li a, 
#mainMenu ul li a:link, 
#mainMenu ul li a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#mainMenu ul li:hover, 
#mainMenu ul li.over, 
#mainMenu ul li#current {
text-decoration: underline;
color: #fff;
}

#mainMenu ul li ul li#current *, 
#mainMenu ul li ul li:hover *, 
#mainMenu ul li ul li.over * {
color:#FFF !important;
text-decoration: underline;
}

/* drop-down menu */

#mainMenu ul li ul li { 
position: absolute;
background-color: #333;
width: 150px;
border-bottom: solid 1px #fff;
background: none;
background-color: #333;
margin-left: -20px;
}

#mainMenu ul li ul {
display:none;
position:relative;
top: 0;
left:0;

}

#mainMenu ul li:hover ul, 
#mainMenu ul li.over ul {  
display: block;
}

/* TOP MENU */

#topmenu ul {
	margin: 0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	text-align: right;
}
#topmenu ul li {
	display:inline;
	padding-left: 10px;
}

#topmenu a {
	color: #00954C;
}

/* FOOTER MENU */
.footer {
}
.footer ul {
	margin: 0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	text-align: center;
	padding-top: 7px;
}
.footer ul li {
	display:inline; 
	padding-left: 15px;
}