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

body {
	font-size: 62.5%;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin: 0;
	background: #ffffff url(images/top_bg.jpg) center top repeat-x;
}
#wrapper {
	background: url(images/page_bg.jpg) center top repeat-y;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background: url(images/header.jpg) center top no-repeat;
	height: 137px;
	}
#header img {
	margin-left: 30px;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	margin-top: 0;
	margin-left: 15px;
	color: #ffffff;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	margin-top: 25px;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: italic;
	text-decoration: underline;
	}
#content a {
	text-decoration: none;
	color: #0066CC;
	}
#content a:hover {
	text-decoration: none;
	background-color: #CCCCFF;
	color: #990000;
	}
#content a:visited {
	text-decoration: none;
	color: #990000;
}
#content {
	clear: left;
	float: right;
	background: url(images/contentcorner.jpg) top left no-repeat;
	width: 517px;
	margin: 20px 30px 20px 0;
	padding-left: 20px;
}
#content p{
	font-size: 1.6em;
	margin-top: 25px;
	margin-left: 50px;
	}
#content ul{
	list-style-type: disc;
	font-size: 1.4em;
	margin-top: -25px;
	margin-left: 40px;
	padding-left: 40px;
	margin-top: 0;
	}
#sidebar {
	clear: left;
	float: left;
	background: url(images/sidebar_head.jpg) left top no-repeat;
	width: 214px;
	margin-top: 20px;
	margin-left: 19px;
	padding: 0;
}
#sidebar p {
	font-size: 1.4em;
	margin-left: 25px;
	}
#sidebar ul {
	list-style-type: none;
	line-height: 20px;
	margin-top: -10px;
	}
#sidebar li {
	font-size: 1.6em;
	text-indent: -15px;
	}
#sidebar a{
	text-decoration: none;
	color: #0066CC;
	}
#sidebar a:hover {
	text-decoration: none;
	background-color: #CCCCFF;
	}
#sidebar a:visited {
	text-decoration: none;
	color: #0066CC;
}
#footer {
	clear: both;
	background: url(images/footer.jpg) center bottom no-repeat;
	height: 60px;
	text-align: center;
	margin: 0;
	}
#footer p {
	margin-left: 155px;
	font-size: 1.2em;
	}
.floatRight {
	float: right;
	padding-top: 5px;
	padding-left: 10px;
	}
.floatLeft {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	}
.warning {
	color: #FF0000;
	}
/* -------------------- Begin Rollover Navigation styles ----------------------- */
#navbar {
	float: left;
	width: 760px;
	height: 38px;
	margin-top: 26px;
	margin-left: 21px;
}
#navbar ul {
	list-style-type: none;
}
#filing a {
 float:left;
 width:153px;
 height:38px;
 background-image:url(images/navbar.jpg);
 background-position:0px 0px;
}
#filing a:hover {
 background-position:0px -38px;
}
body#filing1 a#filingLink {
	background-image: url(images/navbar.jpg);
	background-position: 0px -38px;
}
#products a {
 float:left;
 width:151px;
 height:38px;
 background-image:url(images/navbar.jpg);
 background-position: -153px 0px;
}
#products a:hover {
 background-position: -153px -38px;
}
body#products1 a#productsLink {
	background-image: url(images/navbar.jpg);
	background-position: -153px -38px;
}
#forms a {
 float:left;
 width:151px;
 height:38px;
 background-image:url(images/navbar.jpg);
 background-position: -304px 0px;
}
#forms a:hover {
 background-position: -304px -38px;
}
body#forms1 a#formsLink {
	background-image: url(images/navbar.jpg);
	background-position: -304px -38px;
}
#healthcare a {
 float:left;
 width:151px;
 height:38px;
 background-image:url(images/navbar.jpg);
 background-position: -455px 0px;
}
#healthcare a:hover {
 background-position: -455px -38px;
}
body#healthcare1 a#healthcareLink {
	background-image: url(images/navbar.jpg);
	background-position: -455px -38px;
}
#contact a {
 float:left;
 width:153px;
 height:38px;
 background-image:url(images/navbar.jpg);
 background-position: -606px 0px;
}
#contact a:hover {
 background-position: -606px -38px;
}
body#contact1 a#contactLink {
	background-image: url(images/navbar.jpg);
	background-position: -606px -38px;
}
/* -------------------- End Rollover Navigation styles --------------------- */

/* IE6 Fixes */
*html #content {
	display: inline;
	}
*html #sidebar {
	display: inline;
	}
*html #navbar {
	display: inline;
	}