/* layout */
	body {
		padding:10px;
		text-align:left;
		font-size:14px;
		background:#d1eec4 url('images/bodybg.gif?v=1') repeat-x left top;
	}
	body#main {
		margin:0px;
		padding:0px;
		text-align:center;
	}
	#header {
		background:url('images/top.gif?v=1') repeat-x left top;
		padding-top:12px;
	}
	#logo {
		height:145px;
		background:url('images/logo.jpg?v=1') no-repeat center top;
	}
	#outer {
		font-size:13px;
		color:#613c2b;
		width:900px;
		margin:0 auto;
		text-align:left;
		position:relative;
	}
	#nav {
		background:#613c2b url('images/navtop.gif?v=1') no-repeat left top;
		z-index:40;
		margin-bottom:5px;
	}
	#navinner {
		background:url('images/navbottom.gif?v=1') no-repeat left bottom;
		padding:30px 0px 15px 683px;
	}
	#left {
		position:absolute;
		top:15px;
		left:15px;
		z-index:50;
		width:668px;
	}
	#content {
		background:#fff url('images/contenttop.gif?v=1') no-repeat left top;
	}
	#contentinner {
		background:url('images/contentbottom.gif?v=1') no-repeat left bottom;
		padding:20px;
		width:628px;
		min-height:700px;
	}
	#footer {
		padding:0px;
		line-height:12px;
		font-size:11px;
	}
	#right {
		clear:both;
		padding-left:683px;
	}
	#right .greenbox {
		background:url('images/righttop.gif?v=1') no-repeat left top;
		margin-bottom:10px;
	}
	#right .greenboxinner {
		background:url('images/rightbottom.gif?v=1') no-repeat left bottom;
		padding:10px;
		color:#fff;
	}
	#right .greenboxinner p {
		color:#fff;
		font-size:11px;
	}

/* nav */
	#nav a,
	#nav li.on li a {
		color:#fff;
		text-decoration:none;
		font-size:12px;
		display:block;
		background:none;
	}
	#nav a:hover,
	#nav li.on a,
	#nav li.on li.on a {
		color:#70b33f;
		background:url('images/navon.gif?v=1') no-repeat left center;
	}
	#nav ul ul {
		display:none;
		padding:0px;
		margin:0px;
	}
	#nav ul ul li a {
		padding-left:30px;
	}
	#nav ul li.on ul {
		display:block;
	}
	#nav ul a {
		height:35px;
		line-height:35px;
		padding:0px 5px 0px 15px;
	}
	#nav ul ul a {
		height:30px;
		line-height:30px;
	}
	#nav ul
	,#nav li {
		list-style-type:none;
		margin:0px;
		padding:0px;
		display:block;
	}
	#nav ul li li {
		margin-bottom:0px;
	}

/* content */
	#content a
	,#footer a {
		color:#56ab17;
	}
	#content a:hover
	,#footer a:hover {
		color:#f76f0b;/*#70b33f;*/
	}
	#footer a {
		padding:0px 5px 0px 5px;
	}
	* {
		font-family:trebuchet ms,arial;
	}
	h1,h2,h3 {
		font-family:trebuchet ms,arial;
		margin:5px 0px 5px 0px;
		padding:0px;
	}
	h1, span.inlineH1 {
		font-weight:normal;
		font-size:20px;
		color:#70b33f;
	}
	h2, span.inlineH2 {
		font-size:14px;
		color:#613c2b;
	}
	.divider {
		background:url('images/divider.gif?v=1') repeat-x left center;
		height:5px;
		margin:10px 0px 10px 0px;
	}
	p {
		margin:5px 0px 15px 0px;
		padding:0px;
		line-height:16px;
	}

/* zip search */
	.searchresults {
		width:100%;
	}
	.searchresults th {
		padding:5px;
	}
	.searchresults td {
		padding:3px;
	}
	.searchresults .headings {
		background:#fff;
	}
	.searchresults .headings th {
		font-size:13px;
		font-weight:bold;
	}
	.searchresults .name {
		font-size:13px;
		font-weight:bold;
	}
		
	.searchresults .Row1 {
	}
	.searchresults .Row0 {
		background:#fff;
	}
	.searchresults td p {
		margin:5px 0px 5px 0px;
	}

/* newsletter signup box */
	.NewsletterSignup {
		padding:10px;
		background:#fff;
		border:1px solid #613c2b;
		text-align:center;
	}
	.NewsletterSignup p {
		font-size:9px;
	}

/* sponsor slide show */
	#SponsorSlideShowContainer {
		background:url('images/sponsorsbg.gif?v=2') no-repeat center center;
		height:160px;
		padding-right:30px;
		margin-bottom:15px;
		float:right;
		width:230px;
	}
	#SponsorSlideShowImage {
		height:160px;
		background-repeat:no-repeat;
		background-position:center center;
		display:block;
	}

/* sponsor list */
	.SponsorRow {
		clear:both;
		position:relative;
	}
	.SponsorBlock {
		position:absolute;
	}
	.SponsorBlock img {
		border:none;
	}
	a.SponsorBlock:hover {
		opacity:0.7;
	}
	.SponsorListText {
		clear:both;
	}
	.FloatRightImg {
		float:right;
		margin:10px 0px 10px 10px;
	}
	.FloatLeftImg {
		float:left;
		margin:10px 10px 10px 0px;
	}

/* forms */
	form table {
		width:90%;
	}
	form table textarea {
		width:100%;
		height:150px;
	}
	form th {
		text-align:right;
		font-weight:bold;
		width:100px;
	}
	form td,
	form th {
		padding:5px;
		vertical-align:top;
	}
	.inputerror {
		color:#900;
		font-weight:bold;
	}
	.text {
		border:1px solid #ccc;
	}
	textarea {
		font-size:13px;
	}
	.textover {
		background:#eee;
	}
	.invalid {
		border:1px solid #900;
	}
	.textfocused {
		border:1px solid #85AE74;
	}
	.required {
		color:#900;
		font-weight:bold;
		font-size:14px;
		padding-left:6px;
	}
	.inputdivider {
		text-align:left;
		font-size:18px;
		color:#668D3C;
		background:#fff url('/themes/box/images/box/gradienttop.gif?v=1') repeat-x left top;
	}

/* messages */
	.message {
		font-weight:bold;
		font-size:13px;
		padding:0px 0px 0px 25px;
		line-height:25px;
		text-align:left;
	}
	.error {
		background:#fff url('/base2/global/images/icons/error.gif?v=1') no-repeat left center;
	}
	.warning {
		background:#fff url('/base2/global/images/icons/warning.gif?v=1') no-repeat left center;
	}
	.success {
		background:#fff url('/base2/global/images/icons/success.gif?v=1') no-repeat left center;
	}
	.loading {
		background:#fff url('/base2/global/images/loading/indicator_mozilla_blu.gif?v=1') no-repeat left center;
	}
	.DarkGreen {
		color:#363;
	}
	table td {
		vertical-align:top;
	}
	
	a img {
		border:none;
	}
	a:hover img {
		opacity:0.7;
	}