﻿
/* home specific */

div#homeMap
{
    width:350px;
    height:300px;
    float:right;
    background:#fff url(/includes/images/mapLoading.gif) no-repeat left top;
    margin:5px;
}

/* about specific */

/* establishment specific */

/* est page */

#estContainer
{
	width:710px;
	float:left;
	clear:both;
}

.estLeft
{

}

.mainList
{
	list-style:none;
	margin:10px 0;
	padding:0;
	clear:both;
}

.mainList li
{
	margin:0;
	padding:0;
}

.mainList strong
{
	display:block;
	padding:5px 0 0 0;
	margin:2px 0;
	color:#277801;
	font-size:15px;
	border-bottom:1px solid #ccc;
}

#estMap
{
    width:350px;
    height:300px;
    margin:5px;
    float:left;
    background:#fff url(/includes/images/mapLoading.gif) no-repeat left top;
}

#mapFacs
{
    float:left;
    clear:both;
    margin-bottom:10px;
}

#mapFacs ul
{
    margin:0;
    padding:0;
    width:140px;
}

#mapFacs li
{
    list-style:none;
    border-bottom:1px solid #ccc;
    padding:5px 0;
}

#mapFacs .facs
{
    float:left;
    margin:0 5px 0 20px;
    height:300px;
    overflow:auto;
}

.stars
{
    float:right;
}

.estImg
{
    width:350px;
    overflow:hidden;
    margin:auto;
    text-align:center;
}

.estImgText
{
    width:350px;
    margin:auto;
    text-align:center;
    font-weight:bold;
}

.estAnchorLinks
{
    width:130px;
    list-style:none;
    float:right;
    text-align:right;
}

.estAnchorLinks li
{
    border-bottom:1px solid #ccc;
}

/* link page specific */

#linkContainer
{
	
}

#linkContainer .link
{
	margin:10px 0;
}

/* Location Specific*/

div#locationContainer
{
	height:300px;
	padding-bottom:20px;
}

div#locationText
{
	float:left;
	width:335px;
	height:300px;
	overflow:auto;
}

div#locationMap
{
    width:350px;
    height:300px;
    float:right;
    margin:5px;
    background:#fff url(/includes/images/mapLoading.gif) no-repeat left top;
}

/* quick search*/

#quickSearch
{
	width:175px;
	height:350px;
	margin:5px auto;
	background:none;
	padding-bottom:5px;
}

#quickSearch select
{
	float:left;
	width:160px;
	margin:7px;
}

#quickSearch input
{
	float:left;
	width:160px;
	margin:7px;
}

#quickSearch .submit
{
    background:#000;
    border:2px solid #fff;
    color:#fff;
    padding:2px;
}

.leftFeatureTitle
{
	background:#277701;
	color:#fff;
	text-transform:uppercase;
	width:175px;
	display:block;
	text-align:center;
	padding:3px 0;
	font-weight:bold;
}

/* quick guide */

#quickGuide
{
	float:right;
	width:175px;
	background:#CC6600;
}

.arrow
{
    background:url(../images/ulArrow.gif) no-repeat 5px 5px;
    padding-left:10px;
}