/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-image: url(images/bg-gradient.jpg);
	background-repeat: repeat-y;
	font-size: 10.5pt;
	color: #333333;
}

#wrapper {
	margin: 20px auto;
	width: 733px;
}

#top {
	height:15px;
	background-image: url(images/top.gif);
}

#content {
	clear:both;
	background-image: url(images/tubefade2.gif);
	background-repeat: no-repeat;
	background-color: #f6f5f5;
	margin-bottom: 0px;
}
	
#header {
	clear:both;
}

#logo {
	float:left;
	height: 73px;
	padding-left: 19px;
}

#heading {
	height:46px;
	margin-left: 185px;
}

#email {
	text-align:left;
	margin-left: 195px;
}

#topmenu {
	height:30px;
	padding-left: 30px;
}

#results {
	clear:both;
	text-align: right;
	padding-right: 29px;
	background-image: url(images/gradient-line.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 5px;
}

#rollovermenu {
	height: 250px;
	margin-bottom: 20px;
}

#textcontent {
	padding-left: 29px;
	padding-right: 29px;
}

#footer {
	height:35px;
	background-image: url(images/gradient-line.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	margin-bottom: 0px;
}

#bottommenu {
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
	padding-left: 29px;
	}
#bottomlogo {
	text-align: right;
	padding-right: 29px;
}

#bottom {
	height:15px;
	background-image: url(images/bottom.gif);
	clear: both;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 0px;
}

h1 {
	font-size:1.2em;
	margin-top: 0px;
}

h1.quote {
	font-size:1.4em;
	margin-top: 0px;
	color: #333333;
	font-style: italic;
}

h2 {
	font-size:1.2em;
	clear: both;
	margin-bottom: 0em;
	margin-top: 0px;

}

h3 {
	font-size:1.1em;
	margin-bottom: 0.4em;
	color: #FF9933;
}

h4 {
	font-size:1em;
	margin-bottom: 0.4em;
	margin-top: 0px;
}

h5 {
	font-size: 0.7em;
	font-style: italic;
	padding-left: 29px;
	font-weight: normal;
	margin: 0;
}

a img {border:none}

a {
	text-decoration:none;
	color: #333;
}

a:hover {color:#f93}

.titleimage {
	float:left;
	padding-right: 21px;
	padding-bottom: 10px;
}

.titleheader {border:none}

.listparagraph {margin-bottom:0.4em}

.clear {clear:both}

#topmenu a{
	padding-right:5px;
	font-size: 0.8em;
}

#bottommenu a{
	padding-right:7px;
	font-size: 0.75em;
}

#textcontent p{
	margin-top:0
}

#textcontent a{text-decoration:underline}

#textcontent ul{
	margin-top:0
}

#textcontent li{
	list-style-position: outside;
	margin-left: -1.5em;
	list-style-image: url(images/crs_bullet.gif);
}

#textcontent table {
	border-collapse:collapse;
	font-size: .9em;
}

#textcontent table tr.headerrow {
	background-color: #CCCCCC;
	font-weight: bold;
}

#textcontent table td {
	border: 1px solid #333333;
}

#textcontent table.nogrid td {
	border: none;
}

/* Index Rollovers */

a.rollover1 {
	display: block;
	width: 150px;
	height: 250px;
	text-decoration: none;
	background-image: url(images/prog-man.gif);
	float: left;
	margin: 0 25px 0 29px;
} 

a.rollover1:hover { 
   background-position: -150px 0; 
}

a.rollover2 {
	display: block;
	width: 150px;
	height: 250px;
	text-decoration: none;
	background-image: url(images/onsitedrug.gif);
	float: left;
	margin: 0 25px 0 0;

} 

a.rollover2:hover { 
   background-position: -150px 0; 
} 

a.rollover3 {
	display: block;
	width: 150px;
	height: 250px;
	text-decoration: none;
	background-image: url(images/background-checks.gif);
	float: left;
	margin: 0 25px 0 0;

} 

a.rollover3:hover { 
   background-position: -150px 0; 
} 

a.rollover4 {
	display: block;
	width: 150px;
	height: 250px;
	text-decoration: none;
	background-image: url(images/lab-test.gif);
	float: left;
	margin: 0 29px 0 0;
} 

a.rollover4:hover { 
   background-position: -150px 0; 
}  
