/*
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: "Century Gothic",Arial,Helvetica,sans-serif;
	background-color: #efedee;
	margin: 0px 30px;
	font-size: 12px;
	line-height: 14px;
	color: #333;
}

p {
	font-size: 12px;
}

img {
	border: 0;
}

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

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

h2 a, h2 a:visited {
	color: #54075b;
}

h2 a:hover {
	color: #333;
}

.sidebar a, .sidebar a:visited {
	color: #54075b;
	font-size: 11px;
	text-decoration: none;
}

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

h1 {
	font-size: 17px;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
}

h1.page_header {
	display: inline;
	padding: 0 10px 10px 0;
	background: url(images/bull.gif) no-repeat top right;
}

h2 {
	font-size: 16px;
	color: #54075b;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 6px 0px;
}

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

h5, h6, .sidebar h5 a, .sidebar h6 a {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	padding: 6px 0px;
}

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

#header {
	height: 163px;
	position: relative;
}

#header #logo {
	height: 58px;
	margin: 0px 0px 0px 0px;
}

#header #contactinfo {
	height: 105px;
	background: url(images/bg_header.gif) no-repeat bottom left;
	padding-right: 19px;
	text-align: right;
}

#header #contactinfo div {
	padding-top: 4px;
}

#header #contactinfo a, #header #contactinfo a:visited{
	font-size: 10px;
	line-height: 15px;
	text-decoration: none;
}

#header #contactinfo a:hover{
	text-decoration: underline;
}

#header #search {
	position:absolute;
	top:32px;
	right:20px;
	width: 200px;
	height: 40px;
	text-align: right;
}

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

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

#left_col .sidebar {
	margin: 0px 15px 0px 15px;
}

#left_col .sidebar div {
	background-color: #efedee;
	padding: 12px 8px 8px 8px;
	margin: 3px 0px;
}

.large {
	font-size: 11pt;
	line-height: 13pt;
}

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

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

#vbanner {
	width: 107px;
	float: left;
}

#st_img {
	background-color: #fff;
	padding-bottom: 3px;
}


#content {
	width: 460px;
	float: right;
}

#content .post {
	padding-right: 80px;
}

#content_nav {
	font-size: 10px;
	margin: 20px 0px 35px;
	width: 360px;
}

#content_nav a, #content_nav a:visited {
	font-size: 10px;
	text-decoration: none;
}

#content_nav a:hover {
	text-decoration: underline;
}

#content_nav li {
	display: inline;
	list-style: none;
	padding: 0px 6px;
	border-left: 1px solid #666;
}

#footer {
	margin-top:35px;
	padding-bottom: 40px;
	font-size: 11px;
	text-align: center;
	color: #666;
}

#footer_nav {
	margin: 20px;
}

#footer_nav li {
	display: inline;
	list-style: none;
	padding: 0px 5px;
	border-left: 1px solid #666;
}

#footer_nav a{
	font-size: 10px;
	text-transform: uppercase;
}

#address {
	height: 35px;
	line-height: 35px;
	font-size: 10px;
	color: #999;
	background-color: #efedee;
}

#copyright {
	font-size: 8px;
	text-align: right;
	padding-right: 24px;
}

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

td span.headers {
	font-size: 13px;
	color: #fff;
	line-height: 18px;
}

td, td p {
	font-size: 11px;
}

td .style11 {
	font-size: 9px;
}

td .style13 {
	font-size: 9px;
	color: #333333;
}

.purpleheader {
	font-weight: bold;
	font-size: 13px;
	color: #55075c;
}

.clr {
	clear: both;
}

