body
{
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	color: #000000;
	text-align: center;
}

#mainDiv
{
	width: 800px;
	min-height: 600px;
	margin: auto;
	text-align: left;
	position: relative;
}


#titleText
{
	position: absolute;
	top: 20px;
	left: 0px;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

#contactText
{
	font-size: 12px;
	font-weight: bold;
	color: #244EA9;
	text-transform: uppercase;	
	position: absolute;
	top: 45px;
	left: 100px;
}

#homepageText
{
	position: absolute;
	top: 20px;
	right: 0px;
	width: 400px;
	font-size: 14px;
	color: #000000;
}

#menuRow1
{
	position: absolute;
	left: 0px;
	top: 90px;
	background: #E7E7E7;
	width: 345px;
	text-transform: uppercase;
	border-top: 2px solid #D6DCE6;
	border-right: 2px solid #D6DCE6;
}

#menuRow2
{
	position: absolute;
	left: 0px;
	top: 112px;
	background: #E7E7E7;
	width: 798px;
	text-transform: uppercase;
	border-top: 2px solid #D6DCE6;
	border-bottom: 2px solid #D6DCE6;
	border-right: 2px solid #D6DCE6;
}

#menuRow2 li, #menuRow1 li, #innerMenuRow1 li, #innerMenuRow2 li
{
	padding-right: 6px;
	padding-left: 6px;
	border-left: 2px solid #D6DCE6;
	text-align: center;
}

.moreItems
{
	background: url(../images/whiteArrow.gif) top right no-repeat;
}

#activeItem
{
	background: #244F9D;	
}

#activeLink
{
	color: #ffffff;
}

#homepageDiv 
{
	background: url(../images/homepageDivBg.jpg) top left no-repeat; 
	width: 100%;
	height: 265px;
	position: absolute; 
	top: 136px;
	left: 0px;
}

#homepageVetTitle
{
	position: absolute;
	bottom: 0px;
	left: 50px;
/* moved image to front so that it can be a link - 10/30/08 AAM */
/*	background: url(../images/vetDiagnostics.jpg) top left no-repeat; */
	width: 354px;
	height: 35px;
}

#homepageHumanTitle
{
	position: absolute;
	bottom: 0px;
	right: 36px;
/* moved image to front so that it can be a link - 10/30/08 AAM */
/*	background: url(../images/humanDiagnostics.jpg) top left no-repeat; */
	width: 360px;
	height: 35px;
}

.homepageContentBox
{
	background: #E7E7E7;
	border: 2px solid #ffffff;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

.homepageContentText
{
	text-align: left;
	margin: 20px 30px 30px 30px;
}

.homepageContentText a
{
	font-weight: bold;
	color: #000000;
}

.homepageContentText a:hover
{
	color: #555555;
	text-decoration: none;
}

#vetBox
{
	position: absolute;
	top: 264px;
	left: 50px;
	width: 350px;
	height: 150px;
}

#humanBox
{
	position: absolute;
	top: 264px;
	left: 404px;
	width: 355px;
	height: 150px;
}

#footerDiv
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #A8A8A8;
	width: 100%;	
	height: 28px;
}

#footerText
{
	color: #e7e7e7;
	font-size: 10px;
	padding-top: 8px;
	margin-left: 10px;
}

#contactTextInner
{
	font-size: 12px;
	font-weight: bold;
	color: #B1B1B1;
	text-transform: uppercase;	
	position: absolute;
	top: 30px;
	right: 22px;
}

#innerMenuRow1
{
	position: absolute;
	left: 0px;
	top: 60px;
	background: #E7E7E7;
	width: 345px;
	text-transform: uppercase;
	border-top: 2px solid #D6DCE6;
	border-right: 2px solid #D6DCE6;
}

#innerMenuRow2
{
	position: absolute;
	left: 0px;
	top: 82px;
	background: #E7E7E7;
	width: 798px;
	text-transform: uppercase;
	border-top: 2px solid #D6DCE6;
	border-bottom: 2px solid #D6DCE6;
	border-right: 2px solid #D6DCE6;
}

#sideBar
{
	width: 248px;
	float: right;	
	position: relative;
}

#innerContentBlue
{
	background: url(../images/blueBg.gif) top right repeat-y;
	position: absolute;
	top: 106px;
	left: 0px;
}

#innerFooterDiv
{
	clear: both;
	background: #A8A8A8;
	width: 800px;	
	height: 28px;
}

#innerContentSideBarPic
{
	background: url(../images/sideBarPic.jpg) bottom right no-repeat;
}

#innerContent
{
	width: 520px;
	margin: 10px;
	font-size: 12px;
}

#sideMenu
{
	width: 230px;
	background: #ffffff;
	margin: 10px 0px 10px 8px;
	padding: 1px;
}

#menuHeader
{
	background: #D0DBF0;
	width: 214px;
	margin: 4px;
	font-size: 12px;
	padding: 4px;
	font-weight: bold;
}

#menuContent
{
	background: #E7E7E7;
	width: 214px;
	margin: 4px;
	font-size: 11px;
	padding: 4px;
	font-weight: bold;
}

#menuContent li
{
	list-style: url(../images/greyArrow.gif);
	padding: 0px;
	margin: 4px 0px 0px 4px;
}

#menuContent ul
{
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

#menuContent a
{
	color: #000000;
	text-decoration: none;
}

#menuContent a:hover
{
	color: #555555;
}

#activeSubMenu a
{
	color: #8E8E8E;
}

h1
{
	background: #244F9D;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	width: 539px;
}

h2
{
	color: #244F9D;
	font-size: 16px;
	font-weight: bold;	
}

#innerContent a
{
	color: #000000;
	font-weight: bold;
}

#innerContent a:hover
{
	color: #555555;
	text-decoration: none;
}

#related
{
	width: 230px;
	background: #ffffff;
	margin: 10px 0px 10px 8px;
	padding: 1px;
	float: right;
}

#relatedHeader
{
	background: #D0DBF0;
	width: 214px;
	margin: 4px;
	font-size: 12px;
	padding: 4px;
	font-weight: bold;
}

#relatedContent
{
	background: #E7E7E7;
	width: 202px;
	margin: 4px;
	font-size: 11px;
	padding: 10px;	
}