@charset "UTF-8";

/* CSS Document */
html,
body {
	height: 100%;
}

body {
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#wrapper {
	width: 990px;
	padding-left: 0px;
	padding-top: 11px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: -8px auto 0 auto;
	position: relative;
}

#header {
	width: 900px;
	padding-top: 15px;
	height: 91px;
	text-align: right;
	float: right;
}

#logo {
	clear: none;
	display: inline-block;
	float: right;
	font-weight: normal;
	margin: 0px 0px 0px 10px;
}

#logo a {
	display: block;
	color: #000;
}

#business {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: .7em;
	padding: 20px 0px 10px 0px;
	font-size: 2.5em;
}

#business a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}

#tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #333;
}

#container {
	width: 980px;
	display: block;
	position: relative;
	margin-top: 80px;
}

#content {
	float: left;
	width: 500px;
	line-height: 24px;
	position: relative;
}

#content_shell {
	width: 980px;
	position: relative;
}

#navbar {
	float: left;
	width: 255px;
	padding-left: 0px;
	margin-top: 90px;
}

#navbar ul {
	margin: 0px 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 235px;
	padding: 0px;
}

#navbar li {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #000;
}

#navbar li a {
	display: block;
	color: #000;
	padding: 5px;
	text-decoration: none;
	padding-left: 30px;
	width: 208px;
	font-size: 1.1em;
}

.activenav {
	color: #5a8e22;
	display: block;
	background: url(../../img/green/nav_active.jpg) no-repeat;
	background-position: left;
}

#navbar ul li .activenav {
	color: #5a8e22;
}

#navbar li a:hover {
	color: #5a8e22;
}

#rightbar {
	width: 200px;
	margin-top: 70px;
	float: right;
}

#specials {
	line-height: 28px;
	padding: 10px;
	display: block;
	float: right;
	width: 180px;
	margin-bottom: 20px;
	border: 1px solid #000;
}

#specials a,
#specials a:visited {
	color: #669334;
}

#specials h3 {
	color: #000;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: .2em;
	font-weight: normal;
}

#ascp {
	background: url(/img/ascp_logo.png) top center no-repeat;
	display: block;
	width: 190px;
	height: 126px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#ascp a {
	display: block;
	width: 100px;
	height: 130px;
}

#ascp span {
	display: none;
}

a {
	color: #669334;
}

a:visited {
	color: #333;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 1.9em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1.31em;
	font-weight: normal;
	margin-bottom: .2em;
}

#footer {
	font-size: 1em;
	color: #000;
	float: left;
	padding: 10px;
	display: block;
	text-align: center;
	width: 100%;
	background-color: #c4e4a5;
	position: relative;
	bottom: 0;
	border-top: 5px solid #5a8e22;
}

#footer a,
#footer a:visited {
	color: #453a35;
	text-decoration: none;
}

#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer li {
	padding-left: 20px;
	display: inline;
	margin: 0px 10px 0px 0px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

body {
	background: #fff url(/52/img/green/page_background.jpg) repeat-x;
}
