html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

li {padding:8px;}

/* Mike Frost 2011 / SLFEMP
colors chart: 
3d1704 - dark Brown
6e3919 - Deep Brown
d2b482 - medium brown
f2e5d5 - light brown
f0efed - eggshell
1b699a - blue
9a3f1b - reddish
*/


body									{
	font-family:Arial, Helvetica, sans-serif; font-size:1em; color: #6e3919;
	font-size:12px;
	color: #3d1704;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-position:top;

}


a:link {color: #1b699a;}
a:visited{color: #3d1704;}
a:hover{color: #9a3f1b;}

a { font-family:Arial, Helvetica, sans-serif; font-size:1em; color: #3d1704; text-transform:uppercase; text-decoration:none; }
p { font-family:Arial, Helvetica, sans-serif; font-size:1em; color: #6e3919; line-height:2em;}
h1 {font-family:"Arial Black", Gadget, sans-serif; font-size:1.5em; color: #6e3919;}
h2 {font-family:"Arial Black", Gadget, sans-serif; font-size:1.4em; color: #6e3919; }
h3 { font-family:Arial, Helvetica, sans-serif; font-size:1.3em; color: #6e3919; font-weight:800;}
h4 { font-family:Arial, Helvetica, sans-serif; font-size:1.2em; color: #6e3919; font-weight:800;}
h5 { font-family:Arial, Helvetica, sans-serif; font-size: 1.1em;color: #3d1704; font-weight:800;}
h6 { font-family:Arial, Helvetica, sans-serif; font-size: 1.0em; color: #3d1704;font-weight:800;}

#wrapper {
position:absolute;
margin-left:50%; 
left:-480px;
width:960px; 
top:0px;
}


#masthead {
position:relative; 
margin-left:auto; 
margin-right:auto; 
width:960px; 

z-index:1; 
height:270px;
}


#navwrapper {
position:relative; 
float:left;
padding-left:10px;
width:160px;
padding:top:10px
}


#content {
position:relative; 
float:right; 
width:720px;
border-left: 1px dotted #3d1704;
padding-left:15px;
padding-right:20px;
padding:top:10px
}







#addressbar {
position:relative;
width:250px; 
left:50px;
top:-240px;
z-index:2;
font-size:1.2em;
margin-bottom:10px;
}


#addressbar p {line-height:22px;}



#content h1 {text-transform:uppercase; margin-bottom:8px; border-bottom:dotted 1px #3d1704;}
#content img {padding:10px;}
#nav h3 {font-weight:900; padding:10px;}
#nav ul {width:170px; list-style-type:none; margin-left:0px;}
#nav li {padding:2px; width:170px; margin-bottom:1px; border-bottom: dotted 1px #3d1704}
#nav a:link, #nav a:visited { padding: 2px 2px 2px 2px; display:block; }
#nav a:hover {background:#f2e5d5; padding: 2px 2px 2px 2px; display:block;}

#footer {position:relative; clear:both; width:920px; padding:10px;}
