* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #383838;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 12pt;
	line-height: 1.8em;
	font-family: Arial, sans-serif;
	background: #dddddd;
	color: #656565;
}

br.clear {
	clear: both;
}

h3 {
	font-size: 1.6em;
}

h1, h2, h3, h4 {
	text-transform: uppercase;
	font-weight: normal;
}

h2, h3, h4 {
	margin-bottom: 1.5em;
	font-family: Oswald, serif;
	color: #221F18;
}

strong {
	color: #221F18;
}

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

img.top {
	margin: 8px 0 20px 0;
}

p {
	margin-bottom: 1.25em;
}

ul {
	margin-bottom: 1.25em;
}

.date {
	background: #222222;
	color: #ffffff;
	font-size: 0.75em;
	padding: 2px;
	display: inline-block;
	width: 45px;
	text-align: center;
	margin-right: 1em;
}

.imageList {
	list-style: none;
}

.imageList li {
	clear: both;
}

.box {
	margin: 0 0 30px 0;
	overflow: hidden;
}

#bg1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 542px;
	background: #ccc;
	z-index: 1;
	box-shadow: inset 0px 280px 60px 0px rgba(0,0,0,0.3);
}

#bg2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 243px;
	background: #262626;
	z-index: 2;
	box-shadow: inset 0px 10px 60px 0px rgba(0,0,0,0.7);
}

#banner {
	position: relative;
	height: 334px;
}

#banner .flexslider {
	height: 334px;
	border: none !important;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}

.flexslider .slides img {}

#banner .captions {
	position: absolute;
	right: 0;
	top: 105px;
	text-align: right;
}

#banner a {
	color: #fff;
}

#banner .captions h2 {
	background: rgba(0,0,0,0.4);
	color: #ffffff;
	padding: 28px 48px 28px 28px;
	margin: 0;
}

#banner .captions h3 {
	background: rgba(10,127,153,0.8);
	color: #ffffff;
	padding: 28px;
	margin: 0;
}

#custom #content {
	width: 60%;
	margin: 0;
}

#custom #content ul{
	list-style: circle;
}

#custom #content li{
	list-style: circle;
	list-style-position: inside;
	padding-left: 20px;
}

.thumbs {
	position: absolute;
	right: 60px;
	top: 100px;
}

.thumbs img {
	display: block;
	margin-bottom: 40px;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	box-shadow: 0px 0px 10px rgba(0,0,0,1);
	border: 3px solid #fff;
}

#content {
	width: 670px;
	margin: 0 0 0 300px;
	padding: 0;
}

#copyright {
	padding: 10px 0;
	background: #E4B637;
	font-size: 12px;
	box-shadow: inset 0px -10px 40px 0px #907B3D;
	font-family: Oswald, serif;
	text-transform: uppercase;
	color: #221F18;
	font-weight: 400;
	text-align: center;
	margin: 0 auto;
	width: 1030px;
}

#copyright a {
	text-decoration: underline;
}

#header {
	position: relative;
	padding: 28px;
	height: 127px;
	background: #E4B637;
	color: #221F18;
	box-shadow: inset 0px -40px 60px 0px #907B3D;
	overflow: hidden;
}

#logo {
	position: absolute;
	bottom: 0;
	left: 28px;
	height: 138px;
	line-height: 138px;
}

#logo a {
	text-decoration: none;
	color: #221F18;
}

#logo h1 {
	font-size: 4.25em;
	font-family: Oswald, serif;
}

#main {
	position: relative;
	padding: 60px 28px 0px 32px;
}

#main ul {
	list-style: none;
}

#main ul li {
	padding: 8px 0 8px 0;
	border-top: solid 1px #d1d1d1;
}

#main ul li.first {
	padding-top: 0;
	border-top: 0;
}

#bottom {
	font-size: 0.9em;
	background: #D2D3D5;
	padding: 20px;
}

#contacts #bottom {
	background: #fff;
}

#bottom .col { 
	float: left;
	width: 25%;
	padding: 0 20px;
	margin: 0 20px; 
}

#bottom .left { 
	width: 180px;
	margin-right: 0;
	font-size: 1.4em;
	margin: 80px 0 0 0; 
}

#bottom .center { 
	width: 280px;
	border-right: 1px solid #a7a9ac;
	margin-left: 0;
	margin-right: 0;
	height: 235px;
	font-size: 13px;
	padding: 30px 20px 20px 40px;
}

#bottom address { 
	line-height: 20px;
	font-style: normal;
	text-transform: uppercase;
	padding-top: 20px 
}

#bottom .right { 
	width: 380px;
	padding: 10px 0 0 0; 
}

#bottom .right h3 { 
	margin: 0;
	padding: 5px 20px 10px 20px;
	border-bottom: 1px solid #a7a9ac;
	margin-bottom: 10px;
	font-size: 1.3em;
}

#bottom .copy { 
	border-top: 1px solid #a7a9ac;
	margin: 40px 0;
	position: relative;
	width: 520px;
	padding-top: 30px;
	font-family: Oswald, serif;
	text-transform: uppercase;
	font-size: 0.9em;
}

#bottom .copy a {
	text-decoration: none;
}

#bottom .copy a:hover {
	color: #666;
}

/* forms */
#frmcontact { 
	padding: 0 20px;
	width: 360px;
	background-color: #ddd;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 12px;

	/*IE*/
	behavior: url(/PIE.htc);	
}
#frmcontact ul {
	padding: 0;
	list-style: none;
}

#frmcontact label {
	display: block;
}

#frmcontact input.text { 
	border: 1px solid #aaa;
	font-size: 14px;
	width: 140px;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #fff;
}

#frmcontact textarea.message {
	border: 1px solid #aaa;
	font-size: 14px;
	width: 170px;
	padding: 5px;
	overflow: auto;
	height: 140px;
	background-color: #fff;
	resize: none;
}

#frmcontact .button {
	cursor: pointer;
	border: none;
	color: #fff;
	font-size: 12px;
	padding: 7px 10px;
	margin: 15px 0 0 70px;
	background-color: #3A4249;
}

#frmsuccess { padding: 10px; }
#frmcontact .button:hover { background: #505A63; }
#frmcontact .error { background: #FFC0CB !important;border: 1px solid #FF0000 !important; }

.frmleft{float: left;}
.frmright{float: right;}

#nav {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 28px 0 28px;
	width: 975px;
	height: 48px;
	line-height: 48px;
	margin: 0 0 28px 0;
	background: #E4B637;
	font-size: 1.2em;
	border-bottom: solid 1px #555;
	box-shadow: inset 0px -10px 40px 0px #907B3D;
	font-family: Oswald, serif;
}

#nav a {
	text-decoration: none;
	text-transform: uppercase;
	color: #221F18;
}

#nav a:hover {
	color: #FFF;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	display: inline;
	padding: 0 12px 0 12px;
	border-right: 2px #221F18 solid;
}

#nav ul li.first {
	padding-left: 0;
}

#nav ul li.last {
	border: none;
}

#nav ul li a.current {
	color: #fff;
}

#outer {
	position: relative;
	z-index: 3;
	width: 1030px;
	margin: 60px auto;
	background: #ffffff;
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);
}

#search {
	position: absolute;
	bottom: 0;
	right: 28px;
	height: 138px;
	line-height: 138px;
}

#search input.text {
	padding: 10px 40px 10px 10px;
	background: #ffffff url(images/search.png) top right no-repeat;
	border: 0;
	width: 250px;
	color: #777;
}

#sidebar {
	width: 250px;
	float: left;
	padding: 0;
}