/* normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0;}

/* normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 { font-size: 100%; }

/* removes list-style from lists */
ol, ul { list-style: none; }

/* normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }

/* does something to the tables */
table { border-collapse: collapse; border-spacing: 0; }

/* removes border from fieldset and img */
fieldset, img { border: 0; }

/* left-aligns text in caption and th */
caption, th { text-align: left; }

/* removes quotation marks from q */
q: before, q: after { content:''; }

body {	position: relative;
	font-family: helvetica, arial, sans-serif;
	}

div#header {
	height: 150px;
	margin-bottom: 30px;
	}

h1 {	position: absolute;
	left: 210px;
	top: 30px;
	font-size: 250%;
	z-index: 10;
	color: #4682b4;
	}
h1 a {text-decoration: none; color: #4682b4;}

img#banner {
	position: absolute;
	left: 200px;
	top: 70px;
	}

#seal {
	position: absolute;
	left: 624px;
	top: 30px;
	width: 250px;
	padding: 10px 10px 10px 0;
	border: 1px solid #696969;
	background-color: #c0c0c0;

	}
	
	
#menu { 
	float: left;
	display: inline;
	margin-left: 30px;
	width: 150px;
	text-align: right;
	}

#menu ul {
	margin-bottom: 2em;
	}
	
#menu ul li a {
	display: block;
	padding: 2px 10px;
	margin-bottom: 3px;
	border: 1px solid black;
	
	color: white;
	text-decoration: none;
	}

#menu ul li a {
	color: white;
	background-color: #4682b4;
	}
		
#menu ul li a:hover {
	background-color: #5F9EA0;
	border-right: 3px solid black;
	padding-right: 8px;
	}

#content {
	margin-left: 200px;
	width: 690px;
	}

#content p{
	margin-bottom: 1em;
	}
	
.floatright {float: right; padding-left: 15px;}
.floatleft {float: left;}
.center {margin: 0 auto; display: block;}

#footer {
	clear: both;
	border: 1px solid #696969;
	background-color: #c0c0c0;
	text-align: center;
	padding: 1em 0 2em 0;
	margin-bottom: 2em;
	}
	
h3 {font-size: 130%;}
h4 {font-size: 150%; color: #4682b4; margin-bottom: 1em;}
h5 {font-size: 120%; margin: 1.5em 0 1em;}
.indent {margin-left: 50px;}
.outline { border: 1px solid black; padding: 20px; margin-bottom: 1em;}
.formoutline {
	position: relative;
	border: 1px solid #696969;
	background-color: #c0c0c0;
	padding: 0 40px;
	margin-bottom: 2em;
	}
	
.col1 p {
	width: 320px;
	text-align: right;
	}
.col2  {
	position: absolute;
	top: 9em;
	left: 380px;
	z-index: 10;
	}

p + ul {list-style: disc; margin-left: 50px;}

.address {
	float: left;
	display: inline;
	width: 33%
	}
	
#clear {
	clear: both;
	}
	
#serviceslist {
	float: right;
	font-size: 120%;
	color: white;
	background-color: #4682b4;
	border: 1px solid black;
	padding: .5em 1em .5em 1.5em;
	list-style: disc;
	line-height: 150%;
	font-style: italic;
	}

.boxes input {margin: 0 7px 0 30px;}