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



@font-face {
	font-family: 'AGaramondPro-Regular';
	src: url('AGaramondPro-Regular/AGaramondPro-Regular.eot') format('eot'), 
	     url('AGaramondPro-Regular/AGaramondPro-Regular.otf')  format('opentype'),
	     url('AGaramondPro-Regular/AGaramondPro-Regular.woff') format('woff'), 
	     url('AGaramondPro-Regular/AGaramondPro-Regular.ttf')  format('truetype'),
	     url('AGaramondPro-Regular/AGaramondPro-Regular.svg#AGaramondPro-Regular') format('svg');
}



@font-face {
	font-family: 'OFL Sorts Mill Goudy';
	src: url('fonts/GoudyStM-webfont.eot');
	src: url('fonts/GoudyStM-webfont.woff') format('embedded-opentype'),
	     url('fonts/GoudyStM-webfont.ttf') format('truetype');
}

@font-face {
	font-family: 'OFL Sorts Mill Goudy';
	font-style: italic;
	src: url('fonts/GoudyStM-Italic-webfont.eot');
	src: url('fonts/GoudyStM-Italic-webfont.woff') format('embedded-opentype'),
	     url('fonts/GoudyStM-Italic-webfont.ttf') format('truetype');
}



/* Resets
--------------------------------------------------------------------------------*/

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, 
fieldset, input {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

a {
	text-decoration: none;
}

/* General Styling and Structure
--------------------------------------------------------------------------------*/

body {
	font-family: 'AGaramondPro-Regular';
	font-size: 13px;
	background: url(Background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #33302e;
	height: 100%;
	width: 100%;
	
}

.container {
	margin: 0 auto;
	width: 960px;
}

#header-wrap,
#banner-wrap,
#nav-wrap,
#main-wrap,
#footer-wrap
{
        width:100%;
		/*min-width:960px;*/
}

a {
	color: #e6e6e6;
}

a:hover {
	color: #ffffff;
}

h2 {
	font-size: 24px;
	padding: .5em 0 .2em 0;
	line-height: 1.5;
	font-family: 'OFL Sorts Mill Goudy', Georgia, serif;
	font-weight: 300;
	color: #000;
}

p {
	font-family: 'AGaramondPro-Regular', 'Adobe Garamond Pro Regular', serif;
	font-size: 15px;
	line-height: 1.7;
	padding: 5px 100px 0px 100px;
	
}

div#content {min-height:400px;}

/* Header
--------------------------------------------------------------------------------*/

#header-wrap {
	background: url(Background.jpg) repeat center left;
}

#logo,
#logo a,
#logo a:hover {
	color: #ffffff;
	text-decoration: none;
	max-width:300px;
	line-height:40px;
	padding-bottom:40px;
	overflow:visible;
}

#header {
	border-collapse: collapse;
	border-spacing: 0;
    width:100%;
}

#header td {
	vertical-align: middle;
	text-align: left;
}

#logo {
	float: left;
	font-size: 36px;
	position: relative;
	top: -70px;
	left: -20px;
	
}


#header-right table {
	float: right;
	width: 1px;
	margin:2px 0px;
}

#header-right td {
	padding: 0;
}

/* Header: Phone Number
--------------------------------------------------------------------------------*/

#header-right .phone-number .wsite-text {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	float: right;
}




/* Header: Search Box
--------------------------------------------------------------------------------*/

#header-right .wsite-search {
	margin-left:15px ;
	vertical-align: middle;
}

.wsite-search {
	width:172px;
}

.wsite-search-input {
	width: 141px;
	height: 16px;
	border: none;
	color: #fff;
	font-size: 12px;
	padding: 5px !important;
	float:left;
	background: url(Background.jpg) no-repeat center left;
}

.wsite-search-button {
	position: relative;
	width: 21px;
	height: 26px;
	border: none;
	padding: 0px;
	background: url(Background.jpg) no-repeat center right;
}

/* Navigation
--------------------------------------------------------------------------------*/
#nav-wrap {
	background-color: #342e2a;
	border-bottom: 10px solid #000;
	height: 150px;
	position: fixed;
	z-index: 100;

}

#nav-wrap table {
	width:100%;
}

#nav-wrap .container {
	/*clear: both;*/
	position: relative;
	padding-top: 34px;

	
}


#nav-wrap .container ul li {
	list-style: none !important;
	float: left;
	margin-left:30px;

}

