@charset "UTF-8";
/* CSS Document
Patricia L. Snyder
Common CSS
©2010 Patricia L. Snyder
Created 10/25/09 10:44AM
Updated 10/25/09 10:44AM
Validated 10/25/09 10:44AM
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;
}
		
/* UNIVERSAL */

html, body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background: #222 url(../images/backgroundslice.jpg) top center repeat-x;
	}
	
/* LAYOUT ELEMENTS */
	
div#wrapperdiv {
	position: relative;
	width: 950px;
	margin: 0 auto 0 auto;
	z-index: 0;
	visibility: visible;
	padding: 29px 0 0 0;
	}
	
div#headerdiv {
	width: 950px;
	height: 176px;
	background: url(../images/header.jpg) top left no-repeat;
}

div#bodydiv {
	background: url(../images/contentslice.jpg) top left repeat-y;
	width: 950px;
}

div#sidebardiv {
	background: #344859;
	width: 240px;
	float: left;
	color: #fff;
}

div#contentdiv {
	width: 610px;
	float: left;
	background: #cbd4db;
	padding: 0 50px 0 50px;
	line-height: 120%;
}

div#creditdiv {
	width: 197px;
	margin: 27px 21px 0 22px;
}

div#footerdiv {
	font-size: 70%;
	background: #252f3b;
	width: 950px;
	color: #aaa;
}

div#copyrightdiv {
	width: 300px;
	float: left;
	padding: 15px;
}

div#designdiv {
	width: 300px;
	float: right;
	text-align: right;
	padding: 15px;
}

div.clearfloats {
	clear: both;
}

/* TEXT */

div#sidebardiv p#address {
	text-align: center;
	font-size: 80%;
	margin: 20px 0 0 0;
}

div#contentdiv p {
	margin: 0 0 10px 0;
}
	
/* LINKS */

a {
	color: #cbd4db;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

div#footerdiv a {
	color: #aaa;
	text-decoration: none;
}

div#footerdiv a:hover {
	color: #cbd4db;
	text-decoration: underline;
}

/* IMAGES */

div#creditdiv img.space {
	margin: 0 10px 0 0;
}

div#sidebardiv img#bbb {
	margin: 29px 0 30px 53px;
}
	
