@charset "utf-8";
@import url("sp_styles.css");

body {
	background: #eaf1f9 url(images/background.jpg) no-repeat 50% 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
}

a:link, a:visited {
	color: #415e2b;
	text-decoration: none;
}

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

#container {
	margin-top: 18px;
	margin-right: auto;
	margin-left: auto;
	width: 956px;
	position: relative;
}

#banner {
	width: 956px;
	height: 220px;
	display: block;
}

#navbar {
	width: 956px;
	height: 58px;
	padding-top: 8px;
	background: url(images/menubg.jpg) no-repeat;
}

#nav li {
	list-style: none;
	float: left;
	margin-left: 46px;
}

#content {
	margin: 8px 15px 20px 19px;
	border: 2px solid #415e2b;
	background: #fff;
	padding-bottom: 10px;
}

#c-left {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	background-image: url(images/side_nav_bg.jpg);
	border: 1px solid #415e2b;
}

#subnav {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

#subnav li {
	margin: 5px;
	line-height: 24px;
}

#c-mid {
	width: 590px;
	margin-left: 210px;
	line-height: 24px;
}

#c-mid a:hover {
	color: #333333;
	text-decoration: underline;
}

#c-right {
	float: right;
	width: 209px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 10px;
}

#footer {
	clear: both;
	width: 956px;
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
}
