@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  	padding:0 0 <length> 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #b5b3a9;
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 1005px;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:20px;
	}
	
#topbar {
	float:left;
	width:995px;
	height:140px;
	margin-left:10px;
	margin-top:0px;
	}	
	
#movie {
	width:972px;
	height:312px;
	float:left;
	margin-left:17px;
	margin-top:0px;
	margin-bottom:10px;
	}	
	
#bglayer {
	float:left;
	width:100%;
	background-color:#FFFFFF;
	border: solid 1px #000000;
	}
	
img {
	border:0;
	}

#left {
	float: left;
	width: 298px;
	margin-left: 17px;
	margin-top: 7px;
	padding: 0px;
	text-align:left;
	height:302px;
	}
	
#pages {
	font-family:Arial, Helvetica, sans-serif;
	width: 605px;
	margin-left: 40px;
	margin-top: 20px;
	}

#main {
	float: left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	width: 615px;
	padding-left: 10px;
	padding-right: 0px;
	margin-top: 10px;
	margin-left: 20px;
	overflow:auto;
	height:350px;
	}
	
#main p {
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 14px;
	color:#000;
	line-height:26px;
	}	
		
#main2 {
	float: left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	width: 258px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 10px;
	margin-left: 10px;
	height: auto;
	}	
	
#main2 p {
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 14px;
	color:#000;
	line-height:18px;
	text-align:left;
	}	

#right {
	float: right;
	margin-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	width: 395px;
	margin-right: 16px;
	padding: 0px;
	text-align:left;
	}
	
#main li {font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
#main ul {
	color:#333333;
	padding-left:15px;
	padding-right:0px;
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-image:url(images/bullet.gif);
	list-style-position:outside;
	}

#main2 li {font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
#main2 ul {
	color:#333333;
	padding-left:5px;
	padding-right:0px;
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-image:url(images/bullet.gif);
	}

table {
	margin-left: 10px;
	margin-right: 10px;
	}

h1, h2, h3, h4, h5, h6 {
	color:#006e98;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0px;
	margin-bottom:10px;
	margin-top: 0px;}


h1 {font-size: 30px;
margin-top:10px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

label {padding-top: 3px;padding-bottom: 3px;}

hr {border-style:dotted;border:#666666;}

a:link {	color:#206cdf;text-decoration: none;}
a:visited {	text-decoration: none;color:#206cdf;}
a:hover {text-decoration: underline;color:#FF0000;}
a:active {text-decoration: none;color:#206cdf;}

.pic_class_left {
	margin-right: 10px;
	float:left;}
.pic_class_right {
	margin-left: 10px;
	float:right;}

#footer {
	width:1005px;
	height:40px;
	float:left;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	color:black;
	font-size:11px;
	font-style:bold;
	padding: 0;
	margins: 0;
	margin-top:5px;
	}

#spacer {
	width: 100%;
	height: 7px;
	padding: 0;
	margins: 0;
	}

.bigtext {
	color:#000000;
	font-size:22px;
	font-family:"Times New Roman", Times, serif;
	}

.red {
	color:#FF0000;
	}

#footer a {
	color:black;
	text-decoration:underline;
	}

.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;
	}
	
.caption {
	font-size:11px;
	color:#333333;
	}
	
#home_sections {
	font-size:11px;
	margin-left:8px;
	margin-right:5px;
	margin-bottom:10px;
	line-height:18px;
	margin-top:10px;
	color:#333333;
	}	
	
	
	.table_big {
	font-size:17px;
	color:#000000;
	font-weight:bold;
	}	

.table_big a {
	color:#000000;
	}
	
.table_row1 {
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:#c5d0f0;
	background-color:#f9f8e8;
	}

.table_row2 {
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:#dde3f9;
	background-color:#fefbed;
	}			
	
.table_row3 {
	background-image:url(images/grad3.jpg);
	background-repeat:repeat-x;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}		
	
.table_row4 {
	background-image:url(images/grad4.jpg);
	background-repeat:repeat-x;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	}	
	
	
	
	.popup {
/*margin-left:30%;
margin-right:30%;*/
position:absolute; 
margin-left:200px;
margin-top:30px;
width:480px;
height:auto;
border: 5px solid #333333;
background-color:white;
padding:10px;
color:black;
font-family:Arial;
font-size:11pt;
z-index:1;
display:none;	
filter:alpha(opacity=95);
opacity:.95;}

#popup_close {
	width:50px;
	float:right;
}




	#gallery {
		padding: 0px;
		width: 680px;
		font-size:9px;
		margin-bottom:50px;
		height:auto;
		float:left;
	}
	
	#gallery ul { list-style: none;
	margin:0;
	padding:0;
	}
	#gallery ul li { display: inline; 
	padding:2px;}
	#gallery ul img {
		border: 5px solid #ebebeb;
		border-width: 5px 5px 5px;
	}
	
	#gallery ul a:hover img {
		border: 5px solid #d6dfee;
		border-width: 5px 5px 5px;
		color: #fff;
		font-size:9px;
	}
	
	#gallery ul a:hover { color: #fff; }

	#gallery_photo {
		float:left;
		width:100px;
		height:100px;
		background-color:#ebebeb;
		text-align:center;
		margin: 1px 1px 1px 1px;
	}
		