/* Hycagen Ltd Style Sheet 
Build May 2010 www.mcc-sci.com/web_development*/

/*preliminaries*/

body {
	margin: 0;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #989898;
}
ul {
	margin: 0;
	padding: 0; 
}

#outerwrap {
	background: #C0D0E2 url(../images/background.gif) repeat-y 0 0;
	}
* html #outerwrap {
	width: 750px;
	margin: auto;
}/*fixed width IE6 to avoid overlaps*/

#innerwrap {
	min-width: 630px;
	min-height: 100%;
	background-color: #E9FDBE;
	margin: 0 14px 5px 14px;
	text-align: left;
	position: relative;
	overflow: hidden;/* to clear floats*/
	height: auto !important; /* for sticky footer */
	height: 100%;/*IE6 bug fix*/
}

/*main logo*/

#logodiv {
	margin: 0 0 0 0;
	width: 100%; height: 100px;
}

#logodiv a {
	display: block;
	width: 344px; height: 80px;
	margin: 40px auto 20px auto;
}
#logodiv img {
	border: none;
}

/* navigation*/

#navigation {
	width: 100%;
	margin: 0 0 20px 0; 
	font-size: 125%;
	position: absolute;
	top: 130px;
}

#navigation  ul{
	margin: 0 auto;
	text-align: center;
}

#navigation li {
	display: inline;
	margin: 10px;
}

body.it1 #navigation li#it1 a,
body.it2 #navigation li#it2 a,
body.it3 #navigation li#it3 a,
body.it4 #navigation li#it4 a,
body.it5 #navigation li#it5 a {
	color: #AAA;
	cursor: default;
}

#navigation a {
	color: #967E3E;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:hover {
	color: #689364;
}

/*picture strip*/

#picsdiv {
	width: 617px;
	margin: 35px auto 0 auto;
}

#picsdiv img {
	border: none;
}


/*content*/

#content {
	margin: 20px 40px 50px 40px;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #4C4C4C;
	background: #E9FDBE;
	text-align: center;
}
#content h1 {
	font-family: helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.8em;
	color: #6189B6;
}
#content a:hover {
	color: green;
}
body.hycagenindex #content {
	margin-bottom: 100px;
}

div #content p.subpara {
	text-align: left;
}

div #content p.subpara img {
	border: none;
}

div #content ol{
	text-align: left;
	margin: 5px 30px 5px 30px;
}

#bulletlist{
	width: 25em;
	list-style-type: none;
	line-height: 1.2em;
	margin: 0 auto;
	font-size: 0.9em;
	font-family: arial, sans-serif;
}
#bulletlist li {
	background: url(../images/arrow12pt.gif) no-repeat 0 0.3em;
	padding-left: 40px;
}
.centeralign {
	text-align: center;
}

#coinfo {
	font-size: 0.8em;
	color: #808080;
	margin: 10px;
}
#coinfo p {
	text-align: center;
}


/* footer */

html>body #footer {
	float: left;/*for Ffox vs IE6*/
}
#footer {
	width: 100%;
	background-color: #989898;
	margin: 0;
	border-top: 1px solid #989898;
	border-bottom: 2px solid #989898;
	clear: both /* for sticky footer* /
}
#footer p {
	margin: 1px 6px 0 6px;
	font-size: 11px;
	line-height: 11px;
	color: #FFF;
}

#footer p#authors {
	float: right;
	margin-right: 20px;
} 
#footer a {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	color: #000;
}

