/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}


body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	font-size: 12px;
	color:#000000;
	background: #161616 url(images/background.jpg) repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

img {border:0px;}

a{ color:#FFFFFF;}

#header{
position:absolute; top:0px;
width:720px;
height:256px;
overflow:hidden;
}

	
	
	#site_menu{
	position:absolute;
	z-index:9;
	top:30px;
	left:38px;
		width:153px;	/* Width of main menu */
		
	}
	#site_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
		margin-bottom: 5px;
	}
	#site_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
	}
	#site_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
		padding-left:10px;
		display:none;
	}
	#site_menu	li a{	/* Main menu links */
		height:25px;	
		line-height:25px;	
		vertical-align:middle;	
		display:block;
	}
	

	.site_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		background-color:#333333;
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
	.site_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.site_subMenu ul li{
		list-style-type:none;
		display:inline;
		white-space:nowrap;
		margin:0px;
		padding:0px;
	}
	.site_subMenu ul li a{	/* Sub menu items */
		text-decoration:none;	
		color:#ffffff;	
		height:25px;	
		line-height:25px;	
		padding:5px;	
		display:inline;
	}
	.site_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#BF2A0A;	
		background-color:#000000;	
	}
	
	#flashslides{
	width:495px;
	height:193px;
		}
		
#menucontainer{ position:absolute; z-index:8; top:256px; left:0px; width:227px; height:428px; background-image:url(images/menuBackground.jpg)}

#copy{
padding:10px;
padding-left:235px;
background-color:#000000;
color:#666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
width:495px;
font-size:10px;
background: #000000 url(images/background.jpg) repeat-y;
}

#copy a{
color:#666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:none;
}

	
#contentwrapper{
padding-top:256px;
padding-left:224px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF; width:495px;
background:  url(images/contentbackground.jpg) -40px 256px  no-repeat  ;
margin-left:40px;
}

#contentwrapper p{
padding-left:45px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF; width:480px;
line-height:1.5;
display:inline;
text-indent:0px;
}

#contentwrapper li{
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#contentwrapper h1{
font-size:34px;
color:#fc3706;
font-family:monospace;
}


#imageSlideshowHolder{
 width:207px;
 height:203px;
position:relative;
float:right;
display:inline;
}

	.imageInGallery{		
 width:207px;
 height:203px;
left:0px;
top:0px;
position:absolute;	
	}
	
	
	#imageSlideshowHolder img{
	width:207px; height:206px;
		position:absolute;
	}
	
	#faq a { color:#CCCCCC;}
	#faq li { padding:5px;}
	
	.faqAnswer { margin:10px; border:#000066 1px dashed; background-color:#CCCCCC; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:1.2; padding:10px; color:#333333;}
	
	.staff{
	float:left;
	width:235px;
	height:400px;
	color:#FFFFFF;
	text-align:center;
	padding:5px;
	}
	
	.staff b{
	color:#FC3706;
	display:block;
	}
