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

* {
	margin: 0;
}

html, body {
border:0;
margin:0;
padding:0;
height: 100%;
}

body {
font:.9em/1.4em arial, helvetica, sans-serif;
background: url(../images/back.jpg) no-repeat #967345 top center;
color: #271406;
}

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

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

h1 {
padding:15px 0 1px 0;
margin-bottom: 12px;
letter-spacing:-1px;
font:1.9em arial, helvetica, sans-serif;
border-bottom: 1px solid #331b09;
}

h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em 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: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:#045c79;
}

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

#bar {
background: url(../images/header-bar.png) repeat-x top center;
width: 100%;
min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -97px; /* the bottom margin is the negative value of the footer's height */
}

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

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

#header h1 {
float:left;
display:block;
padding: 34px 0 0 50px;
*padding: 34px 0 10px 50px;
text-indent:-2000px;
border: none;
}
	
	#header h1 a {
	width:160px;
	height:150px;
	display:block;
	background:url(../images/logo.png) no-repeat;
	}
	
#header h2 {
float: right;
display: block;
color: #321f0b;
font-size: 1.3em;
margin: 0;
padding: 162px 0 0 0;
}

#header h2 span {
font-style: italic;
}

#nav {
background: url(../images/nav.jpg) repeat-x;
width: 960px;
height: 39px;
margin: 9px 0 0 0;
padding: 0 0 0 0;
font-size: 1.1em;
}

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

#nav a:hover {
background: #126e8c;
color: #fff;
}

#content-area {
background: url(../images/contentarea.jpg) no-repeat;
min-height: 450px;
height: auto;
_height: 450px;
width: 872px;
padding: 22px 44px;
}

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

#flash {
background: url(../images/flashback.jpg) no-repeat;
padding: 17px 11px 14px 15px;
width: 549px;
height: 348px;
float: left;
display: block;
}

#sidebar {
float: right;
display: block;
width: 259px;
}

#sidebar input {
margin: 5px 5px 0 0;
}

#blocks {
padding: 10px 0 10px 0;
}

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

#subcontent {
width: 574px;
display: block;
float: left;
}

#subpic {
width: 259px;
float: right;
display: block;
margin: 15px 0 0 0;
}

/***** Sub2 *****/

#subcontent2 {
width: 574px;
display: block;
float: right;
}

#subpic2 {
width: 259px;
float: left;
display: block;
margin: 15px 0 0 0;
}

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

#push {
height: 97px;
}

#footer {
height: 97px;
background: url(../images/footer.jpg) repeat-x top center;
width: 100%;
}

#footertext {
width: 960px;
margin: 0 auto;
padding-top: 10px;
color:#856234;
font-size: .9em;
}

#footertext a {
color:#856234;
}

#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; }