@import url("form.css");
/*
====================================================
			Global Styles
====================================================
*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(/art/bg_light.gif) repeat-y center top;
	color: #333333;
}
br.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#container {
	text-align: left;
	margin: 0px auto;
	width: 757px;
	border-right: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	background: #FFFFFF url(/art/inner_bg.gif) repeat-y center top;
}
#header {
	text-align: center;
	background: url(/art/header_bg_black.gif) repeat left top;
	height: 166px;
	width: 757px;
	margin: 0px;
	.margin: -25px 0px 0px; /* IE ONLY CSS HACK - MOVE TO EXTERNAL STYLESHEET */
	padding: 0px;
	border-top: none #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}
#header h1 {
	margin: 0px;
	padding: 30px 0px;
	text-align: center;
}
#header h1 a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	background: url(/art/vda_logo2.png) no-repeat center center;
	height: 105px;
	width: 216px;
	margin: 0 auto;
	outline: 0;
}
#art {
	background: url(/art/fluff_bg.gif) repeat-x left top;
	height: 47px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	clear: both;
	line-height: 47px;
	width: 757px;
}
#contentWrapper {
	padding-top: 5px;
	clear: both;
	background: #FFFFFF;
}
#footer {
	background: #808284;
	width: 757px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#footer p {
	color: #FFFFFF;
	margin: 0px 10px;
	padding: 0px;
	line-height: 30px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}

/*
====================================================
			Navigation Styles
====================================================
*/
#globalNav {
	width: 220px;
	float: right;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 7px;
	height: 20px;
	position: relative;
}
#globalNav a {
	color: #FFFFFF;
	font-size: 11px;
}
#mainNav {
	overflow: hidden;
}
#mainNav h2 {
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	letter-spacing: .1em;
}
#mainNav h2 a {
	line-height: 40px;
	text-decoration: none;
	display: block;
	width: 252px;
}
#mainNav h2#arts a {
	background: #9dd8d4;
	color: #76a2a1;
}
#mainNav h2#tech a {
	color: #a14119;
	background: #cc552a;
}
#mainNav h2#products a {
	color: #b9971b;
	background: #e1b923;
	width: 253px;
}
#subNavWrapper {
	background: #FFFFFF;
	margin: 0px;
	padding: 6px 0px 0px;
	width: 757px;
}
#subnav {
	list-style: none;
	display: table;
	margin: 0 auto;
	text-align: center; /* center inline blocks for IE */
	border-collapse: collapse; /* cellspacing */
}
#subnav .floatCenter {
	display: inline-block;
	margin: 0; /* spacing for inline-block, FF and Opera will ignore this */
}
#subnav .floatCenter {
	display: inline; /* IE workaround, extra rule to get inline-block to work for block element */
}
#subnav .floatCenter {
	display: table-cell; /* FF and Opera, IE will ignore this and use the above two rules */
}
#subnav a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 0px 10px;
	border-right: 1px solid #76A2A1;
	font-size: 11px;
	letter-spacing: .1em;
	outline: 0;
	margin-bottom: 3px;
}
#subnav li.lastSubNav a {
	border-style: none;
}
ul#secondaryNav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #FFFFFF;
	text-align: left;
}
ul#secondaryNav li {
	border-bottom: 1px dotted #999999;
}
ul#secondaryNav li a {
	display: block;
	line-height: 30px;
	padding-left: 35px;
	background: url(../art/secondaryNavBg_link.gif) no-repeat 10px center;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: .1em;
	font-weight: bold;
	color: #A8A9A9;
	margin-top: 4px;
	margin-bottom: 4px;
	outline: 0;
}
ul#secondaryNav li a:hover {
	background: #e7e7e9 url(../art/secondaryNavBg_over.gif) no-repeat 10px center;  /* DYNAMIC */
	text-decoration: none;
	color: #666666;
}


/*
====================================================
			Primary Content Only Styles
====================================================
*/
#primaryContentOnly {
	background: #FFF;
	width: 600px;
	margin: 0px auto;
}
#home #primaryContentOnly {
	width: 757px;
	z-index: 1;
}


