/*
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 Grande",Verdana,sans-serif;
	background-color: #fff;
	margin: 0px 30px;
	font-size: 13px;
	line-height: 18px;
	color: #2E2D2D;
}

img {
	border: 0;
}

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

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

h2 a, h2 a:visited {
	color: #a97304;
}

h2 a:hover {
	color: #106ba1;
}

h1, h2, h3, h4, h5, h6 {
	font-family:  "Century Gothic", "Lucida Grande",Verdana,sans-serif;
	font-weight: normal;
	padding: 12px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	line-height: normal;
}

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

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

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

.sidebar h2, h4, h5, h6 {
	font-size: 18px;
}

#container {
	width: 800px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0 auto;
}

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

#header #logo {
	width: 219px;
	height: 106px;
	margin: 12px 0px 0px 0px;
	float: left;
}

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

#search {
	margin: 0px 0px 10px 0px;
}

#main {
	background: #fff url(images/left_col_bg.gif) repeat-y top left;
	padding-bottom: 16px;
}

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

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

#right_col {
	width: 570px;
	float: left;
	overflow: hidden;
}

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

#footer {
	font-size: 10px;
	text-align: center;
	color: #666;
	width: 800px;
	margin: 16px auto;
}

.separator {
	margin: 20px 0px;
	text-align: center;
}

.clr {
	clear: both;
}

.sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 16px;
}

.sidebar ul li {
	margin-bottom: 26px;
}

.sidebar ul li ul{
	margin-left: 0px;
	padding-left: 20px;
	list-style-type: disc;
	list-style: disc;
}

.sidebar ul li ul li{
	margin-bottom: 10px;
}

table#services_banners img{
	margin: 0px 16px 0px 0px;
}
