html {
	font-family:"Times New Roman", Times, serif; font-size:12px; color:#666; text-align:center;
}

body {
	font-family: "Times New Roman", Times, serif; font-size:12px; color:#666; text-align:center; background: url(../images/page_bg.jpg) top left repeat; margin:0px;
}

td {
	font-family: "Times New Roman", Times, serif; font-size:12px; color:#666;
}

th {
	font-family: "Times New Roman", Times, serif; font-size:12px; color:#666; font-weight:bold;
}

h1 {
	font-family: "Times New Roman", Times, serif; font-size:16px; color:#666; font-weight:bold; color:#324DA4;
}

h2 {
	font-family: "Times New Roman", Times, serif; font-size:14px; color:#666; font-weight:bold;
}

p {
	font-family:"Times New Roman", Times, serif; font-size:12px; color:#666;
}
p.quote {
	font-style:italic;
}
p.start {
	margin-top:0px;
}

hr {
	border:1px solid #50a2dc;
	background:#50a2dc;
}
/*------------------- start the page construct -------------------*/
#wrapper {
	display:block;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border:1px solid #85C3EF;
	padding:2px;
	background:#fff;
}

#header {
	display:block;
	width:100%;
	height:78px;
	background: #fff url(../images/header_bg.jpg) top left no-repeat;
	border-bottom:2px solid #449CDA;
}

#leftcol {
	display:block;
	width:170px;
	float:left;
	overflow:hidden;
}
#leftcol ul {
	display:block;
	width: 168px;
	margin:0;
	padding:0;
}
#leftcol li {
	display:block;
	list-style-type:none;
	height:20px;
	
	margin:5px 0px 0px 0px;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	color:#6FB771;
}
#leftcol a, #leftcol a:link, #leftcol a:visited {
	display:block;
	height:18px;
	padding-top:2px;
	padding-left:25px;
	color:#6FB771;
	text-decoration:none;
	background: url(../images/nav_bg.jpg) no-repeat;
}
#leftcol a:hover {
	background: url(../images/nav_bg_over.jpg) no-repeat;
}


#rightcol {
	display:block;
	margin-top:0px;
	margin-left:171px;
	background:#fff;
	border-left:1px solid #DCE8EF;
	padding:5px;
}

#contentwrapper {
	background: url(../images/leftcol_bg.jpg) bottom left no-repeat;
}

#footer {
	clear:both;
	display:block;
	height:25px;
	margin-left:171px;
	border-left:1px solid #DCE8EF;
	padding: 0 3px;
	background: url(../images/content_bottom_bg.jpg) top center no-repeat;
	padding-top:50px;
}
#footernav {
	text-align:center;
	background:#D8F2FF;
	height:17px;
	padding-top:8px;
	font-weight:bold;
	color:#449DD9;
	font-size:10px;
}
#footernav a, #footernav a:link, #footernav a:visited {
	font-weight:bold;
	font-style:italic;
	color:#449DD9;
}
#footernav a:hover {
	color:#3366CC;
}

#breadcrumb {
	font-size:11px;
	color: #50A2DC;
	font-style:italics;
	font-weight:bold;
	padding: 5px 0px 23px 5px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited {
	color: #50A2DC;
	font-style:italics;
}
#breadcrumb a:hover {
	color: #3366CC;
	font-style:italics;
}

/*------------------- start content elements -------------------*/

.clear {
	clear:both;
}

.pageheader {
	margin:0px 0px 5px 0px;
}

#contactinfo {
	background:#EBEDF9;
	padding:10px;
}

#contact_form_container {
	border-left: 1px solid #EBEDF9;
	padding:5px 0px;
	margin-left:5px;
}

.store_state {
	border-bottom:1px solid #50a2dc;
}

.subhead {
	margin:0; padding:0;
}

.newsblock {text-align:center; margin:10px 5px;}