body {
	margin: 50px 0 0 0;
	background-color: white;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
}
p, ul, li, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
p {
	margin: 1em 0;
}
ul, li {
	list-style: none;
}
img, img a {
	border: none;
	text-decoration: none;
}
h1, h2, h3 {
	padding: 10px 0 5px 0;
}
h1, h2 {
	color: #b9b9b9;
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	color: #6891c1;
	font-size: 14px;
}
h2.state_nav_h2 {
	font-size: 18px;
}
a {
	color: #7590b2;
	text-decoration: none;
}
a.edit_btn, input[type="submit"] {
	margin: 0;
	background: #aaa url(images/edit_bg.gif) repeat-x top left;
	font-size: 10px;
	padding: 2px 6px 2px 6px;
	font-weight: bold;
	color: #555;
	position: relative;
	top: -4px;
	text-align: center;
	border: solid 1px #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: #f0f0f0 1px 1px 1px;
	cursor: pointer;
}
a.edit_btn:hover, input[type="submit"]:hover {
	color: #777
}
a:hover {
	color: #a3bddb;
}
#artboard, #gallery, #left_menu, .box, .desc, #move_left, #move_right, .section_outer {
	height: 450px;
}
#footer, #header, #main, #sidebar {
	width: 975px;
}
#header, #left_menu, #footer, #main, #sidebar {
	margin-left: 50px;
}
#header {
	height: 28px;
	margin-bottom: 15px;
}
#header_logo {
	width: 340px;
	float: left;
}
#nav {
	width: 600px;
	float: right;
	text-align: right;
}
ul#nav_menu {
	margin-top: 16px;
}
ul#nav_menu a {
	color: #a8a8a8;
	text-decoration: none;
}
ul#nav_menu a:hover {
	color: #555;
}
ul#nav_menu li.selected a {
	color: #555;
}
#nav_menu li {
	display: inline;
	font-size: 11px;
	padding-left: 10px;
}
#content {
	margin: 0 auto;
	width: 1075px;
}
#container-two {
	position: relative;
	width: 1075px;
	margin: 0 auto;
}
#main {
	border-top: solid 7px #dae4f0;
}
#main_content {
	width: 935px;
	padding: 20px;
}
#main_content p {
	color: #555;
	line-height: 16px;
}
#main_content img {
	padding: 0 7px 7px 7px;
}

/* HOME PAGE - GALLERY PAGE */
#gallery {
	background-color: black;
}
#artboard {
	position: absolute;
	left: 160px;
	margin: 0;
	float: left;
	width: 865px;
	overflow: hidden;
	background-color: black;
}
#left_menu {
	position: relative;
	background-color: #365376;
	float: left;
	width: 110px;
	margin-right: -50px;
	z-index: 99;
}
#left_menu ul {
	padding: 30px 18px 0 10px;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
}
#left_menu li.left_menu_header {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom: solid 1px #9ba9bb;
}
#left_menu li {
	padding-bottom: 15px;
}
#left_menu a {
	color: white;
	text-decoration: none;
}
#left_menu a:hover {
	color: #ccc;
}
.section_outer {
	width: 200px;
	float: left;
	background-color: #6b93c2;
	background: #6b93c2 url(images/swirl_bg.png) no-repeat 50% 180%;
}
.section {
	padding: 20px;
}
.section_outer p {
	padding: 15px 0 0 0;
	font-size: 14px;
	line-height: 20px;
	color: white;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}
.section_outer h1 {
	color: white;
	font-size: 21px;
	padding: 5px 0 0 0;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}
.box {
	background-color: black;
	float: left;
	cursor: pointer;
	cursor: hand;
	overflow: hidden;
}
.close_window {
	cursor: pointer;
}
.desc {
	width: 220px;
	float: left;
	color: #3e3e3e;
	background-color: #f0f0f0;
}
.desc_outer {
	padding: 20px;
}
.desc p {
	margin-top: 40px;
	font-size: 12px;
	line-height: 17px;
}
.desc span {
	color: #6e6e6e;
}
.image_nav {
	font-size: 12px;
	padding-top: 15px;
}
.desc span a {
	color: #3e3e3e;
	text-decoration: underline;
}
.desc span a:hover {
	color: #7e7e7e;
}
.close_window {
	text-align: right;
}
a.selected_photo,
a.selected_photo:hover {
	color: #333;
	cursor: default;
}
#move_left, #move_right {
	width: 50px;
	cursor: pointer;
	cursor: hand;
	background-color: transparent;
}
#move_left {
	z-index: 99;
	position: absolute;
	left: 160px;
	float: left;
}
#move_right {
	z-index: 99;
	position: absolute;
	right: 50px;
	text-align: right;
	float: left;
}
#left_button, #right_button {
	margin-top: 193px;
}
#item0 {
	cursor: default;
}


