body {
/*	background:#fff url(../images/bg_body.gif) repeat-x;*/
	/*background: #D6E8BE;*/
	background: #F8FBF4 url(../images/bg2.png) repeat;
	font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;
	color:#666666;
	margin:0;
	padding:0;
	text-align:center;
	}

img{
	border:none;
}

#container{	
	margin:0 auto;
	position:relative;
	text-align:left;
	width:937px;
	/*background:#fff;*/		
	margin-bottom:2em;
	}

#content{
	position:relative;
	width:  100%;
	margin-top: 0px;
	}
	
#frontaddress {
	position: relative;
	width: 100%;
	margin-top: 30px;
	font-size: 10px;
}

#frontaddress ul {
	padding-left: 240px;
}

#frontaddress ul li {
	display: inline;
	list-style: square;
	padding-right: 15px;
	list-style-type: square;
}

/* @group header */

#header{
	padding-top: 40px;
	padding-bottom: 20px;
	display:block;
	min-height: 70px;
	}

.logo {
	top:50px;
	/*margin-left: 20px;*/
	width: 190px;
	border:none;
}

#nav {
	position:relative;
	top: -20px;
	margin-right: 5px;
	float: right;
}
#nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav ul li { 
	display: inline; 
	margin-right: 20px;
	}
	
#nav ul li a,a:visited {
	font-family: Helvetica;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

.services {
	position: relative;
	top: -2px;
}

/* @end */

/* @group bottom table */

#bottomthird {
	position: relative;
	margin-top: 50px;
	border: 0px solid green;
	display: block;
}
#bottomthird td {
	vertical-align: top;
}	
.btext {
	display: block;
	width: 240px;
	color: #666666;
	font-size: 11px;
	line-height: 22px;
	margin-right:10px;
}

.btext a,a:visited {
	text-decoration: underline;
	color:  #666666;
}
.btext2 {
	display: block;
	color: #666666;
	font-size: 11px;
	line-height: 22px;
	margin-right: 10px;
}

/* @end */

/* @group Easy Slider */

#slider {
	position: relative;
	width: 937px;
	/*margin-top: 50px;*/
	margin-bottom: 20px;
}
#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:937px;
	height:317px;
	overflow:hidden; 
	}			
#slider1prev{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:171px;
	z-index:1000;
	}
#slider1next{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:937px;
	top:171px;
	z-index:1000;
	}
#prevBtn{ 
	display:block;
	width:50px;
	height:77px;
	position:absolute;
	left:-45px;
	top:132px;
	z-index:1000;
	}
				
#nextBtn{ 
	display:block;
	width:50px;
	height:77px;
	position:absolute;
	left:945px;
	top:132px;
	z-index:1000;
	}
		
#prevBtn a, #slider1prev a{  
	display:block;
	position:relative;
	width:50px;
	height:77px;
	background:url(../images/mpmleft.png) no-repeat 0 0;	
	}	
#nextBtn a, #slider1next a{ 
	display:block;
	position:relative;
	width:50px;
	height:77px;
	background:url(../images/mpmright.png) no-repeat 0 0;	
	}
	
/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}

/* @end */

#mpmsticker
{
	border: none;
	position: relative;
	top: -25px;
	right: 20px;
	width: 200px;
}

.fsmicon
{
	position: relative;
	width: 40px;
	top: -45px;
}







