/*
 *  site.css
 */
/* html { background: #3f3f3f url(../../media/images/green_background.gif) repeat-x;} */
/* html { padding-top: 15px; background: #EBEBEB url(../images/main_bg.gif) repeat-x;} */
html { background: #000000;}
body { width: 987px; margin: auto;
font-family: Arial, Verdana, sans-serif; font-size: 12px;
	
}

a { color: #3399FF; }
a:hover { border-bottom: dotted 1px #00FF00; }

h1, h2 { font-family: Helvetica, serif; text-align: left; }
a.black { color: #000000; }
a.blue { color: #6666FF; }
a.green { color: #66FF66; }
a.red { color: #FF6666; }
a.yellow { color: #FFFF00; }

span.white { color: #FFFFFF; }

#main_div {
	margin-top: 15px;
	width: 987px;
/*	border: 1px solid #FF0000; */
	padding: 0;
	float: left;
	
}

#left_column {
	float: left;
}

#logo {
	height: 160px;
	width: 160px;
}

#left_column_div {
	width: 150px;
	padding: 5px;
	color: #FFFFFF;
}

img.film_strip {
	margin-right: 5px;
}

.column_title {
	color: #FFFF00;
	text-transform: capitalize;
	border-bottom: 1px solid #666666;
	padding-bottom: 5px;
	padding-left: 20px;
}

.column_data {
	padding-top: 5px;
	margin-left: 20px;
	list-style-type: disc;
	color: #FF0000;
}

#main_body{
	width: 827px;
	float: left;
}

#header {
	width: 827px;
	height: 49px;
}

#main_menu {
	width: 826px;
	height: 23px;
	float: left;
	border: solid #BBBBBB 1px;
	border-left: none;
	border-right: none;
	margin-left: 1px;
	margin-bottom: 2px;
}

#center_div {
	width: 827px;
	border: 1px solid #000000;
	float: left;
}

#content_div {
	width: 597px;
	float: left;
	padding: 10px;
	background: #FFFFFF;
	min-height: 400px;
}

#right_column_div {
	float: left;
	width: 200px;
	padding: 5px;
	color: #FFFFFF;
}

#footer_div_center {
	background: #000000;
	float: left;
	clear: left;
	vertical-align: top;
	width: 597px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 10px;
}

#footer_div {
	float: left;
	vertical-align: top;
	width: 987px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 10px;
}

#notice_highlight {
	text-transform: uppercase;
	font-weight: bold;
	margin-left: -50px;
}

#footer_images_left {
	margin-top: 10px;
	margin-left: 100px;
	padding: 0 10px 0 10px;
	float: left;
}

#footer_text {
	float: left;
	margin-top: 10px;
	padding: 20px 10px 0 10px;
	border-left: #FFFFFF 1px solid;
	height: 55px;
}

#footer_images_right {
	margin-top: 10px;
	padding: 0 10px 0 10px;
	float: left;
}

.page_heading {
	color: #3399FF;
	font-weight: bold;
	text-decoration: underline;
}

.press_release_button {
	margin-top: 5px;
	border: none;
}

/* -------------------------- */
/* Photo Gallery */

table.photo_album {
	width: 598px;
	text-align: center;
}

td.photo_album {
	width: 149px;
	text-align: center;
}

img.photo_album {
	border: 1px solid #000000;
	padding: 5px;
}

a.photo_album:hover {
	border: none;
}

table.photo {
	width: 598px;
	text-align: center;
}

td.photo {
	width: 149px;
	text-align: center;
	padding: 10px 0 10px 0;
	border: dotted 1px #CCCCCC;
}

img.photo {
	border: 1px solid #000000;
	padding: 5px;
}

a.photo:hover {
	border: none;
}

/* -------------------------- */
/* Contact Us Form */

.contact_us_form {
	margin: 5px 0 10px;
}

/* -------------------------- */

* 									{ margin: 0; padding: 0; }
#page-wrap							{ width: 800px; margin: 25px auto; } 
a									{ text-decoration: none; }
ul									{ list-style: none; }
p                                   { margin: 15px 0; }

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      { float: left; background: #000000; font-size: 11px; }
ul.dropdown a:hover		            { color: #FFFFFF; }
ul.dropdown a:active                { color: #FFFFFF; }
ul.dropdown li a                    { display: block; padding: 4px 8px; border-right: 1px solid #333;
	 								  color: #FFFFFF; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #333333; color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #000000; color: #FFFFFF; opacity: 0.9;
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }


