/* CSS Document */

body {
	background: #303a4b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #050505;
	margin-top: 40px;
	}

#global {
	width: 902px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}

#container {
	width: 902px;
	float: left;
	}

#header {
	width: 826px;
	height: 105px;
	float: left;
	background: url(images/headerbg.jpg) no-repeat;
	position: relative;
	left: 38px;
	}

#logo {
	width: 201px;
	height: 105px;
	float: left;
	position: relative;
	left: 9px;
	}

#nav {
	width: 826px;
	height: 26px;
	float: left;
	border-top: 1px solid #ffffff;
	background: #293c5e;
	position: relative;
	left: 38px;
	}

#nav ul {
	margin: 0px;
	padding-left: 0px;
	margin-left: 0px;
	position: relative;
	top: 5px;
	}

#nav ul li {
	display: inline;
	list-style: none;
	}

#nav a {
	color: #ffffff;
	text-decoration: none;
	padding-left: 29px;
	padding-right: 29px;
	padding-top: 4px;
	padding-bottom: 7px;
	border-right: #586d99 1px solid;
	}

#nav a:hover {
	color: #6d7ea1;
	}

#openroad {
	width: 826px;
	height: 328px;
	float: left;
	background: url(images/openroad.jpg) no-repeat;
	position: relative;
	left: 38px;
	}

#flash {
	width: 528px;
	height: 109px;
	float: left;
	position: relative;
	top: 43px;
	}

#news {
	width: 244px;
	height: 250px;
	float: left;
	background: url(images/news.jpg) no-repeat;
	position: relative;
	top: 43px;
	left: 0px;
	}

#newstext {
	width: 195px;
	float: left;
	position: relative;
	top: 55px;
	left: 24px;
	}

#news h1 {
	font-size: 12px;
	margin-bottom: 8px;
	margin-top: 0px;
	}

#news a {
	color: #143776;
	}

#footer {
	width: 826px;
	height: 32px;
	float: left;
	border-top: 1px solid #ffffff;
	background: url(images/footerbg.jpg) no-repeat;
	position: relative;
	left: 38px;
	color: #a8a8a8;
	}

#footer p {
	position: relative;
	top: 7px;
	left: 15px;
	}

#footer a {
	color: #3c64aa;
	}

#shadow {
	width: 902px;
	height: 78px;
	float: left;
	background: url(images/shadow.jpg) no-repeat;
	}

img {
	border: 0px;
	}

p {
	margin: 0 0 1em 0;
	}