@charset "utf-8";
/* CSS Document */
* { padding: 0; margin: 0; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
}

p {
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 12px;
	font-style: italic;
}
a {
	color: #252122;
}

h1 {
	background-image: url(../images/h1.gif);
	height: 100px;
	width: 452px;
	text-indent: -9999px;
	position: absolute;
	left: 22px;
	top: 20px;
}
h2 {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 54px;
	margin-bottom: 4px;
}
.h2Home {background-image: url(../images/h2_home.gif);}
.h2Services {background-image: url(../images/h2_services.gif);}
.h2Contact {background-image: url(../images/h2_contact.gif);}
h3 {
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 1.8em;
	color: #242021;
}



#wrapper {
	width: 960px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -480px;
	margin-top: -300px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper.wrapperContact {background-image: url(../images/bg_contact.jpg);}
#leftCol {
	float: left;
	width: 300px;
	margin-left: 23px;
	position: absolute;
	left: 0px;
	top: 167px;
}
#rightCol {
	float: right;
	width: 600px;
	margin-right: 23px;
	position: absolute;
	left: 338px;
	top: 167px;
}
ul#nav {
	height: 46px;
	width: 410px;
	position: absolute;
	background-image: url(../images/nav_bg.jpg);
	left: 335px;
	top: 118px;
	z-index: 11;
	list-style-type: none;
}
ul#nav li {
	float: left;
}
ul#nav a {
	display: block;
	height: 46px;
	text-indent: -9999px;
}

ul#nav li#nav1 a {width: 120px;}
ul#nav li#nav1 a:hover, ul#nav li#nav1 a#active {background-image: url(../images/nav1.gif);}

ul#nav li#nav2 a {width: 150px;}
ul#nav li#nav2 a:hover, ul#nav li#nav2 a#active {background-image: url(../images/nav2.gif);}

ul#nav li#nav3 a {width: 140px;}
ul#nav li#nav3 a:hover, ul#nav li#nav3 a#active {background-image: url(../images/nav3.gif);}
#rightCol p {
	margin-left: 20px;
	margin-right: 20px;
}
.redText {
	color: #EE1C25;
}
.policeCheck {
	font-weight: bold;
	padding-left: 250px;
	padding-top: 11px;
}

