@charset "UTF-8";
/* CSS Document */

/*  Page Settings *
________________________________________________________________________________________________ */

@font-face {
  font-family: "Century Gothic";
  src: url(/images/fonts/Century_Gothic.ttf) format("truetype");
}
@font-face {
  font-family: "Century Gothic";
  font-weight: bold;
  src: url(/images/fonts/Century_Gothic_Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Century Gothic";
  font-weight: bold;
  font-style: italic;
  src: url(/images/fonts/Century_Gothic_Bold_Italic.ttf) format("truetype");
}


body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Century Gothic, Arial, Tahoma, Geneva, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	vertical-align: top;
	text-align: center;
	background-color: #000;
}



/* Page Links *
________________________________________________________________________________________________ */

a:link {
	color: #ff5d00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff5d00;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #F00;
}


/* Header 
________________________________________________________________________________________________ */

#header {
	width: 1000px;
	height: 365px;
	margin: 0 auto;
}

#branding {
	height: 114px;
	background: url(/images/header/background.png);
}

#logo {
	float: left;
	width: 265 px;
	margin-left: 20px;
	margin-top: 12px;
	
}

#site_quote {
	float: left;
	color: #FFF;
	font-style: italic;
	font-weight: 700;
	font-size: 22px;
	margin-left: 50px;
	margin-top: 40px;
	
}

#contact {
	float: right;
	margin: 80px 25px 10px 0px;
	color: #FFF;
	
}

#bottom_border {
	height: 10px;
	background: url(/images/header/border_bottom.png);
	
}





/*  Menu Bar 
________________________________________________________________________________________________ */

/* This is the actual menu div */
#menubar {
	background: url(/images/header/menu-background.png);
	height: 35px;
	background-repeat: no-repeat;
	padding: 0 6px 0 6px;
}

/* This is the div with the large image */
#menu_background {
	background: url(/images/header/menu_image_background.png);
	background: none;
	height: 235px;
	vertical-align: top;
}


/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	color: #134519;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	font-weight: 700;
	color: #134519;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 160px;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	font-weight: 700;
	color: #134519;
	z-index: 1020;
	cursor: default;
	width: 190px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 190px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border-left: 1px solid #609b46;
	border-right: 1px solid #609b46;
	background: url(/images/header/submenu_background.png);
	background-repeat: repeat-y;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	height: 35px;
	padding-top: 9px;
	margin-bottom: -9px;
	vertical-align: middle;
	color: #134519;
	text-decoration: none;
}

.MenuBarItemSubmenu {
	color: #134519;
}


/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #000;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #134519;
	background: url(/images/header/submenu_background_over.png);
	background-repeat: no-repeat;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/


/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
	}
}



/* Content *
________________________________________________________________________________________________ */


h1 {
	color: #FFF;
	font-weight: 800;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 19px;
	color: #ff5d00;
	margin: 0;
	padding: 0;	
}
h3 {
	font-size: 17px;
	color: #666;
	color: #ff5d00;
	margin: 0;
	padding: 0;
}

#content_wrapper {
	float: left;
	margin-right: 20px;
	width: 655px;
	background-color: #182f13;
	border-radius: 0 15px 15px 15px;
}

#page {
	overflow: hidden;	
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#content_wrapper #content {
	clear: both;
	background-repeat: repeat;
	width: 615px;
	padding: 10px 20px 10px 20px;
	color: #FFF;
	padding-bottom: 1000px; 
	margin-bottom: -990px;
	text-align: justify;
}

h1 {
	margin-top: 25px;
	background-color: #182f13;
	padding: 12px 25px;
	display: inline-block;
	border-radius: 10px 10px 0 0;
}
.wrapper-image {
	font-size: 0;
}
.wrapper-image > div {
	display: inline-block;
	max-width: 50%;
	width: 50%;
	font-size: 14px;
}
.wrapper-image .wrapper-image-inner {
	padding: 0 20px 40px;
}
.wrapper-image img {
	max-width: 100%;
}


/*  Sidebar
________________________________________________________________________________________________ */

#sidebar {
	float: left;
	margin-top: 0;
	margin-left: 20px;
	width: 260px;
	height: 100%;
	border-radius: 15px;
	overflow: hidden;
}
#sidebar #middle {
	background-repeat: repeat-y;
	padding: 15px;
	color: #FFF;
	padding-bottom: 1000px; 
	margin-bottom: -990px;
	background-color: #182f13;
}


/*  Footer
________________________________________________________________________________________________ */

#footer {
	width: 1000px;
	clear: both;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	
}

#footer #bottom {
	background: url(/images/footer/bottom.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 20px;
	padding-right: 40px;
	font-size: 12px;
	text-align: right;
	color: #FFF;
	
}

#footer #middle {
	background: url(/images/footer/middle.png);
	background-repeat: repeat-y;
	padding-top: 20px;
	height: 50px;
	padding-left: 40px;
	
}


#clear {
	clear: both;
}