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

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: url(images/shadow.png) center repeat-y #F0F0F0;
	/*font-family: Helvetica, Verdana, Arial, sans-serif;*/
	font: 12px Arial, Verdana, sans-serif;
}

p a {
	text-decoration: none;
	border-bottom: 1px dotted #5a6d00;
	color: #3f5205;
}

p a:hover {
	color: #96b704;
	border-color: #96b704;
}

#page {
	background-color: #ecf1d5;
	width: 772px;
	position: relative;
	margin: 0 auto 0 auto;
}

#header {
	background-color: #FFF;
	padding-top: 42px;
}

#intro {
	margin: 0;
	padding: 0;
	height: 235px;
	overflow: hidden;
}

#intro img {
	border: 0;
	margin: 0;
	padding: 0;
}

h1.logo {
	background-image: url(images/logo.png);
	margin: 0;
	padding: 0;
	width: 300px;
	height: 76px;
	position: absolute;
	left: 450px;
	top: 10px;
}

h1.logo span {
	display: none;
}

#menu {
	margin: 0;
	padding: 0;
	padding-top: 6px;
	background-color: #91aa08;
	height: 28px;
}

#menu ol {
	margin: 0;
	padding: 0;
	margin-left: 6em;
}

#menu li {
	display: inline;
	margin-right: 5em;
}

#menu li.last {
	margin-right: 0;
}

#menu a {
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	line-height: 18px;
}

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

#threestep {
	margin: 0 auto 0 auto;
	width: 728px;
	height: 167px;
	background: url(images/3step.jpg) no-repeat top left;
	clear: both;
}

#threestep ol {
	margin: 0;
	padding: 0;
	padding-top: 120px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}

#threestep li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

#threestep li.one {
	width: 200px;
	padding-left: 20px;
}

#threestep li.two {
	width: 236px;
	margin-left: 26px;
}

#threestep li.three {
	width: 208px;
	margin-left: 24px;
}

#threestep a {
	color: #333;
	text-decoration: none;
}

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

#content {
	padding: 0 16px 0 16px;
}

#footer {
	text-align: center;
	font-size: 0.8em;
	color: #333;
	margin-bottom: 14px;
	clear: both;
}

#footer ul {
	margin: 1em auto 0 auto;
	padding: 0;
}

#footer li {
	display: inline;
}

#footer li.phone {
	margin-left: 20px;
}

#brief {
	width: 540px;
	margin-right: 10px;
	float: left;
}

#brief p {
	margin-top: 1em;
}

#brief h2 {
	font-size: 1.2em;
	font-weight: normal;
	border-left: 6px solid #91aa08;
	color: #222;
	padding-left: 8px;
	margin-top: 0.2em;
}

#brief h2 strong { 
	text-transform:uppercase;
	display: block;
}

#brief ul {
	margin: 0;
	padding: 0;
	padding-left: 3em;
	margin-bottom: 0px;
}

#brief li {
	list-style: circle;
	margin-bottom: 0.2em;
	font-size: 1em;
}

#side {
	font-size: 11px;
	line-height: 14px;
	margin-top: 10px;
	width: 180px;
	float: left;
}

#side p {
	margin-top: 4px;
	margin-bottom: 20px;
}

#side h2 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#leftcol {
	width: 50%;
	float: left;
}

#rightcol {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}

h2.schedule {
	margin-top: 20px;
}

h2.schedule a {
	display: block;
	width: 185px;
	height: 59px;
	background: url(images/schedule.jpg) no-repeat top left;
}

h2.schedule a span {
	display:  none;
}

form ul {
	padding: 0;
	margin: 0;
}

form ul li {
	list-style: none;
	clear: both;
	padding: 6px;
}

form ul li.focused {
	background-color: #fff7bd;
	background-color: #dcfaad;
}

label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

li span {
	float: left;
	margin-right: 8px;
}

label.desc {
	display: block;
	color: #444;
	font-size: 10px;
	font-weight: normal;
}

span.required {
	color: #F00;
	float: none;
}

label.check {
	display: inline;
}

#faq li {
	margin-bottom: 10px;
}

#services li {
	margin-bottom: 10px;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
	padding: 0;
}

#faq dd {
	margin: 0.5em 3em 0.5em 5em;
	margin-left: 3em;
}

dd ul {
	width: 48em;
	margin-top: 8px;
}

dd ul li {
	float: left;
	width: 16em;
	list-style: none;
	margin: 0;
	line-height: 1em;
}

dd br {
	clear: both;
}

p.error {
	color: #D00;
}

ul.quickinfo {
	position: absolute;
	color: #FFF;
	left: 460px;
	top: 172px;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.quickinfo li {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 6px;
	height: 1.1em;
}

.quickinfo dt {
	display: inline;
}

.quickinfo dd {
	display: inline;
	margin-left: 12px;
}

.binconsole {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}

.binconsole img {
	margin: 0;
}

.binconsole h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.binconsole p.dimensions {
	margin-top: 4px;
}

.news-story {
	float: left;
	width: 50%;
}

.news-story h4 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.news-story .news-inner {
	margin: 20px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #050;
}

.news-story p {
	line-height: 1.5em;
}

.news-story img {
	float: right;
	margin: 1em;
}