@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg_tile.gif);
}

body {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	background-color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: 12px;
}

p {
	line-height: 17px;
	margin: 10px 0 10px 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	line-height: 18px;
}

a {
	outline: none;
	color: #fcb018;
}

a:visted {
	color: #fcb018;
}

.clear {
	clear: both;
}

textarea, input {
	background-color: #f3fbfe;
	border: 1px solid #cbe7f3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	padding: 3px;
}

textarea {
	width: 317px;
}

ul {
	margin: 0;
	padding: 0;	
}

td {
	padding: 5px 0 5px 0;
}

li.arrowLight {
	background-image: url(../images/li_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	background-color: #f3fbfe;
	list-style: none;
	margin: 1px 0 1px 0;
	padding: 2px 5px 2px 20px;
}

li.arrowDark {
	background-image: url(../images/li_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	background-color: #e7f7fe;
	list-style: none;
	margin: 0;
	padding: 2px 5px 2px 20px;
}


hr {
	background-image: url(../images/dot_grey.gif);
	background-color:#999999;
	background-repeat: repeat-x;
	width: 100%;
	height: 1px;
	display: block;
	line-height: 0;
	font-size: 0;
	border: none;
	margin: 2px 0 10px 0;
	padding: 0;
}


/*  LAYOUT  */

#header {
	height: 148px;
	display: block;
}

#nav {
	float: left;
	margin: 8px 1px 0 0;
	width: 165px;
	height: 250px;
	background-image: url(../images/nav/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.img_header {
	width: 596px;
	height: 250px;
	float: left;
	margin: 8px 0 8px 0;
}

#holder {
	float: left;
	display: block;
	padding: 8px;
	margin: -8px 0 0 0;
}

#footer {
	padding: 16px 8px 8px 8px;
	background-color: #464646;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #8d8d8d;
	font-size: 11px;
	display: block;
	float: left;
	height: 100px;
	width: 754px;
}

#footer a, #footer a:visited {
	outline: none;
	color: #8d8d8d;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.footer_dsg {
	float: left;
	background-image: url(../images/lgo_dsg_footer.gif);
	background-repeat: no-repeat;
	padding: 5px 0 0 41px;
	height: 34px;

}

.footer_eyespeak {
	float: right;
	width: 85px;
	display: block;
	padding-top: 5px;
}

#home_news {
	float: left;
/*	width: 149px;*/
/*	width: 121px;*/
	width: 200px;
	background-color: #f2f4f5;
	padding: 20px 14px 20px 14px;
}

#home_contentLeft {
	float: left;
	margin: 0 8px 0 0;
	width: 476px;
/*	width: 563px;*/
/*	background-image: url(../images/dot_vertical.gif);
	background-repeat: repeat-y;
	background-position: right;*/
	padding: 20px 17px 20px 22px;
	height: 315px;
	font-size: 14px;
}

#home_contentRight {
	float: left;
	width: 199px;
	background-image: url(../images/dot_vertical.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 20px 17px 20px 17px;
}

#generic_contentLeft {
	float: left;
/*	width: 378px;*/
	width: 340px;
	background-image: url(../images/dot_vertical.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 20px 17px 20px 17px;
}

#generic_contentRight {
	float: left;
/*	width: 355px;*/
	width: 325px;
	padding: 10px 17px 20px 17px;
}


/*  SUB NAV  */
#subNav {
	margin: -17px 0 0 615px;
}

#subNav li {
	list-style: none;
	float: left;
	text-indent: -9999px;
	height: 14px;
	margin-right: 1px;
	display: block;
}

#subNav a {
	height: 14px;
}

.home {
	width: 34px;
	background-image: url(../images/subNav_home.gif);
	background-repeat: no-repeat;
	display: block;
}

.aboutYou {
	width: 55px;
	background-image: url(../images/subNav_aboutYou.gif);
	background-repeat: no-repeat;
	display: block;
}

.aboutUs {
	width: 49px;
	background-image: url(../images/subNav_aboutUs.gif);
	background-repeat: no-repeat;
	display: block;
}

.contactUs {
	width: 55px;
	background-image: url(../images/subNav_contact.gif);
	background-repeat: no-repeat;
	display: block;
}

.home:hover, .aboutUs:hover, .contactUs:hover, .aboutYou:hover  {
	background-position: 0 -14px;
}

/*  MAIN NAV  */
#nav a {
	color: #FFFFFF;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 20px;
}

#nav ul {
	margin: 54px 0 0 0;
	padding: 0;
}

#nav li {
	width: 165px;
	margin: 0 0 1px 0;
	list-style: none;
	background-color: #fcb018;
	display: block;
}

.nav_news {
	background-image: url(../images/nav/nav_news.gif);
}

.nav_aboutyou {
	background-image: url(../images/nav/nav_aboutyou.gif);
}

.nav_bloodbank {
	background-image: url(../images/nav/nav_blood.gif);
}

.nav_laboratory {
	background-image: url(../images/nav/nav_lab.gif);
}

.nav_pathology {
	background-image: url(../images/nav/nav_path.gif);
}

