@charset "UTF-8";


body  {
	text-align: center;
	font-family: "Footlight MT Light";
	color: #CAAC80;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
.twoColFixRtHdr #container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
	filter: Alpha(Opacity=90);
	background-color: #31140C;
	
} 
.twoColFixRtHdr #header {
	padding: 0 0px 0 0px;
	font-family: "Footlight MT Light";
} 
.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 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Footlight MT Light";
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 303px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 25px;
}
.twoColFixRtHdr #mainContent {
	font-family: "Footlight MT Light";
	background-color: #311609;
	margin-top: 0;
	margin-right: 400px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	color: #E7FAFA;
	text-indent: 5px;
	filter: Alpha(Opacity=90);
	list-style-image: url(Images/l_letter_trans.jpg);
	text-decoration: none;
} 
.twoColFixRtHdr #footer {
	font-family: "Footlight MT Light";
	color: #CAAC80;
	bottom: 0px;
	width: 100px;
	height: 80px;
} 
.twoColFixRtHdr #footer p {
	color: #CAAC80;
}
.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: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.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: 0px;
    line-height: 0px;
}
.h1{
	font-size: 24px;
	color: #00545F;
	font-family: "Footlight MT Light";
	text-align: center;

}
.emptext {
	font-family:  "Footlight MT Light";
	font-size: 16px;
}
#hours {
	color: #025360;
	font-weight: bold;
}


.text {
	font-family:  "Footlight MT Light";

	align=:justify ;
	color: #B3DFE6;
	font-size: 16px;
	}

	
a.text:link {
	text-decoration: underline;
	color: #7EC8D1;
}
a.text:visited {
	text-decoration: underline;
	color: #7EC8D1;
}
a.text:hover {
	text-decoration: none;
	color: #CAAC80;
}
a.text:active {
	text-decoration: underline;
}

a.emptext:link {
	text-decoration: none;
}
a.emptext:visited {
	text-decoration: none;
}
a.emptext:hover {
	text-decoration: underline;
}
a.emptextl:active {
	text-decoration: none;
} 
.logo {
	top: 10px;
	float: right;
	width: 180px;
	right: 2px;
}
#sidebarleft {
	width: 303px;
	padding-right: 25px;
	padding-left: 25px;
	float: left;
}
.twoColFixRtHdr #subpagemainContent {
	font-family: "Footlight MT Light";
	background-color: #84716B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5%;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#container #main {
	color: #B3DFE6;
	font-weight: bolder;
}
.twoColFixRtHdr #container #main #chiromed {
	font-weight: bolder;
	color: #699BA3;
	cursor: text;
	background-color: #83736B;
}
.twoColFixRtHdr #container #socialnw {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#sidebar {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 525px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	top: 265px;
}
.twoColFixRtHdr #container table {
	font-weight: bold;
	background-color: #00545F;
	color: #CAAC80;
	text-align: center;
}
maincontent.text {
	font-size: 18px;
}
.text {
	padding: 0em;
	 }
div.transbox 
  {
	margin:30px 50px;
	/* for IE */
    filter:alpha(opacity=90);
	/* CSS3 standard */
    opacity:0.9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 4;
  }
div.transbox p
  {
	margin:30px 40px;
	font-weight:bold;
	color:#00545F;
  }
.twoColFixRtHdr #submain {
	width: 90%;
	position: absolute;
	left: 5%;
}
.twoColFixRtHdr .footer {
	height: 80px;
	width: 100%;
	bottom: 0px;
	float: left;
}

