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

.headWrapper {
	background-color:#eff2ed;
}
.head {
	margin:auto;
	background:#eff2ed;
	height:235px;
	width:901px;
}
.Logo {
	padding:0;
	float:left;
	margin:0;
	margin-top:50px;
	clear:both;
	border:0;
}
#MenuHolder {
	clear:both;
	width:881px;
	background: url("/images/Layout/Menu.jpg") no-repeat top;
	padding-top:15px;
	padding-left:20px;
	height:49px;
}
#Menu {
	font-size:20px;
	color:white;
	list-style:none;
	/* overflow: hidden; */
	position: relative;
	width:615px;
	float:left;
}

#Menu li, #Menu li a {
	float:left;
	background-position: 0 0;
	background-repeat:no-repeat;
	text-decoration:none;
}
#Menu li {
	height:54px;
	padding:0;
	margin:0;
	margin-right:6px;
}
#Menu li a {

}
#Menu li a:hover {
	background-position:0 -61px;
}

/*Lava Ish */
#Menu li.backLava {
	background: url("/images/Layout/Lava/lava.gif") no-repeat right -30px;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
#Menu li.backLava .leftLava {
	background: url("/images/Layout/Lava/lava.gif") no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
#Menu li a {
	text-decoration: none;
	outline: none;

	top: 3px;
	z-index: 10;
	display: block;
	float: left;

	position: relative;
	overflow: hidden;
	margin: auto 4px;
	
	display:block;
	height:38px;
	overflow: hidden;

	text-align:center;
	padding-top:4px;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
}
#Menu li a:hover, #Menu li a:active, #Menu li a:visited {
	color: #fff;
	border: none;
}
/*End Lava ish */

.miniMenu {
	float:right;
	width:290px;
	padding-top:5px;
	vertical-align:middle;
	font-size:13px;
	color:#666;
}
.miniMenu a {
	color:#666;
}
.PhoneNumber { float:right; clear:right; padding-top:4px; margin-right:5px; height:19px; display:block; width:285px; }
 #search_box {
    width: 198px;
    height: 38px;
    background: url(/images/Layout/SearchBG.jpg);
	float:right;
	margin-right:25px;
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 11px 0 0 10px;
    border: 0;
    width: 150px;
    background: none;
    font-size: .8em;
}
#search_box #go {
    float: right;
    margin: 7px 6px 0 0;
}
 


.SubBar {
	background-image:url(/images/Layout/SubBar.jpg);
	background-repeat: repeat-x;
	height:18px;
	width:100%;
}
.Content {
	width:892px;
	margin:auto;
	background:white;
	background-image: url(/images/Layout/Body.jpg);
	background-repeat: repeat-y;
	padding-left:55px;
	padding-right:55px;
	padding-top:10px;
	overflow:hidden;
}

.Content a:link, a:active{text-decoration:none;color:#333;text-decoration:underline;}
.Content a:visited{
	color:#333;
	}
.Content a:hover{color:#999;}

div.figure {
  float: left;
  border: 1px silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
	padding:4px;
  text-align: center;
  font-size: small;
  text-indent: 0;
}

/* Footer Content */

.footerBG {
	background-image:url(/images/Layout/FooterBG.jpg);
	background-repeat:repeat-x;
	width:100%;
}
.footer {
	margin:auto;
	width:892px;
	clear:both;
	background-image:url(/images/Layout/Footer.jpg);
	background-repeat:no-repeat;
	height:163px;
	margin:auto;
	padding-left:55px;
	padding-right:55px;
	padding-top: 37px;
}

.footer ul {
	list-style:none;
	float:left;
	margin-right:50px;
	color:#6d7e5e;
}

.footer li.Fhead {
	color:#dae3d5;
	font-size: 16px;
	letter-spacing: 2px;
}

.footer a { color:#6d7e5e; text-decoration:none; }

.footerContent {
	width:735px;
	margin:auto;
}

.Copyright {
	margin:auto;
	text-align:center;
	font-size:10px;
	color:#666;
}

.Icons {
	margin:auto;
	text-align:center;
	padding-top:15px;
}

.Icons img { margin-right:15px; }

	/* New Index Blog Styles */
.BlogPost {
	margin-bottom: 25px;
	padding-bottom:25px;
	border-bottom: solid #CCC 2px;
	}
.SubHeading {
	font-size: 10px;
	letter-spacing:2px;
	color:#666;
	}
.PostText {
	margin-top: 10px;
	font-size:12px;
	color:#333
	}
.imgOut {
	border:1px #CCC solid;
	float:left;
	margin-left:4px;
	padding:2px;
}
