/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote { 
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body { 
	font-family: Arial, Helvetica, sans-serif;
	background: url(../files/bg.jpg) repeat-x;
	color: #ccc;
}

.flLeft { 
	float: left;
	margin: 20px;
}

.flRight { 
	float: right;
	margin: 20px;
}

.flCenter { 
	text-align: center;
	margin: 0 auto;
}

.clear { 
	clear: both;
}

#header { 
	position: relative;
	top: 4px;
	left: 0px;
	margin-left: 0px;
	border: 0px solid red;
	width: 851px;
	height: 213px;
}

#stlogo { 
	float: left;
	margin: 0 auto;
	padding-top: 0px;
	text-align: center;
	height: 213px;
	width: 300px;
	border: 0px solid #000;
}

#head_image_st { 
	float: right;
	width: 540px;
	border: 0px solid #000;
	margin: 0px;
	padding: 0px;
}

/* -------------------------------- LAYOUT -------------------------------- */

div#site-wrapper { 
	width: 858px;
	margin: 0 auto;
}

div#main-logo { 
	float: left;
	width: 86px;
	height: 68px;
}

div#main-logo-text { 
	float: left;
	width: 227px;
	margin-top: 10px;
	color: #eee7b1;
}

div#top-links { 
	float: right;
	height: 31px;
	padding-top: 37px;
	padding-right: 16px;
	width: 835px;
}

div#top-links a { 
	font-size: 0.7em;
	font-weight: bold;
	margin-right: 4px;
	margin-left: 4px;
	color: #fffffe;
}

div#banner { 
	width: 858px;
	background: url(../files/banner-bg.jpg) no-repeat;
	clear: both;
	height: 214px;
	border: 0px solid red;
}

div#navigation { 
	height: 34px;
	width: 858px;
	background: url(../files/nav-bg.gif) no-repeat;
	border: 0px solid #000;
}

div#content-wrapper { 
	background: url(../files/content-bg.gif) repeat-y;
	width: 858px;
	border: 0px solid #fff;
}

div#footer { 
	background: url(../files/footer-bg.gif) no-repeat;
	width: 858px;
	height: 24px;
}

div#footer-copy { 
	width: 858px;
	border: 0px solid #000;
	margin: 0 auto;
	padding-right: 2px;
	margin-top: -10px;
	text-align: right;
	color: #666;
	font-size: 0.6em;
}

* html div#footer-copy { 
	width: 823px;
	border: 0px solid #000;
	padding-right: 8px;
}

/* ------------------------------- TYPOGRAPHY ------------------------------- */

h1 { 
	color: #274c5e;
	padding-top: 20px;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: -10px;
}

h2 { 
	font-weight: normal;
	font-size: 0.9em;
}

p { 
	font-size: 0.8em;
	line-height: 1.6;
	color: #2c2d2d;
	padding-left: 0;
}

a:link { 
	color: #2c2d2d;
	text-decoration: none;
}

a:visited { 
	color: #2c2d2d;
	text-decoration: none;
}

a:active, a:hover { 
	text-decoration: underline;
}

li { 
	padding: 8px 0 10px 15px;
	font-size: 1.0em;
	background: url(../files/list-item.gif) left no-repeat;
	list-style: none;
}

li a { 
	text-decoration: underline;
}

ul { 
	padding: 20px 0 0px 40px;
	font-size: 0.8em;
	color: #2c2d2d;
}

ul ul { 
}

ol { 
	padding-left: 40px;
	font-size: 1.0em;
}

/* ------------------------------- NAVIGATION ------------------------------- */

div#navigation ul { 
	display: block;
	float: left;
	height: 34px;
	line-height: 34px;
	padding: 0 0 0 70px;
}

div#navigation ul li { 
	display: inline;
	float: left;
	font-weight: bold;
	background: none;
	padding: 0;
}

div#navigation ul li a:link,
div#navigation ul li a:visited { 
	display: inline;
	float: left;
	text-decoration: none;
	color: #fffffe;
	font-size: 0.9em;
	padding-right: 14px;
	padding-left: 14px;
	background: url(../files/nav-divide.gif) right no-repeat;
}

div#navigation ul li a:active,
div#navigation ul li a:hover { 
	color: #f0dd92;
}

/* -------------------------------- CONTENT PAGES -------------------------------- */


div#content-wrapper h1 { 
	padding: 28px 0 10px 38px;
}

