/* -- */
/* style sheet for the Missouri Mudders web site */
/* revised: 20100210
/* -- */
body {
	background-color:#F5F5DC;
	font-family: "Comic Sans", "Comic Sans MS", cursive;
}

div.header {
	position:absolute;
	top:10px;
	left:10px;
	height:90px;
	width:800px;
	border:1px solid #8B4513;
	background-color:#D2B48C;
	text-align:center;
	padding:0 10px 0 10px;
	background-image:url('../images/MoMudderLogoBlack90px.png');
	background-position:center left;
	background-repeat:no-repeat;
}

span.header-banner {
	font-size:32px;
	font-style:normal;
	font-weight:bold;
	position:relative;
	top:-4px;
	clear:left;
}

span.header-saying {
	font-size:16px;
	font-style:oblique;
	font-weight:normal;
	position:relative;
	top:-6px;
	clear:left;
}

ul.navbar {
	list-style-type: none;
	position:relative;
	top:-18px;
}

li.navbar {
	display:inline;
	padding:2px;
}

a.navbar:link {
	color:#000000;
}

a.navbar:visited {
	color:#000000;
}

a.navbar:hover {
	color:#0000FF;
	text-decoration:underline;
}

a.navbar:active {
	color:#FFFFFF;
	text-decoration:underline overline;
}

div.content {
	position:absolute;
	top:100px;
	right:10px;
	bottom:auto;
	left:10px;
	width:800px;
	margin:0;
	background-image:url('../images/MudderManTransparentFade.png');
	background-attachment:fixed;
	background-position:280px 200px;
	background-repeat:no-repeat;
	padding: 0 10px 0 10px;
}

h2.content {
	text-align:center;
	color:#8B4513;
}

h3.content {
	text-align:center;
	color:#8B4513;
}

h4.content {
	text-align:center;
	color:#8B4513;
}

img.content {
	float:left;
	vertical-align:bottom;
	margin:2px 5px 2px 5px;
}

p.content {
	text-indent:5px;
	text-align:left;
}
  
p.content:first-letter {
	color:#8B4513;
	font-size:x-large;
}

ul.content {
	list-style-image:url("../images/MudderManBrown32x32.png");
	list-style-position:outside;
	padding-left:100px;
}

li.content:first-line {
	font-weight:bold;
}

hr.content {
	width:50%;
	color:#8B4513;
	background-color:#8B4513;
	margin-top:40px;
	margin-bottom:15px;
}

address.content {
	text-align:center;
}

table.content {
	margin-left:auto;
	margin-right:auto;
	border-style:outset;
	border-width:3px;
	border-color:#8B4513;
}

th.content {
     text-align:center;
     border-style:solid;
     border-width:1px;
     border-color:#8B4513;
}

td.content {
     text-align:left;
     border-style:solid;
     border-width:1px;
     border-color:#8B4513;
}

img.extra {
    position:relative;
    left:80px;
}

div.googlemap {
	width:800px;
	height:600px;
	position:relative;
	left:-5px;
	border-style:outset;
	border-color:#8B4513;
	border-width:5px;
}

a.footer:link {
	color:#000000;
}

a.footer:visited {
	color:#000000;
}

a.footer:hover {
	color:#0000FF;
	text-decoration:underline;
}

a.footer:active {
	color:#FFFFFF;
	text-decoration:underline overline;
}

hr.footer {
	clear:left;
	width:50%;
	color:#8B4513;
	background-color:#8B4513;
}

p.footer {
	text-align:center;
}
