body{
  background: url(site_bg.gif) repeat-x;
  background-color: #9f9f9f;
  margin: 0 auto;
  color: #e0e0e0;
  font-size: 14px;
  font-family: calibri, verdana, san-serif;
  
}

a{
  color: #ffffff;
}

#outter_container {
  
  width: 100%;
  text-align: center;
  margin: 0;
}

#container {
  background: url(content_bg.png);
  width: 941px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#header {
  width: 100%;
  height: 94px;
  background: url(header_bg.gif) no-repeat;
}

#nav,
#menu {
  width: 930px;
  height: 35px;
  background: url(menu_bg.gif) repeat-x;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: calibri, verdana, san-serif;
  font-size: 13px;
  clear: left;
}#nav a, #menu a {
	line-height: 35px;	
}

#menu a.multiline
{
	line-height: 16px;
	cursor: pointer;
}

#nav li,
#menu li,
a
{
	cursor: pointer;
}

#submenu{
  width: 930px;
  height: 35px;
  background: url(submenu_bg.gif) repeat-x;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  font-family: san-serif;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#content{
  background: url(contentarea_bg.png) repeat-x #3351aa;
  width: 930px;
  color: #fff;
  margin-top: -14px;
  margin-left: 6px;
  padding-bottom: 50px;
}

ul .content{
list-style-type: circle;
}

#copyright {
  width: 100%;
  height: 33px;
  background: url(copyright_bg.gif) no-repeat;
  text-align: center;
  color: black;
}

#copyright a {
  color: #000000;}
/*Specail Header*/
#headercontent{
  width: 100%;
  height: 90px;
  padding-top: 5px;
  clear: both;
  color: black;
  font: normal normal bold 10pt bold ;
}
#hightlight h1{
  margin: 0px;
  padding: 0px;
  font: normal small-caps bold 10pt bold ;
}


#flash{
  width: 526px;
  height: 236px;
  float: left;
  padding: 10px;
}

#content p{
  color: #fff;
}

#content h1{
  font-size:16px;
}
#copyright p
{
  font-size: xx-small;
}
/*End of Menu Stuff*/
/*sIFR Stuff*/
/* 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 {
  font-size: 10px;
  line-height: 3em;
	visibility: hidden;
	margin-top: 5px;
	/*margin-bottom: -50px;*/
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: 6px;
	line-height: 1.5em;
	font-size: 15px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
/*End of sIFR*/
/*Beginning of slideshowstuff*/
#slideshow{
		width:860px;	/* Total width of slideshow */
    }

	#previewPane{
		margin-bottom:10px;
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;

		/* CSS HACK */
		height: 581px;	/* IE 5.x */
		height/* */:/**/550px;	/* Other browsers */
		height: /**/550px;

	}
	#previewPane img{
		line-height:600px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{

		height:102px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;

		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;

	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;

	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;
	}

	#theImages .imageCaption{
		display:none;
	}
/*End of Slideshowstuff*/