/* -------------------------------------------------------------- 
  
   herrod.css
   
-------------------------------------------------------------- */
body {
	margin: auto;
	padding: 0;
	border: 0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;		/* 62.5 percent of 16px (most browsers default text size) = 10px */
	text-align: center;
	background-color: #fafafa;
	color: #666666;	
}
img {
	border: 0;
}
p {
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 1.1em;		/* 11px */
	line-height: 14px;
}
a {
	color: #000000;	
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;	
}
h1 {
	font-size: 1.6em;	  	/* 16px */
	color: #666666;
	margin: 0 0 12px 0;
}
ul#faqs {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#faqs li ol {
	margin: 0 0 12px 16px;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.3em;
}
p.question {
	font-weight: bold;
}

/* IDs and Classes
-------------------------------------------------------------- */
.green {
	color: #b8e441;
	font-weight: bold;
}
#logo {
	margin: 53px 0 0 75px;
}
#ftpLogin a {
	position: absolute;
	top: 390px;
	margin-left: 849px;
	width: 90px;
	height: 109px;
	background: url(../images/ftp_login.jpg) no-repeat;
	z-index: 100;
}
#ftpLogin a:hover {
	background: url(../images/ftp_login_over.jpg) no-repeat;
}
#fsc a {
	position: absolute;
	top: 243px;
	margin-left: 845px;
	width: 162px;
	height: 184px;
	background: url(../images/fsc.jpg) no-repeat;
}

/* Containers
-------------------------------------------------------------- */
#container {
	margin: auto;
	width: 1123px;
	height: 646px;
	text-align: left;
	background: url(../images/bg_herrod.jpg) no-repeat;
	padding: 23px 0 0 100px;
}
#nav {
	position: absolute;
	margin: 11px 0 0 287px;
	padding: 0;
	font-weight: bold;
	height: 18px;	
	z-index: 2;
}
#leftContent {
	margin: 21px 0 0 67px;
	padding: 5px 10px 10px 10px;
	width: 189px;
	height: 261px;
	overflow: auto;
}
#rightContent {
	position: absolute;
	top: 66px;
	margin-left: 290px;	
	width: 555px;
	height: 419px;	
	z-index: 0;
}
#opacityBox {
	position:absolute; 
	top: 26px;
	left: 26px;
		
	width: 500px;
	height: 355px;	
	background: #ffffff; 	
	
	opacity: 0.8;
	-moz-opacit: 0.8;
	-khtml-opacity: 0.8;	
	filter: alpha(opacity=80);
}

/* Slideshow
-------------------------------------------------------------- */
ul#slideshow {	
	margin: 0;
	padding: 0;
	position: relative;
	width: 557px;
	height: 419px;
	list-style-type: none;
	overflow: hidden;
}
ul#slideshow li {
	margin: 0;
	padding: 0;
}
.showContent {
	visibility: visible;
}

/* Footer
-------------------------------------------------------------- */
#footer {
	float: left;
	margin: 57px 0 0 365px;
	font-size: 1.1em; 	/* 11px */
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
