@charset "UTF-8";
body  {
	font: 12px Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	line-height: 120%;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
}
#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: none;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
} 
#header { 
	padding: 0;
	margin: 0;
}
#mainContent { 
	margin-top: 0; 
	margin-left: 190px;
	margin-right: 240px;
	padding: 0 0px 0px 0px;
	font: 12px Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	line-height: 120%;
} 
#mainContent p {
margin: 0;
padding: 4px 0px;
}
#mainContent ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0;
}

#mainContent ul li {
	margin: 0;
	padding: 0;
	margin-left: -10px;
	padding-bottom: 5px;
}
.buttons {
float:left; width:48%; margin:0; padding:0;	
}
.buttons p a:hover img {
background-color: none;	
}
.tableHeader
{
	color: #5b7a9d;
	font-weight: bold;
	font-style: normal;
	border-bottom: thin solid #5b7a9d;
}

.rates
{
	color: #5b7a9d;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	padding-right: 2px;
	padding-left: 2px;
	border: solid 1px #7197c2;
	background: url(../images/grayBG50.png) repeat;
}

/* fixes for IE 5* in this conditional comment */
_#sidebar1 { width: 180px; }
_#sidebar2 { width: 190px; }

/* place css fixes for all versions of IE in this conditional comment */
*#sidebar2, #sidebar1 { padding-top: 30px; }
*#mainContent { zoom: 1; }

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	/*background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 0px; /* padding keeps the content of the div away from the edges */
	margin: 0;
}
#movie {
	float: left;
	/*border: 1px dotted red;*/
	position:relative;
	bottom: -40px;
	padding: 0;
	margin: 0;
}
/* -----sidebar 2----- */
#sidebar2 {
	float: right; 
	width: 160px; 
	background: #fff; 
	padding: 14px 40px 10px 0;
	margin: 0px 0 20px 0;
}
#sidebar2 p {
/*margin: 0;
padding: 0;*/
}
#sidebar2 p img {
padding: 0;
margin: 0;
border: solid 1px #000;
}
.caption
{
	color: #000;
	font-size: 9px;
	text-align: center;
	padding: 0 0px 10px 0px; 
	margin: 0;
	margin-top: -12px;
}
.pullquote
{
	color: #785429;
	font-size: 18px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: bold;
	font-style: italic;
	line-height: 1.5em;
	padding: 20px 10px 10px 10px;
	margin: 0;
}
.author
{
	color: #785429;
	font-size: 12px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	padding: 5px 10px 20px 10px;
	margin: 0;
}
.quote {
	width: 160px;
	background: #f1ebdd;
	margin-top: 40px;
	/*border: 1px solid red;*/

}
h1 {
	margin: 0;
	color: #c93;
	font-size: 24px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: bold;
	font-style: italic;
	padding: 4px 0px;
}
h2 {
	margin: 0;
	color: #b84 !important;
	font-size: 18px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-weight: bold;
	font-style: italic;
	padding: 4px 0px;
}
h3 {
margin: 0;
padding: 6px 0 0 0;
font-weight:bold;
color: #402f1a;
}
h5 {
font-style: italic;
font-size: 9px;
font-weight: normal;
color: #333;
margin: 0; 
padding: 0 0 10px 10px;
line-height: 100%;
}

a	{
	color: #5b7a9d;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 0;
}

a:hover	{
	color: #fff;
	background-color: #dda42e;
}

#footer {
	padding: 0;
	background-image: url(../images/footerBG.png);
	text-align: center;
	height: 18px;
	margin: 0;
	background-repeat: repeat-x;
} 
#footer p {
	margin: 0; 
	padding: 1px 0; 
	text-align: center;
	word-spacing: 3px;
	letter-spacing: 3px;
}
#footer ul {
	float: left;
	margin: 0px;
	padding: 0px;
		font: 9px Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	word-spacing: 3px;
	letter-spacing: 3px;
	line-height: 12px;
	white-space: nowrap;
	text-align: center;
	width: 800px;
}
#footer li {
	list-style-type: none;
	display: inline;
	/*border: 1px solid red;*/
	padding: 0 40px;
	margin: 0;
}
#footer li a {
	text-decoration: none;
	padding: 0 10px;
/*	color: #000;*/
}
#footer li a:hover {
	color: #fff;
background: dda42e;
}
.hairline {
height: 1px;
margin: 0;
padding: 0;
line-height: 1px;
border-top: 1px solid #c93;
}
.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;
}
#videoBtn {
border: none !important;
}
a #videoBtn {
background-color: #fff !important;
}