/******************************************************************************** 
 Structure & Grid
********************************************************************************/
.container{
	width:960px;
	margin:0 auto;
	position:relative;
	height:auto;
	display: block;
}
#Header{
	height:150px;
	overflow:hidden;
	position:relative;
	background: url(../img/header_background.gif) repeat-x #443225;
}
#Header .container{ height:150px; }

#Page{
	background: url(../img/page_background.gif) repeat-x #e6e1d0;
	padding-top:50px;
	position: relative;
	display: block;
}
#Footer{
	background:#d0c8b1;
	margin:30px auto 20px auto;
	padding:20px 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-align:center;
}

/******************************************************************************** 
 HTML & Styles
********************************************************************************/
body{
	/* 
	 font size - 11px font size = 11/16 = .68em
	 16px is the standard font size
	*/
	font:normal .68em/150% Verdana, Arial, Helvetica, sans-serif;
	color:#504e48;
	background:#e6e1d0;
	height: 100%;
}

a:focus{outline:1px dotted invert}
hr{
	border:none; 
	border-top: 4px double #666666;
	clear:both;
	height:0
}

h1, h2, h3, h4, h5, h6{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1{
	color: #222222;
	margin:0;
	word-spacing:.05em;
	padding: 0 0 3px 0;
	font-size:2.18em;
	border-bottom:1px solid #a7a899;
	text-transform:uppercase;
}
h2{
	color: #2f4044;
	margin:0 0 2px 0;
	word-spacing:.05em;
	padding: 0 0 3px 0;
	font-size:2.18em;
	border-bottom:1px solid #a7a899;
	text-transform:uppercase;
}
h3{
	color: #626c47;
	font-size: 1.2em;
	font-weight: normal;
	word-spacing:-.05em;
	text-transform:uppercase;
}
h4{font-size:19px}
h5{font-size:17px}
h6{font-size:15px}
ol{list-style:decimal}
ul{list-style:square}
li{
	margin-left:30px;
	line-height:1.8em;
}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}



b, strong{
	font-weight: bold;
	color: #222222;
}

p{
	line-height: 1.8em;
}
#Footer p{
	line-height:1.2em;
	margin: 0 0 10px 0;
}

/* Links */
a:link,
a:visited{
	color: #ca7503;
	text-decoration: none;
	padding:0;
	text-decoration:underline;
}
a:hover,
a:active{
	color: #4f160d;
	text-decoration: underline;
}

pre {
	font-size: 1.1em;
	font-family: "Courier New", Courier, monospace;
	color: #f3f3f3;
	background: #444444;
	border: 1px dotted #b5b5b5;
	padding: 3px 6px;
	overflow: auto;
	white-space:pre;
	line-height:1.8em;
}
code {
	font-size: 1em;
	font-family: "Courier New", Courier, monospace;
	white-space:normal;
}
blockquote {
	margin: 0 20px;
	padding: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-style:italic;
	color:#222222;
	background:#e0e2c2;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.intro{
	font-size:1.4em;
	padding-bottom:1em;
}
.small {
	font-size: .8em;
}
.large {
	font-size: 1.5em;
}
.center {
	text-align: center;
}
.loud {
	color: #990000;
}
.quiet {
	color: #b5ab95;
}
.hide {
	display: none;
}
.left {
	float: left;
	margin: 0 10px 10px 0;
}
.right {
	float: right;
	margin: 0 0 10px 10px;
}
.left img{
	display: block;
} 
.right img {
	display: block;
}
.caption {
	display: block;
	font-size: .9em;
	color: #908b66;
	padding:0 0 0 0;
}
.border {
	border: 1px solid #989898;
}
img.border{
	background:#ffffff;
	padding:5px;
	border:none;
	-moz-box-shadow:1px 1px 3px rgba(0,0,0,.3);
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,.3);
	box-shadow:1px 1px 3px rgba(0,0,0,.3);
	/*
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	*/
}
.underline {
	border-bottom: 1px dotted;
}
.strike {
	text-decoration: line-through;
}
.highlight {
	color: #9F6000;
	background-color: #e4daa2;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#Logo{
	position:absolute;
	left:0;
	top:30px;
	width:250px;
	height:90px;
	background:url(../img/logo.jpg) no-repeat #000000;
	text-indent:-999999px;
}

