@charset "UTF-8";
/* CSS Document
Marilyn Martin
Common CSS
©2012 Marilyn Martin
Created 1/4/12 7:56AM
Updated 1/4/12 7:56AM
Validated 1/4/12 7:56AM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */

/* Normalize the padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
	}
	
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}

/* Remove list-style from lists */
ol, ul {
	list-style: none;
	}
	
/* Display lists inline */
li {
	display: inline;
	}
	
/* Normalize font-style and font-weight */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Collapse table borders */	
table {
	border-collapse: collapse;
	}
	
/* Remove borders from fieldsets and images */
fieldset, img {
	border: 0;
	}
	
/* Left align text in caption and th */
caption, th {
	text-align: left;
	}
	
/* Reset bold and italic */

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

em strong, strong em {
	font-style: italic;
	font-weight: bold;
}

.clearfloats {
	clear: both;
}

.listendivider {
	height: 70px;
}
		
/* UNIVERSAL */

html, body {
	color: #544948;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #7d8443 url(../images/home08back.jpg) top center repeat-x;
	}
	
/* LAYOUT ELEMENTS */
	
div#wrapperdiv {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 0;
	visibility: visible;
}

div#insidewrapperdiv {
	background: url(../images/subbacktop.jpg) top center no-repeat;
}

div#wrapperdiv.home {
	height: 1000px;
	background: url(../images/home08_02.jpg) top center no-repeat;
}

div#homenavdiv {
	width: 265px;
	height: 220px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	left: 264px;
	top: 492px;
}

div#subnavdiv {
	width: 175px;
	height: 147px;
	position: absolute;
	z-index: 50;
	visibility: visible;
	left: 187px;
	top: 210px;
}

div#topphotodiv {
	width: 346px;
	height: 268px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	right: 0;
	top: 53px;
}

div#contentdiv {
	width: 779px;
	padding: 387px 0 0 181px;
}

div#contentdivtop {
	width: 779px;
	height: 52px;
	background: url(../images/abouttop.jpg) top left no-repeat;
}

div#contentdivmid {
	width: 699px;
	background: url(../images/whoamimid.jpg) top center repeat-y;
	padding: 0 40px;
}

div#contentdivbot {
	width: 779px;
	background: url(../images/contentbot.jpg) top center no-repeat;
	height: 32px;
}

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

div#homenavdiv img, div#subnavdiv img {
	display: block;
}

/* TEXT */

p {
	padding: 0 0 10px 0;
	line-height: 150%;
	font-size: 90%;
}

/* LINKS */

a {
	color: #000;
	font-weight: bold;
}

a:hover {
	color: #fff;
}
