@charset "utf-8";
body{
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	background-image:url(../graphics/backGround.jpg);
	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;
}
.oneColFixCtrHdr #container{
	width: 968px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #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: 10px 0; using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent ul.playList {
	font-size: 0.90em;
}
.oneColFixCtrHdr #mainContent h1{
	font-size:1.15em;
	font-weight:bold;
}
.oneColFixCtrHdr #mainContent h2 {
	color: #333399;
	font: "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333399;
}
.breakOut{
	padding-right:6px;
	height: 145px;
}

legend{
	font-weight: bold;
}
.special{
	font-size: 100%;
	font-weight: bold;
	color: #06C;
}
.quoteBox{
	color:#333399;
	font-style:italic;
	/*top right bottom, left*/
	padding: 4px 6px 10px 16px;
	margin: 15px;
	border: 2px solid #CC3333;
	background-color:#D8E1F5;
	
}
.quoteBoxAuthor{
	font-style:normal;
	font-weight:bold;
	text-align:right;
	font-size: 0.75em;
	margin-right:20px;
}
.quotationMarks{
	font-size:2.5em;
	display:inline;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
	font-style:normal;
	white-space: pre;
	vertical-align: -10%;
}
.leftBand{
	background-color:#999999;
}
.rightBand{
	background-color:#CCCCCC;
}
.leftBandText{
	background-color:#999999;
	padding-bottom:6px;
}
.rightBandText{
	background-color:#CCCCCC;
	padding-top:6px;
}
.indent{
	margin-left:200px;
}

.floatLeftImg{
	float: left;
	width: 150px;
	margin: 0 10px 10px 10px;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
}

div.floatLeftImg img{
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
}
.pictureFrame{
	margin:0;
	padding:0;
}

.oneColFixCtrHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #000000;
	color: #cc3333;
	display:block;
	padding: 8px 20px 8px 20px;
	margin-top:0;
}
.oneColFixCtrHdr #footer .band{
	color:#FFFFFF;
	display:inline;
}

.oneColFixCtrHdr #rightFootMenu {
	/*padding: 0 20px 0 0px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	float:right;
	display:inline;
	/*font-size:inherit;*/
}
.oneColFixCtrHdr #footer p {
	margin: 200; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2000px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	display:inline;
}



a.footmenu {
	color: #cc3333;
	text-decoration: none;
	font-size: 1.2em;
}
a.footmenu:hover {
	color: #999999;
	text-decoration: underline;
	font-size: 1.2em;
}

a:link    {
	color: #cc3333;
	font-weight:bold;
	text-decoration: none;	
}

a:visited {
	color: #cc3333;
	font-weight:bold;
	text-decoration: none;	
 }
a:hover	  {
	color: #999999;
	font-weight:bold;
	text-decoration: none;
} 
a:active  {
	color: #cc3333;
	text-decoration: none;	
}
/* --------------------------------- */
/* Booking Form */

.specialTable td{
	padding-top:12px;
}
/*form#bookingForm { 
*/
fieldset{
	padding-top:0px;
	/*background-color: #CCCCCC;*/
	border: solid 2px #990000;
	color: #333333;
/*	z-index: -3;	
*/}
legend {
	background-color: #CCCCCC;
	border: solid 2px #990000;
	padding: 2px 5px 2px 4px;
}
*+html legend{
	margin:-11px 0 0 0;
}

/*fieldset { 
	background-color: #CCCCCC; 
	color: #000000; 
	border: 1px solid #999999; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	padding: 10px;
	margin-top:20px;
	padding-top:-120px;
}*/

#bookingForm .text { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	margin-right: 6px; 
	width: 180px;
	margin-bottom: 5px;
	padding: 2px

}
#bookingForm legend {
	font-size:14px;

}
input {
	background-color: #999999;
	color:#FFFFFF;
}
#bookingForm .buttons { 
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	 font-size: 10px; 
	 /*background-color: #333333; */
	 color: #FFFFFF; 
	 margin-right: 6px; 
}
label{
	float: left;
	width: 180px;
	font-weight: bold;
	text-align:right;
	padding-right: 8px;
	padding-top:6px;
}

#bookingForm br{
	clear: left;
}

#submitButton{
	background-color:#090;
	color:#FFF;
}
div#leftCol {
	float:left;
	text-align:left;
}
div#rightCol{
	margin-left:10px;
	float:left;
	text-align:left;
}
div#rightCol1{
	float:left;
	text-align:left;
	margin-right:20px;
}
div#rightCol2{
	margin-left:20px;
	float:left;
	text-align:left;
}
.redItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	padding-left: 4px;
}
