/*-------------------------------------------------------
	Colors
-------------------------------------------------------*/
/*
/* Blue-grey:			#5a686a
/* Deeper Blue-grey:	#323b3c

/* Light Yellow:		#f9e59b;
/* Light Orange:		#e0b464;

/* Light Brown:			#a67538;
/* Light Brick:			#744530;
/* Brick:				#432519;
/* Flat-brown:			#70573f;
/* Deeper Flat-brown:	#403022;

/**/


/*-------------------------------------------------------
	Reset
-------------------------------------------------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, form, a, fieldset, input, textarea, th, td {   
	margin: 0; padding: 0; border: 0; outline: none;   
} 


/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/

body {
	background: #432519 url(../images/layout/page-bg.jpg);
	color: #323b3c;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
	
#container {
	background:url(../images/layout/container-bg.jpg) no-repeat #a67538;
	border: 1px solid #432519;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	width: 950px;
}
	
#outer-wrapper {
	background: #e0b464;
	border: 1px solid #f9e59b;
	clear: both;
	display: inline;
	float: left;
	height: auto;
	margin: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	width: 928px;
}
	
#inner-wrapper {
	background: #f9e59b;
	border: 1px solid #a67538;
	clear: both;
	display: inline;
	float: left;
	height: auto;
	margin: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	width: 908px;
}

#header {
	border-bottom: 1px solid #a67538;
	clear: both;
	display: inline;
	float: left;
	margin: 0;
	width: 908px;
	height: 300px;
}
	
#main-nav {
	background: url(../images/layout/nav-bg.jpg) repeat-x 0px 0px;
	border-bottom: 1px solid #a67538;
	clear: both;
	display: inline;
	float: left;
	height: 40px;
	margin: 0;
	width: 908px;
}
	
#main-content {
	clear: both;
	display: inline;
	float: left;
	margin: 9px;
	margin-bottom: 0px;
	width: 890px;
}
	
#footer {
	clear: both;
	color: #fff;
	margin: auto;
	width: 890px;
}
		
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/


h1, h2, h3 {
	color: #432519;
	margin: 7px auto 6px auto;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
	text-align: center;
}

h3 {
	font-size: 120%;
}

p {
	margin: 7px auto 6px auto;
	line-height: 150%;
	text-indent: 15px;
}

blockquote {
	margin: 10px 75px;
	padding: 5px;
}

ul, ol {
	margin: 10px 10px 10px 60px;
}

li {
	margin: 0 0 7px 0;
}

a:link, a:visited {
	color: #432519;
}
	 
a:hover {
	text-decoration: none;
}
	 
a:active {
	color: #5a686a;
}

input, textarea {
	border: 1px solid #ccc;
	padding: 5px;
}

/*-------------------------------------------------------
	Main Nav
-------------------------------------------------------*/

#main-nav * {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-nav li {
	float: left;
}

#main-nav a {
	background: url(../images/layout/nav-bg.jpg) repeat-x 0px 0px;
	border-left: 1px solid #432519;
	border-right: 1px solid #a67538;
	color: #fff;
	display: inline;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	width: 225px;
}

#main-nav a:hover {
	background: url(../images/layout/nav-bg.jpg) repeat-x 0px -40px;
}

#main-nav a:active, #main-nav a.down {
	background: url(../images/layout/nav-bg.jpg) repeat-x 0px -80px;
	cursor: default;
}

/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/

.mast-link {
	float: left;
	clear: both;
	height: 50px;
	text-indent: -999em;
	width: 950px;
}

#header img {
	display: block;
}

#footer * {
	color: #fff;
	text-size: 90%;
	line-height: 120%;
}

.supp-content {
	width: 350px;
}

.float-l {
	float: left;
}

.float-r {
	float: right;
}

/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	

/*-------------------------------------------------------
	Contact Form
-------------------------------------------------------*/
#contact-form * {
	list-style-type: none;
	text-indent: 0px;
}

#contact-form {
	background: #e0b464;
	border: solid 1px #744530;
	float: left;
	margin-right: 25px;
	margin-left: 25px;
	padding: 20px;
	text-align: left;
	width: 275px;
}

#contact-form label {
	clear: both; 
	display: block;
	float: left; 
	font-weight: bold;
	text-align: left;
	width: 110px; 
}

#contact-form h1 { 
	clear: both;
	font-size: 130%; 
	font-weight: bold; 
	margin: 0;
	text-align: center;
}

#contact-form input, #contact-form textarea {
	border: 1px solid #744530;
}

.bot-input { 
	float: left; 
	margin-left: -999em;
}