
*, html {
	padding: 0;
	margin: 0;
	line-height: 20px;
	}

body {
	background: url(../images/sys-template/bg.jpg) repeat-x #F2F0D9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	}

.clear {
	clear: both;
	}

.fl {
	float: left;
	}

.fr {
	float: right;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: trebuchet ms, Georgia, "Times New Roman", Times, serif;
	}

ul, li {
	list-style: none;
	}

#wrapper {
	width: 960px;
	padding: 15px 15px;
	margin: 0 auto;
	}

#header {
	width: 960px;
	height: 92px;
	}

#header img {
	float: left;
	}

#header h1 {
	overflow: hidden;
	width: 0;
	height: 0;
	}

#header ul {
	float: right;
	height: 33px;
	list-style: none;
	margin-top: 59px;
	margin-bottom: 10px;
	}

#header li {
	float: left;
	font-size: 16px;
	padding: 10px 10px 10px 25px;
	font-family: trebuchet ms, Georgia, Time New Romans;
	}

#header li a {
	color: #efefef;
	text-decoration: none;
	font-weight: bold;
	}

#header li a:hover {
	text-decoration: underline;
	}

#header li a.current {
	color: #F3E88E;
	font-weight: bold;
	}

#main {
	width: 930px;
	padding: 15px;
	background: #FFFFFF;
	}

#main #homeIntro, #main #contactMap{
	background-color: #ccc;
	border: solid 4px #b2b2b2;
	height: 225px;
	width: 605px;
}

#main #container {
	background: url(../images/sys-template/sidebar-bg.gif) repeat-y right;
	}

#main #content {
	float: left;
	width: 602px;
	padding-left: 3px;
	}

#main #content h3 {
	color: #2d4b32;
	font-size: 18px;
	margin: 15px 0 20px 0;
	}

#main #content p {
	line-height: 20px;
	padding: 0 25px 25px 0;
	}

#main #content hr {
	border: none;
	height: 1px;
	background: #ddded1;
	color: #ddded1;
	margin-bottom: 25px;
	}

#main #content h4 {
	color: #2d4b32;
	font-size: 15px;
	margin-bottom: 20px;
	}

#main #content ul {
	/* width: 275px; */
	}

#main #content li {
	line-height: 18px;
	}

#main #content li.check {
	background: url(../images/sys-template/bullet.gif) left top no-repeat;
	padding: 0px 0px 16px 24px;
}

#main #sidebar {
	float: right;
	width: 265px;
	padding: 15px;
	}

#main #sidebar .feed {
	padding: 2px 8px 0 0;
	}

#main #sidebar h4 {
	color: #2d4b32;
	font-size: 15px;
	margin-bottom: 15px;
	}

#main #sidebar p {
	margin-bottom: 20px;
	line-height: 20px;
	}

#main #sidebar p a {
	color: #444444;
	text-decoration: none;
	}

#main #sidebar p a:hover {
	text-decoration: underline;
	}

#main #sidebar .emphasize {
	color: #168c27;
	font-style: italic;
	}

#main #sidebar p a.link {
	color: #78451e;
	text-decoration: none;
	border-bottom: dotted 1px #e08f50;
	font-style: italic;
	padding-bottom: 3px;
	}

#footer {
	color: #666;
	font-size: 10px;
	margin: 15px 3px;
	padding-bottom: 15px;
	}

#footer a {
	color: #168c27;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}
