/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #585858;
	background-color: #b6c4cb;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0099cb;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099cb;
	width: 794px;
	}
	
a { color: #0e42ed;}

td { font-size: 12px;}

hr {
	margin: 0px;
	padding: 0px;
	width: 430px;
	border-top: 1px dashed #333333;
}

H1 { /* HOMEPAGE TAGLINE & PRODUCT NAMES */
	font-size: 24px;
	font-weight: bold;
	color: #ae5003;
	width: 430px;
	margin: 0px;
	padding: 0px;
	}
	
H2 { /* HEADLINE */
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #37485d;
	width: 430px;
	line-height: 17px;
	}
	
H3 { /* SUB HEAD */
	font-size: 15px;
	font-weight: bold;
	color: #ae5003;
	margin: 0px;
	padding: 0px;
	}
	
.breadcrumb { /* PAGE TITLE */
	position: absolute;
	left: 45px;
	top: 50px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	}
	
#header {
	margin: 0;
	padding: 0;
	background-color: #e1e1e1;
	background-image: url(../images/globe.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
#header H5 {
	margin: 0;
	padding:0;
	height: 53px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	}
	
#header H5 a { 
	position: absolute; 
	left: 5px;
	color: #e1e1e1;
	width: 280px;
	height: 53px;
	display: block;
	}


/* STYLES FOR NAV BAR */

#navBar { 
	position: absolute;
	top: 52px;
	left: 290px;
	z-index: 2;
	width: 510px;
	background: #0099cb;
	border-top: 1px solid #000000;
	
	}
	
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}

#nav a {
	display: block;
	width: 80px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	padding: 3px 0px 3px 0px;
	}

#nav a:hover { background: #ef3f35;}

#nav li {
	float: left;
	width: 80px; 
	background-color: #0099cb;
	}

#nav li li {
	float: none;
	width: 150px;
	background-color: transparent;
	}

#nav li li a { 
	color: #233d91;
	width: 150px;
	font-size: 12px;
	text-align: left;
	padding-left: 4px;
	}

#nav li li a:hover { color: #ffffff;}

#nav li ul {
	position: absolute;
	background: #ffeb00;
	width: 150px;
	left: -999em; 
	}

#nav li:hover ul, #nav li.sfhover ul { 
	left: auto;
	}
/* END NAV BAR */
	
#main {
	margin: 0;
	background-color: #b6c4cb;
	background-image: url(../images/mainBack.jpg);
	background-repeat: repeat-y;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 60px;
	}

#main p { width: 400px;}

#main ul li {
	width: 375px;
	vertical-align: top;
	}

.prodImg {padding-left: 30px;}

.subfeature {padding: 0px 20px 0px 0px;}

#sidebar {
	position: absolute;
	z-index: 1;
	top: 72px;
	left: 530px;
	width:267px;
	height: 151px;
	}

#sidebar p {
	padding-left: 20px;
	width: 200px;
	}
	
#sidebar h3 {
	padding-left: 20px;
	width: 200px;
	}

#sideimage {	/* trainingManager.html */
	position:absolute;
	z-index: 1;
	top: 490px;
	left: 500px;
	width: 294px;
	height:802px;
	}

#sideimage1 {	/* sampleTracker.html */
	position:absolute;
	z-index: 1;
	top: 330px;
	left: 480px;
	width: 320px;
	height: 503px;
	}
	
#sideimage2 {	/* userSurvey.html */
	position: absolute;
	z-index: 1;
	top: 360px;
	left: 470px;
	width: 294px;
	height: 565px;
	}

#sideimage3 {	/* Matrix.html */
	position: absolute;
	z-index: 1;
	top: 600px;
	left: 475px;
	width: 294px;
	height: 565px;
	}
		
.topSide { padding-top: 20px;}

#footer {
	background-color: #ffffff;
	padding: 15px 20px 20px 40px;
	background-image: url(../images/footBack.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 10px;
	color: #999999;
	}

#footer p {
	padding: 0; 
	margin: 0;
	text-align: right;
	}

#footer a {
	padding-right: 10px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
	}
