

@import "header.css";
@import "header_nav.css";
@import "leftnav.css";
@import "footer.css";
@import "forms.css";
@import "admin.css";
@import "timePicker.css";
@import "ui.datepicker.css";

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #F2F2F2 url(../images/line_background.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	/*line-height: 20px;*/
}

#wrapper {
	margin: 0 auto;
	width: 728px;
	min-height: 100%;
	background: #FFFFFF;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
}

#contentWrapper {
	margin: 0 auto;
	padding: 0;
	width: 728px;
	min-height: 100%;
	height: auto;
	background: #FFFFFF;
}

#content {
	margin: 0;
	width: 728px;
	background: #FFFFFF;
}

.brClear {
	margin: 0;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

.brBreak {
	line-height: 25px;
	clear: both;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
}

h1.h_link {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
}

h1.h_sub {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h2.h_sub {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}

.h_products, .h_products a:link, .h_products a:visited {
	color: #F4A838;
}

.h_services, .h_services a:link, .h_services a:visited {
	color: #9A9264;
}

.h_about, .h_about a:link, .h_about a:visited {
	color: #9CBADC;
}

.h_contact, .h_contact a:link, .h_contact a:visited {
	color: #B6CC9E;
}

.h_products a:hover, .h_services a:hover, .h_about a:hover, .h_contact a:hover {
	color: #666;
}

#featured {
	margin: 0;
	padding: 10px 0 0 20px;
	width: 708px;
	height: 86px;
	min-height: 86px;
	background: #F3EFEC;
	float: left;
	position: relative;
}

#featured p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
}

.upper {
	margin: 0 auto;
	padding: 0 20px;
	padding-top: 19px;
	padding-bottom: 10px;
	width: 688px;
	height: auto;
	background: #EFEFEF;
}

.lower {
	margin: 0 auto;
	padding: 0 20px;
	padding-top: 19px;
	padding-bottom: 10px;
	width: 688px;
	height: auto;
	background: #E3E3E3 url(../images/bg_shaddow.jpg) repeat-x top;
}

.content_left {
	padding: 0;
	width: 175px;
	float: left;
}

.content_mid {
	padding: 0;
	width: 375px;
	float: left;
}

.content_mid_subpage {
	padding: 0;
	width: 335px;
	float: left;
}

.content_right {
	padding: 0;
	width: 175px;
	float: left;
}

.content_twothirds {
	padding: 0;
	width: 510px;
	float: left;
}

.contentbox {
	padding: 25px 20px;
}

.contentbox_image {
	padding: 25px 0px 0px 20px;
}

.contentbox_lower {
	padding: 0 20px;
}

.border-right {
	background: url(../images/bg_vert.jpg) repeat-y right;
}

.border-top {
	background: url(../images/bg_horiz.jpg) repeat-x top;
}

.border-left {
	background: url(../images/bg_vert.jpg) repeat-y left;
}

.shaddow_top {
	background: #E3E3E3 url(../images/bg_shaddow.jpg) repeat-x top;
}

.shaddow_bot {
	background: #E3E3E3 url(../images/bg_shaddow.jpg) repeat-x bottom;
}


p {
	margin-top: 0;
	text-align: justify;
	line-height: 18px;
}

div.float {
	width: 220px;
	float: left;
}

p.date {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

.logobox {
	padding: 21px 0 0 24px;
	width: 104px;
	height: 79px;
	border-bottom: 1px solid #B3B3B3;
	float: left;
}

a:link img, a:visited img {
	border: none;
}

ul.link_list {
	margin: 0;
	padding: 0;
}

ul.link_list li {
	list-style: none;
}

ul.link_list li a:link, ul.link_list li a:visited {
	text-decoration: none;
	color: #666;
}

ul.link_list li a:hover {
	text-decoration: underline;
}

.indent {
	padding: 0 0 5px 12px;
	background: url(../images/icon_plus.gif) no-repeat 0 5px;
}


ul.featured_list {
	margin: 5px 0 0 0;
	padding: 0;
}

ul.featured_list li {
	padding: 5px 0;
	list-style: none;
	float: left;
}

.page-image {
	border: 1px solid #ccc;
}
