@charset "UTF-8";
body  {
	font: 100% trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.twoColFixRtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #990000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	background-color: #DDDDDD;
	background-image: none;
	padding: 0;
} 
.redItalicSubTitle {
	font-size: 16px;
	font-style: italic;
	color: #990000;
	font-weight: bold;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #990000;
	font-weight: bold;
}
#banner {
	background-image: url(../Images/Buttons/BannerBackground.jpg);
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
}
#homePageBanner {
	background-image: url(../Images/Buttons/HomePageBanner.jpg);
	height: 310px;
	padding-top: 5px;
	padding-left: 15px;
}
#homePageBanner #siteTitle {
	margin-right: 400px;
}
#homePageBanner #slideshow {
	float: right;
	height: 200px;
	width: 300px;
	margin-top: 20px;
	margin-right: 25px;
	border: 5px solid #990000;
	background-color: #CCCCCC;
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px;
	background-color: #CCCC99;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
}
#reservationForm {
	width: 240px;
	border: 3px solid #990000;
	margin-left: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
#reservationForm  .topLabelArea {
	color: #990000;
	padding-top: 2px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	background-image: url(../Images/Buttons/BannerBackground.jpg);
	font-weight: bold;
}
#reservationForm .bottomLabelArea {
	color: #990000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #990000;
	padding-top: 5px;
	padding-bottom: 3px;
	background-image: url(../Images/Buttons/BannerBackground.jpg);
	font-weight: bold;
}
#reservationForm .title {
	font-size: 20px;
}
#reservationForm .labelText {
	font-size: 12px;
	font-weight: bold;
}
#variableSidebarContent {
	margin-bottom: 10px;
}
#map {
	border: 2px solid #990000;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 13px;
}
.MapInfoWindow {
	font-size: 14px;
}
.mapTitle {
	font-size: 16px;
	color: #990000;
}
.mapAddress {
	font-size: 14px;
}
.twoColFixRtHdr #mainContent {
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 290px;
	padding-right: 5px;
	padding-left: 10px;
	margin-top: 40px;
} 
.twoColFixRtHdr #mainContent h1 {
	font-size: 24px;
}
.twoColFixRtHdr #mainContent h2 {
	font-size: 20px;
}


h1 { color: #030; }
h2 { color: #030; }

li { 
	padding-bottom: 5px; 
	color: #44490b; 
	}

.twoColFixRtHdr #footer {
	padding: 0;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #990000;
	margin-top: 10px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer #BusinessCard {
	float: right;
	text-align: right;
	width: 290px;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 3px solid #990000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 10px;
	height: 120px;
	background-color: #CCCC99;
}
#footer #BusinessCard .title {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
#footer #BusinessCard .subTitle {
	font-size: 14px;
	font-style: italic;
	color: #000000;
}
#footer #BusinessCard .addressText {
	font-size: 10px;
}
#footer #FooterNavigation {
	margin-right: 320px;
}
#footer #FooterNavigation .title {
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}
#footer #FooterNavigation a {
	color: #000099;
	text-decoration: none;
}
#footer #FooterNavigation a:hover {
	text-decoration: underline;
}
.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;
}
.sidebarPhoto {
	border: 3px solid #990000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 12px;
}
.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;
}
#TA_selfserveprop653 {
	margin-left: 15px;
}
#TA_selfserveprop89 {
}
.ecoBadge {
	margin-left: 60px;
	margin-top: 10px;
}
#jtmcLogo {
	float: right;
}
.sidebarLogo {
	margin-bottom: 5px;
	margin-left: 15px;
}

