@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background:url(binaries/body-back.jpg) top left repeat-x;
}

#wrapper {
	width:900px;
	margin:0 auto;
}
#header {
	height:100px;
}
#leftCol {
	width:200px;
	float:left;
	margin:20px 0 20px 0;
}
#centerCol {
	width:500px;
	float:left;
}
#centerColwide {
	width:700px;
	float:right;
}
#rightCol {
	float:right;
	width:200px;
	margin:20px 0 20px 0;
}
#rightCol img, #leftCol img {
	margin-bottom:10px;
}

#footer {
	width:100%;
	clear:both;
	background:#CCCCCC;
	text-align:center;
	padding:20px 0 20px 0;
}
.footin {
	width:900px;
	margin:0 auto;
}
.copy {
	width:100%;
	background:#660000;
	color:#FFFFFF;
	text-align:center;
	padding:10px 0 10px 0;
}
.copy a{
	color:#FFFFFF;
}
.copy p , #footer p { margin-bottom:0px!important; } /* Fixes footer issues */
.inner-pad {
	padding:20px;
}
.clearer { clear:both; }
.centerCol_img { margin-bottom: 20px; }
/*===========================================

	TEXT STYLES
	
============================================*/
h1 {
	width:252px;
	height:100px;
	text-indent:-9999em;
	overflow:hidden;
	background:url(binaries/logo.gif) center left no-repeat;
	float:left;
}
h2.phone {
	background:url(binaries/tel.gif) center right no-repeat;
	width:227px;
	height:100px;
	text-indent:-9999em;
	float:right;
}
h3 { font-size:1.8em; color:#660000; margin-bottom:20px; text-align:center;}
h3.hometitle { background:url(binaries/home-title.jpg) top left no-repeat; width:370px; height:35px; text-indent:-9000em; overflow:hidden; }
p {	font-size:1.3em; margin-bottom:20px; }
strong { font-weight:normal; }
/*===========================================

	NAVIGATION
	
============================================*/
ul.navigation li{
	display:inline;
	list-style:none;
	margin-right:20px;
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	float:left;
}
ul.navigation li a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:0px 20px;
	text-align: center;
}
ul.navigation li a:hover{
	background:#FF0000;
	height:30px;
}
ul.navigation {
	background:#660000;
	height:30px;
	margin-left:200px;
	text-align: center;
}

