body {
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #282B38;
	text-align: center;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #96979B;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

div#container {
	width: 795px;
	margin: 40px auto 0 auto;
	display: table;
}

div#sidebar {
	width: 186px;
	float: left;
	text-align: left;
}

div#content {
	width: 600px;
	float: right;
	text-align: left;	
}

div#logo {
	margin-left: 10px;
}

div#tagline {
	width: 176px;
	height: 52px;
	float: right;
	margin-top: 5px;
	background-image: url(img/tagline.png);
}

ul#menu {
	margin-top: 5px;
}

ul#menu li {
	width: 179px;
	list-style: none;
	display: table;
}

ul#menu li a {
	text-decoration: none;
	color: #919294;
	display: block;
	width: 159px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 14px;
	font: normal 14px Arial, Helvetica, sans-serif;
	float: left;
	text-indent: 15px;
	border-bottom: 1px solid #4D4D54;
}

ul#menu li a:hover, ul#menu li a.selected {
	color: #fff;
}

ul#menu li em {
	float: right;
	display: block;
	border-bottom: 1px solid #4D4D54;	
	padding-top: 19px;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #646467;
	font-style: normal;
	text-align: left;
	text-indent: 4px;
	width: 19px;
}

div.splash {
	width: 600px;
	height: 395px;
	background-image: url(img/splash.jpg);
}

div.splash-mirror {
	width: 556px;
	height: 178px;
	background-image: url(img/splash-mirror.png);
}

div#banner {
 	width: 556px;
	height: 201px;
	float: left;
}

div.banner1 { background-image: url(img/top1.jpg); }
div.banner2 { background-image: url(img/top2.jpg); }
div.banner3 { background-image: url(img/top3.jpg); }
div.banner4 { background-image: url(img/top4.jpg); }
div.banner5 { background-image: url(img/top5.jpg); }
div.banner6 { background-image: url(img/top6.jpg); }
div.banner7 { background-image: url(img/top7.jpg); }
div.banner8 { background-image: url(img/top8.jpg); }
div.banner9 { background-image: url(img/top9.jpg); }

div#text {
	width: 556px;
	background-image: url(img/textbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	min-height: 220px;
}

div#textclear {
	width: 556px;
	float: left;
	min-height: 220px;
}

h1 {
	font: normal 24px Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 0;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	color: #83D900;
}

div#bottom {
	margin: 30px auto 20px auto;
	width: 753px;
	height: 39px;
	background-image: url(img/bottom.png);
	background-repeat: no-repeat;
	display: table;
	padding-top: 11px;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #4C4F59;
}

div#bottom a {
	text-decoration: none;
	color: #4C4F59;
}

div#bottom a:hover {
	color: #fff;
}

div.lt {
	float: left;
	padding-left: 15px;
}

div.rt {
	float: right;
	padding-right: 15px;	
}

div.txt {
	padding-left: 20px;
	padding-right: 25px;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 24px;		
}

div.txt ul {
	margin-left: 30px;
	margin-bottom: 15px;
}

div.ct1 {
	float: left;
	padding-right: 40px;
	padding-left: 50px;
	padding-top: 10px;
	border-right: 1px solid #4C4F59;	
	padding-bottom: 10px;
}

div.ct2 {
	padding-top: 10px;
	float: left; 
	padding-left: 50px;
}

div.txt a {
	color: #83D900;
	text-decoration: none;
}

div.txt a:hover {
	color: #fff;
}

span.green {
	color: #83D900;
}

h2 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #CECECE;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 4px;
}

div.block {
	display: table;
	float: none;
	clear: both;
	width: 500px;
}

div.z img {
	margin-top: 12px;
	margin-bottom: 15px;
	display: table;
	float: left;
	width: 120px;
}

div.block div {
	float: left;
	display: table;
	width: 380px;
}

h1.smaller {
	font: normal 20px Arial, Helvetica, sans-serif !important;
}

.as {
	border-bottom: 1px solid #4B4C57;
	padding-bottom: 8px;
	margin-bottom: 5px;
	text-align: justify !important;
}