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

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

body {
font:100%/1.25 arial, helvetica, sans-serif;
background: url(../images/back2.jpg) repeat-x #58acd0;
}

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

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

h1 {

}

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:none;
padding:0 0 18px 40px;
}

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

small {
font-size:0.85em;
}

img {
border:0;
behavior: url(iepngfix.htc);
}

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

/***** Logo *****/

#logodiv h1 {
width:488px;
display:block;
padding: 60px 0 0 115px;
text-indent:-2000px;
}
	
	#logodiv h1 a {
	width:488px;
	height:74px;
	display:block;
	background:url(../images/logo.png) no-repeat;
	}
	
/***** Navigation *****/

#navdiv {
background: url(../images/nav.png) center no-repeat;
height: 95px;
behavior: url(iepngfix.htc);
_margin-left: 18px;
}

#linksdiv {
padding: 28px 50px 0 50px;
margin-bottom: 0;
}

#linksdiv a {
color: #e7bc96;
font-size: 1.05em;
}
	
/***** Homepage Content *****/

#flashdiv {
margin: 28px 0 28px 28px;
width: 562px;
height: 323px;
padding: 2px 0 0 2px;
float: left;
display: block;
background: url(../images/flashback.jpg) no-repeat;
}

#videodiv {
margin: 28px 28px 0 0;
width: 313px;
display: block;
float: right;
}

#homecontentdiv {
background: url(../images/quote.jpg) no-repeat;
width: 500px;
min-height: 156px;
height: auto;
_height: 156px;
display: block;
float: right;
margin: 0 30px 0 0;
_margin: 0 15px 0 0;
color: #fff;
font-size: 1.08em;
line-height: 1.4em;
padding: 25px;
}

/***** Subpage Content *****/

#subpageimage {
margin: 28px;
behavior: url(iepngfix.htc);
}

#subcontentspace {
margin: 0 100px;
color: #54473c;
font-size: .95em;
line-height: 1.4em;
width: 760px;
}

#subcontentspace a {
color: #54473c;
font-size: 1.1em;
text-decoration: none;
border-bottom: 1px dashed #aa5000;
}

#subcontentspace a:hover {
color: #aa5000;
font-size: 1.1em;
text-decoration: none;
border-bottom: none;
}

#subcontentspace h1 {
color: #aa5000;
font-size: 3em;
padding: 10px 0 20px 0;
}

#subcontentspace h2 {
color: #aa5000;
font-size: 2em;
padding: 10px 0;
}

#subcontentspace h3 {
color: #aa5000;
font-size: 1.1em;
padding: 5px 0;
}

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

#footertop {
background: url(../images/footer-top.png) no-repeat center top;
width: 960px;
display: block;
height: 43px;
margin: -20px 0 0 0;
behavior: url(iepngfix.htc);
color: #fff;
}

#footerdiv {
background: url(../images/footer-rep.png) repeat-y center;
width: 840px;
min-height: 10px;
height: auto;
_height: 10px;
display: block;
float: none;
behavior: url(iepngfix.htc);
padding: 10px 60px;
font-size: .9em;
}

#footerleft {
color: #fff;
float: left;
display: block;
padding: 0 42px;
}

#footerright {
color: #fff;
float: right;
display: block;
padding: 0 42px;
}

#footerdiv a {
color: #fff;
text-decoration: underline;
}

#footerdiv a:hover {
color: #fff;
text-decoration: none;
}

#footerbottom {
background: url(../images/footer-bottom.png) no-repeat center top;
width: 960px;
height: 43px;
behavior: url(iepngfix.htc);
color: #fff;
}

#subfooter {
color: #fff;
font-size: .8em;
padding: 0 0 40px 0;
margin-top: -20px;
}

#subfooter a {
color: #fff;
text-decoration: underline;
}

#subfooter a:hover {
color: #fff;
text-decoration: none;
}

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