/* ==================================================================================================== ]]-- Page Settings -- */

body {
	font: 400 100%/1 'Helvetica Neue', Arial, Helvetica, sans-serif;
	background-color: #7A6B2A;

	
	}

.clear {
	clear: both;
	visibility: hidden;
	}

#page {
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

#header {
	position: relative;
	}

header > nav {
	margin: 0 auto;
	padding: 0;
	}


/* ==================================================================================================== ]]-- Masthead -- */

.masthead {
	margin: 0px auto 0;
	padding: 0;
	height: 103px;
	max-width: 100%;
	text-align: center;
	background-color: #796A29;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-right-width: 0;
	border-style: solid;
	border-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );
	-moz-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );
	box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-image: -webkit-linear-gradient(90deg, #7A6B2A,
		#89782F 50%, #7A6B2A);
	background-image: -moz-linear-gradient(90deg, #7A6B2A,
		#89782F 50%, #7A6B2A);
	background-image: -o-linear-gradient(90deg, #7A6B2A,
		#89782F 50%, #7A6B2A);
	background-image: -ms-linear-gradient(90deg, #7A6B2A,
		#89782F 50%, #7A6B2A);
	background-image: linear-gradient(90deg, #7A6B2A,
		#89782F 50%, #7A6B2A);
	position: relative;
	}

.masthead-content {
	margin: 0 auto;
	padding: 0;
	height: 103px;
	max-width: 100%;
	overflow: hidden;
	}

.logo {
	background: transparent url(../images/identityplate.png) no-repeat 50% 50%;
	}

.logo a {
	height: 103px;
	display: block;
	}

.logo a span, .masthead h2 {
	display: none;
	}


/* ==================================================================================================== ]]-- Navigation -- */

.menu-container {
	margin: 0px auto 0;
	padding: 0;
	border-style: solid; border-color: #B3B3B3;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
	max-width: 100%;
	background-color: #7A6B2A;

	-webkit-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );
	-moz-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );
	box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.5 );

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	}
	
.menu-content {
	margin: 0 auto;
	padding: 0px 18px 0px 0px;
	max-width: 942px;
	height: 31px;
	line-height: 1;
	font-family: 'Century Gothic', 'Apple Gothic', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	}

	
.traditional {
	text-align: center;
	}

.traditional a {
	margin-right: 41px;
	text-decoration: none;
	border-style: solid;
	border-color: #595959;
	border-top-width: 0px;
	border-bottom-width: 0px;
	}

.traditional a:first-child {
	margin-left: 0;
	}

.traditional a:last-child {
	margin-right: 0;
	}

.traditional .divider {
	margin-right: 41px;
	}
	
.menu-content p {
	margin: 0;
	padding: 9px 0 6px;
	line-height: 1em;
	}

.menu-content a {
	padding: 9px 0 6px;
	color: #E6E6E6;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	}

.menu-content a:hover {
	color: #FFFF99;
	text-decoration: none;
	}
	

.nav-container {
	float: none;
	}


