﻿/** Left Panel **/
.leftNavigationPanel
{
	width: 170px;/*200px;*/	
	height: 270px;/*305px;*/
	padding: 20px 15px 15px 15px;
	background-color: #820000;
}
*html .leftNavigationPanel
{
	width: 200px;
	height: 310px;
}

.leftNavigationPanel .header
{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 15px;
}

.leftNavigationPanel .nav
{
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;	
}
.leftNavigationPanel .nav ul
{
	margin: 0px;
	padding-left: 0;	
	background: url(../images/leftnev_separate.jpg) repeat-x left top;
}
.leftNavigationPanel .nav ul li
{	
	padding: 10px 0 10px 0;
	color: #C30404;
	list-style-type: square;
	list-style-position: inside;
	background: url(../images/leftnev_separate.jpg) repeat-x left bottom;
}
.leftNavigationPanel .nav ul li a
{
	color: #FFFFFF;
}
.leftNavigationPanel .nav ul li a.active
{
	color: #C30404;
}

/** Content Panel **/
.locationPanel
{
	width: 520px;
}
.locationPanel .content_image
{
	width: 520px;
	overflow: hidden;
}
.locationPanel .content_image img
{
	width: 520px;
	/*height: 282px;*/
}
.locationPanel .content
{
	padding: 20px 20px 40px 20px;
	width: 480px;/*520px;*/
	overflow: hidden;
}
*html .locationPanel .content
{
	width: 520px;
}

.locationPanel .content .mapPanel
{
	margin-top: 0px;	
}

/** Right Panel **/
.promotion
{
	padding: 10px 10px 10px 10px;
	width: 160px;/*180px*/
}
.promotion img
{
	border: none;
}

.contactUs
{
	padding: 5px 0px 10px 10px;
	width: 170px;/*180px;*/
}
.contactUs .contactUsLink
{
	display: block;
	padding-bottom: 15px;
}
.contactUs img
{
	border: none;
}

/**Location2.master**/
.locationPanel .contentSubPage
{
	width: 520px;
}
.locationPanel .contentSubPage .subPage
{
	width: 100%;
}
.locationPanel .contentSubPage .subPage tr td
{
	vertical-align: top;
}
.locationPanel .contentSubPage .subPage .leftContent
{
	padding: 15px 5px 15px 15px;
}
.locationPanel .contentSubPage .subPage .rightContent
{
	width: 200px;
	padding: 15px 10px 15px 10px;
}

