body {
	font-family: Georgia, serif;
	padding: 0;
	margin: 0;
	background: #f99f3e;
}

table {
background: #f99f3e url('../pix/landing_bg_grad.jpg') repeat-y;
}

td {
	font-family: Georgia, serif;
	font-size: 12px;
	
	
}

p { padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	/*not in style.css*/
	padding-bottom: 10px;
	text-align: center; 
	font-size: 11px;
	font-family: Tahoma, san-serif;
	line-height: 25px;
	/*//not in style.css*/
}

/*h1 {
  	font-size: 28px;
	padding: 5px;
}*/

h2 {  /*3 bold subheadings*/
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	
}

h3 { /*footer contact information*/
  	font-family: Tahoma, arial, sans-serif;
	font-size: 9px;
	padding: 10px;
	text-align: center;	
	color: #ffffff;
}

h4 { /* "drug testing"*/
 	font-family: Tahoma, arial, sans-serif;
	font-size: 9px;
	text-align: center;
	font-style: italic;
}

hr { /* controls horizontal dotted white lines*/
	color: #ffffff;
	border: 1px dotted #ffffff;
	border-style: none none dotted;
	width: 50%; /*width or in this case length of dotted lines*/
	margin: 0 auto; /*centers dotted lines*/
	
}

/*controls topnav*/
.blocktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid white; /*bottom horizontal line that runs beneath tabs*/
}

.blocktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 10px Georgia;
list-style-type: none;
}

.blocktabs li{
display: inline;
margin: 0;
}

.blocktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #faa03f; /*background of tabs (default state)*/
}

.blocktabs li a:visited{
color: white;
}

.blocktabs li a:hover, .blocktabs li.selected a{
background: #fcc256; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
/* //controls topnav*/

/*controls enter links*/
.enterlinks a:link {color: #000000; text-decoration: none; }
.enterlinks a:visited {color: #000000; text-decoration: none; }
.enterlinks a:hover {color: #000000; text-decoration: underline; }
.enterlinks a:active {color: #000000; text-decoration: none; } 
/* //controls enter links*/

/*controls footer nav*/
.footernav a:link {
color: #000000;
}

.footernav a:visited {
color: #000000;
}
/* //controls footer nav*/

/*controls designed byline*/
.byline a:link, .byline a:visited { 
font-size: 10px;
font-style: italic;
color: #f89939;
margin-left: auto;
margin-right: auto;
width: 160px;

}
/*//controls designed byline*/
