html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
}
#page_wrapper {
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
	max-width: 950px;
	min-width: 800px;
}
#search {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 14px;
	padding-top: 14px;
	padding-right: 15px;
}
#frmSiteSearch {
	float: right;
}
#frmSiteSearch label {
	font-size: 11px;
	color: #666666;
	vertical-align: middle;
}
#InpTXTSearch {
	vertical-align: middle;
	width: 150px;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	font-size: 11px;
	color: #636363;
	height: 15px;
}
#InpBUTTONSearch {
	background: url(../images/button-search.jpg); /* Uses background instead of background-image due to ie6/7 & XP themes issue */
	background-repeat: no-repeat;
	vertical-align: middle;	
	height: 17px;
	width: 61px;
	border: none;
	cursor: hand;
}
#header {
	clear: both;
	font-size: 8px; /* Required for spacing on IE 6 & 7 */
	/* background-image: url(../images/head_bg_green.jpg); */
	background-repeat: no-repeat;
	background-image: url(../images/head_bg.jpg);
	background-position: left;
	height: 153px;
}

#siteMenuH {
	clear: both;
	height: 23px;
	/* background-image: url(../images/sitemenuh_bg.gif); */
	background-repeat: repeat-x;
	padding-left: 0px;
	padding-top: 8px;
}
#siteMenuH ul {
	list-style-type: none;
	color: #FFFFFF;
	clear: both;
	font-size: 12px;
}
#siteMenuH li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#siteMenuH a:link,
#siteMenuH a:hover,
#siteMenuH a:visited,
#siteMenuH a:active,
#siteMenuH .siteMenuH_Active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	/* border-right-color: #009966; */
}
#siteMenuH a:hover {
	/* background-color: #009966; */
}
#siteMenuH .siteMenuH_Active {
	/* background-color: #00B57A; */
}	

#breadCrumb {
	background-color: #EAEAEA;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
}
#breadCrumb p {
	font-size: 10px;
	color: #666666;
	line-height: 18px;
}
#breadCrumb a:link,
#breadCrumb a:hover,
#breadCrumb a:visited,
#breadCrumb a:active {
	color: #666666;
	text-decoration: underline;
}
#content_wrapper {
	clear: both;
	font-size: 8px; /* Required for spacing on IE 6 & 7 */
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
#siteMenuV {
	width: 21%;
	float: left;
	padding-top: 18px;
}
#siteMenuV h1 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: white;
	/* background-color: #66CC99; */
	padding: 0 0 2px 11px;
	border-top-width: 3px;
	border-top-style: solid;
	/* border-top-color: #009900; */
}
#siteMenuV ul,
#siteMenuV ul .siteMenuV_L2,
#siteMenuV ul .siteMenuV_L3 {
	font-size: 12px;
	line-height: 15px;
	list-style-type: none;
	margin-left: 11px;
	margin-top: 4px;
	margin-right: 10px;
	color: #000000; /* #4e4e4e; */
}
#siteMenuV ul .siteMenuV_L2 {
	line-height: 15px;
	margin-top: 4px;
	margin-left: 18px;
	margin-bottom: 2px;
}
#siteMenuV ul .siteMenuV_L3 {
	line-height: 15px;
	margin-top: 4px;
	margin-left: 18px;
	margin-bottom: 2px;
}
#siteMenuV li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 7px;
	padding-top: 5px;
}
#siteMenuV .siteMenuV_L2 li {
	border: none;
	padding-bottom: 3px;
	padding-top: 0px;
}
#siteMenuV .siteMenuV_L3 li {
	border: none;
	padding-bottom: 3px;
	padding-top: 0px;
}
#siteMenuV a:link,
#siteMenuV a:hover,
#siteMenuV a:visited,
#siteMenuV a:active {
	color: #000000; /* #4e4e4e; */
	text-decoration: none;
}
#siteMenuV a:hover {
	color: #FF9900;
}

#content {
	float: left;
	width: 77%;
	padding-top: 13px;
	margin-left: 15px;
}
#footer_wrapper {
	clear: both;
	font-size: 8px;   /* Required for spacing on IE 6 & 7 */
	line-height: 8px; /* Required for spacing on IE 6 & 7 */
	padding-top: 3px;
	padding-bottom: 15px;
}
#footer_wrapper ul {
	list-style-type: none;
	font-size: 12px;
	line-height: 13px;
	color: #CCCCCC;	
}
#footer_wrapper li {
	float: left;
	margin-right: 5px;
}
#footer_wrapper a:link,
#footer_wrapper a:hover,
#footer_wrapper a:visited,
#footer_wrapper a:active {
	color: #999999;
	text-decoration: none;
}
#footer_wrapper a:hover {
	color: #000000; /* #666666; */
	text-decoration: underline;
}
#footer_wrapper p {
	float: right;
	text-align: right;
	font-size: 11px;
	line-height: 15px;
	color: #999999;	
}
#featureBox {
	background-color: #F9F9F9;
	border: 1px solid #EAEAEA;
	float: right;
	width: 200px;
	margin-left: 20px;
}

.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
