/* =======================================
   DEFAULTS
======================================= */
* {
	margin: 0;
	padding: 0;
}
html {
	color: #000;
	font: 12px/20px Arial, Helvetica, sans-serif;
}
body {
	background: #2b0000;
}
input, select, textarea {
	font: 12px/14px Arial, Helvetica, sans-serif;
}
table {
	border-collapse: collapse;
}
ul, ol {
	list-style: none;
}
a img {
	border: none;
	outline: 0;
}

a {
	text-decoration: none;
	outline: 0;
}

/* =======================================
   CLEARS
======================================= */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* close commented backslash hack */
.clear {
	clear: both;
}

/* =======================================
   FONTS
======================================= */
/*@font-face {
    font-family: 'Test';
    src: url('../fonts/test-webfont.eot?') format('eot'),
         url('../fonts/test-webfont.woff') format('woff'),
         url('../fonts/test-webfont.ttf') format('truetype'),
         url('../fonts/test-webfont.svg#test') format('svg');
    font-weight: normal;
    font-style: normal;
}*/



@font-face {
    font-family: 'HNBC';
    src: url('../fonts/helveticaneueltstd-bdcn-webfont.eot');
    src: url('../fonts/helveticaneueltstd-bdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-bdcn-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-bdcn-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-bdcn-webfont.svg#HNBC') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'HNMC';
    src: url('../fonts/helveticaneueltstd-mdcn-webfont.eot');
    src: url('../fonts/helveticaneueltstd-mdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-mdcn-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-mdcn-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-mdcn-webfont.svg#HNMC') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* =======================================
   PAGE OUTLINE
======================================= */
.container {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

#main {
	position: relative;
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	background: url(../images/main-bg.png) top center repeat-x #fff;
	min-height: 500px;
	padding: 50px 0 20px;
}


/* =======================================
   HEADER
======================================= */

#header {
	position: relative;
	float: left;
	width: 100%;
	height: 140px;
	z-index: 105;
	background: url(../images/header-bg.png) top center repeat-x;
}

#header #world {
	width: 690px;
	height: 140px;
	position: absolute;
	right: -50px;
	top: 0;
	background: url(../images/world.jpg) top center no-repeat;
}

#header .logo {
	float: left;
	margin: 20px 0 0 -30px;
	width: 250px;
	height: auto;
}


#header #header-right {
	float: right;
	position: relative;
	z-index: 5;
	padding-top: 15px;
}

#header #header-right h2 {
	font-size: 50px;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	font-weight: normal;
	font-family: 'HNMC', sans-serif;
	line-height: 1em;
	text-align: center;
}

#header #header-right h2 span {
	font-size: 38px;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	font-weight: normal;
	font-family: 'HNMC', sans-serif;
}

/* =======================================
   NAV
======================================= */
#nav {
	position: relative;
	float: left;
	width: 100%;
	height: 48px;
	background: url(../images/nav-bg.png) top center repeat-x;
	z-index: 100;
}

#nav ul {
	position: relative;
	float: right;
}

#nav li {
	float: left;
	position: relative;
}
#nav li:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: 0;
}

#nav li a {
	font-size: 21px;
	line-height: 48px;
	padding: 0 15px;
	text-shadow: 1px 1px 3px #000;
	color: #e7e7e7;
	font-family: 'HNMC', sans-serif;
}

#nav li a:hover {
	color: #fff;
}

#nav li.current-menu-item a {
	/* color: #2b0000; */
	/* color: #9C9999;  */
	/* text-shadow: 1px 1px 3px #ccc; */
}

#nav li.current-menu-item {
	background: url(../images/active-bg.png) top center repeat-x;
	padding-bottom: 1px;
	margin-top: 1px;
	box-shadow: 0px -6px 6px #000;
}

/* ======== DROPDOWNS ========= */

#nav li ul {
	position: absolute;
	/* top: 20px; */
	top: 48px;
	left: -9009px;
	width: 150px;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	z-index: 9999;
}
#nav li ul li {
	float: none;
	padding: 0;
}
#nav li ul li a {
	background: #000;
	display: block;
	padding: 5px 10px;
}
#nav li ul li a:hover {
	background: #333;
}

/* =======================================
   BANNER
======================================= */
.banner {
	width: 100%;
	float: left;
	height: 439px;
	background: url(../images/banner-bg.png) top center repeat-x;
	border: 1px solid #707070;
	border-radius: 4px;
	margin: 0 -1px 20px;
	box-shadow: 0px 0px 10px #000;
}

.banner-image {
	float: left;
	margin: 10px;
	border: 1px solid #000;
	box-shadow: inset 0px 0px 20px #000;
	background: #fff;
	width: 649px;
	height: 413px;
	overflow: hidden;
	position: relative;
}

.banner-image img {
	float: left;
	position: relative;
}

.banner-text {
	width: 295px;
	padding-top: 30px;
	float: right;
	margin-left: -10px;
}

