/* -------------------------------------------------- */
/* Squircle Inc.                                      */
/* Designed by Louis R. Stephens	  		          */
/* louies1@hotmail.com                                */
/* -------------------------------------------------- */

body {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	padding: 0;
	margin: 0;
	background-color: #fff;
}
div.clearer {
	height: 0;
	line-height: 0px;
	clear: both;
}
a {
	padding: 0 15px 0 0;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #242424;
}
h1 {
	padding: 0;
	margin: 0;
	color: #242424;
	font-size: 13px;
	font-weight: bold;
}
.container {
	width: 500px;
	margin: 0 auto;
	text-align: left;
}
#header .container {
	height: 65px;
	background-image: url('../images/headerLogo.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
#navigation .container {
	height: 25px;
	text-align: right;
}
#navHome, #navServices {
	margin-right: 15px;
	border-right: 1px solid #333;
}
#middle {
	background-color: #e9e9e9;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
}
.twoColMain {
	width: 295px;
	float: left;
}
.twoColCompanion {
	width: 185px;
	float: right;
}
.twoColMain .content {
	padding: 10px 10px 10px 0;
}
.twoColCompanion .content {
	padding: 10px 0 10px 10px;
}
.sideColumn {
	width: 175px;
	margin-top: 15px;
	background-image: url('../images/sideColMiddle.jpg');
	background-repeat: repeat-y;
	background-position: top left;
}
.sideColTop {
	height: 34px;
	padding: 8px 0 0 8px;
	background-image: url('../images/sideColTop.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
.sideColMiddle {
	padding: 0 8px 0 8px;
	
}
.sideColBottom {
	height: 16px;
	background-image: url('../images/sideColBottom.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
#footer {
	height: 75px;
	font-size: 10px;
	color: #333;
}
#footer .container {
	text-align: right;
}