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

	CONTENT MANAGEMENT SYSTEM
				V3
				
	Reserved DIV ID's, Classes etc listed below:
	- #banners
	- .suckertreemenu
	- #treemenu1
	- .section_on
	- #wrapper
	
	!! Please don't use the reserved style identifiers
	!! Would cause issues with the system!

*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	margin:0;
	padding:0;
	background:url(/Images/Bg-Home.jpg) repeat-x #000000 top center;
	color:#ffffff;
	font-family:Arial;
}
a {
	color:#ffffff;
}
#wrap {
	width:900px;
	margin:0 auto;
}
#header {
	height:73px;
	width:900px;
}
.logo {
	float:left;
}
#nav {
	padding-top:10px;
	float:right;
}
#banner {
	margin-top:8px;
	width:900px;
	height:291px;
	background:url(/Images/HomeBannerImg.jpg) no-repeat;
}
#contentwrap {
	min-height:272px;
	width:900px;
}
#pagecontent {
	float:left;
	width:900px;
}
#links {
	background:url(/Images/Bg_Links.jpg) no-repeat;
	width:284px;
	min-height:272px;
	float:left;
}
.link {
	color:#00aeef;	
	font-size:20px;
}
#links ul {
	margin:0;
	padding:20px 0 0;
}
#links ul li {
	display:block;
	width:250px;
	height:50px;
}
#links ul li a {
	color:#ffffff;
	text-decoration:none;
	font-size:18px;
}
#footerwrap {
	float:left;
	width:100%;
	background:url(/Images/Bg_Footer.jpg) no-repeat top center;
}
#footer {
	margin:0 auto;
	width:900px;
	height:71px;
	text-align:center;
	font-size:12px;
	color:#666666;
	padding-top:20px;
}