/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	
	Version : 3.2.1
	Site	: www.buildinternet.com/project/supersized
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/
/*
--------------------------------------------------------
General HTML
--------------------------------------------------------
*/

* {
	margin:0; padding:0; 
}
	
body { 
	background:#111; height:100%; 
	font-family: "Futura", Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	margin: 15px 0 px 0px 0px;
	color: #CCC;
	font-size: 30px;
	font-weight: normal;
}

h2 {
	margin-bottom: 7px;	
	padding: 3px 0;
	background-color: #324143;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	padding: 5px 11px;
	margin-left: -12px;
}


p {
	line-height: 20px;
	margin-bottom: 9px;
}

ul {
	margin-bottom: 10px;
}

li {
	list-style: circle;
	list-style-position: outside;
	margin: 0 0 3px 0px;
}

p, li {
	font-size: 11px;
	line-height: 17px;
	color: #303030;
}



	img{ border:none; }
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url('/img/bg/progress.gif') no-repeat center center;}
	
	#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img{ width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized a { z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; display:block; }
			#supersized a.prevslide { z-index:-20; }
			#supersized a.activeslide { z-index:-10; }
			#supersized a.image-loading { background:#111 url('/img/bg/progress.gif') no-repeat center center; width:100%; height:100%; }
			#supersized a.prevslide img, #supersized a.activeslide img{ display:inline; }

/*
--------------------------------------------------------
Header
--------------------------------------------------------
*/
#header_content_bg {
	width: 100%;
	background-image:url('/img/sf_header.png');
	height: 130px;
}

#header_content {
	width: 600px;
	margin: 0px 0px 0px 60px;
}

#header {
	width: 530px;
	height: 630px;
	margin: 15px 0px 0px 35px;
	position: relative;
	background-image:url('/img/sf.png');
	background-repeat:no-repeat;
	background-position:top-left;
}

#header h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 200px;
	margin-left:10px;
	border:none;
	width: 350px;
	height: 65px;
}

#header h1 a{
	display: block;
	width: 500px;
	height: 65px;
	position: absolute;
	top: 40px;
	left: 0px;
	border:none;
}
#header h3 {
	margin:0;
	margin-top:0px;
	margin-left:300px;
	float: left;
	width: 147px;
	height: 160px;
	position: absolute;
	left: 450px;
}
#header h4 a, #header h4, #header h4 a:hover, #header h4 a:visited, #header h4 a:active  {
	margin:0;
	margin-top:0px;
	float:right;
	width: 117px;
	height: 18px;
	position: absolute;
	left: 771px;
	font-size:12px;
	color: #FFF;
	background-color:#039;
	padding: 8px 3px 3px 8px;
	top: 1px;
}
#header h4 a:hover, #header h4 a:visited, #header h4 a:active, {
	display: block;
	border: #FFF;
	color: #FFF;
}

#header ul {
	position: absolute;
	bottom: 300px;
	left: 374px;
	margin: 0;
	height: 104px;
	width: 107px;
}


#header li {
	display: inline;
	color: #4e4b52;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	list-style-type:circle;
}

#header li a, #header li a.active{
	display: block;
	float: left;
	width: 100px;
	color: #4e4b52;
	text-align: left;
	text-decoration: none;
	border-bottom: none;
}

#intro {
	font-size:  15px;
	line-height: 24px;
	font-family: "Futura", Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	color: #38363C;
	margin-top: 0px;
	width: 340px;
	position: relative;
	padding: 225px 20px 0px 12px;
	
}
.intro-small {
	font-size:  13px;
	line-height: 20px;
	font-family: Tahoma,Arial;
	color: #38363C;
	
	
}
#intro a, #intro a:link, #intro a:active, #intro a:hover{
	font-size: 12px;
	color:#38363C;
	text-decoration: none;
	
}
#intro a:hover{
	font-size: 12px;
	color:#fff;
	text-decoration: none;
}



/* common page styles */
	
	.clear
	{	clear: both;
		overflow: hidden;
		height: 0}

	#all
	{	width: 80%;
		min-width: 650px;
		margin: 40px auto 0 auto;
		background: #FCFFED;
		padding: 20px 35px}

	h1
	{	font: 26px tahoma, arial;
		color: #324143}

	p
	{	font: 12px tahoma, arial;
		color: #171F26;
		margin-bottom: 25px}

	a
	{	color: #324143}

	#copyright
	{	width: 80%;
		min-width: 650px;
		margin: 0 auto;
		padding: 20px 35px;
		background: #B6C28B;
		font: 12px tahoma, arial;
		color: #324143}

	#copyright a
	{	color: #324143}

	#copyright a:hover
	{	color: #171F26}
	


/* menu styles */
#jsddm
{	margin: 0;
	padding: 0}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#jsddm li a
	{	display: block;
		background: none;
		padding: 5px 12px;
		text-decoration: none;
		border-left: 1px solid #fff;
		width: 120px;
		color: #006633;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #fff;
	        color:#24313C;
		width: 131px;
		
		}
		
		#jsddm li ul
		{	margin:-218px;
			padding: 0;
			position: absolute;
			visibility: hidden;
			text-align: left;
			
			}
		
			#jsddm li ul li
			{	float: none;
				display: inline-table;}
			
			#jsddm li ul li a
			{	width: auto;
				background: #A9C251;
				color: #24313C}
			
			#jsddm li ul li a:hover
			{	background: #8EA344}





/*
--------------------------------------------------------
Footer
--------------------------------------------------------
*/

.footer {
	text-align: left;
	background-color:#FFFFFF;
	left: 95px;
	padding:10px 5px 30px 5px;
	bottom: 0px;
	position: absolute;
	width: 900px;
}
.footer p { 
font-size: 10px; 
}
.footer a:link, .footer a:visited { 
text-decoration: none; 
}
.footer a:hover, .footer a:active,{ 
text-decoration: underline; 
}

.footer-small {
	text-align: left;
	background-color:#FFFFFF;
	left: 95px;
	padding:20px 5px 0px 10px;
	bottom: 0px;
	margin-top: 0px;
	position: absolute;
	width: 900px;
}
.footer-small p { 
font-size: 10px; 
}
.footer-small a:link, .footer-small a:visited { 
text-decoration: none; 
}
.footer-small a:hover, .footer-small a:active,{ 
text-decoration: underline;
color: #A9C251;
}