/*
====================================================
			Primary Content Styles
====================================================
*/
#primaryContent {
	width: 505px;
	float: right;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 50px;
	background: #FFFFFF;
}
#primaryContent h1 {
	font-size: 22px;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin: 0px 0px 10px;
	text-indent: 15px;
	background: #E7E7E9 url(../art/headingBg.gif) repeat-x left center; /* DYNAMIC */
	line-height: 40px;
	color: #3f3f3f;
}
#primaryContent h2 {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin: 0px 20px 10px;
	padding: 0px;
}
#primaryContent h3 {
	font-size: 14px;
	letter-spacing: 0.1em;
	margin: 30px 20px 10px;
	padding: 0px;
}
#primaryContent h4 {
	font-size: 12px;
	letter-spacing: 0.1em;
	margin: 0px 20px 10px;
	padding: 0px;
}
#primaryContent h5 {
	font-size: 10px;
	letter-spacing: 0.1em;
	margin: 0px 20px 10px;
	padding: 0px;
}
#primaryContent p {
	margin: 0px 10px 10px 20px;
	line-height: 22px;
}
#primaryContent ul {
	margin-left: 60px;
	margin-right: 10px;
}
#primaryContent ul li {
	margin-bottom: 10px;
}
#primaryContent a {
	color: #3F3F3F;
	text-decoration: none;
	border-bottom: 1px dotted #3F3F3F;
}
#primaryContent a:hover {
	color: #3F3F3F;
	text-decoration: none;
	border-bottom: 1px dotted #3F3F3F;
}


/*
====================================================
			Secondary Content Styles
====================================================
*/
#secondaryContent {
	float: left;
	width: 250px;
	background: #f2f2f2;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#secondaryContent h2 {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	background: #3f3f3f;
	font-weight: bold;
	text-indent: 17px;
	text-align: left;
}
#secondaryContent img {
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid #333333;
}
#secondaryContent p {
	margin: 0px 10px 10px;
	border: 1px dotted #999999;
	background: #FFFFFF;
	padding: 5px;
	text-align: left;
	line-height: 22px;
}

/*
====================================================
			Arts Styles
====================================================
*/
.arts #secondaryContent h2 {
	background: #6d7d7d;
}
.arts #subNavWrapper {
	background: #9DD8D4;
}
.arts ul#subnav {
	background: #9DD8D4;
}
.arts ul#secondaryNav li a:hover {
	background: #e4f0f0 url(/art/artsLinkBg_over.gif) no-repeat 10px center;
}
.arts #primaryContent a {
	color: #6d7d7d;
	text-decoration: none;
	border-bottom: 1px dotted #6d7d7d;
}
.arts #primaryContent a:hover {
	color: #6d7d7d;
	text-decoration: none;
	border-bottom: 1px dotted #6d7d7d;
}
.arts .pdfDownload {
	color: #6d7d7d;
}
.arts #container div.pdfDownload a {
	background: #9DD8D4;
	color: #6d7d7d;
}

/*
====================================================
			Technology Styles
====================================================
*/
.tech #secondaryContent h2 {
	background: #a6441d;
}
.tech #subNavWrapper {
	background: #CC552A;
}
.tech ul#subnav {
	background: #CC552A;
}
.tech ul#secondaryNav li a:hover {
	background: #eddad2 url(/art/techLinkBg_over.gif) no-repeat 10px center;
}
.tech #primaryContent a {
	color: #a6441d;
	text-decoration: none;
	border-bottom: 1px dotted #a6441d;
}
.tech #primaryContent a:hover {
	color: #a6441d;
	text-decoration: none;
	border-bottom: 1px dotted #a6441d;
}
.tech .pdfDownload {
	color: #a6441d;
}
.tech #container div.pdfDownload a {
	background: #CC552A;
	color: #a6441d;
}

/*
====================================================
			Products Styles
====================================================
*/
.prod #secondaryContent h2 {
	background: #c0993a;
}
.prod #subNavWrapper {
	background: #E1B923;
}
.prod ul#subnav {
	background: #E1B923;
}
.prod ul#secondaryNav li a:hover {
	background: #e9d9b9 url(/art/prodLinkBg_over.gif) no-repeat 10px center;
}
.prod #primaryContent a {
	color: #c0993a;
	text-decoration: none;
	border-bottom: 1px dotted #c0993a;
}
.prod #primaryContent a:hover {
	color: #c0993a;
	text-decoration: none;
	border-bottom: 1px dotted #c0993a;
}
.prod .pdfDownload {
	color: #A58332;
}
.prod #container div.pdfDownload a {
	background: #E1B923;
	color: #A58332;
}

