@charset "UTF-8";
/* CSS Document
Greg Droman
Common CSS
©2010 Greg Droman
Created 9/17/10 4:19PM
Updated 9/17/10 4:19PM
Validated 9/17/10 4:19PM
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 {
	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;
}

/* Create a clear floats div */

div.clearfloatsdiv {
	clear: both;
}
		
/* UNIVERSAL */

html, body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	background: #333 url(../images/homebackground_01.jpg) top center repeat-x;
	}
	
/* LAYOUT ELEMENTS */

div#headerdiv {
	width: 980px;
	height: 172px;
	background: url(../images/home9_30_10_02.jpg) top left no-repeat;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	visibility: visible;
}

div#socialdiv {
	width: 312px;
	height: 83px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	right: 10px;
	top: 70px;
    text-align: right;
}

div#navdiv {
	width: 980px;
	margin: 0 auto;
}

div#thehomediv {
	width: 312px;
	height: 64px;
	left: -5px;
	top: 36px;
	position: absolute;
	z-index: 10;
	visibility: visible;
}

div#dropdiv {
	width: 980px;
	height: 30px;
	background: url(../images/home_23.jpg) top left no-repeat;
	margin: 0 auto;
}

div#contentwrapperdiv {
	background: #f5f5f5 url(../images/contentwrapper.jpg) top left repeat-x;
}

div#contentdiv {
	font-size: 210%;
	width: 980px;
	margin: 0 auto;
}

div#footerdiv {
	height: 83px;
	background: url(../images/homebackground_07.jpg) top center repeat-x;
}

div#footercontentdiv {
	width: 980px;
	margin: 0 auto;
	background: url(../images/home_56.jpg) top left no-repeat;
	height: 81px;
	position: relative;
	z-index: 0;
	visibility: visible;
}

div#dvmdiv {
	height: 83px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	top: 0;
	right: 0;
}

/* TEXT */

div#leftcontentdiv p {
	line-height: 150%;
	padding: 0 0 10px 0;
}
	
/* LINKS */

a {
	text-decoration: underline;
	color: #143f53;
	font-weight: bold;
}

a:hover {
	color: #d3a302;
}

/* JQUERY SLIDESHOW */

/* rotator in-page placement */
div#insetphoto {
	width: 600px;
	height: 338px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	top: 1px;
	left: 1px;
	background: #000;
}

/* rotator css */
div#insetphoto ul li {
	float: left;
	position: absolute;
	list-style: none;
}

div#insetphoto ul li.show {
	z-index: 500;
}
