@charset "UTF-8";
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #8F959D;
}
#container {
	width: 994px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/Container_Background.gif);
} 
#header {
	background: #DDDDDD;
	padding: 20px 22px 0 22px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/Header-Background.gif);
	background-repeat: no-repeat;
	height: 60px;
} 
h1, h2, h3, h4 {
	margin: 0px 0px 4px 0px;
	font-weight: normal;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 222px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 32px;
}
#mainContent {
	margin: 0px 0 0 265px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 34px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 100%;
} 
#footer {
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image: url(../images/Footer-Background.gif);
	background-position: bottom;
	height: 70px;
	float: left;
	width: 994px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.floatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.floatLeft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainPicture {
	float: left;
	height: 140px;
	background-color: #A0A1B0;
	width: 698px;
	margin: 10px 0px 5px 10px;
}
#menu {
	float: left;
	height: 30px;
	margin-left: 10px;
	background-color: #FFFFFF;
	width: 700px;
}
#footerText {
	height: 50px;
	width: 950px;
}
#footerCopyright {
	width: 950px;
	margin-left: 22px;
}
p {
	margin-top: 0px;
	margin-bottom: 4px;
}
.Bold11px {
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}
.Roman11px {
	font-size: 11px;
	line-height: 16px;
}
.Roman9px {
	font-size: 9px;
	color: #000000;
}
.mainContentLeft {
	width: 339px;
	float: left;
	margin: 10px 0 0 0;
	padding-bottom: 8px;
}
.mainContentRight {
	margin-top: 10px;
	width: 347px;
	float: right;
	padding-bottom: 8px;
}
.OrangeLine {
	border-bottom: solid #FF6600 1px;
}

.MainContentRightFloat {
	float: right;
	margin-top: 10px;
}
.more a{
	font-size: 11px;
	font-weight: bold;
	color: #F37021;
	background-image: url(../images/more-arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	margin: 2px 0px 2px 0px;
	padding-right: 12px;
	text-decoration: none;
}
.more a:hover, .more a:active{
	color: #000000;
}
.QuickContact a{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	text-decoration: none;
	background-color: #F37021;
	padding: 0px 12px 0px 12px;
	margin-top: 11px;
	height: 28px;
	line-height: 28px;
}
.QuickContact a:hover, .QuickContact a:active{
	color: #000000;
}
.SpecialsTitle a{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2A347F;
	padding: 6px 12px 6px 12px;
	margin-top: 0px;
	display: block;
	border-right: solid white 60px;
}
.SpecialsTitle a:hover, .SpecialsTitle a:active{
	color: #000000;
	background-image: url(../images/controls/steel.jpg);
}
.LeftMenu a{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2A347F;
	display: block;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 9px;
	padding-left: 12px;
	margin-bottom: 2px;
}
.LeftMenu a:hover, .LeftMenu a:active{
	color: #000000;
	background-color: #A0A1B0;
	background-image: url(../images/controls/steel.jpg);
}
.TopLinks a{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	float: right;
	text-decoration: none;
	padding: 8px 22px 8px 0px;
	margin-top: 11px;
}
.TopLinks a:hover, .TopLinks a:active{
	color: #F37021;
}
.CompanyName {
	font-size: 12px;
	font-weight: bold;
	color: #F37021;
	float: left;
	text-decoration: none;
	padding: 8px 0px 0px 0px;
	margin-top: 10px;
}
.email a{
	color: #000000;
	font-size: 11px;
}

.email a:visited {
	color: #000000;
}
.email a:hover {
	color: #F37021;
}
.email a:active {
	color: #2A347F;
}
.menuItems a{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	width: 161px;
	margin: 0px 2px 0px 0px;
	padding: 9px 2px 9px 10px;
	float: left;
	text-decoration: none;
	background-image: url(../images/controls/steel.jpg);
}
.menuItems a:hover, .menuItems a:active{
	color: #FFFFFF;
	background-color: #2A347F;
	background-image: url(../images/controls/Blue.gif);
}
.Roman14px {
	font-size: 14px;
}
.orange {
	color: #F37021;
	font-weight: bold;
}
.Bold14px {
	font-size: 14px;
	font-weight: bold;
}
#title {
	height: 140px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	margin-top: 10px;
}
#TopMenu {
	height: 40px;
	width: 510px;
}
#TopTitle {
	height: 21px;
	width: 500px;
}
.rightContent {
	float: left;
	width: 340px;
}
#filler {
	height: 140px;
	width: 348px;
}
.specials {
	float: left;
	width: 222px;
}
#spacer {
	width: 300px;
	clear: both;
	height: 20px;
}
.SpecialsContent {
	background-color: #CDD5E1;
	border-top: solid white 2px;
	padding: 5px;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
.SpecialsContentTitle {
	font-size: 13px;
	color: #2A347F;
}
#GoogleMap {
	width: 347px;
	margin-top: 10px;
	height: 450px;
	position: relative;
}
textarea {
	font-size: 11px;
	background-color: #CDD5E1;
	font-family: Verdana, Geneva, sans-serif;
}
input {
	font-size: 11px;
	background-color: #CDD5E1;
}
form {
	font-size: 11px;
	margin: 0;
}
p {
	margin-top: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
