/* CSS Document */

body.home	{
	background-image: url(images/bg_home_theater.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #0c4975;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #606265;
}

body.sub	{
	background-image: url(images/bg_sub.jpg);
	background-repeat: repeat-x;
	background-color: #0c4975;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #606265;
}

#filmstrip	{
	position: absolute;
	top: 90px;
	z-index: 0;
}

.indent	{
	padding: 20px;
}

.mainTable	{
	padding-top: 50px;
}

a:link	{
	color: #57688a;
}

a:visited	{
	color: #57688a;
}

a:hover	{
	color: #6280bd;
}

.home a:link	{
	color: #e7c3ae;
}

.home a:visited	{
	color: #e7c3ae;
}

.home a:hover	{
	color: #ffffff;
}

h1	{
	font-size: 13px;
	font-weight: bold;
}

li	{
	padding-bottom: 10px;
}

td	{
	vertical-align: top;
	text-align: left;
}

#container	{
	margin-top: 10px;
	width: 775px;
	background-image:url(images/bg_center.jpg);
	background-repeat: no-repeat;

}

#container_sub	{
	width: 775px;
	background-image:url(images/bg_bottom_sub.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	border: #000000 solid .01em;
	background-color: #00070e;

}

.whitebox {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 105px;
	height: 105px;
}

.callout {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 10px;
}

.main	{
	padding: 0px 40px 0 20px;
	background-color: #eceef2;
	/*border: #000000 solid thin;*/
	width: 580px;
}

.floatright	{
	float : right;
	display: block;
	width: 180px;
	background-color: #caced9;
	padding: 10px;
}

.logo	{
	height: 81px;
	position: absolute;
	z-index: 1;
	width: 347px;
	top: 17px;

}

.home_nav	{
	padding-top: 160px;
}

#home_text	{
	width: 220px;
	padding-left: 10px;
	padding-top: 40px;
}

.home_text	{
	color: #e7c3ae;
	font-size: 13px;
	line-height: 18px; 
}

.home_address	{
	color: #1684d1;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	line-height: 18px;
}

.sub_address	{
	color: #1684d1;
	font-size: 11px;
	font-weight: 600;
	padding: 10px;
	line-height: 15px;
}


/* Featured boxes */
.border {
	border: #a19161 solid .1em;
	
}

.featured	{
	background-color: #ffff33;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0 5px 0; 
	}

.highlight	{
	color: #000000; 
	
}
	

.white	{
	color: #ffffff;
}

.footer	{
	font-size: 9px;
	text-align: right;
}



.subhead	{
	font-weight: bold;
	color: #99002e;
}

/* Nav List Styles 
--------------------------------------------------------------*/

li.leftnav	{
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 11px;
	font-weight: 700;
	/*letter-spacing: .03em;*/
}

#navlist {
width: 115px;
padding-top: 2px;
padding-bottom: 0px;
}


#navlist ul  {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 1em;

}

#navlist li {
margin: 0;
line-height: 11px;
}

#navlist a {
display: block;
padding: 3px 0px 3px 5px;
/*background-color: #FEFCC4; */
background-image:  url(images/nav_sub_off.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
}

#navlist a:link, #navlist a:visited {
color: #caced9;
text-decoration: none;
}

#navlist a:hover {
color: #dcc350;
background-image:  url(images/nav_sub_on.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
}


/* Sub Nav List Styles 
--------------------------------------------------------------*/

li.leftnav_sub	{
	padding-bottom: 1px;
	padding-top: 1px;
	font-size: 11px;
	font-weight: 400;
	font-style: italic;
	/*letter-spacing: .03em;*/
}

#navlist_sub {
width: 115px;
padding-top: 2px;
padding-bottom: 0px;
}


#navlist_sub ul  {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 1em;

}

#navlist_sub li {
margin: 0;
line-height: 11px;
}

#navlist_sub a {
display: block;
padding: 3px 0px 3px 5px;
/*background-color: #FEFCC4; */
/*background-image:  url(images/nav1.jpg);*/
background-repeat: no-repeat;
background-position: 0% 50%;
}

#navlist_sub a:link, #navlist_sub a:visited {
color: #caced9;
text-decoration: none;
}

#navlist_sub a:hover {
color: #dcc350;
background-image:  url(images/nav_sub_on.gif);
}


	
.strike	{
	text-decoration:line-through;
}		


/* Lightbox Styles
----------------------------------------------------------- */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
	
