@charset "UTF-8";
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(imgs/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #6F6763;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #615955;
}

#container {
	height: 800px;
	width: 949px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu .homeBtn {
	background-image: url(imgs/menu/home.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 182px;
	display: block;
}

#rightContent h1 {
	font-size: 1.4em;
}
#content {
	background-image: url(imgs/contentBG2.gif);
	background-repeat: no-repeat;
	height: 600px;
	width: 949px;
	background-position: center top;
}
#Banner{
width:949px
}

#menu  {
	height: 583px;
	width: 272px;
	padding-top: 25px;
	margin: 0px;
	float: left;
}
#rightContent {
	/*background-image: url(imgs/rightContent.png);*/
	background-repeat: no-repeat;
	height: 583px;
	width: 609px;
	float: left;
	padding-top: 50px;
	padding-left: 50px;
}
#contentArea  {
	height: 410px;
	width: 555px;
	overflow: auto;
	padding-right: 20px;
}
.leftImg  {
	padding-left: 15px;
	padding-top: 30px;
}
#footer  {
	color: #FFFFFF;
	background-color: #333333;
	height: 15px;
	width: 929px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-left: 20px;
}
#menu  li   {
	list-style-type: none;
	margin: 4px 0px 0px;
}
#menu ul {
	margin: 0px 0px 0px 0px;
}

html>body #menu ul {
	margin: 0px 0px 0px -40px;
}

#rightContent a {
	color: #F56A04;
	text-decoration: none;
}


/* FLEX SCROLL */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
	width: 10px;
	background-color: #d7d6d2;
}
.vscrollerbar {
	width: 10px;
	background-color: #726d6a;
	background-image: url(../../imgs/scrollBarBG.gif);
	background-repeat: repeat;
	border: 1px solid #b5b3b1;
}
.hscrollerbase {
	height: 10px;
	background-color: #d7d6d2;
}
.hscrollerbar {
	height: 10px;
	background-color: #726d6a;
	background-image: url(../../imgs/scrollBarBG.gif);
	background-repeat: repeat;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

.orange {
	color: #F56A04;
	text-decoration: none;
}
#contentArea h3 {
	font-size: 1.1em;
	padding: 0px;
	margin: 0px;
}
.CostBox,.quote {
	background-color: #deddd7;
	padding: 10px;
	margin-top: 10px;
}

#footer a{

color:#F56A04;
text-decoration:none;
}