.dashboard_menu{
	float: left;
	display: inline;
	clear:both;
	width: 170px;
	overflow: hidden;
}

.dashboard_menu ul{
	margin: 0;
	padding: 0;
}

.dashboard_menu li{
	margin-bottom: 5px;
	padding: 0;
	list-style-type: none;
}

.dashboard_content{
	float: right;
	display: inline;
	width: 550px;
	overflow: hidden;
}


/* tip tab */
.loctip_tiptab{
	margin-left:50px;
}

.tippanes{
	padding: 10px 0;
}

/* tip info */
.loctip_tipwrapper{
	width:760px;
	margin:10px auto;
	background: #fff;
	clear:both;
	border-top: 1px solid #598900;
	border-right: 1px solid #6aa200;
	border-bottom: 1px solid #77b600;
	border-left: 1px solid #6aa200;
	text-align: left;
}

/* brought to you by tab */
.whitetabs{
	margin-left: 70px;
	width: 800px;
	z-index: 100;
}

.loctip_locwrapper h1{
	margin: 0 0 5px;
	padding: 0;
	width:100%;
	border-bottom: 1px dotted #215E21;
	font-size:17px;
	color:#215E21 !important;
}

.loctip_loccert{
	background: url(../images/certvenue_banner.png) left top no-repeat;
	width: 100%;
	height: 70px;
	text-align: left;
}

.loctip_loccard{
	margin:10px auto;
	text-align: left;
	width:760px;
	*width: 790px;
	padding: 15px;
	clear:both;
	border: 1px solid #ccc;
}

.loctip_loccard_logo{
	width: 150px;
	overflow: hidden;
	float: left;
	display: inline;
}

.loctip_loccard_logo_small{
	width: 100px;
	overflow: hidden;
	float: left;
	display: inline;
}

.loctip_loccard_address{
	margin-left: 20px;
	float: left;
	display: inline;
	width:290px;
	padding:0;
}

.loctip_loccard_address_large{
	margin-left: 20px;
	float: left;
	display: inline;
	width:425px;
	padding:0;
}

.loctip_loccard_map{
	margin: 0;
	float: right;
	display: inline;
	width:275px;
	height: 190px;
	border: 1px solid #ccc;

}

.locdetails_wrapper{
	margin:20px auto;
	width:740px;
	padding: 0;
	clear:both;
	text-align: left;
}

.locdetails_spacer{
	margin-top: 20px;
	float: left;
	display: inline;
}

.locdetails_left{
	 float: left;
	 display: inline;
	 width:360px;
	 overflow: hidden;
}

.locdetails_right{
	 float: right;
	 display: inline;
	 width:360px;
	 overflow: hidden;
}

.locdetails_middle{
	margin-top: 20px;
	padding: 0;
	float: left;
	display: inline;
	clear: both;
	width:100%;
}




.locdetails_hours_left{
	 padding: 10px;
	 width: 110px;
	 *width: 130px;
	 overflow: hidden;
	 clear:both;
	 float: left;
	 display: inline;
	 /*border-right: 1px solid #80c400;*/
	 border-right: 1px solid #000;
}

.locdetails_hours_left .dayofweek{
	 font-size: 16px;
	 /*color: #80c400;*/
	 color: #000;
}

.locdetails_hours_left .dayhours{
	 font-size: 12px;
	 /*color: #80c400;*/
	 color: #000;
}

.locdetails_hours_right{
	 padding: 10px;
	 width: 589px;
	 *width: 610px;
	 overflow: hidden;
	 float: left;
	 display: inline;
}




.locdetails_mapdirections{
	clear:both;
	width: 100%;
}



/* Style For Map */

.locmap{
       margin-top: 10px;
       border: 1px solid #888;
       width: 100%;
       float:left;
       display: inline;
       clear: both;
}
 
.locmapdetail{
       width: 100%;
       height: 225px;
       float:left;
}
 
.locmapdetailsmall{
       width: 100%;
       height: 100%;
       float:left;
}
 
.locdir{
       margin-top: 10px;
       padding:15px;
       /*border: 1px solid #80c400;*/
       border: 1px solid #000;
       width: 580px;
       _width: 610px;
       float:left;
       display: inline;
       clear: both;
}


/* IF NO TIP/SUB LOCATION FOR LOCATION DISPLAY */

/* light green gradient on top --- CHANGE THE IMAGE 
.loctip_greengradbg{
	background: url('../images/searchresultgreengradbg.png') no-repeat top left;
	margin: 0;
	clear: both;
	height: 250px;
	z-index:  -100;
}
*/

/* push results and tabs up */
.loctip_align{
	margin-top:-180px;
	width: 100%;
	float: left;
	display: inline;
}