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: red;
}

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: bold;
	font-size: 11px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px;
	text-transform: uppercase;
	background: url('../images/menuSep.gif') no-repeat right;
}

/* 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: #fff;
}

.menu a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.menu ul li{
	border-top:0;
	margin-left:-1px;
	background: #333;
	width: 150px;
	border-bottom: solid 1px #fff;
}

/* 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 {
	text-decoration: underline;
}
/* 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: #01426C;
}

/* 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;
}
