@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image:url(images/locBack.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#header {
	width: 100%;
	height: 65px;
	text-align:left;
}
#container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 0px;
	/*border:solid;
	border-width:1px;*/
}
#mainContent {
	margin: 0px 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 40px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:right;
	width:582px;
}
.leftColumn
{
	width: 285px;
	margin-top:10px;
	margin-right:10px;
	/*padding:0px;*/
	float:left;
	
}
.rightColumn
{
	margin-top:10px;
	width: 285px;
	float:left;
	
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555555;
	padding-top:0px;
	margin-top:0px;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#5180BD;
	padding-top:0px;
	margin-bottom:15px;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#555555;
	margin-top:24px;
	margin-bottom:15px;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#DB6C33;
	margin-top:2px;
	margin-bottom:5px;
}
ul
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
}
ul a:link, ul a:visited
{
	color:#246b97;
}
.hPict
{
	display: inline;
	padding-right:10px;
	padding-top:14px;
	padding-bottom:14px;
	
}
.hPict2
{
	display: inline;
	padding-top:14px;
	padding-bottom:14px;
	
}
.mapLink
{
	background-image:url(images/mapIcon.gif);
	background-repeat:no-repeat;
	height:16px;
	padding-left:22px;
	padding-bottom:8px;
	padding-top:2px;
}
.mapLink a:link, .mapLink a:visited
{
	text-decoration:none;
	color:#246b97;
}
.pdfLink
{
	background-image:url(images/pdfIcon.gif);
	background-repeat:no-repeat;
	height:16px;
	padding-left:25px;
	padding-bottom:10px;
	padding-top:2px;
}
.pdfLink a:link, .pdfLink a:visited
{
	text-decoration:none;
	color:#246b97;
}
.emailLink
{
	background-image:url(images/emailIcon.gif);
	background-repeat:no-repeat;
	height:16px;
	padding-left:25px;
	padding-bottom:10px;
	padding-top:2px;
}
.emailLink a:link, .emailLink a:visited
{
	text-decoration:none;
	color:#246b97;
}
.hoursList
{
	line-height:18px;
	font-size:11px;
	color:#555555;
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	padding-top:0px;
	
}
.hoursList ul
{
	color:#555555;
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	padding-top:0px;
	
}
.hoursList li
{
	margin-left:0px;
	padding-left:0px;
	list-style-type:none;
	
}
.pdfList
{
	line-height:18px;
	font-size:11px;
	color:#555555;
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	padding-top:6px;
	
}
.pdfList ul
{
	color:#555555;
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	padding-top:0px;
	
}
.pdfList li
{
	background-image:url(images/pdfIcon.gif);
	background-repeat:no-repeat;
	margin-left:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:8px;
	list-style-type:none;
	height:16px;
	
}
.pdfList a:link, .pdfLink a:visited
{
	text-decoration:none;
	color:#246b97;
	margin-left:25px;
}
.hoursDay
{
	width:75px;
	display:block;
	float:left;
	padding:0;
	margin:0;
}
.amenitiesList
{
	line-height:20px;
	font-size:11px;
	color:#555555;
	margin-left:0px;
	padding-left:0px;
	padding-top:0px;
	margin-top:0px;
	
}
.amenitiesList ul
{
	color:#555555;
	margin-left:0px;
	padding-left:0px;
	
}
.amenitiesList li
{
	margin-left:0px;
	padding-left:0px;
	border-bottom:dotted;
	border-bottom-width:1px;
	border-bottom-color:#d5d6da;
	list-style-type:none;
	
}
.address
{
	margin-top:0px;
	padding-top:0px;
}