/* NEWS */
.news_item {
	margin-bottom: 25px;
	padding-bottom: 15px;
}

#main_content .news_item p {
	font-size: 13px;
	line-height: 18px;
}
p.meta_data {
	font-size: 10px;
	font-weight: bold;
	color: #555;
}
p.meta_data a {
	color: #777;
}
.news_top_spacer {
	width: 100%;
	height: 25px;
}
.no_pointer { 
	cursor: default; 
}
.no_line { 
	margin-bottom: 15px; 
}
.news_date {
	width: 32px;
	margin-right: 25px;
	margin-top: 13px;
	height: 45px;
	float: left;
	text-align: center;
}
.news_date span {
	font-family: helvetica;
	font-weight: bold;
	font-size: 21px;
	position: relative;
	top: 13px;
	color: #555;
}
.news_body {
	width: 800px;
	float: left;
}
#main_content a.edit_post {
	color: #6891c1;
	font-weight: normal;
}

/* FOOTER */
#footer {
	background-color: #dae4f0;
	color: #777;
	padding: 2px 0;
	text-align: right;
	font-size: 10px;
	margin: 17px 0 25px 50px;
}
#footer p {
	padding: 9px 0px 7px 0px;
	margin: 0;
	float: right; 
}
#footer a {
	text-decoration: none;
	color: #555;
}
#footer a:hover {
	color: #999;
}

.facebook { margin: 0 0 0 20px; padding: 0; float: right; }
.twitter { margin: 0 3px 0 3px; padding: 0; float: right; }
.clear {
	clear: both;
	width: 100%;
}

/* EVENTS */
.event {
	margin-bottom: 35px;
}
#main_content .event p {
	margin: 0px;
}

/* WHERE TO BUY */
ul#state_nav {
	padding-left: 10px;
	margin-top: 5px;
}
ul#state_nav li {
	padding-bottom: 4px;
}

/* CONTACT US */
table#contact_us_table input[type="text"] {
	padding: 4px 7px;
}
div.location_info {
	margin-left: 3px;
}
p.address_title,
p.phone_title {
	font-size: 10px;
	color: #555;
	text-transform: uppercase;
	margin: 20px 0 1px 0;
}
p.address_info,
p.phone_info {
	font-size: 14px;
	color: #333;
	margin: 0px;
}

/* ADMIN MENU / SIDEBAR */
#sidebar {
	height: 25px;
	background-color: #dae4f0;
	color: #777;
	text-align: right;
	font-size: 11px;
	margin: 17px 0 0 50px;
}
#admin_menu {
	padding: 10px;
}
#admin_menu ul, #admin_menu li { 
	list-style: none; 
	display: inline;
}
#admin_menu .here { 
	color: #999; 
	text-decoration: none; 
	font-weight: bold;
}
#admin_menu a:hover { 
	color: #999; 
	text-decoration: none; 
	font-weight: bold; 
	border: none; 
}
#admin_menu a { 
	padding: 0 5px; 
	text-decoration: none; 
	font-weight: bold; 
	border: none;
}
input[type="text"], input[type="password"], textarea {
	font-weight: normal;
	color: #555;
	border: solid 1px #ccc;
	padding: 7px;
	font-size: 13px;
	margin-top: 5px;
	width: 65%;
	font-family: helvetica, arial, sans-serif;
}
.input_long {
	width: 95%;
}
input[type="text"].input_short {
	width: 35%;
}
input[type="text"].editor_field {
	margin-right: 10px;
}
label {
	font-weight: bold;
	color: #444;
	font-size: 14px;
}
.required {
	color: #aa0000;
}
.default_form {
	padding: 20px;
	background-color: #f0f0f0;
	margin-top: 7px;
	width: 96%;
	border-bottom: solid 7px #ddd;
}
.admin_tools {
	font-size: 17px;
	font-weight: bold;
	color: #333;
	margin-bottom: 0;
}
.admin_tools a {
	font-size: 17px;
	font-weight: bold;
	color: #333;
	padding: 10px 20px;
	margin-bottom: 0;
	background-color: #f0f0f0;
	text-decoration: none;
}
.no_pointer { 
	cursor: default; 
}

/* CONTACT PAGE - ERROR MSG & SUCCESS MSG - entered 11.11.09 */
#main_content .error {
	font-size: 1.5em;
	background-color: #fffdb4;
	border: solid 2px #eeeeee;
	color: #656565;
	padding: 10px 0 8px 15px;
}
#main_content .success {
	font-size: 1.5em;
	background-color: #fffdb4;
	border: solid 2px #eeeeee;
	color: #656565;
	padding: 10px 0 8px 15px;
}

