/* Imperial Landscapes - Andrew King - http://www.imperiallandscapes.com */
/* Developed by Digital Imaging Group - http://www.dig.us.com */
/* Last update: 05 February, 2009 */

/*  Establish general layout parameters */
body {
	background-color: #5C5C5C;
	margin: 4px 0px 4px 0px;
}
#wrapper{
	voice-family:"\"}\"";
	voice-family:inherit;
	width:780px;
	margin-left:auto;
	margin-right:auto;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-top: 6px;
	padding-bottom: 6px;
}
table.coll {
border-collapse: collapse;
}
hr {
	background-image: url(graphics/divider.gif);
	width: 760px;;
	height: 10px;
	background-repeat: repeat-x;
	border: 0;
	margin-left: auto;
	margin-right: auto;
}
#maintable {
	border: 1px solid #ffffff;
}
#banner {
   background-color: #ffffff;
	vertical-align: top;
}
#banner_text {
	background-image: url(graphics/bannertext.gif);
	background-repeat: no-repeat;
	background-position:1px 1px;
	width: 476px;
	height: 96px;
}
#banner_text p {
	margin: 6px;
	line-height: 1.2;
	font-size: .7em;
	color: #ffffff;
	text-align: left;
}
#banner_logo {
	text-align: right;
	background-color: #ffffff;
	width: 294px;
}
#banner_slides{
	vertical-align: top;
	text-align: center;
}
#menu {
background-color:#343434;
height:28px;
}
#eform {
	width: 700px;
}
#content {
	background-color: #f8f0e7;
	color: #000000;
	vertical-align: top;
}
#content h1 { 
	font-size: 0.9em;
	font-weight: bold;
	color: #533a24;
	margin: 16px 0px 10px 12px;
}
#content h2 {
	font-size: 0.8em;
	font-weight: bold;
	color: #825700;
	margin: 6px 0px 6px 12px;
}
#content p, #eform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #533a24;
	margin: 6px 10px 8px 12px;
	line-height: 1.2;
}
#footer {
	background-color: #424242;
	color: #aaaaaa;
}
#footer p {
	font-size: 9px;
	line-height: 1;
	text-align: left;
	margin: 3px 0 3px 6px;
}
a:link, #content a:link {
	color: #005101;
	border: 0px;
	text-decoration: underline;
}
a:hover, #content a:hover {
	color: #a90f2e;
	border: 0px;
	text-decoration: underline;
}
a:visited, a:active, #content a:active, #content a:visited {
	color: #a1723a;
	border: 0px;
	text-decoration: underline;
	}
img.floatright{
clear:left;
float:right;
margin:5px 10px 5px 5px;
}
img.floatleft{
clear:right;
float:left;
margin: 5px 5px 5px 0px;
}

