@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: #580000;
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	}

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 1005px;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	}
	
#topbar {
	float:left;
	width:995px;
	height:120px;
	margin-left:10px;
	margin-top:20px;
	}	
	
#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: 302px;
	margin-left: 17px;
	margin-top: 7px;
	padding: 0px;
	text-align:left;
	height:306px;
	}
	
#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: 293px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 5px;
	margin-left: 7px;
	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: 5px;
	font-family:Arial, Helvetica, sans-serif;
	width: 364px;
	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:#5c0909;
	font:"myriad Pro";
	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;color:#CC0033;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}



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

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


a:link {	color:#881500;text-decoration: none;}
a:visited {	text-decoration: none;color:#881500;}
a:hover {text-decoration: underline;color:#bf1e00;}
a:active {text-decoration: none;color:#881500;}
.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;
	}
	
	
#home_sections {
	font-size:11px;
	margin-left:2px;
	margin-right:0px;
	margin-bottom:0px;
	line-height:18px;
	margin-top:0px;
	color:#333333;
	}	

#home_sections li {
	font-size:11px;

}
	
.table_big {
	font-size:17px;
	color:#000000;
	font-weight:bold;
	}	

.table_big a {
	color:#000000;
	}
	
.table_row1 {
	background-image:url(images/grad2.jpg);
	background-repeat:repeat-x;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:#c5d0f0;
	padding:10px;
	}

.table_row2 {
	background-image:url(images/grad1.jpg);
	background-repeat:repeat-x;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:#dde3f9;
	padding:10px;
	}			
	
.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;
	}				

.table_logo {
	border: 1px solid #999999;
	margin-right:5px;
	}

.table_phone {color:#5e5e5e;font-weight:bold;}
.table_top {background-image:url(images/table_top_bg.jpg);background-repeat:repeat-x;border-right:1px solid #000000;}

.table_style {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	font-weight:bold;
}
.popup {
/*margin-left:30%;
margin-right:30%;*/
position:absolute; 
margin-left:100px;
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;
}



.popup {
	/*margin-left:30%;
	margin-right:30%;*/
	display:none;	
	position:fixed;
	position:absolute;
	left:45%; 
	top:180px; 
	margin: 0 0 0 -250px;
	width:700px;
	border-style:solid;
	border-width:5;
	border-color:#333333;
	background-color:white;
	padding:10px;
	color:black;
	font-family:Arial;
	font-size:11pt;
	z-index:100;
	filter:alpha(opacity=95);
	opacity:.95;
	}




	#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;
	}
	
#mobile-nav-button {
display:none
}

/* End Top Nav */

		/* Main Nav */

#nav {
	height: 39px;
	background-color:#999; 
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #9f9f9f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#9f9f9f));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#9f9f9f 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#9f9f9f 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#9f9f9f 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#9f9f9f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#9f9f9f',GradientType=0 );
	border-bottom: 1px solid #666;
}

/* End Main Nav */

h1.page-heading {
	background: url("/images/background-heading-generic.png") no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 46px;
	clear: both;
	line-height: 46px;
	letter-spacing: 0.1em;
	text-indent: 20px;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 30px;
	font-weight: 100;
	color: #FFFFFF;
	overflow: auto;
}

/***
SLide Show CSS
 */

.slideshow {
	margin-bottom: 20px;
}

[data-component="slideshow"] .slide {
	display: none;
}

[data-component="slideshow"] .slide.active {
	display: block;
}

#movie {
	width:972px;
	height:312px;
	float:left;
	margin-left:17px;
	margin-top:0px;
	margin-bottom:10px;
	}	