/* Start of CMSMS style sheet 'intro' */
body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background: #4E4912 url(/images/bg_body_intro.jpg) repeat-x fixed left bottom; 
	height: 101%;
}
.clearfix :after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xhtml] .clearfix {
	display: block;
}
*html .clearfix {
	height: 1%;
}
#content {
	position: relative;
	z-index: 5;
	width: 700px;
	height: 500px;
	margin: 10px auto 0;
	/*border: 8px solid #FFCE6E;*/
	border: 8px solid #002E00;
	background: #4E4912 url(uploads/images/ajax-loader.gif) no-repeat scroll center center;
}
#contentInner {
	width: 100%;
	display: none;
	position: absolute;
	top: 0px;
	left: center;
	z-index: 20;
}
#contentText {
	padding: 20px;
	width: 450px;
	border: 2px solid #FFCE6E;
	margin: 20px auto 0;
	position: absolute;
	top: 5px;
	left: 100px;
	background: transparent url(uploads/jfd/images/intro_bg.png) repeat scroll 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#title {
	width: 100%;
	margin: 0 auto;
}	
#title h1 {
	display: block;
	width: 400px;
	margin: 0 auto;
	height: 158px;
	background: transparent url(uploads/jfd/images/foughtslogo_sm.png) no-repeat 0 0;
	text-indent: -9999em;
}
#flashIntroContainer {
	width: 700px;
	height: 500px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 30;
}
#slideshow {
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 5;
	display: none;
}
#slideshow li {
	margin: 0;
	padding: 0;
	width: 692px;
	height: 492px;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 4px solid #FFCE6E;
	overflow: hidden;
}
#menu {
	width: 700px;
	height: 35px;
	margin: 10px auto 0;
}
#menu ul  {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li {
	margin: 0;
	padding: 0;
	float: left;
}
#menu ul li a {
	display: block;
	float: left;
	color: #fff;
	margin: 0 10px;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #FFCE6E;
	text-decoration: underline;
}
#copyright {
	font-size: 11px;
	color: #fff;
	text-align: center;
}
#copyright a {
	color: #FFCE6E;
}
/* End of 'intro' */

