@import "biggerlink.css";

html { 
	font-size: 100%;
}

body { 
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-size: 62.5%;
}

div#frame {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    background-color: transparent;
    background-image: url(Images/frame_bg.gif);
    background-repeat: repeat-y;
}

div#innerframe {
    width: 960px;
    margin: 0 auto;
    text-align: left;
    height:auto;
	overflow:hidden;
	background-image: url(Images/innerframe_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

	div.header {
	    width: 960px;
	    height: 121px;
	    background-image: url(Images/header_bg.gif);
	    background-repeat: repeat-x;
	    position: relative;
	}
	
		div.logo {
		    width: 222px;
		    height: 74px;
		    background-image: url(Images/dva_logo.gif);
		    background-repeat: no-repeat;
		    position: absolute;
		    top: 25px;
		    left: 31px;
		}
		
		div.logo span {
		    display: none;
		    font-family: Arial, Helvetica, san-serif;
		    font-size: 1.2em;
		    color: #02499a;
		}
		
		div.strapline {
		    width: 201px;
		    height: 21px;
		    background-image: url(Images/strapline.gif);
		    background-repeat: no-repeat;
		    position: absolute;
		    top: 63px;
		    left: 687px;
		}
		
		div.strapline span {
		    display: none;
		    font-family: Arial, Helvetica, san-serif;
		    font-size: 1.2em;
		    color: #666666;
		}
	
	div.main-nav {
	    width: 950px/*960px*/;
	    height: 45px;
	    background-image: url(Images/navbar_bg.gif);
	    background-repeat: repeat-x;
	    padding-left: 10px;
	}
	
	div.ridge {
	    width: 960px;
	    height: 5px;
	    background-image: url(Images/ridge_bg.gif);
    	background-repeat: no-repeat;
	}

div.content { 
	height:auto;
	overflow:hidden;
	width:960px;
}

div.col-1 { 
	float:left;
	height:auto;
	overflow:hidden;
	width:660px;
}

	div.flash {
	    width: 660px;
	    height: 220px;
	    background-image: url(Images/hero_img.jpg);
	    background-repeat: no-repeat;
	}
	
		div.flashcontent1 {
		
		background:transparent url(images/hero_img.jpg) no-repeat 0% 0%;
		
	 /* background-image: url(Images/hero_img.jpg); 
	    background-repeat: no-repeat;  */
	}
	
	div.feat-panel {
	    width: 660px;
	    height:auto;
		overflow:hidden;
	    background-image: url(Images/featpanel_bg.gif);
	    background-repeat: repeat-x;
	}
	
		div.intro {
		    float: left;
		    width: 325px/*420px*/;
		    padding: 28px 50px 0 45px;
		}
		
	/*	div.intro p {
		    margin-top: 0;
		    padding: 0;
		    font-family: Arial, Helvetica, san-serif;
		    font-size: 1.4em;
		    font-weight: normal;
		    line-height: 125%;
		    color: #888888;
		}  */
		
		div.intro h2 {
		    color:#ef7b1f;
			font-family:Arial,Helvetica,san-serif;
			font-size:1.7em;
			font-weight:normal;
			margin-top: 0;
			margin-bottom: 3px;
		}
		
		div.intro h3 {
		    color:#666666;
			font-family:Arial,Helvetica,san-serif;
			font-size:1.3em;
			font-weight:normal;
			margin-bottom:-7px;
			margin-top: 0;
		}
		
		div.intro p {
		    color:#888888;
			font-family:Arial,Helvetica,san-serif;
			font-size:1.2em;
			font-weight:normal;
			line-height: 130%;
		}
		
		div.intro a:link, div.intro a:visited {
		    color:#ef7b1f;	
		    text-decoration: none;
		}
		
		div.intro a:hover, div.intro a:active {
		   color:#02499a;
		   text-decoration: none;
		}
		
		div.services {
		    float: right;
		    width: 240px;
		    padding-top: 28px;
		}
		
		div.services-title {
		    display: block;
		    height: 11px;
		    background-image: url(Images/services_title.gif);
		    background-repeat: no-repeat;
		}
		
		div.services-title span {
		    display: none;
		    font-family: Arial, Helvetica, san-serif;
		    font-size: 1.2em;
		    color: #ef7b1f;
		}
		
		div.services ul {
		    color:#888888;
			list-style-image: url(Images/bullet.gif);
			margin: 19px 0 0 3px;
			padding: 0 0 0 16px;
		}
		
		div.services li {
		    color:#888888;
			font-family:Arial,Helvetica,san-serif;
			font-size:1.2em;
			font-weight:normal;
			text-decoration:underline;
			padding-bottom: 0.2em;
		}
		
		div.services li a, div.services li a:link, div.services li a:visited {
		    color:#888888;
			text-decoration:underline;
		}
		
		div.services li a:hover, div.services li a:active {
		    color:#ef7b1f;
			text-decoration:underline;
		}

	div.page-header {
	    width: 600px/*660px*/;
	    height:60px/*91px*/;
		background-image: url(Images/pageheader_bg.gif);
	    background-repeat: no-repeat;
	    padding: 31px 0 0 60px;
	    margin: 0pt;
	}
	
		div.page-header h1 {
		    color:#ffffff;
			font-family: Times;
			font-size:2.7em;
			font-weight:normal;
			margin: 0;
			padding: 0;
		}
	
	div.content-body {
	    width: 540px/*660px*/;
	    height:auto;
		overflow:hidden;
		padding: 28px 60px 0 60px;
		background-image: url(Images/featpanel_bg.gif);
	    background-repeat: repeat-x;
	}
	
		div.content-body h2 {
		    color:#ef7b1f;
			font-family:Arial,Helvetica,san-serif;
			font-size:1.7em;
			font-weight:normal;
			margin-top: 0;
			margin-bottom: 3px;
		}
		
		div.content-body h3 {
		    color:#666666;
			font-family:Arial,Helvetica,san-serif;
			font-size:1.3em;
			font-weight:normal;
			margin-bottom:-7px;
			margin-top: 0;
		}
		
		div.content-body p {
		    color:#888888;
			font-family:Arial,Helvetica,san-serif;
			font-size:1.2em;
			font-weight:normal;
			line-height: 130%;
		}
		
		div.content-body ul {
		    color:#888888;
			font-family:Arial,Helvetica,san-serif;
			font-size:1.2em;
			font-weight:normal;
			line-height: 130%;
			margin: 0pt 0pt 0pt 9pt;
			padding: 0pt;
		}
		
		div.content-body .news-box ul {
		    color:#888888;
			font-family:Arial,Helvetica,san-serif;
			font-size:1.2em;
			font-weight:normal;
			line-height: 130%;
			margin: 0pt 0pt 0pt 0pt;
			padding: 0pt;
			list-style-type: none;
		}
		
			div.content-body .news-box li {
		    margin-bottom: 5px;
		    padding-left: 0px;
		}
		
		div.content-body .CustomForm_Errors ul {
		    color:#FF0000;
			font-family:Arial,Helvetica,san-serif;
			font-size:1em;
			font-weight:normal;
			line-height: 130%;
			margin: 0pt 0pt 0pt 9pt;
			padding: 0pt;
		}
		
		div.content-body li {
		    margin-bottom: 5px;
		    padding-left: 10px;
		}
		
		div.content-body a:link, div.content-body a:visited {
		    color:#ef7b1f;	
		    text-decoration: none;
		}
		
		div.content-body a:hover, div.content-body a:active {
		   color:#02499a;
		   text-decoration: none;
		}
		
			div.content-body img {
		    border: 0pt;
			margin-right: 20px;
			margin-bottom: 20px;
		}
		
		div.content-body div.top, div.content-body div.top a:link, div.content-body div.top a:visited {
		    display: block;
		    height: 8px;
		    background-image: url(Images/top_bg.gif);
			background-repeat: no-repeat;
		}
		
		div.content-body div.top a:hover, div.content-body div.top a:active {
		    display: block;
		    height: 8px;
		    background-image: url(Images/top_bg_hover.gif);
			background-repeat: no-repeat;
		}
		
		div.content-body div.top span {
		    display: none;
			font-family: Arial, Helvetica, san-serif;
			font-size: 1em;
			font-weight: normal;
		}
		
		
		div.back-nav {
		display: block;
		width: 70px;
		height: 32px;
		overflow:hidden;
		background-image: url(Images/back2_bg.gif);
		background-repeat: no-repeat;
		position: relative;
		margin: 0;
		float: right;
		
	}
	
		div.back-nav .back {
			display: block;
			float: left;
			width: 46px;
			height: 11px;
			background-image: url(Images/back2.gif);
			background-repeat: no-repeat;
			margin-top: 11px;
			margin-left: 11px;
			cursor: pointer;
			
		}
		
			div.back-nav .back a {
				display: block;
				border: 0pt;
			}
			
			div.back-nav .back a span {
				display:none;
				color: #ffffff;
				font-family:Arial,Helvetica,san-serif;
				font-size:12px;
				margin:0pt;
				padding:0pt;
			}
			
			div.back-nav .back:link, div.slide-nav .back:visited {
				background-image: url(Images/back2.gif);
				background-repeat: no-repeat;
			}
			
			div.back-nav .back:hover, div.slide-nav .back:active {
				background-image: url(Images/back2_over.gif);
				background-repeat: no-repeat;
			}
		
		
div.col-2 { 
	float:right;
	height:1%;
	width:300px;
}

	div.nmu-title {
		display: block;
		height: 12px;
		background-image: url(Images/nmu_title.gif);
		background-repeat: no-repeat;
		margin-top: 22px;
		margin-bottom: 15px;
		margin-left: 28px;
	}
	
	div.nmu-title span {
		display: none;
		font-family: Arial, Helvetica, san-serif;
		font-size: 1.1em;
		font-weight: bold;
		color: #ffffff;
	}
	
	div#slide {
		display: block;
		margin-left: 28px;
	}
	
	div#slide .news-feat { 
		margin:0pt;
		overflow:hidden;
		padding:0pt;
		position: relative;
		height: 250px;
		/*width: 670px;*/
		display: block;
	}
	
	div.slide-box {
		display: block;
		visibility: visible;
		position: absolute;
		z-index: 3;
		left: 0;
		top: 0;margin-left: 28px;
	}
	
	div.slide-nav {
		display: block;
		margin-left: 28px;
		width: 246px;
		height: 32px;
		overflow:hidden;
		background-image: url(Images/slidenav_bg.gif);
		background-repeat: no-repeat;
		margin-top: 15px;
	}
	
		div.slide-nav .back {
			display: block;
			float: left;
			width: 46px;
			height: 11px;
			background-image: url(Images/back.gif);
			background-repeat: no-repeat;
			margin-top: 11px;
			margin-left: 11px;
			cursor: pointer;
		}
		
			div.slide-nav .back a {
				display: block;
				border: 0pt;
			}
			
			div.slide-nav .back a span {
				display:none;
				color: #ffffff;
				font-family:Arial,Helvetica,san-serif;
				font-size:12px;
				margin:0pt;
				padding:0pt;
			}
			
			div.slide-nav .back:link, div.slide-nav .back:visited {
				background-image: url(Images/back.gif);
				background-repeat: no-repeat;
			}
			
			div.slide-nav .back:hover, div.slide-nav .back:active {
				background-image: url(Images/back_over.gif);
				background-repeat: no-repeat;
			}
		
		div.slide-nav .next {
			display: block;
			float: right;
			width: 46px;
			height: 11px;
			background-image: url(Images/next.gif);
			background-repeat: no-repeat;
			margin-top: 11px;
			margin-right: 11px;
			cursor: pointer;
		}
		
			div.slide-nav .next a {
				display: block;
				border: 0pt;
			}
			
			div.slide-nav .next a span {
				display:none;
				color: #ffffff;
				font-family:Arial,Helvetica,san-serif;
				font-size:12px;
				margin:0pt;
				padding:0pt;
			}
			
			div.slide-nav .next:link, div.slide-nav .next:visited {
				background-image: url(Images/next.gif);
				background-repeat: no-repeat;
			}
			
			div.slide-nav .next:hover, div.slide-nav .next:active {
				background-image: url(Images/next_over.gif);
				background-repeat: no-repeat;
			}
	
		p.news-title {
			display: block;
			margin: 0;
			padding: 0;
			color:#ef7b1f;
			font-family:Arial,Helvetica,san-serif;
			font-size:1.2em;
			font-weight:bold;
		}
		
		p.news-date {
			display: block;
			margin: 0;
			padding: 0;
			color:#7db9fe;
			font-family:Arial,Helvetica,san-serif;
			font-size:1.2em;
			font-weight:normal;
		}
		
		p.news-summary {
			display: block;
			margin: 0;
			padding: 4px 28px 0 0;
			color:#ffffff;
			font-family:Arial,Helvetica,san-serif;
			font-size:1.2em;
			font-weight:normal;
		}
		
		p.read-more {
			display: block;
			margin: 0;
			padding: 4px 0 0 0;
			color:#ffffff;
			font-family:Arial,Helvetica,san-serif;
			font-size:1.2em;
			font-weight:normal;
		}
		
			p.read-more a, p.read-more a:link, p.read-more a:visited {
				color:#ffffff;
			}
			
			p.read-more a:hover, p.read-more a:active {
				color:#ef7b1f;
			}
	
	div.enews {
		display: block;
		height: 58px;
		background-image: url(Images/dvaenews_img.gif);
		background-repeat: no-repeat;
		margin-top: 20px;
		margin-left: 28px;
	}
	
	div.enews span {
		display: none;
		font-family: Arial, Helvetica, san-serif;
		font-size: 1.1em;
		font-weight: bold;
		color: #ef7b1f;
	}
	
	div.seminars {
		display: block;
		height: 92px;
		background-image: url(Images/dvaseminars_img.gif);
		background-repeat: no-repeat;
		margin-top: 20px;
		margin-left: 28px;
	}
	
	div.seminars span {
		display: none;
		font-family: Arial, Helvetica, san-serif;
		font-size: 1.1em;
		font-weight: bold;
		color: #ef7b1f;
	}

	div.careers {
		display: block;
		height: 58px;
		background-image: url(Images/dvacareers_img.gif);
		background-repeat: no-repeat;
		margin-top: 20px;
		margin-left: 28px;
	}
	
	div.careers span {
		display: none;
		font-family: Arial, Helvetica, san-serif;
		font-size: 1.1em;
		font-weight: bold;
		color: #ef7b1f;
	}