.nav_radiology {
	background-image: url(../images/nav/nav_radio.gif);
}

.nav_mumpscache {
	background-image: url(../images/nav/nav_mumps.gif);
}

.nav_developments {
	background-image: url(../images/nav/nav_dev.gif);
}

.nav_clients {
	background-image: url(../images/nav/nav_clients.gif);
}

.nav_contactus {
	background-image: url(../images/nav/nav_contact.gif);
}

.nav_news:hover, .nav_bloodbank:hover, .nav_laboratory:hover, .nav_pathology:hover, .nav_radiology:hover, .nav_mumpscache:hover, .nav_developments:hover, .nav_clients:hover, .nav_contactus:hover, .nav_aboutyou:hover, .active  {
	background-position: 0 -20px;
}


/*  LOGOS & TEXT */

.lgo_dsg {
	background-image: url(../images/dsg_header.gif);
	background-repeat: no-repeat;
	display: block;
	height: 148px;
	text-indent: -9999px;
	outline: none;
}

.lgo_eyespeak {
	background-image: url(../images/lgo_eyespeak_footer.gif);
	background-repeat: no-repeat;
	width: 29px;
	height: 28px;
	text-indent: -9999px;
	float: right;
	margin: -21px 0 0 0;
}

.hdr_latestNews {
	background-image: url(../images/txt/hdr_latestNews.gif);
	background-repeat: no-repeat;
	width: 121px;
	height: 23px;
	text-indent: -9999px;
}

.hdr_welcome {
	background-image: url(../images/txt/hdr_welcome.gif);
	background-repeat: no-repeat;
	width: 130px;
	height: 19px;
	text-indent: -9999px;
}

.hdr_serviceOverview {
	background-image: url(../images/txt/hdr_serviceOverview.gif);
	background-repeat: no-repeat;
	width: 153px;
	height: 19px;
	text-indent: -9999px;
}

.hdr_radiology {
	background-image: url(../images/txt/hdr_radiology.gif);
	background-repeat: no-repeat;
	width: 153px;
	height: 19px;
	text-indent: -9999px;
}

.hdr_pathology {
	background-image: url(../images/txt/hdr_pathology.gif);
	background-repeat: no-repeat;
	width: 88px;
	height: 19px;
	text-indent: -9999px;
}

.hdr_laboratory {
	background-image: url(../images/txt/hdr_laboratory.gif);
	background-repeat: no-repeat;
	width: 101px;
	height: 19px;
	text-indent: -9999px;
}

.hdr_bloodbank {
	background-image: url(../images/txt/hdr_bloodbank.gif);
	background-repeat: no-repeat;
	width: 95px;
	height: 19px;
	text-indent: -9999px;
}

.hdr_mumpscache {
	background-image: url(../images/txt/hdr_mumps.gif);
	background-repeat: no-repeat;
	width: 114px;
	height: 19px;
	text-indent: -9999px;
}

.hdr_developments {
	background-image: url(../images/txt/hdr_development.gif);
	background-repeat: no-repeat;
	width: 109px;
	height: 19px;
	text-indent: -9999px;
}

.hdr_clients {
	background-image: url(../images/txt/hdr_clients.gif);
	background-repeat: no-repeat;
	width: 64px;
	height: 19px;
	text-indent: -9999px;
}

.hdr_howDSGcanhelp {
	background-image: url(../images/txt/hdr_howdsgcanhelp.gif);
	background-repeat: no-repeat;
	width: 147px;
	height: 19px;
	text-indent: -9999px;
}

.hdr_contactUs {
	background-image: url(../images/txt/hdr_contactus.gif);
	background-repeat: no-repeat;
	width: 95px;
	height: 19px;
	text-indent: -9999px;
}

.hdr_news {
	background-image: url(../images/txt/hdr_latestNews2.gif);
	background-repeat: no-repeat;
	width: 103px;
	height: 19px;
	text-indent: -9999px;
}

.hdr_sitemap {
	background-image: url(../images/txt/hdr_sitemap.gif);
	background-repeat: no-repeat;
	width: 67px;
	height: 18px;
	text-indent: -9999px;
}



/*  MISC STYLES  */

.date {
	font-size: 10px;
}

.title {
	font-weight: bold;
}

.highlightOrange {
	font-weight: bold;
	color: #fcb018;
}

.highlightBlue {
	font-weight: bold;
	color: #3391b5;
}

.imgRight {
	float: right;
	margin: 5px 0 5px 15px;
}

.imgLeft {
	float: left;
	padding: 5px;
}

.divBlockBlue {
	display: block;
	background-color: #f3fbfe;
	float: left;
	width: 100%;
}

.divBlockWhite {
	display: block;
	float: left;
}

.formRow {
	display: block;
}

.btn_contactUs {
	background-image: url(../images/btn_contactus.gif);
	background-repeat: no-repeat;
	width: 116px;
	height: 16px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin: 15px 0 0 0;
}

.btn_contactUs:hover {
	background-position: 0 -16px;
}

.formRow {
	margin: 10px 0 10px 0;
}
