@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(images/background.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-position: top left;

}

HR {
    height:1px; 
	border: none;
	background: #000;
	noshade 
}


h1 {
	font-size: 16px;	
}

h2 {
	font-size: 14px;	
}

a {
	text-decoration: none;
	color: #0CF;
}

a:hover {
	text-decoration: none;
	color: #36F;
}

.folioDesc {
	/*border-left-color: #000;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #F0DFFF;*/
	text-align: left;
	width: 100%;
	height: 130px;
}

.folioIm {
	background-color: #DDD;
}

.labCon {
	margin: 0;
	padding: 0;
	border: none;
}

.more {
	text-align:right;
	margin: 0;
	padding: 0;
}

.storytitle {
	color:#0CF;
	font-size: 18px;
}

.storytitleH {
	margin: 0;
	padding: 0;
}

.storydateH {
	margin: 0;
	padding: 0;
}

.formField {
	width: 300px;
	background-color: #DDE9F2;
	border: 1px solid #575B5E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#formSubmit {
	width: 400px;
	text-align: right;
	margin-left: 200px;
}


#container {
	background-image: url(images/splatter.png);
	background-repeat: no-repeat;;
	background-position: top center;
	padding-bottom: 20px;
	width: 1100px;
	height: auto;
	margin: 0 auto;
}

#containerInner {
	float: left;
	clear: both;
	width: 1100px;
	background-image: url(images/contbg.png);
	background-repeat: repeat-y;
}

#pageHeader {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 1100px;
	height: 335px;
}

#nav ul li {
	display: inline;
	color: #333333;
}

#nav ul li a{
	text-decoration: none;
	color: #333333;
}

#nav ul li a:hover{
	color: #0CF;
}

#nav li {
	margin: 0;
	padding-left: 10px;
	text-decoration: none;
	letter-spacing: -0.2em;
}

#nav ul {
	
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#nav {
	padding-top: 14px;
	width: 923px;
	height: 73px;
	background-image: url(images/navbg.png);
	background-repeat: no-repeat;
	position: fixed;
	margin-left: 85px;
	z-index: 200;
}

#exlinks {
	text-align: right;
	margin-right: 30px;
	width: 150px;
	height: 25px;
	position: absolute;
	left: 732px;
	top: 14px;
}

#exlinks ul {
	text-align: right;
}

#exlinks ul li{
	padding: 0;
	margin: 0;
}

#exlinks ul li a img {
	border: 0;
}



#subnav {
	width: 500px;
	float: left;
	clear: both;
	text-align: right;
	position: relative;
	left: 452px;
	top: 289px;
	
}

#subnav ul li {
	display: inline;
	color: #333333;
}

#subnav ul li a{
	text-decoration: none;
	color: #333333;
}

#subnav ul li a:hover{
	color: #F33;
}

#subnav li {
	margin: 0;
	padding-left: 10px;
	text-decoration: none;
}

#subnav ul {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #0CF;
	text-align: right;
	font-size: 18px;
	letter-spacing: -0.2em;
}

#title {
	width: auto;
	float: left;
	position: relative;
	left: 138px;
	top: 315px;
}

#title h1 {
	color: #0CF;
	text-align: right;
	font-size: 40px;
	letter-spacing: -0.2em;
	margin: 0;
}

#news {
	width: 415px;
	padding: 5px;
	overflow: hidden;
}

#content {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
	height: auto;
	margin-left: 109px;
	width: 816px;
	background-color: #FFF;
	min-height: 300px;
}

#content img {
	border: none;
}

#content td {
	/*text-align: center;*/
	margin: 0;
	border: none;	
	padding: 6px;
}

#content td img {
	border: none;
}

#content table {
	border-collapse: collapse;
}

.post {
	background-color: #DDE9F2;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 20px;
}

.postLink {
	background-color: #DDE9F2;
	padding: 10px;
	margin-bottom: 10px;
}

.moreBox {
	background-color: #DAE4EA;
	margin-bottom: 10px;
	padding: 2px;
	padding-right: 10px;
}

#homeCont {
	width: 535px;
}

#homeCont img {
	border: none;
}

#sidebar {
	text-align: left;
	width: 360px;
	height: auto;
	background-color: #FFF;
	float: right;
	margin-left: 30px;
	margin-top: 6px;
}

#labbar {
	text-align: left;
	width: 240px;
	height: auto;
	background-color: #FFF;
	float: right;
	margin-top: 25px;
	margin-left: 30px;
	padding-left: 20px;
	border-left: black 1px solid;
}

#homePanel {
	text-align: left;
	width: 810px;
	height: auto;
	/*background-color: #DDE9F2;*/
	float: left;
	/*padding: 20px;*/
	padding-bottom: 5px;
}

#homeTable {
	text-align: center;
}

#homeTable img {
	margin: auto;
}

#footer {
	float: left;
	margin-left: 87px;
	background-image:url(images/contbot.png);
	background-repeat: no-repeat;
	height: 56px;
	width: 923px;
}

#pagefooter {
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	color: #fff;
	margin-right: 100px;
	float: right;
	height: 38px;
	width: 340px;
	background-image:url(images/footer.png);
	background-repeat: no-repeat;
	margin-bottom: 40px;
}

#pagefooter2 {
	text-align: left;
	padding-left: 20px;
	padding-top: 3px;
	color: #fff;
	margin-left: 94px;
	float: left;
	height: 35px;
	width: 106px;
	background-image:url(images/footer2.png);
	background-repeat: no-repeat;
	margin-bottom: 40px;
}

#pagefooter2 a img {
	border: none;
}
