/*
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: "Myriad Pro", Verdana;
	background-color: #fff;
	margin: 12px 30px;
	font-size: 13px;
	line-height: 18px;
	color: #2E2D2D;
}

p {
	font-size: 14px;
}

img {
	border: 0;
}

a, a:visited, a:active {
	color: #4d6fa7;
	text-decoration: none;
}

a:hover {
	color: #800824;
	text-decoration: underline;
}

h2 a, h2 a:visited, .sidebar a, .sidebar a:visited {
	color: #800824;
}

h2 a:hover {
	color: #4d6fa7;
}

.sidebar a:hover {
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 12px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	line-height: normal;
	font-variant: small-caps;
}

h1 {
	font-size: 26px;
	color: #800824;
	padding-bottom: 10px;
}

h2 {
	font-size: 22px;
	color: #800824;
}

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: 900px;
	margin: 0 auto;
	position:relative;
}

#header {
	background: url(images/bg_header.jpg) no-repeat top left;
	height: 107px;
	padding-left:40px;
}

#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;
	top:20px;
	right:30px;
}

#main {
	background: #fff url(images/bg_leftcol.jpg) repeat-y left top; 
}

#left_col {
	width: 238px;
	float: left;
}

#left_col #navtop {
	text-align: right;
}

#left_col .sidebar {
	width: 198px;
	margin: 35px 0px 35px 40px;
}

#left_col .sidebar ul {
	margin-left:20px;
	padding-left:0px;
}

#right_col {
	width: 662px;
	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;
	font-size: 11px;
	text-align: center;
	color: #666;
}

div.separator {
	margin: 20px auto;
	text-align: center;
	height: 5px;
}

.clr {
	clear: both;
}

