



/* ------------------------------------------------   HTML   ------------------------------------------------ */
h2 {
	background-color:#FFFFFF;
	color:#762314;
	font-size:20px;
	font-weight:bold;
	display:inline;
	height:auto;
	margin:0px;
	padding:0px 16px;

}




/* ------------------------------------------------   Layout   ------------------------------------------------ */
#content {
	background-image:url(../images/backgrounds/tabs.jpg);
	background-repeat:no-repeat;
	/*background-color:#00FF00;*/
	/*background-color:#FFOO00;*/
	float:none;
}

#mediaLoader {
	background-image:url(../images/backgrounds/loaderDefault.jpg);
	background-repeat:no-repeat;
}



#homeNav {
	padding-top:197px;
	text-align:center;
}

#homeNav a {
	/*border:1px dashed #FF0000;*/
	/*padding-right:22px;*/
	/*padding-left:22px;*/
}

#homeNav a:hover {
	text-decoration:none;
}


#homeNav ul {
/*padding-top:8px;*/
}

#homeNav .homeLink {
	margin-top:-36px;
	font-weight:bold;
}

#homeNav li {
	/*border:red dotted 1px;*/
	/*background-image:url(../images/mainNav/buttonBackground.jpg);*/
	background-repeat:no-repeat;
	position:relative;
	list-style:none;
	float:left;
	width:82px;
	padding-right:22px;
	padding-left:22px;
	/*width: 160px;*/
		
}




#mainContent {
	/*background-color:#00FF00;*/
	/*background-image:url(../images/home/leftPanelBackground.jpg);*/
	background-repeat:no-repeat;
	width:729px;
	height:340px;
	padding:0px;
	margin:0px;
}



#secondaryContent {
	/*background-color:#FFFFFF;*/
	background:none;
	float:left;
	width:263px;
	height:340px;
	padding:0px;
	margin:0px;
}




a.hours {
	/*border:2px solid purple;*/
	display:block;
	background:url(../images/home/hoursSmall.png) no-repeat;
	width:247px;
	height:162px;
}

a.hours:hover {
	background:url(../images/home/hoursSmallOver.png) no-repeat;
}

a.hours span {
	display:none;
}











