/* CSS Document */
*	{
	margin: 0;
	padding: 0;
}
body {
	background: #163359;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .875em;
	margin: auto;
	width: 960px;
}
#container {
	background: #FFF none repeat scroll 0 0;
	padding: 8px;
}
#header {
	height: 240px;
}
#home #header {
	background: transparent url(images/hdr_bg_home2.jpg) no-repeat scroll 0 0;
}
#about #header {
	background: transparent url(images/hdr_bg_about2.jpg) no-repeat scroll 0 0;
}
#services #header {
	background: transparent url(images/hdr_bg_services2.jpg) no-repeat scroll 0 0;
}
#contact #header {
	background: transparent url(images/hdr_bg_contact2.jpg) no-repeat scroll 0 0;
}
#nav {
	background: #A3B5C1;
	clear: both;
	font-size: 11pt;
	margin: 10px 0 15px 0;
	padding: 0;
}
#nav ul {
	list-style-type: none;
	padding: 2px 0;
	text-align: center;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	color: #369;
	font-weight: bold;
	padding: 0 12px;
	text-decoration: none;
}
#nav ul li a:hover, #nav li.current a {
	color: #FFF;
}
#contact #main {
	width: 760px;
}
#main {
	float: left;
	width: 620px;
}
.item {
	border-bottom: 1px solid #DCDCDC;
	padding: 5px 10px;
}
.item h1, .item h2 {
	color: #369;
}
.item h1 {
	font-size: 1.5em;
	padding-bottom: 10px;
}
.item  h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 4px 0 6px 0;
}
.item_body {
	border-bottom: 1px solid #DCDCDC;
	padding: 0 10px;
}
.item p {
	margin-bottom: .75em;
	color: #5D5D5D;
}
.item ul, item ul li {
	padding-left: 15px;
}
#sidebar {
	float: right;
	width: 280px;
}
#sidebar h3 {
	background: none repeat scroll 0 0 #EAEAEA;
	border: 1px solid #FFFFFF;
	color: #369;
	font-size: 1em;
	outline: 1px solid #DCDCDC;
	padding: 5px 10px;
}
.box {
	border: 1px solid #DCDCDC;
	margin-bottom: 5px;
}
.box_body {
	padding: 8px 10px 1px;
}
.box ul li {
	list-style: none;
	padding: 2px 4px;
}
.box ul li a {
	color: #679;
	text-decoration: none;
}
#footer {
	background: #A3B5C1;
	clear: both;
	color: #369;
	font-size: 10px;
	padding: 5px 10px;
	text-align: center;
}
#clearer {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
}