div#footer { 
	width:1000px;
	height:56px;
	background-color: transparent;
	background-image:url(Images/footer_bg.gif);
	background-repeat:no-repeat;
	margin:0 auto;
}

.disclaimer { 
	width:400px;
	height:56px;
	margin:0;
	float: left;
}

div#footer div.disclaimer p {
	color:#888888;
	font-family:Arial,Helvetica,san-serif;
	font-size:.9em;
	font-weight:normal;
	line-height: 130%;
	margin: 0px;
	margin-right: 711px;
	padding-top: 45px;
	padding-bottom: 10px;
	padding-left: 0px;
}

div#footer p.left {
	color:#888888;
	font-family:Arial,Helvetica,san-serif;
	font-size:.9em;
	font-weight:normal;
	line-height: 130%;
	margin: 0px;
	padding-left: 66px;
	padding-top: 45px;
	padding-bottom: 10px;
	float:left;
}

div#footer p.right {
	color:#888888;
	font-family:Arial,Helvetica,san-serif;
	font-size:.9em;
	font-weight:normal;
	line-height: 130%;
	margin: 0px;
	padding-right: 50px;
	padding-top: 45px;
	padding-bottom: 10px;
	float: right;
}
		
	div#footer a:link, div#footer a:visited {
		    color:#ef7b1f;	
		    text-decoration: none;
		}
		
		div#footer a:hover, div#footer a:active {
		   color:#02499a;
		   text-decoration: none;
		}
		
		
