@charset "UTF-8";
/* CSS Document
Ellis Creative
Common CSS
© 2007 Ellis Creative
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com
Updated 5/2/07 9:43AM
Validated 5/2/07 9:43AM */

/* 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 paragraphs and headers */
p, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}

/* Remove list-style from lists*/
ol, ul {
	list-style: none;
	}
	
/* Normalize font-style and font-weight */
address, captin, cite, code, dfn, 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;
	}
	

/* Universal */

html, body {
	color: #000;
	background: #498fcd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	}	
	
/* Global Layout Elements */

div#wrapperdiv {
	position: relative;
	width: 770px;
	margin: auto;
	}
	
div#header {
	position: relative;
	width: 100%;
	height: 82px;
	}
	
div#contactdiv {
	position: absolute;
	top: 63px;
	right: 15px;
	height: 9px;
	width: 146px;
	}	
	
div#subheader {
	position: relative;
	width: 100%;
	height: 112px;
	background: url(../images/logoline_06.jpg) top left no-repeat;
	}
	
div#quotediv {
	width: 100%;
	height: 112px;
	}
		
div#navdiv {
	width: 177px;
	float: left;
	padding: 5px 0 0 0;
	}
	
div#contentdiv {
	width: 100%;
	color: #000;
	font-size: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
div.clearfloats {
	clear: both;
	}
	
div#footerdiv {
	width: 100%;
	height: 131px;
	}
	
div#creditdiv {
	width: 100%;
	background: #fff url(../images/home01_15.jpg) top left repeat-y;
	}
	
div#copyrightdiv {
	display: inline; /* this is here to fix the Double Float Margin Bug in IE 5.0, 5.5, 6.0 */
	width: 300px;
	float: left;
	font-size: 70%;
	text-align: left;
	margin: 5px 0 5px 20px;
	}
	
div#dvmdiv {
	width: 300px;
	float: right;
	font-size: 70%;
	text-align: right;
	margin: 5px 20px 5px 0;
	}
	
	
/* Text */

h1 {
	font-weight: bold;
	margin: 0 0 5px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
	
div#welcomediv p, div#newsdiv p {
	margin: 0 0 15px 15px;
	}

/* Links */
	
div#header a {
	color: #d6519d;
	text-decoration: none;
	}
	
div#header a:hover {
	color: #498fcd;
	text-decoration: underline;
	}