body {
	background-color: #e5e5e5;
	background-image: url('../images/background_grain.jpg');
	color: #333;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1 {
	color: #999;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0px;
}

h3 {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

h4 {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #999;
}

a {
	color: #0099cc;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	display: block;
}

.blue {
	color: #0099cc;
}

.large {
	color: #999;
	font-size: 28px;
}

.divider {
	background-color: #ccc;
	height: 1px;
	margin: 24px 0px;
}

#header {
	margin: 0px auto;
	width: 936px;
}

#slideshow {
	background-color: #000;
	height: 400px;
	margin: 0px auto;
	width: 936px;
}

#mainContent {
	background-image: url('../images/background_body.jpg');
	background-position: top center;
	margin: 0px auto;
	min-height: 500px;
	padding: 24px;
	text-align: left;
	width: 888px;
}

/* FOOTER */

#footerBottom {
	height: 100px;
	width: 936px;
	background-image: url('../images/background_body_bottom.jpg');
	margin: 0 auto;
}

#footerWrapper {
	background-color: #0091cb;
	background-image: url('../images/background_footer.jpg');
	background-repeat: repeat-x;
	height: 258px;
	text-align: center;
}

#footer {
	color: #fff;
	margin: 0 auto;
	text-align: left;
	width: 880px;
}

#footer a {
	color: #fff;
}

#footer .sublink {
	font-weight: normal;
}

#footerBug {
	margin: 0 auto;
	width: 133px;
}

#footerLeft {
	float: left;
	margin-top: -65px;
	text-align: left;
	width: 440px;
}

#footerRight {
	float: right;
	margin-top: -65px;
	text-align: right;
	width: 440px;
}

/* LAYOUT BOXES */

.boxA {
	float: left;
	margin-right: 24px;
	width: 128px;
}

.boxB {
	float: left;
	margin-right: 24px;
	width: 280px;
}

.boxC {
	float: left;
	margin-right: 24px;
	width: 432px;
}

.boxD {
	float: left;
	margin-right: 24px;
	width: 584px;
}

.boxE {
	width: 888px;
}

.boxF {
	float: left;
	width: 185px;
	margin-right: 49px;
}

.boxG {
	float: left;
	width: 653px;
	margin-right: 49px;
}

/* NAVIGATION */

#navigationWrapper {
	background-color: #666;
	background-image: url('../images/background_navbar.gif');
	height: 24px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#navigation {
	text-align: left;	
}

#navbar {
	margin: 0px;
	padding: 0px;
}

#navbar li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navbar li a {
	display: block;
	margin: 0px;
}

#navbar li ul {
	background-color: #003366;	
	background-image: url('../images/nav/nav_menu_background.gif');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 16px 0px;
 	position: absolute;
	visibility: hidden;
 	width: 152px; 

	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}

#navbar li ul li {
	float: none;
	display: inline;
}

#navbar li ul li a {
	color: #fff;
	font-weight: normal;
	padding: 4px 16px;
}

#navbar li ul li a:hover {
	background-color: #0091cb;
	color: #fff;
	text-decoration: none;
}

/* SUB-NAVIGATION */

#subnav {
	height: 58px;
	width: 936px;
	margin: 0 auto;
	background-image: url('../images/background_subnav.jpg');
	background-repeat: no-repeat;
}

#subnavLeft {
	float: left;
	font-size: 12px;
	line-height: 12px;
	margin: 23px 0px 0px 23px;
	color: #0091cb;
	font-weight: bold;
}

#subnavRight {
	float: right;
	font-size: 12px;
	line-height: 12px;
	margin: 23px 23px 0px 0px;
	color: #999;
}

#subnavRight a {
	color: #999;
}