/* Designed by Zero-Design Ltd. 
** www.zero-design.net
** built by: abel rogers
** copyright 2007
** CSCmgt.com
*/


*{
	padding:0;
	border:none;
	margin: 0px;
}

body{
font:0.9em Verdana, Arial, Helvetica, sans-serif;
line-height:1.5em;
margin:0;
padding:0;
background:#fff;
}

#wrap{
width:951px;
}

/*--------HEADER-----------*/

#header{
background-color:#000066;
padding:10px 0 10px 15px;
width:917px;
height:204px;
}

#header_home{
background-color:#000066;
padding:10px 0 10px 15px;
width:917px;
height:230px;
}

#head_left{
float:left;
width:158px;
}

#head_left h1{
width:145px;
height:83px;
text-indent:-999em;
background:url(../images/dvs_logo.gif) no-repeat;
margin-bottom:15px;
}

#head_left h2{
width:155px;
height:32px;
text-indent:-999em;
background: url(../images/sidebar_text.gif) no-repeat;
}

#head_right{
float:right;
width:749px;
/*margin-bottom:10px;*/
}

.header_right_slice{
background:url(../images/header_right.gif) no-repeat;
float:right;
width:19px;
height:282px;
margin-top:-276px;
}

.flash{float:right;margin-right:9px;}

/*----------ICON NAVIGATION-------------*/

#icon_nav{
background:url(../images/head_nav_line.gif) no-repeat;
background-position:left;
clear:both;
height:51px;
margin-left:-15px;
}

#icon_nav ul{
list-style:none;
margin:5px 0 0 128px;
}

#icon_nav li{
display:inline;
margin-left:54px;
}

#icon_nav_about{
background:url(../images/head_nav_line.gif) no-repeat;
background-position:left;
clear:both;
height:51px;
width:668px;
margin-left:-15px;
}

#icon_nav_about ul{
list-style:none;
margin:5px 0 0 115px;
}

#icon_nav_about li{
display:inline;
margin-left:130px;
}

#head_slice{
background:url(../images/header_slice.gif) no-repeat;
width:746px;
height:18px;
float:left;
margin-left:-7px;
}

/*----------SIDEBAR---------------------*/

#sidebar{
float:left;
background:url(../images/sidebar_slice3.gif) repeat-y;
width:193px;
}

.sidebar_bottom{

width:193px;
height:18px;
background:url(../images/sidebar_bottom.gif) no-repeat;
}

#sidebar ul{
list-style:none;
padding-left:17px;
}

#sidebar ul li a{
color:#FFFFFF;
text-decoration:none;
font-size:1em;
}

#sidebar ul ul li a{
	/*padding-left:10px;*/
font-size:.7em;
	color:#0085eb;
}

#current {
list-style-type:none;
text-decoration:none;
padding-left:15px;
background:transparent url('../images/list_bullet.gif') no-repeat;
background-position:0;
}

/*--------CONTENT------------*/

#content_home{
margin:10px 0px 10px 3px;
}

.home_right{
width:360px;
float:left;
border-left:1px solid #999;
}

#content_home h2{
color:#c00;
height:33px;
border-bottom: 1px solid #999;
margin-bottom:7px;
}

.news{
float:left;
width:150px;
margin:0 10px;
}

.news a{
color:#06c;
text-decoration:none;
}

.news a:hover{
color:#00f;
}

h4{
color:#06c;
font-size:12px;
line-height:normal;
}

.news h5{
color:#999;
font-size:11px;
line-height:normal;
}

.news p{
font-size:10px;
line-height:normal;
}

.readmore a{
color:#c00;
float:right;
text-decoration:none;
}

.readmore a:hover{
color:#00f;
}


.video {
width:322px;
float:left;
margin:10px 10px 0 10px;
padding-top:10px;
border-top:1px solid #999;
}

.home_txt{
float:left;
color:#7c7c7c;
font-size:0.8em;
line-height:1.25em;
margin:10px 20px 0 20px;
width:345px;
}

#content{
float:left;
/*clear:left;*/
width:747px;
}

.copy{
color:#FFFFFF; 
font-size:0.65em;
line-height:1.1em; 
text-align:center;
margin:10px;
}

.movie{
float:left;
margin-top:15px;
}

.left{
/*width:747px;*/
padding:0 15px;
}

.left p{
padding-top:10px;
font-size:0.75em;
line-height:1.5em;
}

.left h2 {
color:#cc0000;
}

.blue{
font-size:0.85em;
color:#000066;
}

.left ul{
list-style-type:none;
text-decoration:none;
}

.left li{
padding-left:15px;
background:transparent url('../images/bullet.gif') no-repeat;
background-position:0 7px;
}

.right{
float:right;
height:370px;
width:350px;
margin:0 0 15px 15px;
clear:right;
}

hr  {
 border: 0;
 height: 1px;
 color: #999999;
 background-color:#999999;
 width:80%;
 }

.news_hr hr{
 border: 0;
 height: 1px;
 color: #999999;
 background-color:#999999;
 width:100%;
 }

.sites {
	width:200px;
	height: 100px;
	padding:5px;
	float:left;
	margin-right:10px;
}

.sites img {float:left; margin-right:5px;padding:1px; border:1px solid #006;}
.sites a:hover img { border-color:#c00;}
/* --------GALLERY-------------*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

/*.thumbnail:hover img{
border: 1px solid blue;
}*/

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 2px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 70px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.fleft{float:left;}
.flright{float:right;}
.clear{clear:both;}
#wrap #content .left #table_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: left;
	line-height: 12px;
	text-transform: uppercase;
}