/* Put a border around the newly clickable element */
		.hot {
			/*border: solid 1px #ccc;*/
			zoom: 1; /* Should be IE only */
			border: 0pt;
			}
		/* rollover style for clickable element */
		.hover {
			/*border-color: #aaf;*/
			cursor: pointer;
			/*background-color: #cdF;*/
			border: 0pt;
			}
		.news-hot {
			/*border: solid 1px #ccc;*/
			zoom: 1; /* Should be IE only */
			border: 0pt;
			}
		/* rollover style for clickable element */
		.news-hover {
			/*border-color: #aaf;*/
			cursor: pointer;
			background-color: #f5f5f5;
			border: 0pt;
			}

/* News Page List */

.news-box {
	display: block;
	/* border-bottom: 1px solid #e7e7e7; */
	height:auto;
	overflow:hidden;
	margin-bottom: 30px;
}

.news-page-list {
	display: block;
	padding: 5px 0 5px 5px;
	border-top: 1px solid #e7e7e7;
	height:auto;
	overflow:hidden;
}

span.news-date {
	display: block;
	float: left;
	color:#888888;
	font-family:Arial,Helvetica,san-serif;
	/* font-size:1.2em;  */
	font-weight:normal;
	margin: 0;
	padding: 0 20px 0 0;
}

