/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 1em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Global */
body {
	background-color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* Layout */
#header_container {
	width: 100%;
	margin: 0px auto;
	background-color: #000;
	color: #fff;
}
#content_container {
	width: 100%;
	margin: 0px auto;
	background-color: #fff;
}
#footer_container {
	width: 100%;
	margin: 0px auto;
	background-color: #000;
	color: #fff;
}

#header {
	max-width: 960px;
	margin: 0px auto;
}
#logo {
	margin-bottom: 1.5em;
}
#content {
	max-width: 960px;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer {
	max-width: 960px;
	margin: 0px auto;
	padding-top: 20px;
}
/* 3-column content
----------------------------------------------- */
#colleft {
	width: 30%;
	float: left;
	padding: 10px 10px 10px 0px;
}

#colmid {
	width: 32%; /* Account for margins + border values */
	float: left;
	padding: 10px 20px;
}

#colrt {
	width: 30%;
	padding: 10px 0px 10px 10px;
	float: left;
}
/* Links */
a:link {
	color: #3d1202;
}
a:visited {
	color: #1c2618;
}
a:hover {
	color: #756647;
}
a:active {
	color: #3d1202;
}
.morelink {
	text-align: center;
}
/* =Main Menu
-------------------------------------------------------------- */
.menu {
	clear: both;
	margin: 0 auto;
	background-color: #585858;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
	background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
	background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
	background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
	background-image: -o-linear-gradient(top, #585858, #3d3d3d);
	background-image: linear-gradient(top, #585858, #3d3d3d);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
}
.main-nav {
	clear: both;
}
.menu,
.menu ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu li {
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	margin: 0;
	padding: 0;
	border: 0;
}
.menu li:hover {
	z-index: 10000;
	white-space: normal;
}
.menu li li {
	float: none;
}
.menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}
.menu li:hover > ul {
	visibility: visible;
	top: 100%;
}
.menu li li:hover > ul {
	top: 0;
	left: 100%;
}
.menu:after,
.menu ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	height: 0;
	content: ".";
}
.menu,
.menu ul {
	min-height: 0;
}
.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}
.menu ul li a:hover,
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
}
.menu ul {
	width: auto;
	min-width: 15em;
	margin-top: 1px;
}
.menu a {
	display: block;
	position: relative;
	height: 45px;
	margin: 0;
	padding: 0 0.9em;
	border-left: 1px solid #585858;
	color: #fff;
	text-shadow: 0 -1px 0 #000;
	font-size: 16px;
	font-weight: normal;
	line-height: 45px;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
}
.menu a:hover {
	color: #fff;
	background-color: #808080;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636));
	background-image: -webkit-linear-gradient(top, #808080, #363636);
	background-image: -moz-linear-gradient(top, #808080, #363636);
	background-image: -ms-linear-gradient(top, #808080, #363636);
	background-image: -o-linear-gradient(top, #808080, #363636);
	background-image: linear-gradient(top, #808080, #363636);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636);
}
ul.menu > li:hover {
	color: #fff;
	background-color: #363636;
}
.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #c0c0c0;
	color: #000;
}
.front-page .menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;

	filter: none;
}
.menu li li {
	width: auto;
	margin: -1px 0 1px 0;
	border: 1px solid #e5e5e5;
	color: #444;
	background: #fff;
	background-image: none;
	filter: none;
}
.menu li li a {
	height: auto;
	height: 20px;
	padding: 5px 10px;
	border: none;
	color: #444;
	background: transparent !important;
	text-shadow: none;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	white-space: nowrap;
}
.menu li li a:hover {
	border: none;
	color: #444;
	background: #f5f5f5 !important;
	background-image: none;

	filter: none;
}
.menu li li:hover {
	background: #f5f5f5 !important;

	filter: none;
}
.menu ul > li + li {
	border-top: 0;
}
.menu li li:hover > ul {
	top: 0;
	left: 100%;
}
.menu > li:first-child > a {
	border-left: none;
}
.menu a#responsive_menu_button {
	display: none;
}
.main-nav #responsive_current_menu_item {
	display: none;
}
/*.js .main-nav .menu {*/
/*display: block;*/
/*}*/

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
	background: url(../../core/images/ie7-fix.gif) repeat;
}
.ie7 .menu li li a {
	min-width: 100%;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-family: "Times New Roman", Times, serif;
	font-weight: 600;
	line-height: 1.0em;
	word-wrap: normal;
}
h1 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 2.625em; /* = 42px */
}
h2 {
	margin-top: 0.75em;
	margin-bottom: 0.5em;
	font-size: 2.250em; /* = 36px */
}
h3 {
	margin-top: 0.857em;
	margin-bottom: 0.5em;
	font-size: 1.875em; /* = 30px */
}
h4 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 1.500em; /* = 24px */
}
h5 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-weight: 600;
	margin-top: 1.125em;
	margin-bottom: 0.5em;
	font-size: 1.125em; /* = 18px */
}
h6 {
	margin-top: 1.285em;
	margin-bottom: 0.5em;
	font-size: 1.125em; /* = 16px */
}
#header h1 {
	margin-bottom: 0.2em;
}
/* Text elements */
p {
	margin-bottom: 1em;
}
em {
	font-style: italic;
}
strong { 
	font-weight: 600;
}
.copyright {
	font-size: 12px;
	text-align: center;
}
hr {
	height: 2px;
	border: none;
	color: #c00000;
	background: #c00000;
}
/* Responsive Images */
a img {
	border: 0;
}
img {
	max-width: 100%; /* Fluid images */
	height: auto;
	border: 0;
	padding: 0 10px 10px 10px;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
.ie8 img {
	width: auto\9;
	height: auto;
}

.ie8 img.size-large {
	width: auto;
	max-width: 60%;
}
/* Alignment */
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto;
}
/* Clearfix */
.clearfix:after,
.clearfix:before {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.ie7 .clearfix {
	zoom: 1;
}

.clear {
	float: none;
	clear: both;
	height: 0;
}
/* Media Queries */
@media screen and (max-width: 730px) {
	#colleft {
		width: 90%;
		float: none;
		padding: 10px;
	}
	#colmid {
		width: 90%;
		float: none;
		padding: 10px;
	}
	#colrt {
		width: 90%;
		float: none;
		float: left;
	}
	.js .main-nav {
		clear: both;
		position: relative;
		margin: 0 auto;
		background-color: #585858;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
		background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
		background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
		background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
		background-image: -o-linear-gradient(top, #585858, #3d3d3d);
		background-image: linear-gradient(top, #585858, #3d3d3d);

		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
	}
	.js .main-nav .menu {
		display: none;
		position: absolute;
		z-index: 1000;
		top: 30px;
		width: 100%;
	}
	.js .main-nav .menu ul {
		margin-top: 1px;
	}
	.js .main-nav .menu li {
		float: none;
		border: none;
		background-color: #fff;
	}
	.js .main-nav .menu li a {
		height: 45px;
		padding: 0 15px;
		border: none;
		border-bottom: 1px solid #f5f5f5;
		color: #444;
		text-shadow: none;
		font-size: 13px;
		font-weight: normal;
		line-height: 45px;
		text-align: left;
		cursor: pointer;
	}
	.js .main-nav .menu li.current_page_item,
	.js .menu .current_page_item a,
	.js .menu .current-menu-item a {
		background-color: #f5f5f5;
	}
	.js .main-nav .menu li li:hover {
		background: none !important;
	}
	.js .main-nav .menu li li a {
		position: relative;
		padding: 0 10px 0 30px;
	}
	.js .main-nav .menu li li li a {
		position: relative;
		padding: 0 10px 0 40px;
	}
	.js .main-nav .menu li a:hover,
	.js .main-nav .menu li li a:hover {
		background-color: #f5f5f5 !important;
		background-image: none;

		filter: none;
	}
	.js .main-nav .menu li li a::before {
		position: absolute;
		top: 0;
		left: 20px;
		content: "\2013";
	}
	.js .main-nav .menu li li li a::before {
		position: absolute;
		top: 0;
		left: 20px;
		content: "\2013";
	}
	.js .main-nav .menu li li li a::after {
		position: absolute;
		top: 0;
		left: 30px;
		content: "\2013";
	}
	.js .main-nav .menu li ul {
		visibility: visible;
		position: static;
		background-color: #fff;
	}
	.js .main-nav .menu ul {
		min-width: 0;
	}
	.js .main-nav #responsive_current_menu_item {
		display: block;
		padding: 5px 40px 5px 10px;
		color: #fff;
		font-weight: 700;
		cursor: pointer;
	}
	.js .main-nav a#responsive_menu_button {
		display: block;
		position: absolute;
		top: 0;
		left: 100%;
		width: 23px;
		height: 30px;
		margin-left: -30px;
		background: url("images/select-icons.png") 0 5px no-repeat;
		cursor: pointer;
	}
	.js .main-nav a#responsive_menu_button.responsive-toggle-open {
		background: url("images/select-icons.png") 0 -46px no-repeat;
	}
}