body	{
	background-color: #879cbd;
	font-family: arial, verdana, sans-serif;
	margin: 0px;
	text-align: center;
	width: 100%;
}

.clear	{
	clear: both;
}

#container	{
	background: url(../images/nav-bg.jpg) top left repeat-y #fff;
	width: 760px;
	border: 1px solid #363D33;
	margin: 0 auto;
	text-align: left;
}

#header-container	{
	background: url(../images/h1-photo-08.jpg) top right no-repeat transparent;
}

#header1	{
	background: url(../images/logo-08.gif) top left no-repeat transparent;
	height: 160px;
	width: 178px;
}

#header1 h1 span	{
	display: none;
}

#header1	h1	{
	margin: 0;
	padding: 0;
}

#left-navigation	{
	width: 180px;
	float: left;
	padding: 0 2px 1em;
}

#navigation	{
	color: #c9d9f1;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation	li	{
	padding: 0;
	margin: 0 0 2px 0;
}

#navigation	li	a	{
	display: block;
	height: 17px;
	line-height: 17px;
	padding: 2px 0 2px 3px;
	background: url(../images/nav-button-1.jpg) top right no-repeat #1f2b42;
	color: #c9d9f1;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

#navigation	li	a:hover	{
	background: url(../images/nav-button-2.jpg) top right no-repeat #314d7f;
	color: #fff;
	text-decoration: none;
}

.inspection-report	{
	margin: 1em 0;
	border: 1px solid #363D33;
	background-color: #fff;
}

.inspection-report	h4	{
	background: url(../images/nav-button-1.jpg) top right no-repeat #1f2b42;
	margin: 0 0 3px;
	padding: 2px;
	font-size: 0.75em;
	color: #fff;
}

.inspection-report	form	{
	margin: 0;
	text-align: center;
}

.inspection-report	table	{
	margin: 0 auto;
}

.inspection-report	td	{
	color: #666;
	font-size: 0.7em;
}

#content	{
	padding: 1em 1.4em 1em 0.5em;
	margin-left: 185px;
	margin-top: -1.2em;
	font-size: 0.8em;
	color: #666;
}

#content	h2	{
	margin-top: 0;
	color: #263d63;
	border-bottom: 1px solid #879cbd;
}

#content	h3	{
	color: #263d63;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	margin: 0 0 1em;
	font-size: 1.6em;
	letter-spacing: -1px;
}

#content	h5	{
	font-size:1.5em;
	text-align: center;
}

#content	blockquote	{
	margin: 0;
	padding: 0px 27px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	font-size: 1.2em;
}

#content	blockquote	p	{
/*	display: inline;*/
	padding-right: 27px;
	line-height: 1.4em;
}

#content	a	{
	font-weight: bold;
	color: #263d63;
	text-decoration: none;
}

#content	a:hover	{
	background-color: #c5d2e7;
	text-decoration: none;
}

#content .stylized {color: #263d63; font-size:1.2em; font-weight:bold;}

#content .report {color: #fff;}

#footer	{
	color: #c9d9f1;
	clear: left;
	text-align: center;
	background-color: #202c43;
	padding: 5px 0;
	margin-top: 1em;
	font-size: 0.68em;
	font-weight: bold;
}

#footer	ul	{
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
}

#footer	ul	li	{
	display: inline;
	padding: 0 5px;
}

#footer	a	{
	color: #c9d9f1;
	text-decoration: none;
}

#footer	a:hover	{
	color: #fff;
	text-decoration: underline;
}

#aprosite	{
	font-size: 0.8em;
	color: #c9d9f1;
}

input {
	border:1px solid #879cbd;
}

textarea {
	border:1px solid #879cbd;
}