#nav-wrap .container ul li a {

	display: block;
	color: #f8e3b7;
	padding: 0 0 45px 0;
	margin-bottom: 30px;
	list-style-type: none;
	font-size: 15px;
	/*line-height:30px;*/
	position: relative; 
	left: -50px;
	top: -50px;
}

#nav-wrap .container ul li#active a,
#nav-wrap .container ul li a:hover {
	/*background: url(hover-bar-white.png) repeat-x center bottom;*/
	border: 0;
	color:#fff;
}

/* Navigation Submenu's
--------------------------------------------------------------------------------*/

#wsite-menus .wsite-menu li a {
	font-family: 'OFL Sorts Mill Goudy', Georgia, serif;
	color: #f8e3b7;
	background: #2a2726;
	position: relative; 
	z-index: 200;

	
}

#wsite-menus .wsite-menu li a:hover {
	color: #f8e3b7;
	background: #211d1b;
	z-index: 200;
}


/* Page type: No header
--------------------------------------------------------------------------------*/

.no-header-page .wsite-header  {
        display:none;
}

#main-wrap {
	background: #0F0F0F url(Background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}
#main-wrap .container {
	padding:40px 0px;
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #7a7a7a;
	font-style:italic;
	padding-left: 30px;
	margin:20px 0px;
	line-height:20px;
	border-left-color:#555 !important;
}

#main-wrap .container form .wsite-button {
	margin-top:20px;
}

/* Footer
--------------------------------------------------------------------------------*/

#footer{
	position: fixed;
	width: 100%;
	height: 43px;
	background-color: #2a2726;
	bottom: 0;
	margin: 0 auto;
	z-index: 500;
	
}

#footertext{
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	position: relative;
	top: 5px;
	color: #f8e3b7;
	z-index: 500;
}

/* Form Customization
--------------------------------------------------------------------------------*/

.wsite-form-label {
	display: inline-block;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	margin:15px 0px 5px;
}

.form-radio-container {
	color: #666666;
	font-size: 13px;
}

.wsite-form-input, .wsite-search-element-input {
	color: #fff !important;
	background: #333333;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px !important;
	font-size:15px;
}

.wsite-search-element-submit {
	background: url(search-dark.png) left;
}

.form-select {
	color: #fff;
	border: 0;
	font-size: 14px;
	padding: 2px 0px 2px 10px;
	width: 300px;
	height: 30px;
	background: #333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Buttons
--------------------------------------------------------------------------------*/

/* Small structure & regular style */

.wsite-button {
	height: 48px;
	display: inline-block;
	padding: 0px 26px 0px 0px;
	background: url(button_highlight.png) no-repeat 100% -144px;
}

.wsite-button:hover {
	background-position: 100% -192px;
}

.wsite-button:active {
	background-position: 100% -240px;
}

.wsite-button-inner {
	color: #fff !important;
    height: 48px;
	line-height: 46px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0px 2px 2px #000;        
	padding: 0px 15px 0px 36px;
	background: url(button_highlight.png) no-repeat 0px 0px;
}

.wsite-button:hover .wsite-button-inner {
	background-position: 0px -48px;
}

.wsite-button:active .wsite-button-inner {
	background-position: 0px -96px;
}

/* Large structure & regular style  */

.wsite-button-large {
	color: #fff !important;
	height: 66px;
	background: url(button_large_highlight.png) no-repeat 100% -200px;
	padding: 0px 30px 0px 0px;
}

.wsite-button-large:hover {
	background-position: 100% -266px;
}

.wsite-button-large:active {
	background-position: 100% -332px;
}

.wsite-button-large .wsite-button-inner {
	height: 66px;
	line-height: 63px;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0px 2px 2px #000;
	padding: 0px 10px 0px 40px;
	background: url(button_large_highlight.png) no-repeat 0px 0px;
}

.wsite-button-large:hover .wsite-button-inner {
	background-position: 0px -66px;
}

.wsite-button-large:active .wsite-button-inner {
	background-position: 0px -132px;
}


/* Highlighted styles */

.wsite-button-highlight {
	background-image: url(button_white.png);
}

.wsite-button-highlight .wsite-button-inner {
	background-image: url(button_white.png);
}

.wsite-button-large.wsite-button-highlight {
	background-image: url(button_large_white.png);
}

.wsite-button-large.wsite-button-highlight .wsite-button-inner {
	background-image: url(button_large_white.png);
}
