/*
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: Arial, Helvetica, sans-serif;
	background-color: #eee;
	font-size: 13px;
	line-height: 22px;
	color: #2E2D2D;
	margin:0px;
	padding:0px;
}

p {
	font-size: 14px;
}

img {
	border: 0;
}

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

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

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;
}

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

h2 {
	font-size: 22px;
	color: #0b3e36;
	padding: 0px 0px 10px 0px;
}

h3 {
	font-size: 18px;
	padding: 10px 0px 12px 0px;
	color: #69913b;
}

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

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

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

#logo {
	width:200px; 
	float:left;
	background-color:#4b533e;
	height: 335px;
}

#HomeNav {
	width:220px; 
	height:335px;
	float:left;
	background-color: #dbd0ac;
}

#HomeNav #mainNav {
}

#header_img {
	width:500px; 
	float:left;
}

#home_bt_left {
	float:left; 
	width:200px;
}

#home_bt_right {
	float:left; 
	width:720px; 
	height:192px;
}

#home_bb_left {
	float:left; 
	width:729px; 
	height:187px; 
	background-color:#cedbaf;
}

#home_bb_right {
	float:left;
	width:191px;
}

#left_col {
	width:200px;
	background: #e8e1c4 url(images/bg_left_col.jpg) no-repeat left bottom;
}

#right_col {
	width:720px;
}

#right_col_header {
	width:720px;
	height:60px;
	background-color: #e8e1c4;
}

#content {
	margin:40px 40px 60px 40px;
}

#vendor_flash {
	margin: 0px auto;
	background-color: #e8e1c4;
	text-align: center;
	padding: 15px;
  	height: 335px;
}

.slideshow { width: 500px; height: 335px; margin: 0 auto; overflow: hidden; }

#footer {
	font-size: 11px;
	color: #999;
	padding: 10px 0px;
	text-align: center;
}

#vendor_table {
	width: 500px;
	margin: 10px auto;
}

#vendor_table td {
	padding: 5px;
	font-size: 13px;
}

#vendor_info {
	margin: 10px auto;
	border: 1px solid #aaa;
	background-color: #eee;
	text-align: left;
}

#vendor_info td {
	padding: 5px;
	font-size: 13px;
}


.space {
	height:140px;
}

.clr {
	clear: both;
}

.aligncenter {
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	text-align: center;
}

#breadcrumb {
	margin: 10px 0px;
}

table#rep_table {
	width: 632px;
}

table#rep_table img {
	padding: 5px 15px 0px 0px;
}

table#rep_table p {
	margin-top: 0;
	padding-top: 0;
}

.large_font {
	font-size: 16px;
	margin-bottom: 20px;
}

table#home_bottom {
	margin: 15px 45px 0;
	width: 620px;
	background-color: #cedbaf;
}

table#monthly_special {
	width: 500px;
	margin: 10px auto 30px;
	background-color: #fff;
	border: 5px solid #cedbaf;
}

table#monthly_special td{
	padding: 5px;
	vertical-align: top;
}

table#contact_us {
	width: 600px;
	padding: 0px;
}

table#contact_us td {
	padding: 20px;
}

table#show_special td {
	vertical-align: top;
	padding-bottom: 10px;	
}

span.webonly {
	font-style: italic;
	color: #69913B;
	line-height: 1.0em;
	padding: 0 0 8px 20px;	
	display: inline-block;
}

#showdates h3 {
	padding: 10px 0 0 0;	
}

div.standout {
	background: #cedbaf;
	padding: 10px;	
}