/*
====================================================
			Miscellaneous Styles
====================================================
*/
.debug {
	border: 1px solid #FF0000;
}
.pdfDownload {
	margin: 0px 20px 10px 30px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	line-height: 50px;
	padding-left: 60px;
	color: #666666;
	background: url(/art/pdf_icon.jpg) no-repeat 10px center;
}
#container div.pdfDownload a {
	float: right;
	display: block;
	background: #CCCCCC;
	padding-right: 20px;
	padding-left: 20px;
	color: #666666;
	text-decoration: none;
	border-bottom: none;
}
#container div.pdfDownload a:hover {
	text-decoration: underline;
	border-bottom: none;
}
.pdfDownload span {
	font-weight: normal;
	font-size: 11px;
	padding-left: 5px;
}
div.qtvr {
	text-align: center;
	padding-top: 20px;
}
div.qtvr p {
	margin: 0px;
}

/*
====================================================
			Staff Page Styles
====================================================
*/
#staff .empDesc img {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#staff .empDesc {
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
}
#staff .empDesc h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #1D263A;
	font-size: 16px;
	font-style: italic;
}
#staff .empDesc .empTitle {
	color: #1D263A;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
#staff .empDesc p {
	margin-left: 10px;
	margin-right: 10px;
}


/*
====================================================
			Meetings Page Styles
====================================================
*/
#meetings .meetingDetails {
	margin-bottom: 0px;
	margin-right: 30px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #333333;
}

#meetings #primaryContent h2 {
	margin-bottom: 0px;
	margin-left: 10px;
}
#meetings .dateRange {
	margin-left: 10px;
	display: block;
	font-style: italic;
}
#meetings .eventLocation {
	display: block;
	margin-left: 10px;
	font-weight: bold;
	font-style: italic;
}


/*
====================================================
			News Page Styles
====================================================
*/
#news .articleNews img {
	margin-right: 10px;
	border: 1px solid #333333;
	margin-bottom: 10px;
}
#news select {
	margin-left: 20px;
	width: 250px;
	margin-bottom: 40px;
}
#news div.articleNews {
	padding-bottom: 20px;
	border-top: 1px dashed #333333;
}
#news .articleNews .date {
	margin-top: 20px;
	margin-left: 20px;
	display: block;
	float: left;
	font-style: italic;
}
#news .articleNews .source {
	display: block;
	float: left;
	margin-top: 20px;
	font-style: italic;
}
#news .articleNews a.readMore {
	display: block;
	text-align: right;
	margin-right: 30px;
	float: right;
}
#services #primaryContent img {
	float: right;
	border: 1px solid #333333;
	margin: 5px 15px 10px 10px;
}
#clients #primaryContent img {
	margin-left: 115px;
	margin-top: 20px;
	border: 1px solid #333333;
}
#cases #primaryContent img {
	float: right;
	border: 1px solid #333333;
	margin: 5px 15px 10px 10px;
}
#infectionControl #primaryContent img {
	margin: 5px 15px 10px 10px;
	float: right;
	border: 1px solid #333333;
}
#supportive #primaryContent img {
	margin: 5px 10px 10px 15px;
	float: left;
}
#facility #primaryContent img {
	margin-left: 20px;
	border: 1px solid #333333;
}
#facility #primaryContent a {
	display: block;
	margin: 0px 20px 10px 20px;
	border: none;
}
#smile #gallery {
	margin-top: 20px;
	padding-top: 20px;
}
#smile .smileEntry {
	padding: 20px 10px 10px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom: 1px dotted #999999;
}
#smile .smileEntry img {
	margin-right: 5px;
	margin-left: 5px;
}
#smile .smileEntry h3 {
	margin: 15px 0px 0px 30px;
	padding: 0px;
	text-align: left;
}
#smile .smileEntry p {
	text-align: left;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-right: 30px;
}
