body {
	padding: 0;
	margin: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: black;
	background: white;	
}
p {
	margin-top: 0;
	margin-bottom: 1em;
}
h1 {
	font-size: 13px;
	line-height: 16px;
}
h2, h3, h4, h5, h6, h7 {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 10px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	
}
h2.home_link {
	font-size: 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0.1em;
	font-weight: normal;
}
div {
	padding: 0;
	margin: 0;
}
td {
	font-size: 10px;
}
ul.toolbox {
	padding-top: 0;
	margin-top: 0;
}

/* Layout */

div#header {
	position: absolute;
	height: 41px;
	width: 800px;
	top: 10px;
	left: 10px;
	z-index: 1;
}
div#body {
	position: absolute;
	height: auto;
	width: 800px;
	top: 51px;
	left: 10px;
	z-index: 1;
}
div#title {
	height: auto;
	z-index: 1;
}
div#search {
	position: absolute;
	height: auto;
	width: 400px;
	left: 400px;
	top: 10px;
	text-align: right;
	vertical-align: bottom;
}
div#nav {
	position: absolute;
	height: auto;
	width: 211px;
	left: 0px;
	top: 0px;
}
div#login {
	position: relative;
	top: 0px;
	left: 0px;
	width: 211px;	
}
div#content {
	position: absolute;
	width: 589px;
	left: 211px;
	top: 0px;
	border-left: 2px solid white;
}
div#content_header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 589px;		
}
div#subnav {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 31px;
	width: 456px;
	height: 30px;
	font-size: 9px;
	line-height: 12px;
	color: white;
	z-index: 3;
	padding: 0;
}
div#logo {
	position: relative;
	top: 0px;
	left: 456px;
	width: 133px;
	height: 31px;
	z-index: 3;
	vertical-align: bottom;
}
div#copyright {
	font-size: 9px; 
	line-height: 12px; 
	color: #999999;
/*	z-index: 10;
	padding: 0;
	margin: 0;
	clear: both; */
	float: left;
	width: 456px;
}
div#footer_float {
	float: left;
	width: 589px;	
}
div#google {
	font-size: 9px; 
	line-height: 12px; 
	margin-left: 456px;
	display: none;
}
div#content_float {
	float: left;
	width: 589px;
}
div#content_main {
	float: left;
	width: 456px;
}
div.padding {
	padding: 1em;
}
div#content_right {
	margin-left: 466px;
}
div#content_right p {
	margin: 0;
	padding: 0;
	width: 300px;
}
div#content_body {
	position: absolute;
	top: 0px;
	left: 211px;
	border-left: 2px solid white;
}
div#footer {
	background: #999966;
	padding: 0.5em;
	clear: both;
	border: none;
	border-top: 1px dotted black;
}


div.padding {
	padding: 1em;
}

/* Styles */
ul.nav, ul.nav li {
	padding: 0;
	margin: 0;
	list-style: none;
} 

.home_address {
	font-size: 9px;
	line-height: normal;
	color: #94B945;
}
.login-label {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
ul#anchors {
	margin-bottom: 1em;
}
ul#application_forms {
	margin-bottom: 1em;
}
ul#clinical_forms {
	margin-bottom: 1em;
}
div#content_right ul#application_forms, div#content_right ul#clinical_forms {
	font-size: 10px;
}
ol li { 
	margin-bottom: 1em;
}
.caps {
	text-transform: uppercase;
}
.table_header {
	color: white;
	font-size: 9px;
}
table.form tr, table.form td {
	padding: 0;
	margin: 0;
}
.smaller {
	font-size: 10px;
	font-weight: normal;
}
.red {
	color: red;
}
.grey {
	color: #666666;
}

/* Color Definitions */
.home_green {
	color: #94B945;
}
.employees_green {
	color: #517906;
}
.employers_teal {
	color: #2F6F78;
}
.providers_blue {
	color: #145376;
}
.buyers_blue {
	color: #1B3B84;
}
.contact_purple {
	color: #502678;
}

/* Link Color Definitions */
div#content_main.home a, div#content_right.home a, div#copyright.home a {
	color: #94B945;
}
div#content_main.home h2.home_link a, div#content_right.home h2.home_link a {
	text-decoration: none;
}
div#content_main.home a:hover, div#content_right.home a:hover, div#copyright.home a:hover {
	color: white;
	background: #94B945;
	text-decoration: none;
}

div#content_main.employees a, div#content_right.employees a, div#copyright.employees a {
	color: #517906;
}
div#content_main.employees a:hover, div#content_right.employees a:hover, div#copyright.employees a:hover {
	color: white;
	background: #517906;
	text-decoration: none;
}

div#content_main.employers a, div#content_right.employers a, div#copyright.employers a {
	color: #2F6F78;
}
div#content_main.employers a:hover, div#content_right.employers a:hover, div#copyright.employers a:hover {
	color: white;
	background: #2F6F78;
	text-decoration: none;
}

div#content_main.providers a, div#content_right.providers a, div#copyright.providers a {
	color: #145376;
}
div#content_main.providers a:hover, div#content_right.providers a:hover, div#copyright.providers a:hover {
	color: white;
	background: #145376;
	text-decoration: none;
}

div#content_main.buyers a, div#content_right.buyers a, div#copyright.buyers a {
	color: #1B3B84;
}
div#content_main.buyers a:hover, div#content_right.buyers a:hover, div#copyright.buyers a:hover {
	color: white;
	background: #1B3B84;
	text-decoration: none;
}

div#content_main.contact a, div#content_right.contact a, div#copyright.contact a {
	color: #502678;
}
div#content_main.contact a:hover, div#content_right.contact a:hover, div#copyright.contact a:hover {
	color: white;
	background: #502678;
	text-decoration: none;
}

div#subnav a {
	color: white;
}
div#subnav.home a:hover {
	color: #94B945;
	background: white;
	text-decoration: none;
}
div#subnav.employees a:hover {
	color: #517906;
	background: white;
	text-decoration: none;
}
div#subnav.employers a:hover {
	color: #2F6F78;
	background: white;
	text-decoration: none;
}
div#subnav.providers a:hover {
	color: #145376;
	background: white;
	text-decoration: none;
}
div#subnav.buyers a:hover {
	color: #1B3B84;
	background: white;
	text-decoration: none;
}
div#subnav.contact a:hover {
	color: #502678;
	background: white;
	text-decoration: none;
}
div#content_right.home a.home_link_blue {
	color: #145376;
	text-decoraiton: underline;
}
div#content_right.home a.home_link_blue:hover {
	background: #145376;
	color: white;
	text-decoration: none;
}