BODY
{
background: #ffffff url('bg.jpg') repeat; margin: 0;
color: #000000; font-size: 11px; font-family: Verdana;
}
/* Footer */
#footer
{
	background: url('images/footer.jpg') no-repeat;
	width: 900px;
	height:80px;
	margin: 0 auto;
	padding-top: 50px;
	padding-left: 10px;
	color: #6f90a1;
	font-size: 10px;
	font-family: Verdana;
}
/* Home Body */
#home
{
	background: url('images/homebody.jpg') no-repeat;
	width: 900px;
	height: 397px;
	margin: 0 auto;
}
/* Services Body */
#services
{
	background: url('images/servicesbody.jpg') no-repeat;
	width: 900px;
	height: 550px;
	margin: 0 auto;
}
/* About Body */
#about
{
	background: url('images/aboutbody.jpg') no-repeat;
	width: 900px;
	height: 550px;
	margin: 0 auto;
}
/* Directions Body */
#directions
{
	background: url('images/directionsbody.jpg') no-repeat;
	width: 900px;
	height: 660px;
	margin: 0 auto;
}
/* Deposition Body */
#deposition
{
	background: url('images/depositionbody.jpg') no-repeat;
	width: 900px;
	height: 895px;
	margin: 0 auto;
}
/* Header */
#header
{
	background: url('') no-repeat;
	width: 900px;
	height: 292px;
	margin: 0 auto;
}
/* Nav */
#nav
{
	background: url('images/navbg.jpg') repeat-x;
	width: 669px;
	height: 56px;
	float:left;
}
/* Logo */
#logo
{
	width: 231px;
	height: 56px;
	float: left;
}
/* The Address in the Top Right of the Web Site */
#address
{
	padding-left: 13px;
	color: #6f90a1;
	font-size: 10px;
	font-family: Verdana;
}
/* Frame of Entire Site */
#main
{
	background: #e0eaf3 url('images/mainbg.jpg') repeat-y;
	background-position: right;
	width: 900px;
	margin: 0 auto;
	border: 2px #FFFFFF;
	border-left-style: solid;
	border-right-style: solid;
}
/* Text Block on Page */
#bodytext
{
	width: 300px;
	padding-left: 35px;
	padding-top: 55px;
	color: #425f6e;
	font-size: 12px;
	font-family: Verdana;
	float: left;
}
/* Text Block for 2 Column */
#bodytext2
{
	width: 300px;
	padding-top: 90px;
	color: #425f6e;
	font-size: 12px;
	font-family: Verdana;
	padding-right: 35px;
	padding-left: 20px;
	float:left;
}
/* Text Block for 2 Column About Us Page */
#bodytext3
{
	width: 300px;
	padding-top: 140px;
	padding-left: 20px;
	color: #425f6e;
	font-size: 12px;
	font-family: Verdana;
	padding-right: 35px;
	float:left;
}
/* Left Column Links and Images */
#rightbar
{
	width: 200px;
	height: 56px;
	float: right;
	color: #6f90a1;
	font-size: 10px;
	font-family: Verdana;
}
/* Copyright info located on the lower right corner */
#copyright
{
	width: 225px;
	height: 56px;
	float: right;
}
h1
{
	color: #425f6e;
	font-size: 12px;
	font-family: Verdana;
}
h2
{
	color: #425f6e;
	font-size: 11px;
	font-family: Verdana;
}
h3
{
	color: #425f6e;
	font-size: 11px;
	font-family: Verdana;
}
/* Deposition Form */
label{
	float: left;
	width: 300px;
	font-weight: bold;
	font-size:10px;
}
.boxes{
	width: 1em;
}
#submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}
.input
{
    BACKGROUND-COLOR: #ffffff;
	font-size: 10px;
	font-family: Verdana;
	COLOR: #00122c;
	border: 0;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #425f6e;
	margin-top: 2px;
}
/* Use on images, etc */
.border
{
	border: 0;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #425f6e;
}
.LINK   { color: #543c17; font-size: 10px; font-family: Verdana; text-decoration: underline; }
A:LINK   { color: #543c17; font-size: 10px; font-family: Verdana; text-decoration: underline; }
A:HOVER  { color: #543c17; font-size: 10px; font-family: Verdana; text-decoration: underline; }
A:VISITED  { color: #543c17; font-size: 10px; font-family: Verdana; text-decoration: underline; }