@charset "utf-8";
/* CSS Document */
body{
	padding:0px;
	margin:0px;
	background:url(../images/body_bk.jpg) 0 0 repeat-x #f0f0f0;
	color:#5F7A77;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 19px;
}

/*----CONTAINER----*/
#container{
	width:780px; 
	position:relative; 
	margin:0 auto;
}
/*----topBar----*/
#topBar{
	width:780px; 
	height:73px; 
	background:url(../images/top_area.jpg) 0 0 no-repeat #f0f0f0; 
	color:#828282; 
	position:relative; 
	margin:0 auto;
}
#topBar img.logo{
	width:253px;
	height:47px;
	position:absolute;
	top:12px;
	left:200px;
}
/*----header area----*/
#header{
	width:730px;
	height:136px;
	background:url(../images/header_area.jpg) 0 0 no-repeat;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 53px;
}
#header img.icon{
	float:right;
	position: absolute;
	left: 416px;
	top: 26px;
}
/*----mainContent Area----*/
/*----BODY PANEL----*/
#bodyDiv{
	width:730px;
	background:url(../images/header_bottom.png) 0 0 no-repeat;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 22px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 53px;
	z-index:!important-5;
}
/*----Body Left Division----*/
#leftDiv{
	padding-top:15px;
	width:140px;
	float:left;
}
/*----Body right Division----*/
#rightDiv{
	width:510px;
	float:left;
	border-left:1px solid #70a871;
	margin-top: 28px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#rightDiv .session{
	width: 160px;
	padding-right:5px;
	margin-top:30px;
	float:left;
	background-color:#9bcd9c;
}
#header img.guy {
	float:right;
	position: absolute;
	left: 581px;
	top: -55px;
}
.getDirections{
	background-image: url(../images/address.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