span.news-headline {
	display: block;
	float: left;
	color:#ef7b1f;
	font-family:Arial,Helvetica,san-serif;
	font-size:1.2em;
	font-weight:normal;
	margin: 0;
	padding: 0;
}

	span.news-headline a {
		display: block;
	}
	
	span.news-headline a:link, span.news-headline a:visited {
		color:#ef7b1f;
		text-decoration: none;
	}
	
	span.news-headline a:hover, span.news-headline a:active {
		color:#02499a;
		text-decoration: none;
	}
	

.video-box {
	display: block;
	border: 1px solid #e7e7e7;
	height: 240px;
	width: 320px;
	/* overflow:hidden; */
	margin-bottom: 30px;
	margin-right: 15px;
	float: left;
	padding: 0;
	background-image: url(Images/video_box.gif);
	background-repeat: no-repeat;
	/* background-color: #cccccc; */
}

.document-box {
	display: block;
	border-bottom: 1px solid #e7e7e7;
	height:auto;
	overflow:hidden;
	margin-bottom: 30px;
	float: right;
	padding: 0;
	width: 203px;
}

.document-page-list {
	display: block;
	padding: 5px 0 5px 5px;
	border-top: 1px solid #e7e7e7;
	height:auto;
	overflow:hidden;
}

span.document-description {
	display: block;
	color:#888888;
	font-family:Arial,Helvetica,san-serif;
	font-size:1.2em;
	font-weight:normal;
	margin: 0;
	padding: 0 20px 0 0;
}

