@charset "utf-8";
body  {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	background: #fdd209 url(../images/bg.jpg) center top fixed no-repeat; 
	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: #000066;
}
.twoColFixLt #container { 
	width: 780px;  /* 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. */
	padding-left:20px;
	padding-right:20px;
}
.ot{
font-family:Georgia, 'Times New Roman', Times, serif;
}
#textOnly{
margin-left:-999999px;
font-size:0.0001em;
}
#homeFlash{
border:1px solid #000000;width:480px;float:right;margin-left:30px;margin-top:15px;
}
h1,h2 {
font-size:1.4em;
border-bottom:1px dotted #000000;
}
h1.fagin{

width: 480px; 
height: 183px; 
background: url(../images/trialHeading.gif); 
background-repeat: no-repeat; 
font-size: 1px; 
color: #fff; 

}
h1.oliver{

width: 480px; 
height: 500px; 
background-image:url(../images/oliverHeading.jpg); 
background-repeat: no-repeat; 
font-size: 1px; 
color: #fff; 
border-bottom:1px dotted #000000;

}
h1.christmasCarol{

width: 480px; 
height: 138px; 
background-image:url(../images/christmasCarol.gif); 
background-repeat: no-repeat; 
font-size: 1px; 
color: #fff; 
border-bottom:1px dotted #000000;

}


h3{
background: #2e3d94;
width:100%;
padding:5px;
color:#fff;
font-size:1em;
}
h4{
background: #2e3d94;
width:100%;
padding:5px;
color:#fff;
font-size:1em;
}
#homePage{
margin:20px;
font-size:1.65em;
}
#homePage p{
font-weight:bold;
text-align:left;
}
p, td {

line-height: 1.8em;
text-align:none;
}
th{
font-size:2em;
}
p.medium{
font-size:1.6em;
}
p.big{
font-size:2em;
text-align:left;
}
label{
font-weight:bold;
}
input, textarea, select{
font-size:1em;
border:1px solid #000;
}
.quotes{
float:right;text-align:center;width:30%;padding:8px;border-top:1px dotted black;border-bottom:1px dotted black;font-size:2em;margin:25px 0px 5px 20px;background-color:#2e3d94;
font-style: italic;
color:#fff;;
}
#bookNow{
text-align:right;
background:url(../images/bubble.gif) no-repeat right top;
height:86px;


}
#bookNowText{
padding: 25px 48px 0px 0px;

text-align:right;


}
#bookNowText a{
color:#fff;
font-size:2em;
}
#bookNowText a:hover{
color:#fdd209;

}
#nav {
height:20px;
text-align:center;
margin-bottom:20px;
}
#nav ul{
		
list-style:none;
margin:0px;
padding:0px;


}

#nav li {
display:inline; 
margin:0 0 0 0;
padding:5px;
list-style:none;
}

a {
color:#000;
text-decoration:none;
font-weight:bold;
}
a:hover {

color:#fff;

}

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left 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: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLt #mainContent.faq { 
margin: 0 0 0 0;
}
.question{
padding-right:30px;
padding-bottom:20px;
cursor:pointer;
font-weight:bold;
}
.special{
font-size:1.4em;
}
.answer{
font-size:2em;

}
.twoColFixLt #footer{


text-align:center;
width:770px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	padding-left:20px;
	padding-right:20px;
}
.twoColFixLt #footer p{
text-align:right;
}
.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;
}

