@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
}

body {
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
	margin: 0;
	background-color: #cccbc7;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

form {
	padding-left: 60px;
}

label {
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	width: 150px;
	overflow: hidden;
	margin: 5px 5px 5px 0;
	text-align: right;
}

input {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	margin: 5px 5px 5px 15px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
	margin: 5px 5px 5px 15px;
}

form br {
	line-height: 3px;
}

input.Submit {
	margin-left: 335px;
}

h1 {
	font-family: "Bell Gothic Std Light";
	font-size: 28px;
	letter-spacing: 1px;
	color: #eb2d2e;
	margin: 5px 0 20px 0;
	text-shadow: #000 1px 1px 0;
}

a:link, a:visited, a:hover, a:active {
	color: #eb2d2e;
	text-decoration: underline;
}

div.Content {
	width: 900px;
	background: white;
	min-height: 500px;
	position: relative;
	margin: auto;
}

div.BlackBar {
	width: 900px;
	background: #212121;
	height: 10px;
}

div.Logo {
	width: 132px;
	height: 141px;
	position: absolute;
	float: left;
	background: black;
	margin-left: -25px;
	top: 0;
}

div.Nav {
	height: 60px;
	width: 703px;
	position: relative;
	overflow: hidden;
	margin-left: 197px;
}

div.Nav a:link, div.Nav a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px; font-weight: bold;
	color: #212121;
	text-decoration: none;
	padding: 20px 30px 42px 30px;
	position: relative;
	float: left;
}

div.Nav a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px; font-weight: bold;
	color: white;
	background: #212121;
	text-decoration: none;
	padding: 20px 30px 42px 30px;
	position: relative;
	float: left;
}

div.Banner {
	width: 900px;
	height: 240px;
	background: url(images/BannerBG.jpg);
	position: relative;
}

div.Banner img {
	float: left;
}

div.QuickNav {
	width: 900px;
	height: 66px;
	background: #212121;
}

div.QuickNav img {
	float: left;
	margin: 12px 10px 0 15px;
}

div.QuickNavText {
	height: 66px;
	max-width: 167px;
	float: left;
	font-family: Arial;
	font-size: 11px;
	letter-spacing: 1px;
	color: #CCC;
	font-weight: bold;
	margin-right: 5px;
	line-height: 15px;
}

div.QuickNavText h1 {
	font-family: "Bell Gothic Std Light";
	font-size: 18px;
	letter-spacing: 1px;
	color: #CCC;
	margin: 7px 0 5px 0;
}

div.Information {
	overflow: hidden;
	position: relative;
	width: 880px;
	margin: 10px auto  auto;
	padding-bottom: 10px;
}

div.ServiceTitle {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	overflow: hidden;
	text-align: center;
}

div.ServiceInfo {
	width: 405px;
	min-height: 168px;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 15px 15px 15px;
}

div.ServiceInfo img {
	 float: left;
	 margin: 0 20px 0 20px;"
}