#TopMenu{
	color:#625041;
	text-align:right;
	padding-top:10px;
}
#TopMenu a:link, #TopMenu a:visited{
	color:#efca72;
	text-decoration:none;
	padding:0 5px;
}
#TopMenu a:hover, #TopMenu a:active{
	color:#efca72;
	text-decoration:underline;
}

#MainMenu{
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	right:240px;
	bottom:40px;
}
#MainMenu li{
	float:left;
	padding:0;
	margin:0 0 0 1px;
}
#MainMenu li a{
	display:block;
	height:25px;
	padding:5px 8px 0 8px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	-moz-text-shadow:1px 1px 2px rgba(0,0,0,.5);
	-webkit-text-shadow:1px 1px 2px rgba(0,0,0,.5);
	text-shadow:1px 1px 2px rgba(0,0,0,.5);
}
#MainMenu li a span{}
#MainMenu li a:link, #MainMenu li a:visited{
	color:#efca72;
	text-decoration:none;
	background-color:#463225;
}
#MainMenu li a span{}
#MainMenu li a:hover, #MainMenu li a:active{
	color:#efca72;
	text-decoration:none;
	background:#3f2c21;
	-webkit-transition: background 0.15s linear; /* fade effect, webkit only */
}
#MainMenu li a.active:link,
#MainMenu li a.active:visited,
#MainMenu li a.active:hover,
#MainMenu li a.active:visited{
	color:#ffffff;
	text-decoration:none;
	background-color:#39281d;
}

/* Inline form labels */
label{
	position: relative;
	z-index: 1;
}
label.inlined{
	padding-left: 6px;
	margin-top: 5px;
	display: block;
	font-weight: normal;
	font-size: 1.1em;
	color:#ac9152;
	opacity: 0.5;
	-webkit-transition: opacity 0.15s linear; /* fade effect, webkit only */
}
 
label.inlined + input.input_text {
	margin-top: -21px;
}
 
label.focus { 
	filter:alpha(opacity=20);
	-moz-opacity: .2;
	-khtml-opacity: .2;
	opacity: 0.2; 
}
label.has-text { 
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0.0; 
	-webkit-transition-duration: 0s;
}
#SearchForm{
	background:url(../img/search_form.gif) no-repeat;
	width:220px;
	height:30px;
	position:absolute;
	bottom:40px;
	right:10px;
}
#SearchForm input.input_text{
	background:none;
	border:none;
	outline:none;
	width:180px;
	height:24px;
	padding:6px 5px 0 5px;
	color:#ffffff;
	float:left;
	position: relative;
	z-index: 2;
}
#SearchForm input.input_submit{
	margin-top:8px;
	position:absolute;
	right:10px;
	top:0px;
	z-index:100;
}


/* awesome buttons */
/*
 stack classes to create awesome buttons, 
 ex: <a href="#" class="button SIZE COLOR">Your Text</a>
 add a class of "wide" to make button fill width of parent element. 
 sizes: small, med, large
 colors: generic (theme standard), orange, red, blue, green.
*/
a.button{
	display: inline-block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	text-transform:uppercase;
	letter-spacing:normal;
	text-align:center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin:0 0 20px 0;
	background-image:url(../img/awesome_button_overlay.png);
	background-repeat:repeat-x;
	background-position: top;
}
a.button:link, 
a.button:visited, 
a.button:hover, 
a.button:active{
	color: #ffffff;
	text-decoration: none;
}
a.btn_small{
	font-size:1em;
}
a.btn_med{
	font-size:1.2em;
}
a.btn_large{
	font-size:1.5em;
}
a.button.btn_wide{
	display: block;
	width:100%;
	padding:10px 0;
}

a.generic:link, a.generic:visited {
	background-color: #473326;
}
a.generic:hover, a.generic:active {
	background-color: #58b0b9;
}
a.green:link, a.green:visited{
	background-color:#91b441;
}
a.green:hover, a.green:active{
	background-color:#6e8831;
}
a.blue:link, a.blue:visited {
	background-color: #2daebf;
}
a.blue:hover, a.blue:active {
	background-color: #25909e;
}
a.red:link, a.red:visited {
	background-color: #e11f1f;
}
a.red:hover, a.red:active {
	background-color: #c11a1b;
}
a.orange:link, a.orange:visited {
	background-color: #d88924;
}
a.orange:hover, a.orange:active {
	background-color: #c17a20;
}