/* Title: Strathearn Engineering Stylesheet
/* Version: 0.1
/* Date: 5-12-2009
/* Developer: pfsmedia
*/
* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	border: 0;
	outline: none;
}
body {
	font: 0.8em arial,verdana;
	color: #fff;
	background: #00540d;
}
a {
	color: #333;
}
#wrapper {
	margin: 10px auto;
	width: 960px;height: 900px;
	position: relative;background: url(../images/page-bgd.png) no-repeat;
}
#topPane {
	float: left;
	width: 100%;
	height: 122px;
	border-bottom: 2px solid #fff;
}
#topPane h2 {
	font-size: 1.6em;
}
#logo {
	float: right; width: 250px;
	margin: 11px 40px 0 0;
}
#nav {
	float: left;
	width: 600px;
	padding-left: 45px;
}
#nav h2 {
	margin: 35px 0 0 8px;
}
#nav ul {
	margin: 3px 0 0 0px;
	list-style: none;
}
#nav li {
	float: left;
	border-right: 1px solid #fff;
	font-size: 1.2em;
}
#nav li.last {
	float: left;
	border-right: 0;
}
#nav li a {
	color: #fff;padding: 0 9px;
}
#nav li a:hover {
	text-decoration: underline;
}
#banner {
	background: #B99F93;
	width: 960px; height: 224px;
	float: left;
	z-index: 1;
}
#banner img {
	float: right;
}
#leftPane {
	float: left;
	width: 280px;
	margin-top: -224px;
}
#mainMenu {
	float: left;
	width: 200px;
	margin: 13px 0 0 50px;
	position: relative; z-index: 50;
}
#mainMenu li {
	border: 2px solid #fff;
	background: #E7E9D5 url(../images/menu-bgd.gif) repeat-y;
	margin-bottom: 1px;
	height: 23px;
	list-style-type: none;
}
#mainMenu a {
	line-height: 18px;
	color: #333;
	border-bottom: 1px solid #fff;
	width: 170px;
	display: block;
	margin-left: 10px;
	font-weight: 800;
	padding-top: 1px;
	font-size: 1.1em;
}
#mainMenu a:hover {
	color: #003B10;
	border-bottom-color: #003B10;
}
#addressBox {
	width: 190px;
	float: left;
	background: #DDDCC2;
	margin: 5px 0 0 50px;
	padding: 5px;
	color: #333;
}
h2.address {
	color: #003B10;
	line-height: 18px;
	margin: 3px 0;
	font-size: 1.1em;
}
#addressBox img {
	margin: 0 auto;
	display: block;
}
#addressBox p {
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 7px;
}
#mainPane {
	width: 610px;
	float: left;
	margin: 15px 0 0 20px;
}
#mainPane h1 {
	font-size: 1.6em;
}
#mainPane h2 {
	font-size: 1.2em;
}
#mainPane, #mainPane p, #mainPane a {
	color: #fff;
}
#mainPane p {
	margin: 5px 0;
	font-size: 1.2em;
}
#mainPane .salesPanel {
	border-bottom: 1px solid #001C04;
	border-top: 1px solid #008514;
	background: #006B10;
	padding: 0 5px;overflow: auto;
	height: 1%;
}
#mainPane .salesPic {
	float: left;
}
#mainPane .salesText {
	float: left;
	width: 400px;
	margin-left: 10px;
}
#mainPane > div p.em {
	color: #333;
}
#mainPane > div p.em a {
	color: #00540d;
}
#mainPane > div p.em a:hover {
	text-decoration: underline;
}
#mainPane h2 {
	color: #fff;
}
#mainPane ul li h2 {
	color: #fff;
}
#mainPane ul  {
	margin-left: 20px;
}
#mainPane .salesText p {
	font-size: 1em;
	margin: 5px 0;
}
#mainPane .salesText p.extDesc {
	font-size: .85em;
	font-style: italic;
}
#mainPane img {
	padding: 5px 0; 
}
/* google maps */
#mapBox {
  float: left;
  width: 310px;
  height: 350px;
  margin-right: 15px;
}

#locations	{
	overflow:auto;
	width: 275px;
	height: 350px;
	float: left;
}
.inputBorder {
	border: 1px solid #999;
}
/* utilities */
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
