body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #016CB2;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 900px;
	margin-top: 20px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.galleryitem li{
	background-color: #EEEEEE;
	padding: 7px;
	float: left;
	width: 175px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #666666;
	font-size: 12px;
}
.galleryitem ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


.floatright {
	background-color: #EEEEEE;
	padding: 10px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 12px;
	color: #666666;
	width: 200px;
}

#main {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin: 0px;
}
#sidebar {
	padding: 0px;
	float: left;
	width: 250px;
}
#content {
	margin-left: 260px;
}
#nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	background-image: url(images/button-gradient.jpg);
	height: 28px;
	margin-bottom: 2px;
	border: 1px solid #999999;
	padding-left: 10px;
	line-height: 28px;
	font-weight: bold;
}
#nav a {
	color: #CF0200;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}
#nav a:hover {
	color: #011169;
}

#feature {
	background-color: #EEEEEE;
	padding: 10px;
	margin-bottom: 10px;
}
#feature h1 {
	color: #D00000;
	background-color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	padding: 3px;
	margin: 0px;
}
#content p {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
#content a {
	color: #CF0200;
}
#content h3 {
	color: #CF0200;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
.services {
}
.services ul {
	list-style-image: url(images/red-bullet.png);
}

#certs ul {
	color: #333333;
	font-size: 14px;
	margin: 0px;
	list-style-image: url(images/red-bullet.png);
	padding-left: 10px;
	list-style-position: outside;
}
#certs ul li {
	list-style-type: square;
	list-style-image: none;
	margin-left: 10px;
	padding: 0px;
}
#sidebar h2 {
	font-size: 16px;
	color: #CF0200;
}
.focus {
	background-color: #EEEEEE;
	padding: 10px;
	font-weight: bold;
	color: #666666;
}
#footer {
	text-align: center;
	clear: both;
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 10px;
}


#header {
	background-color: #FFFFFF;
	padding: 10px;
}
#footer a {
	color: #666666;
}
#flash {
	background-color: #EEEEEE;
	padding: 10px;
	margin-bottom: 10px;
	height: 200px;
	width: 600px;
	float: left;
}
.quote {
	color: #000000;
	background-color: #DBDBDB;
	padding: 10px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.clearfix:after {/*The peroid is the last thinb before the div closes*/
	content: ".";/*inline elements doin't respond to the clear property*/
	display: block;/*Ensure the peroid is not visible*/
	height: 0;/*Make the container clear the peroid*/
	clear: both;/*Further ensures the peroid is not visible*/
	visibility: hidden;/*Further ensures the peroid is not visible*/
	}
.clearfix {
	display: inline-block;/*A fix for IE mac*/
	}
*html .clearfix {/*the holly hack for a bug in IE6 for Windows*/
	height: 1%;
	}
.clearfix {
	display: block;/*the holly hack for a bug in IE6 for Windows*/
	}
.tablestyle {
	font-size: 12px;
}
.focus a {
	color: #333333;
	text-decoration: underline;
}
