@charset "utf-8";
/* CSS Document */
body {
	background:url(../images/bg.jpg) #666;
	margin:0;
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	font-size:12px
}
#wrapper {
	width:945px; 
	margin:0 auto; 
}
#container {
	width:945px;
	float:left;
	background:url(../images/page-bg.jpg) repeat-y;
}
#header {
	width:945px;
	background: url(../images/header-bg.jpg) no-repeat;
	height:48px;
}
#header ul {
	list-style:none;
	float:right;
	margin:10px 21px 0 0;
	padding:0;
}
#header ul li {
	display:inline;
}
#header ul li a {
	color:#777777;
	font-weight:bold;
	text-decoration:none;
	margin-left:15px;
}
#header ul li a:hover {
	color:#063;
	text-decoration:underline;
}
#banner {
	width:945px;
	background:url(../images/banner-bg.jpg) no-repeat;
	height:422px;
}
#banner ul {
	list-style:none;
	float:left;
	padding:0;
	width:165px;
	margin:92px 0 0 20px;
}
#banner ul li {
	margin: 2px 0;
}
#banner ul li a {
	background:url(../images/arrow.gif) no-repeat 0 center;
	padding-left:12px;
	color:#666;
	text-decoration:none;
}
#banner ul li a:hover {
	background:url(../images/arrow-hover.gif) no-repeat 0 center;
	color:#039;
}
#nav {
	width:905px;
	background:url(../images/nav-bg.jpg) no-repeat;
	height:18px;
	color:#FFF;
	padding:2px 25px 0 15px;
}
#nav a {
	text-decoration:none;
	color:#FFF;
	margin:0 6px;
}
#nav a:hover {
	color: #00FF99;
}
#nav strong {
	margin:0 6px;
}
#banner-main {
	width:945px;
	background:url(../images/banner-main-bg.jpg) no-repeat;
	height:280px;
}
#banner-main ul {
	list-style:none;
	float:left;
	padding:0;
	width:165px;
	margin:34px 0 0 20px;
}
#banner-main ul li {
	margin: 2px 0;
}
#banner-main ul li a {
	background:url(../images/arrow.gif) no-repeat 0 center;
	padding-left:12px;
	color:#666;
	text-decoration:none;
}
#banner-main ul li a:hover {
	background:url(../images/arrow-hover.gif) no-repeat 0 center;
	color:#039;
}
#header-main {
	width:945px;
	background: url(../images/header-main-bg.jpg) no-repeat;
	height:48px;
}
#header-main ul {
	list-style:none;
	float:right;
	margin:10px 21px 0 0;
	padding:0;
}
#header-main ul li {
	display:inline;
}
#header-main ul li a {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	margin-left:15px;
}
#header-main ul li a:hover {
	color:#063;
	text-decoration:underline;
}
#content {
	float:left;
	width:945px;
}
#column-left {
	float:left;
	width:530px;
	padding:30px 0 20px 20px;
}
#column-left h1 {
	font-size:16px;
	color:#026666;
	font-weight:normal;
	margin:0;
	padding:0;
}
#column-left h2 {
	font-size:14px;
	font-weight:normal;
	color: #003366;
	margin:0;
	padding:0;
}
#column-left h3 {
	font-size:14px;
	color: #FF6600;
	margin-bottom:0px;
	padding-bottom:0px;
}
#column-left p {
	line-height:160%;
	margin:20px 0 20px 0;
	padding:0;
}
#column-left p a {
	color: #0033CC;
	text-decoration:none;
}
#column-left p a:hover {
	text-decoration:underline
}
#column-left ul li a {
	text-decoration:none;
}
#column-left a img {
	border:medium none;
}
.featured {
	background:url(../images/arrow2.jpg) no-repeat right;
	padding-right:24px;
}
.featured:hover {
	background:url(../images/arrow2-hover.jpg) no-repeat right;
}
.featured img {
	padding-top:3px;
}
#column-right {
	margin:56px 0 0 0;
	float:right;
	width:345px;
	padding:0 0 0 50px;
}
#column-right img {
	margin:12px 0;
}
#footer {
	background: url(../images/footer-bg.jpg);
	float:left;
	padding:10px 0 0 30px;
	width:915px;
	height:80px;
}
#footer p {
	margin:0;
	padding:15px 0 0 0;
}
#footer a {
	color:#444;
}
#banner-ads {
 	padding: 20px 0 20px 20px;
}
#image2 img {
	margin-bottom:30px;
}
#map {
	height: 600px;
	margin: 0 0 30px 5px;
	border:#000 solid 1px;
}