div#content-wrapper p { 
	padding-top: 20px;
	padding-left: 38px;
	padding-right: 38px;
	text-align: justify;
}

ul.left-list { 
	width: 240px;
	float: left;
}

ul.right-list { 
	width: 240px;
	float: left;
	padding-left: 20px;
}

/*SITEMAP*/

.list li { 
	background: none;
	font-size: 1.0em;
	margin-bottom: -15px;
}

.list ul { 
	margin-top: -25px;
	font-size: 1.0em;
	margin-bottom: 20px;
}

.list li a { 
	text-decoration: none;
}

.list a { 
	text-decoration: none;
	color: #37444F;
}

.list a:hover { 
	text-decoration: none;
	color: #999;
}

/* 
FORMATION CSS:
Heavily borrowed from:
http://silice.de/csstest/formtest.html
*/

form.formation * { 
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial;
}

form.formation fieldset { 
	border: 0px solid #CCC;
	margin: 2em;
	padding: 1em;
	font-size: 0.9em;
	font-weight: normal;
	width: 33em;
}

form.formation  p.radio,
form.formation p.checkbox { 
	font-size: 0.9em;
}

/* really bad IE hack { 
	width: 50em;
}

* html form.formation fieldset legend { 
	margin-bottom: 1em;
}

form.formation input, 
form.formation select, 
form.formation textarea { 
	font-weight: normal;
	float: left;
	margin: 0 0 0.3em 0;
	font-size: 1.2em;
}

form.formation fieldset br { 
	clear: left;
}

/* IE hack */

form.formation label { 
	font-size: 0.8em;
	font-weight: normal;
	width: 10em;
	float: left;
}

form.formation input, 
form.formation select, 
form.formation textarea { 
	margin: 0 0 0.3em 0;
}

form.formation input.text,
form.formation input.password { 
	width: 20em;
	border: 1px solid #CCC;
	padding: 0.1em;
	font-size: 1.2em;
	color: #000;
}

form.formation select { 
	width: 20em;
	border: 1px solid #CCC;
	color: #000;
}

form.formation textarea { 
	width: 20em;
	border: 1px solid #CCC;
	padding: 0.1em;
	font-size: 1.2em;
	color: #000;
}

form.formation input.checkbox { 
	margin-left: 8em;
	color: #000;
}

form.formation label.checkbox { 
	font-weight: normal;
	margin-left: 1em;
}

form.formation input.radio { 
	margin-left: 8em;
	color: #000;
}

form.formation label.radio { 
	font-weight: normal;
	margin-left: 1em;
}

form.formation input.button { 
	width: 20em;
	border: 1px solid #CCC;
	background-color: #DDD;
	font-weight: 900;
	font-size: 1.2em;
	margin-top: 2em;
	color: #999;
}

form.formation input.button:hover { 
	border: 1px solid black;
}

form.formation p.FORMATIONerror { 
	width: 30em;
	border: 1px solid #CC6666;
	color: #000000;
	background-color: #FFCCCC;
	padding: 5px;
	margin: 0 20px 20px 20px;
	font-size: 1.0em;
	text-align: center;
}

form.formation p.FORMATIONsuccess { 
	width: 30em;
	border: 1px solid #76CB66;
	color: #000000;
	background-color: #D3FECB;
	padding: 5px;
	margin: 0 20px 20px 20px;
	font-size: 1.0em;
	text-align: center;
}

form.formation strong { 
	background: none;
}

#lightbox { 
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 910;
	text-align: center;
	line-height: 0;
}

#lightbox img { 
	width: auto;
	height: auto;
}

#lightbox a img { 
	border: none;
}

#outerImageContainer { 
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer { 
	padding: 10px;
}

#loading { 
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav { 
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav { 
	left: 0;
}

#hoverNav a { 
	outline: none;
}

#prevLink, #nextLink { 
	width: 49%;
	height: 100%;
	background: transparent url(../files/blank.gif) no-repeat;
	display: block;
}

#prevLink { 
	left: 0;
	float: left;
}

#nextLink { 
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover { 
	background: url(../files/prevlabel.gif) left no-repeat;
}

#nextLink:hover, #nextLink:visited:hover { 
	background: url(../files/nextlabel.gif) right no-repeat;
}

#imageDataContainer { 
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData { 
	padding: 0 10px;
	color: #666;
}

#imageData #imageDetails { 
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption { 
	font-weight: bold;
}

#imageData #numberDisplay { 
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose { 
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}

#overlay { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 500px;
	background-color: #001;
}

