/*
Theme Name: MultivMenu
Theme URI: http://www.newcircleconsulting.com/
Description: The WordPress theme with multi-level menu.
Version: 1.0
Author: Lin Chen
Tags: fix width, two columns, widgets, multi-level dropdown menu for pages

*/

@import "dropdown.css";

body {
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	background-color: #fff;
	margin: 0px;
	font-size: 13px;
	line-height: 18px;
	color: #3B3F40;
	background-color:#a0af50;
}

p {
	font-size: 14px;
}

img {
	border: 0;
}

a, a:visited, a:active {
	color: #076324;
	text-decoration: none;
}

a:hover {
	color: #758c00;
	text-decoration: underline;
}

h2 a, h2 a:visited, .sidebar a, .sidebar a:visited {
	color: #758c00;
}

h2 a:hover {
	color: #4d6fa7;
}

.sidebar a:hover {
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 12px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	line-height: normal;
	font-variant: uppercase;
}

h1 {
	font-size: 26px;
	color: #758c00;
	padding-bottom: 10px;
}

h2 {
	font-size: 22px;
	color: #758c00;
}

h3 {
	font-size: 18px;
	padding: 20px 0px 12px 0px;
}

h4 {
	font-size: 16px;
	font-weight:bold;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h5, h6 {
	font-size: 14px;
}

#container {
	width: 1000px;
	margin: 0 auto;
	position:relative;
	background-color: #fff;
}

#header {
	background: url(images/HHC_header_bg.jpg) no-repeat top left;
	height: 140px;
}

#header #logo {
	width: 519px;
	height: 107px;
	margin: 0px 0px 0px 0px;
	float: left;
}

#header #contactinfo {
	float: right;
	text-align: right;
	padding: 45px 30px 0px 0px;
	font-size: 11px;
}

#header #search {
	position:absolute;
	width: 200px;
	height: 120px;
	top:12px;
	right:27px;
}

#main {
	background: #fff url(images/leftcol_bg_n.gif) repeat-y 31px 0px; 
}

#left_col {
	width: 298px;
	float: left;
}

#left_col #navtop {
	text-align: right;
}

#left_col .sidebar {
	width: 232px;
	margin: 35px 0px 35px 50px;
}

#left_col .sidebar ul {
	margin-left:20px;
	padding-left:0px;
	list-style: none;
}

#left_col .sidebar h2 {
	color: #000;
}

#right_col {
	width: 692px;
	float: right;
	padding:0px;
}

#right_col #header_img {
	background-color: #8fb5dc;
	width: 662px;
}

#content_panel, #home_panel {
	min-height: 300px;
	background: #fff url(images/bg_content.jpg) repeat-x top left;
	margin:0px;
	padding: 20px;
}

#content_panel {
	min-height: 500px;
}

#home_panel {
	padding: 45px 0px 25px 0px;
}

#home_panel .list_item {
	margin: 0px auto 0px auto;
	padding-bottom:30px;
	width:750px;
}

#home_panel .list_item .left {
	width:225px;
	float:left;
}

#home_panel .list_item .right {
	width:485px;
	float:right;
}

#home_panel .list_item .right .button{
	width:100%;
	text-align:right;
	margin-right:5px;
	margin-top:5px;
}

#footer {
	margin-top:15px;
	text-align: center;
	color: #758c00;
	font-size: 9px;
	line-height: 11px;
	height: 40px;
	background: url(images/footerBased.gif) no-repeat bottom center;
}

div.separator {
	margin: 20px auto;
	text-align: center;
	height: 5px;
}


a.mainsite, a.mainsite:visited {
	display: block;
	font-weight: bold;
	font-size: 16px;
	height: 40px;
	margin: 8px 0px 0px 0px;
	color: #000;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.clr {
	clear: both;
}

