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

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

body {
font:.8em/1.3em arial, helvetica, sans-serif;
background: url(../images/back.jpg) repeat-x top center fixed #cca066;
color: #ecdbbf;
}

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

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

h1 {
padding:30px 0 15px 0;
font:1.9em arial, helvetica, sans-serif;
text-transform: uppercase;
font-weight: bold;
}

h2 {
padding:12px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}

h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
text-transform: uppercase;
padding: 5px 0;
}

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

ul, ol {
list-style:disc;
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: #ecdbbf;
}

a:hover {
text-decoration: none;
}

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

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

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

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 h1 {
float:left;
display:block;
padding: 31px 0 0 4px;
text-indent:-2000px;
}
	
	#header h1 a {
	width:218px;
	height:77px;
	display:block;
	background:url(../images/logo.png) no-repeat;
	}
	
#nav {
background: url(../images/nav.png) no-repeat top center;
_background: url(../images/nav.jpg) no-repeat top center;
width: 656px;
height: 19px;
margin: 32px 0 0 0;
float: right;
display: block;
padding: 19px 0 19px 28px;
text-transform: lowercase;
font-size: 1.1em;
font-weight: bold;
}

#nav a {
color: #3a290b;
text-decoration: none;
}

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

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

#nav li {
float: left;
display: block;
padding: 0 24px;
}

#nav .menuactive, #nav .menuparent, #nav .currentpage h3 {
font-weight: normal;
text-transform: lowercase;
color: #3a290b;
padding: 0;
}

#nav .menuactive, #nav .menuparent {
padding: 0 12px;
}

#bodytexture {
min-width: 960px;
max-width: 1134px;
min-height: 426px;
background: url(../images/bodytexture.png) no-repeat top center;
margin: 0 auto;
margin-top: 13px;
}

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

#homecontent {
background: url(../images/homecontent.jpg) no-repeat top center #443624;
width: 908px;
min-height: 363px;
padding: 33px 26px 12px 26px;
}

#homecontent-bottom {
width: 960px;
height: 28px;
background: url(../images/content-bottom.jpg) no-repeat top center;
border-top: 1px solid #3d2f1e;
}

#flash {
float: left;
display: block;
width: 704px;
height: 375px;
}

#sidebuttons {
float: right;
display: block;
width: 194px;
}

#sidebuttons img {
margin: 0 0 9px 0;
}

/***** Subpage *****/

#subwrap {
float: left;
display: block;
width: 656px;
}

#subcontent {
background: url(../images/homecontent.jpg) no-repeat top center #443624;
width: 656px;
min-height: 363px;
height: auto;
_height: 363px;
padding: 33px 26px 12px 26px;
}

#subcontent-bottom {
width: 708px;
height: 28px;
background: url(../images/content-bottom.jpg) no-repeat top center;
border-top: 1px solid #3d2f1e;
}

#subimage {
width: 656px;
}

#subimage img {
max-width: 656px;
}

#sidebar {
width: 214px;
height: 384px;
background: url(../images/sidebar.png) no-repeat top center;
float: right;
display: block;
padding: 36px 19px 0 19px;
text-transform: uppercase;
font-weight: bold;
font-size: 1em;
}

#menu_vert ul {margin: 0; padding: 0;}
#sidebar li {list-style: none; padding: 10px 0; margin: 0;}

#menu_vert ul li a {color: #800000;}

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

#footer {
padding: 6px 0 40px 0;
color: #241501;
font-size: .75em;
}

#footer a {
color: #241501;
}

#f1 {
float: left;
display: block;
width: 600px;
}

#f2 {
width: 200px;
float: right;
display: block;
text-align: right;
}

/***** 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; }
