@charset "UTF-8";
/* CSS Document
Steve Wilkison
Common CSS
©2011 Steve Wilkison
Created 3/6/11 7:22PM
Updated 3/6/11 7:22PM
Validated 3/6/11 7:22PM
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;
}
		
/* UNIVERSAL */

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

div#topbackdiv {
	width: 100%;
	background: url(../images/newsiteback_02.jpg) top center repeat-x;
}

div#headerdiv {
	width: 996px;
	height: 90px;
	margin: 0 auto;
}

div#sliderdiv {
	width: 971px;
	height: 387px;
	padding: 7px 0 0 25px;
	background: url(../images/newsite_12.jpg) top left no-repeat;
	margin: 0 auto 1px auto;
}

div#contentbackdiv {
	width: 100%;
	background: url(../images/contentback.jpg) top center repeat-x;
}

ul {
	width: 426px;
	float: left;
}

p{
	color: #fcf9ca;
	width: 300px;
	float: right;
	padding: 50px 30px 0 0;
	text-align: right;
}

