@import "nav.css";

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.7em;
	background: #FFF;
	padding: 5px 20px 20px 20px;
}

#container {
	width: 800px;
	margin: 0 auto;
	background: #FFF url("images/blockpale.jpg") no-repeat bottom left;
	position: relative;
	padding: 0px;
}

#header {
	background: url("images/stock/header.png") no-repeat top left;
	height: 125px;
	margin: 0px;
}

#leftcorner {
	position: absolute;
	top: 125px;
	left: 0px;
	width: 10px;
	height: 10px;
	z-index: 4;
	background: url("images/stock/corner_left.gif") no-repeat top left;
}

#rightcorner {
	position: absolute;
	top: 125px;
	right: -2px;
	width: 10px;
	height: 10px;
	z-index: 5;
	background: url("images/stock/corner_right.gif") no-repeat top right;
}

#content {
	border-left: 1px solid #AA9888;
	border-right: 1px solid #AA9888;
	width: 100%;
	float: left;
	padding-top: 10px;
}

#flashcontent {
	margin-bottom: 10px;
}

h1, h3 {
	font-size: 1.2em;
	color: #4b7735;
	font-weight: normal;
	padding: 2px 0px 4px 0px;
	margin-top: 0px;
	background: url("images/stock/underline.gif") repeat-x bottom left;
}

#picframe h1 {
	width: 200px;
}

h2 {
	font-size: 1.3em;
	background: #f2f1e5 url("images/stock/h2back.gif") repeat-x bottom left;
	color: #086700;
	font-weight: normal;
	border-bottom: 1px solid #c9c2a7;
	padding: 3px 3px 3px 8px;
	margin: 0px 0px 10px 0px;
}	

h3 {
	font-size: 1.1em;
	background: none;
	margin-bottom: 0px;
	padding-left: 0px;
}	

p {
	margin: 0px 0px 20px 0px;
}

a:link, a:visited {
	text-decoration: none;
	color: #000;
}

#copy {
	width: 514px;
	margin: 0px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
	float: left;
	border-right: 1px solid #d5d0bb;
}

#copy img, #picframe img {
	border: 1px solid #bbb;
	margin: 0px 0px 10px 0px;
}

#copy a:link, #copy a:visited, #footer a:link, #footer a:visited {
	background: url("images/stock/underline.gif") repeat-x bottom left;
	text-decoration: none;
	color: #006600;
	font-weight: bold;
	padding: 0px 2px 2px 2px;
}

#copy a:hover, #footer a:hover {
	background: #e5e9ce url("images/stock/underline.gif") repeat-x bottom left;
}

#copy .noborder {
	border: 0px;
}

#copy .insetright {
	float: right;
	margin: 0px 0px 10px 10px;
}

#copy .insetleft {
	float: left;
	margin: 0px 20px 10px 0px;
}

#copy .date {
	font-size: 0.8em;
	text-align: right;
	margin: -10px 0px 0px 0px;
	color: #999;
}

#copy .client {
	line-height: 1.5em;
	font-size: 0.9em;
	margin-top: -10px;
	color: #777;
}

#picframe {
	float: right;
	width: 220px;
	margin: 5px 0px 10px 0px;
}

#picframe p, #picframe ul {
	font-size: 0.85em;
	width: 200px;
	line-height: 1.5em;
	color: #555;
}

#picframe .listhead {
	color: #060;
	font-weight: bold;
}

#picframe img {
	margin: 5px 0px 5px 0px;
}

#picframe ul {
	margin: 1px;
	padding: 1px;
	list-style-position: inside;
}

.listhead {
	margin-bottom: 0px;
	color: #060;
}

#copy ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style-position: inside;
}

.serviceleft, .serviceright {
	float: left;
	width: 235px;
	margin: 0px 20px 10px 0px;
	font-size: 0.9em;
	line-height: 1.35em;
}

.serviceleft p, .serviceright p {
	background: url("images/stock/underline.gif") repeat-x bottom left;
	padding-bottom: 7px;
	margin: 10px 0px 0px 0px;
}

.serviceleft li, .serviceright li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.serviceright :after {
	content: ".";
	visibility: hidden;
	clear: both;
    display: block; 
    height: 0; 
}

.servicehead {
	color: #006600;
}

#footer {
	clear: both;
	padding: 3px 0px 5px 0px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	border: 1px solid #AA9888;
	background: #E5DBD2 url("images/navbar.jpg") repeat-x center left;
}

/* form */

.formbox {
	padding: 2px 6px 2px 6px;
	width: 300px;
}

.drop {
	margin-right: 20px;
	font-weight: normal;
}