.banner-text h1 {
	text-align: center;
	font-size: 43px;
	line-height: 1em;
	color: #fff;
	font-family: 'HNMC', sans-serif;
	font-weight: normal;
	text-shadow: 0px 2px 2px #000;
}

.banner-text h1 span {
	font-size: 60px;
	color: #434095;
	line-height: 60px;
}

.banner-text p {
	color: #fff;
	font-family: 'HNMC', sans-serif;
	font-size: 17px;
	line-height: 1.2em;
	padding: 10px;
}

a.button {
	float: left;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-family: 'HNMC', sans-serif;
	width: 275px;
	margin: 10px;
	font-size: 24px;
	text-align: center;
	background: url(../images/button-bg.png) top center repeat-x;
}

a.button:active {
	background-position: bottom center;
}

/* =======================================
   CONTENT
======================================= */
#content {
	float: left;
	width: 615px;
	padding-bottom: 15px;
	padding-top: 10px;
}

#content.home {
	padding-top: 0;
}

#content h1 {
	color: #5f0000;
	font-size: 32px;
	line-height: 1em;
	font-weight: normal;
	padding-bottom: 10px;
	font-family: 'HNBC', sans-serif;
	text-shadow: 1px 1px 1px #ccc;
}

#content h2 {
	color: #5f0000;
	font-size: 27px;
	line-height: 1em;
	font-weight: normal;
	padding-bottom: 15px;
	font-family: 'HNBC', sans-serif;
	text-shadow: 1px 1px 1px #ccc;
}

#content .col {
	width: 275px;
	float: left;
	margin-top: 15px;
}

#content .col .class-entry {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}


#content .col .class-entry .class-date {
	color: #363636;
	float: left;
	text-align: right;
	width: 85px;
	margin-left: -5px;
	font-size: 22px;
	padding-top: 2px;
}

#content .col .class-entry .class-date span {
	font-size: 17px;
}

#content .col .class-entry .class-body {
	width: 185px;
	float: right;
}

#content .col .class-entry h3, #content .col .class-entry h3 a {
	font-size: 16px;
	color: #5f0000;
	line-height: 1em;
	font-weight: normal;
	padding-bottom: 3px;
}

#content .col .class-entry h3 a:hover {
	text-decoration: underline;
}

#content .col h4, #content .col h4 a {
	font-size: 18px;
	color: #363636;
	line-height: 1em;
	font-weight: normal;
	padding-bottom: 3px;
}

#content .col h4 a:hover {
	text-decoration: underline;
}

#content .col .class-entry p {
	padding-bottom: 0 !important;
	font-size: 12px;
	line-height: 1.2em;
}

#content p {
	padding-bottom: 20px;
	color: #363636;
	font-size: 14px;
	line-height: 18px;
}

#content p a {
	text-decoration: underline;
	color: #5f0000;
}

#content ul.bullets {
	margin: 0 0 20px 20px;
	list-style-type: disc;
}

#content ul.bullets li ul {
	margin: 0 0 0 20px;
	list-style-type: circle;
}

#content ol.numbers {
	margin: 0 0 20px 20px;
	list-style-type: decimal;
}

#content ol.numbers li ol {
	margin: 0 0 0 20px;
	list-style-type: lower-alpha;
}

/* =======================================
   SIDEBAR
======================================= */
#sidebar {
	float: right;
	width: 310px;
	/* padding-top: 46px; */
}

#sidebar a.button {
	float: left;
	height: 45px;
	color: #fff;
	font-family: 'HNMC', sans-serif;
	width: 275px;
	margin: 5px;
	font-size: 24px;
	line-height: 20px;
	margin-bottom: 8px;
	text-aligN: right;
	padding: 7px 15px 3px;
	background: url(../images/button-bg.png) top center repeat-x;
	border: 1px solid #500000;

}

#sidebar a.button h2 {
	float: right;
	line-height: 40px;
	font-size: 40px;
	margin-left: 10px;
	
	color: #fff;
	font-family: 'HNMC', sans-serif;
}

#sidebar a.button span {
	font-size: 14px;
	line-height: 14px;
}

#sidebar a.button:active {
	background-position: bottom center;
}

/* =======================================
   FOOTER
======================================= */
#footer {
	height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	float: left;
	background: url(../images/footer-bg.png) top center repeat-x;
}

#footer p {
	color: #fff;
	text-align: center;
}

#footer p a {
	color: #ccc;
}

#footer p a:hover {
	text-decoration: underline;
}

#footer li {
	float: left;
	padding: 0 10px;
}
#footer li:first-child {
	padding-left: 0;
}

#footer .footer-image {
	height: 18px;
	vertical-align: middle;
}

/* =======================================
   WP EDITOR
======================================= */
.aligncenter {
	text-align: center;
}
.alignleft {
	float: left;
}
img.alignleft {
	margin: 0 10px 0 0;
}
.alignright {
	float: right;
}
img.alignright {
	margin: 0 0 0 10px;
}
