@charset "UTF-8";
/* CSS Document */


<!--


/* Page Structure */


body {
	background:#101213 url(../images/bg.jpg) top repeat-x;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:100%;
	margin:0;
	padding:0;
}

#wrapper {
	position:relative;
	width:860px;
	min-height:100%;
	margin:0 auto;
	text-align:center;
	z-index:1;
}

#container {
	position:relative;
	background:url(../images/fade.gif) top no-repeat;
	width:100%;
}

#header {
	position:relative;
	background:url(../images/header.jpg) top left no-repeat;
	width:860px;
	height:180px;
	top:0px;
	left:0px;
}

#flash {
	position:absolute;
	width:874px;
	height:270px;
	top:0px;
	left:50%;
	margin-left:-437px;
	z-index:2;
}

#nav {
	position:relative;
	width:100%;
	height:90px;
	top:0px;
	left:0px;
}

#menu {
	position:relative;
	background:url(../images/bg_menu.jpg) top no-repeat;
	width:860px;
	height:26px;
	top:0px;
	left:0px;
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}

#top {
	position:relative;
	background:url(../images/top_road.jpg) top no-repeat;
	width:860px;
	height:64px;
	bottom:0px;
}

#wrapper, #header, #nav, #container {
	display:block;
	overflow:hidden;
}

#leftcolumn, #rightcolumn {
	position:relative;
	float:left;
	height:100%;
	padding:10px 20px 40px;
	text-align:left;
}

#leftcolumn {
	width:480px;
	margin-right:40px;
	background:url(../images/border.gif) repeat-y;
}

#rightcolumn {
	width:220px;
	margin-left:40px;
	background-color:#9ca7af;
}

#footer {
	position:relative;
	background:url(../images/footer.jpg) top no-repeat;
	color:#46525d;
	width:860px;
	height:100px;
	padding:90px 0px 0px;
	clear:both;
}


/* Typography */


h1 {
	color:#15b367;
	font-family:Trebuchet MS;
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:0;
	letter-spacing:2px;
}

h2 {
	color:#256994;
	font-family:Trebuchet MS;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:0;
}

a, a:link, a:active, a:visited {
	color:#fff;
	text-decoration:underline;
}
a:hover {
	color:#256994;
	text-decoration:none;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}

li {
	display:block;
	list-style:none;
	list-style-position:inside;
	margin:10px 0px;
	padding:0;
}

#menu li {
	display:inline;
	color:#000;
	font-family:Trebuchet MS;
	font-size:16px;
	margin:4px 26px 4px;
	padding:0;
	line-height:28px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-decoration:none;
}

#menu a, #menu a:link, #menu a:visited, #menu a:active {
	color:#000;
	text-decoration:none;
}

#menu a:hover {
	color:#333;
	text-decoration:none;
}

#footer li {
	display:inline;
	margin:0px 26px;
}

.sub_nav {
	color:#fff;
	font-size:12px;
	width:860px;
	height:20px;
	line-height:18px;
	margin:0px 0px 10px;
	padding:0;
}

.img_sml {
	display:inline;
	border:none;
	width:220px;
	margin:5px 0px;
	padding:0;
}

.img_lrg {
	display:block;
	border:none;
	width:480px;
	margin:10px 0px;
	padding:0;
}

.mail {
	position:absolute;
	width:150px;
	height:50px;
	bottom:10px;
	right:0px;
	text-align:center;
}


-->