/* ----------------------------------------------

	Title: CSS Stylesheet - Workplace Drug Testing

---------------------------------------------- */

#container {
	width: 750px;
	margin: 5px 0px 10px 10px;
	font-family: Arial, sans-serif;
	font-size: small;
}

#header {
	margin: 0px 0px 50px 0;
}

#content {
	clear: both;
}

#content h1 {
	font-size: 160%;
	font-weight: bold;
	margin: 15px 0 10px 0;
}

#content h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#content p {
	font-size: 100%;
	margin: 10px 0 15px 0;
	line-height: 1.2em;
}

#content ul {
	list-style-type: disc;
	margin: 0 0 0 35px;
	font-size: 100%;
	line-height: 1.4em;
}

.dtpcontactform td {
	padding: 1px;
	vertical-align: top;
	border: 2px #fff solid;
}

#footer {
	margin: 20px;
	clear: both;
}

#footer p {
	font-size: 100%;
	margin: 10px 0 10px 0;
	color: #444444;
	text-align: center;
}


/* Header Navigation */

#navigation {
	margin: 10px 0 0 0;
	clear: both;
}

#rednav {
	padding: 0;
	margin-left: 5px;
}

#rednav ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
}

#rednav li {
	display: inline;
	background-image: url(/images/navbg5.gif);
	padding: 6px 3px 3px 3px;
	width: 139px;
	height: 18px;
	display: block;
	float: left;
	text-align: center;
	font-size: 85%;
	margin: 0;
	vertical-align: middle;
	margin-right: 3px;
}

#rednav #wide {
	width: 175px;
	background-image: url(/images/navbg4.gif);
	background-repeat: no-repeat;
}

#rednav a:link {
	color: #595959;
	text-decoration: none;
}

#rednav a:visited {
	color: #595959;
	text-decoration: none;
}

#rednav a:hover {
	color: #595959;
	text-decoration: underline;
}

#rednav a:active {
	color: #595959;
	text-decoration: none;
}

#customernav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

#customernav li {
	display: inline;
	background-image: url(/images/navbg3.gif);
	padding: 6px 3px 3px 3px;
	width: 110px;
	height: 18px;
	display: block;
	float: left;
	text-align: center;
	font-size: 85%;
	margin: 0;
	vertical-align: middle;
}

#customernav a:link {
	color: #595959;
	text-decoration: none;
}

#customernav a:visited {
	color: #595959;
	text-decoration: none;
}

#customernav a:hover {
	color: #595959;
	text-decoration: underline;
}

#customernav a:active {
	color: #595959;
	text-decoration: none;
}


/* Login Area */

#login {
	background-image: url(/images/form.gif);
	background-repeat: no-repeat;
	width: 352px;
	height: 134px;
	padding: 30px;
}

#login td {
	font-size: 80%;
	font-weight: bold;
}

#loginbutton {
	text-align: center;
	margin-top: 10px;
}

#content .loginboxtext {
	font-size: 85%;
	text-align: center;
	color: #595959;
}

.loginboxtext a:link {
	color: #595959;
	text-decoration: none;
}

.loginboxtext a:visited {
	color: #595959;
	text-decoration: none;
}

.loginboxtext a:hover {
	color: #595959;
	text-decoration: underline;
}

.loginboxtext a:active {
	color: #595959;
	text-decoration: none;
}


/* Home Page */

.homepage {
	padding-bottom: 15px;
	padding-top: 1px;
	text-align: center;
}

#contentwindow {
	background-image: url(/images/contentwindow.gif);
	background-repeat: no-repeat;
	padding: 14px;
	clear: both;
	width: 741px;
	height: 180px;
	margin-left: 15px;
}

#contentwindowimg {
	width: 200px;
	float: left;
}

#contentwindowtxt {
	float: left;
	width: 500px;
}

#contentwindowtxt h2 {
	margin: 0;
	padding: 0;
	font-size: 110%;
}

#contentwindowtxt p {
	font-size: 85%;
	padding: 8px 0 0 0;
	margin: 0;
}

#contentwindowtxt li {
	font-size: 85%;
}

#contentwindowvid {
	float: right;
	width: 75px;
	text-align: center;
	margin-top: 85px;
}

#contentwindowvid p {
	font-size: 90%;
	margin: 0;
	padding: 0;
}

#contentwindowvid a:link {
	color: #595959;
	text-decoration: none;
}

#contentwindowvid a:visited {
	color: #595959;
	text-decoration: none;
}

#contentwindowvid a:hover {
	color: #595959;
	text-decoration: underline;
}

#contentwindowvid a:active {
	color: #595959;
	text-decoration: none;
}