/**** Colors ****\

dark brown: a34d22
light brown: ffdeb0
green: 1c9f49

/****************/
a {text-decoration: none; color: #a34d22;}
a:hover {	text-decoration: underline;}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	position: relative;
	background: url(../images/hvc_bg.gif) repeat-x #AB5429;
}
p {margin: 0; padding: 0;}
#page_bg {padding: 0;	margin-bottom: 1px;}
#wrapper {width: 1200px;}
#header {
	background: url(../images/headerBackground.png) no-repeat;
	height: 280px;
}
#logo a {
	display: block;
	height: 100%;
	width: 100%;
	}
#header_m {
	height: 240px;
	width: 950px;
	position: relative;
}
#topNavigation {
	float: right;
	margin-right: 100px
}
ul {	margin: 0;padding: 0;}
li {	display: inline;}
.sitemap li {display: block;}
.sitemap ul.level_1 li {margin: 10px 0; font-weight: bold;}
.sitemap ul.level_1 li li {margin: 0; font-weight: normal;}
#loginForm {
	width: 150px;
	height: 150px;
	text-align: left;
	color: #FFF;
}
.loginlabel {
	padding: 5px 0 0 5px;
	background: url(../images/loginlabel_bkg.gif) no-repeat;
}
#tabarea {
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 950px;
}
#logo {
	width: 596px;
	height: 179px;
	float: left;
	margin: 0 0 0 95px;
	background: url(../images/HVC_logo.png) no-repeat;
}
#contentWrapper {
	width: 950px;
}
#content {
	background: url('../images/wrapper_bkg.png') repeat-y center;
	padding-bottom: 50px;

	}
#contentInner {
	width: 900px;
}
#content_bt {background: url(../images/bottom.png) no-repeat; height: 34px;}
#leftCol {
	width: 200px;
	float: left;
	color: #FFF;	
	margin-left: 10px;
	text-align: left;
}
#mainContent {
	width: 420px;
	margin-left: 30px;
	text-align: left;
	float: left;
}
#mainContentInner { padding: 10px 0;}

#rightCol {
	width: 200px;
	color: #FFF;	
	float: right;
	margin-right: 10px;
}
#footer {	color: #FFF;}
#footer a {color: #FFF;}

.clearboth { clear: both;}
div#wave{ 
	position: absolute;
	background: url(../images/wave.png) no-repeat left;
	width: 362px;
	height: 205px;
	float: left;
	bottom: -10px;
}
/****** END STRUCTURE *****/


/****** MENU *******/
table.bamboo {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

td.bamboo_m bamboo {
}

#bamboomenu {
  white-space: nowrap;
  height: 50px;
}

#bamboomenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#bamboomenu li {
	float: left;
	background: url(../images/bamboo_separator.png) top right no-repeat;
	margin: 0;
	padding: 0;
}

#bamboomenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
	float:left;
  display:block;
  height: 50px;
  padding: 15px 30px 0 15px;
  color: #FFF;
  text-decoration: none;
}
#bamboomenu .active a {
	color: #FFF;
	
}
#bamboomenu a#active_menu-nav {
	margin-top:2px;
	height: 21px;
	line-height: 21px;
	background-position: 0 0;
}
/****** END MENU *******/

/****** DESIGN ********/
.moduletable, .module {
	color: #000;
	background: url(../images/bamboo_bkg.gif) no-repeat;
	text-align: left;
	padding: 18px 0 0 20px;
	margin-bottom: 25px;
}
#leftCol .module, #rightCol .module {
	padding: 18px 0 0 20px;
	margin-bottom: 20px;
	font-size: 1.2em;
}
/**** TEXT STYLES ***/
h1 {
	padding: 0 0 15px 0;
	margin: 0;
	line-height: 1.1em;
	color: #1c9f49;
	font-size: 24px;
}
h2 {
	font-size: 1.8em;
	color: #1c9f49;
}
h3 {
	margin: 0;
	padding-bottom: 10px;
	font-size: 1.3em;
}
h4 {
	margin: 0;
	padding-bottom: 10px;
	font-size: 1.5em;
	color: #1c9f49;
}
#topNavigation a { color: #FFF;}
#leftCol .module a { font-size: 1em;}
.emphasize {
	font-style: italic;
	color: 	#1c9f49;
	font-weight: bold;
}
.serviceInfo {
	background-color: #a34d22;
	padding: 10px;
	color: #FFF;
	margin-top: 25px;
}
.serviceInfo h2 { color: #ffdeb0;}
#content .serviceInfo a {
	color: #ffdeb0;
}
#content .serviceInfo h2 {
	padding-bottom: 15px;
	margin: 0;
}
.serviceInfo img {
	float: left;
	width: 75px;
	height: 100px;
	margin: 0 10px 10px 0;
	border: 1px solid #000;
}



/**** VISUAL PARTS *****/
.readmore {
	padding-right: 25px;
	background: url(../images/readmore.gif) no-repeat right;
}

#searchButton, #Submit {
	border: none;
	width: 108px;
	height: 30px;
	float: right;
	margin-right: 15px;
}
#Submit {background: url(../images/submit.png) no-repeat;}
#searchButton {background: url(../images/searchButton.png) no-repeat;}
#keyword, .rsform input, .rsform textarea, #loginForm input {background-color: #cfb155;}
#keyword { margin: 15px 0;}
#keyword, .rsform input, .rsform textarea, #loginForm input {border: 2px solid #000; padding: 3px;}
.registeredUser_m {
	background: url(../images/registeredUser_m.png) repeat-y;
	text-align: center;
	color: #a34d22;
}
.registeredUser_tp {
	background: url(../images/registeredUser_tp.png) no-repeat;
	height: 10px;
}
.registeredUser_bt {
	background: url(../images/registeredUser_bt.png) no-repeat;
	height: 10px;
}

