﻿body {
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
#homeContent {
	background: #B0BFAC;
	height: 480px;
	padding: 0px;
	margin: 0px;	border-top: 5px solid #404040/*#555955*//*#525252*/;
	border-bottom: 2px solid #404040;
	}
	
#leftContainer {
	background: /*#525252*/#B0BFAC url(/custom/home/images/homeLeftBG.jpg) no-repeat;
	background-position: right top;
	/*height: 480px;*/
	overflow: hidden;
	float: left;
	padding: 10px 2% 10px 2%;
	margin: 0px;
	border-right: 5px solid #404040/*#525252*/;
	width: 50%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 46%;
	}

#rightContainer {
	background: #B0BFAC;
	float: left; 
	padding: 5px 2% 5px 2%;
	margin: 0px;
	width: 40%;
	/*height: 480px;*/
	voice-family: "\"}\"";
     }

#rightContent {padding-left: 40px;}
.clear {
	clear: both;
}

#homeContent h2 {
	color: #40473E;
	background-color: transparent;
	margin: 0px 0px 402px 10px !important;
	margin: 10px 0px 402px 3px;
}

#homeContent h3 {
	font-size: 14px;
}

.contentList
	{
	padding: 0 1px 1px;
	margin-left: 50px;
	font: bold 10px Verdana, sans-serif;
	background: #B0BFAC/*gray*/;
	width: 80%;
}

.contentList li
	{
	list-style: none;
	margin-bottom: 2px !important;
	margin-bottom: -10px;
	border-top: 1px solid gray;
	text-align: right;
}

/*
.contentList li a
{
	color: black;
	display: block;
	padding: 1px 10px;
	border-right: 15px solid #EAFFE6;
	background: #82907F/*#CCD*/;
	text-decoration: none;
}
*/

.contentList li a:link { color: black; }
.contentList li a:visited { color: black; }


li a:hover {
	border-color: #91CC85;
	color: #000;
	background: #EAFFE6;
	text-decoration: none; /* GSL */
	list-style: inside !important;  
}

li a span {
	color: #000;
}


.plainList {
	font-size: 10px;
	display: block;
	list-style: inside;
}
.listTitle {
	font-size: 9px;
	line-height: 2em;
	font-weight: bold;
}

span.listTitle:hover a{
	font-size: 9px;
	color: #000;
	font-weight: bold;
}

span.listTitle a {
	font-size: 9px;
	color: #000;
	font-weight: bold;
}

table#openHour {
	font-size:10px;
	text-align:center;	
	margin-left:40px;
	width: 85%;/*new*/
}

#openHour th, #openHour td {
	padding: 0 5px;
}
#openHour th {
	font-weight: normal;
	text-align: right;
	background-color: #82907F;
}
#openHour td {
	color: black;
	background-color: #EAFFE6;
	width:60%;/*new*/
}
#openHour tr th:hover, #openHour tr td:hover {
	background-color: #91CC85;
}

.homeSnippet {
	padding-left: 0px;
}

