@charset "UTF-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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;
}
#container {
	width: 898px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	position: relative;
} 
#header {
	background: #fff;
} 

h1 {
	font-size: 24px;
	color:#069;
	font-weight: bold;
	margin-bottom: 0;
}

h2 {
	font-size: 16px;
	color:#069;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	
}

ul {
	font-size: 12px;
	color:#999;
	font-weight: normal;
	list-style-type: none;
}
	

h2 +ul {
	margin-top: 0;
}

.indent {
	padding-left: 20px;
	line-height: 90%;
	text-indent: 25px;
}
	

#mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#contentArea a {
	color: 666;
	font-weight: bold;
}

.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;
}
#bodyContent {
	position:relative;
	width:898px;
	z-index:1;
}
#contentTop {
	position:relative;
	left:0px;
	width:100%;
	height:25px;
	z-index:1;
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#contentMiddle {
	position:relative;
	left:0px;
	width:898px;
	height:500px;
	z-index:1;
	background-repeat: no-repeat;
}

#contentBottom {
	position:relative;
	left:0px;
	width:100%;
	height:25px;
	z-index:1;
	background-image:url(images/bg_center.jpg)
	background-repeat: no-repeat;
	background-image: url(images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#indexMovie {
	left:0px;
	top:0px;
	width:898px;
	height:50px;
	z-index:1;
}

#textBox {
	width: 600px;
	float: right;
	text-align: justify;
	margin-top: 15px;
	position: relative;
	margin-bottom: 15px;
}

#textBox h1 {
	font-size:15px;
	color:#4197de;
	margin-bottom: 0;
}

#textBox h1+p {
	margin-top: 0;
}

#textBox p {
	font-family: Verdana, Geneva, sans-serif;
	color:#999;
	line-height: 200%;
	font-size: 12px;
	
}

#sideContent {
	width: 275px;
}
#twitter {
	position:absolute;
	left:783px;
	top:0px;
	width:102px;
	height:37px;
	z-index:1;
}

#facebook {
	position:absolute;
	left:672px;
	top:0px;
	width:100px;
	height:36px;
	z-index:1;
}


#sharethis {
	position:absolute;
	left:559px;
	top:0px;
	width:91px;
	height:27px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#666;
	z-index:1;
	background-image: url(../images/sharebg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	padding-left: 10px;
}

#sharethis a:link, a:visited, a:hover a:active {
	
	color:#FFF;
	text-decoration: none;
}


#homebtn {
	position:absolute;
	left:0px;
	top:0px;
	width:84px;
	height:17px;
	z-index:1;
}
#footer {
	width:100%;
	z-index:1;
	position: relative;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color:#666;
	text-align: center;
}


#smshare {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#666;
	position:absolute;
	left:569px;
	top:0px;
	width:329px;
	height:41px;
	z-index:1;
}

#smshare a:link, a:visited, a:hover, a:active {
	color:#999;
}
#footer table tr td a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4ea4d9;
	text-decoration:none;
}

.signature {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#4197de;
	font-style:italic;
}

.pr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color:#4EA4D9;
	font-weight:normal;
}



#contactInfo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color:#999;
	line-height: 10px;
}


#contactInfo p {
	line-height: normal;
}
#contactInfo a {
	color:#999;
	text-decoration: underline;
}

.contactHeading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#39C;
}

#textBox td {
	text-align: center;
}
	

