body {
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	text-align:center;
}

body#content {
background-image:none;
text-align: left;
}

#container {
width:982px;
margin: 0 auto;
text-align:left;
}

#content {
	background-color: #fff;
}

#footer {
	width: 960px;
	height: 20px;
	clear: both;
	padding-top: 3px;
}

#footer #copyright {
	font-size: 10px;
	text-align: left;
	width: 400px;
	height: 20px;
	float: left;
	padding:0px 0px 0px 10px;
}

#footer #cms {
	width: 400px;
	height: 20px;
	float: right;
	text-align: right;
	font-size: 10px;
	padding:0px 10px 0px 0px;
}

/*Styles#*/
a img, img { 
	border: none; 
	}

.photo-link { 
padding: 5px; 
margin: 5px; 
border: 1px solid #999; 
display: block; 
width: 100px;
float: left; 
}

.photo-link:hover { 
border-color: white; 
}

.clear {
clear:both;
}


/*END Styles#*/





body {
	background-image:url(/img/site/bghsn.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#9b9b9b;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#topNav {
text-align:right;
height:100px;
}
	#topNav_links {
	position:relative;
	top:55px;
	text-align:right;
	left:370px;
	width: 600px;
	}
		#topNav_links a {
		font-size:16px;
		text-decoration:none;
		}

#wrapper {
	margin: 0 auto;
	text-align:left;
	width:980px;
	height:323px;
	top:3px;
	position:relative;
	}
	
	#wrapper2 {
	
	margin: 0 auto;
	text-align:left;
	width:980px;
	color:#FFFFFF;
	margin:0 auto;
	background-color:#0c0c0c;
	position:relative;
	float:left;
	}
	
#gallery {
text-align:center;
	width:470px !important;
	width:490px;
	padding-left:50px;
}

#contentL {
	width:470px !important;
	width:490px;
	padding:10px;
	float:left;
	background-color:#0c0c0c;
	min-height:70px;
}
#contentLint {
	width:940px !important;
	width:980px;
	padding:10px;
	float:left;
	background-color:#0c0c0c;
	min-height:70px;
}
#contentR {
	width:470px !important;
	width:490px;
	padding:10px;
	float:left;
	background-color:#0c0c0c;
	min-height:70px;
}
	
#slideshow {
	float:left;
	position:absolute;
	height:300px;
	margin-left:-20px;
}

#slideshow img {
	border: #999 1px solid;
	padding:2px;
}

#topRight {
float:right;
position:absolute;
right:23px;
top:2px;
}

#footer {
clear:both;
width:980px;
color:#FFFFFF;
padding:3px 0px 3px 0px;
background-color:#0c0c0c;
text-align:right;
}

/* FRONTPAGE */

/* ------------------Text Formation------------------ */

p, div, table, tr, td, form, input { 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:0px;
margin:0px;
font-weight:normal;
text-decoration:none;
}
select, option {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:none;
}
a {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#99cc00;
}
a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#fff;
font-weight:bold;
text-decoration:underline;
}
a:active,a:focus {outline:0;}
h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#EB2D2E;
padding:0px;
margin:0px;
font-weight:normal;
text-decoration:none;
}
/* demo specific CSS settings */
h1 a,
h1 a:hover {font-size:18px;}
#fpss-static-title {text-align:center;margin:20px auto;}
#fpss-container {margin:60px auto;background:#fff;}


a

/* Navigation Styles
=====================================================================*/
#navigation li {
   list-style: none;
   margin: 0; 
   padding: 0px 5px 0px 5px;
}
/*#navigation li {
   float: left;
}
#navigation li a {
   color: #fff;
   display: block;
   padding: 3px 0;   
   text-align: center;
   text-decoration: none;
}
#navigation li a:hover {
   color: #CCC;
   text-decoration: none;
}*/

/* main navigation styles
=====================================================================*/

#nav {
	z-index: 2;
}

ul#navigation {
	z-index: 2;
	margin: 0px;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	}	

/* sub menu */
ul#navigation li ul { 
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	left: 0; /* set 1px less than menu width */
	top: 22px;
	padding: 0px;
}

ul#navigation li ul li { 
	padding: 0px;
}

ul#navigation li ul li ul {
	left: 161px; /* set 1px less than menu width */
	top: 0;
}

/* menu items */
ul#navigation li a {
	display: block;
	text-decoration: none;
	color: #99cc00;
	background-color: none; /* IE6 bug */
	padding: 2px 5px 3px 5px;
	/*border-bottom: 1px solid #ccc;*/
}

/* hover */
ul#navigation li a:hover {
	color: #fff;
	background-color: none;
}

/* with sub */
ul#navigation a.parent, ul#navigation a.parent:hover {
/*	background-image: url('images/arrows.gif');
	background-position: center right;
	background-repeat: no-repeat;
*/
}
/* sub menu items */
ul#navigation li ul li a {
	background-color: #e6e6e6;
	color: #373737;
	width: 150px;
	display: block;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 3px 5px 4px 5px;
	
}
ul#navigation li ul li a:hover {
	background-color: #ffffff;
	color: #373737;
	width: 150px;
	display: block;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 3px 5px 4px 5px;
}

/* should not need to be changed */
ul.nav, ul.nav ul { margin: 0; padding: 0; list-style: none; }
ul.nav li { position: relative; }
ul.nav ul { position: absolute; display: none; }
ul.nav li ul { z-index: 3; }
ul.nav li ul li ul { z-index: 4; }
ul.nav li:hover > ul { display: block; }

ul.nav > li { 
	float: left;
	width: 100px; /*106*/
	text-align: center;
}