@charset "UTF-8";
body  {
	font: Arial, Helvetica, sans-serif;
	background: #f4edd9;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 10pt;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
h4 {
	font-size: 12pt;
	margin: 0px;
}
#container  {
	width: 980px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	position: relative;
	background-color: #e3dbc7;
}
#feature4 {
	height: 200px;
	background-color: #cc5a13;
	padding: 20px;
	width: 300px;
	position: relative;
	float: left;
}
#feature5 {
	background-color: #eb7125;
	height: 200px;
	padding: 20px;
	margin-left: 340px;
	position: relative;
}
#genInfoDiv {
	background-image: url(images/genInfoBackGrade.jpg);
	background-repeat: repeat-x;
	padding: 20px;
}
#mainContent  {
	margin: 0 0 0 290px;
	position: relative;
} 

/* Menu */

#menu {
	height: 41px;
	background-image: url(images/common/category_navbar_bg.gif);
	background-repeat: no-repeat;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	position: relative;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
	
	  
}

#menu a {
	display: block;
	float: left;
	width: 83px;
	height: 41px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	/* letter-spacing: -.5px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;    /* 
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
    */
}

#menu a:hover {
	color: #ffffff;
	background-image: url(images/common/subnav_on.png);
	background-repeat: no-repeat;	/* color: #69472c; */
}

#menu .active a {
	color: #ffffff;
	background-image: url(images/common/subnav_on.png);
	background-repeat: no-repeat;    
}
/*end menu*/

#sidebar1  {
	float: left;
	width: 250px;
	background: #000000;
	padding: 15px 20px 15px 20px;
	position: relative;
}
#specialsBox {
	background-color: #e2bf00;
	position: relative;
	padding: 5px;
}
#servicesBox {
	background-color: #813d22;
	margin-top: 0px;
	position: relative;
	padding: 20px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
}
.bodyWhite {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10pt;
}
.genInfoText {
	color: #5b3e1c;
	padding: 0 500 px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.20pixels {
	margin: 20px 20px 20px 20px;
}
a {
	color: #FFFFFF;
}
.specials {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 20px;
	color: #000000;
	background-position: center;
}
.topBox {
	background-color: #833173;
	text-align: right;
	color: #FFFFFF;
	font-size: 10pt;
	padding: 5px 10px 5px 10px;
}
.fltrt { /* 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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.left10px {
	margin: 0 0 20px 20px;
}