span.document-name {
	display: block;
		color:#ef7b1f;
	font-family:Arial,Helvetica,san-serif;
	font-size:1.2em;
	font-weight:normal;
	margin: 0;
	padding: 0;
}

	span.document-name a {
		display: block;
	}
	
	span.document-name a:link, span.document-name a:visited {
		color:#ef7b1f;
		text-decoration: none;
	}
	
	span.document-name a:hover, span.document-name a:active {
		color:#02499a;
		text-decoration: none;
	}
	
	
	
div.top_doc, div.top_doc a:link, div.top_doc a:visited {
		    display: block;
		    height: 8px;
		    background-image: url(Images/top_bg.gif);
			background-repeat: no-repeat;
			float: right;
		}
		
		div.top_doc a:hover, div.top_doc a:active {
		    display: block;
		    height: 8px;
		    background-image: url(Images/top_bg_hover.gif);
			background-repeat: no-repeat;
			float: right;
		}
		
		div.top_doc span {
		    display: none;
			font-family: Arial, Helvetica, san-serif;
			font-size: 1em;
			font-weight: normal;
			
		}
		
		div.divider {
			display: block;
		    height: 8px;
		    background-image: url(Images/divider.gif);
			background-repeat: no-repeat;
			margin-bottom: 10px;
			}

span.form-name {
	display: block;
	float: left;
		font-family:Arial,Helvetica,san-serif;
	font-size:1.2em;
	font-weight:normal;
	margin: 0;
	padding: 0 20px 0 0;
	width: 230px;	
}

div.form-description {
	margin: 0;
	padding: 0;
	float: right;
	width: 260px;
}

div.form-description span {
	display: block;
	float: left;
	color:#888888;
	font-family:Arial,Helvetica,san-serif;
	font-size:1.2em;
	font-weight:normal;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;

}
			