/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:100%/1.25 arial, helvetica, sans-serif;
background: url(../images/back.jpg) repeat-x top center #93b4ad;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
color: #ae4e26;
}

h1 {
padding:10px 0;
letter-spacing:-1px;
font:2.4em arial, helvetica, sans-serif;
}

h2 {
padding:15px 0 5px 0;
letter-spacing:-1px;
font:1.8em arial, helvetica, sans-serif;
}

h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:none;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:underline;
color: #cabfa7;
}

a:hover {
text-decoration: none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:.9em arial, helvetica, sans-serif;
background: #cabfa7;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

#wrap {
width:960px;
margin:0 auto;
}

/***** Header *****/

#header {

}

#header h1 {
float:left;
display:block;
padding: 23px 0 0 37px;
text-indent:-2000px;
}
	
	#header h1 a {
	width:207px;
	height:136px;
	display:block;
	background:url(../images/logo.png) no-repeat;
	}
	
#headerright {
float: right;
display: block;
width: 650px;
}

#supernav {
background: #b3895f;
color: #5b4d3f;
padding: 8px 15px;
font-size: .8em;
text-align: right;
float: right;
display: block;
margin: 0 75px 0 0;
}

#supernav a {
color: #5b4d3f;
text-decoration: none;
}

#supernav a:hover {
text-decoration: underline;
}

#supernav p {
padding: 0;
}

#nav {
width: 631px;
height: 19px;
background: url(../images/nav.png) no-repeat;
padding: 27px 9px 17px 1px;
margin-top: 65px;
color: #fff;
}

#nav a {
color: #fff;
padding: 0 26px;
text-decoration: none;
}

/***** Content area *****/

#contenttop {
width: 960px;
height: 13px;
background: url(../images/content-top.jpg) no-repeat;
margin-top: 22px;
*margin-top: 42px;
_margin-bottom: -5px;
padding: 0;
}

#contentmiddle {
width: 886px;
min-height: 409px;
height: auto;
_height: 409px;
background: url(../images/content-middle.jpg) no-repeat #332519;
padding: 21px 37px;
margin: 0;
}

#contentbottom {
width: 960px;
height: 31px;
background: url(../images/content-bottom.png) no-repeat;
}

/***** Home *****/

#flash {
width: 562px;
height: 398px;
float: left;
display: block;
}

#welcometext {
float: right;
display: block;
width:  280px;
font-size: .95em;
line-height: 1.4em;
color: #cabfa7;
}

/***** Sub *****/

#subtext {
width: 559px;
float: left;
display: block;
font-size: .95em;
line-height: 1.4em;
color: #cabfa7;
}

#subtext img {
padding: 0 0 15px 0;
max-width: 559px;
}

#subnav {
color: #92b3ac;
width: 279px;
float: right;
display: block;
font-size: 1.05em;
}

#subnav a {
color: #92b3ac;
text-decoration: none;
}

#subnav ul {
padding: 0;
margin: 0;
}

#subnav li {
padding: 10px 0;
margin: 0;
}

#subnav img {
margin: 0 5px;
max-width: 279px;
}

/***** Footer *****/

#footer {
padding: 10px 0 40px 0;
color: #61564b;
font-size: .8em;
}

#footer a {
color: #61564b;
}

#f1 {
float: left;
display: block;
}

#f2 {
float: right;
display: block;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

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

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }