@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
}

img{
border:none;
}

#wrapper {
width: 940px;
/*width:90%;*/
margin:auto;
background-image: url(images/wrapper-bg.jpg);
background-position:right; /* RIGHT BORDER*/
background-repeat:repeat-y;
/*border-left:#666666 thin solid;*/
}

#new_wrapper {
    margin: 0 auto;
    width: 940px;
}

#content-wrapper {
width:100%;
background-image: url(images/content-wrapper-bg.jpg);
background-position:left; /* LEFT BORDER*/
background-repeat:repeat-y;
}


#head {
width:98%;
margin-left:10px;
float:inherit;
height:80px;
background-image:url(images/head-bg.jpg);
background-repeat:repeat-x;
}

}
.dc_default {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
		 /*-------Styling TOP MENU-----------*/
.topmenu{
float:right;
margin-right:1px;
margin-top:0px;
font-family:Verdana;
font-size:10px;
color:#FFFFFF;
}

.topmenu li{
list-style-type: none;
margin-top:0px;
padding: 2px 10px 2px 10px;
border-bottom : 1px solid #FFFFFF;
background:#0099FF;
}

.topmenu li a{
margin-top:0px;
display : block;
text-decoration:none;
list-style-type: none;
color:#FFFFFF;
 }

.topmenu li a:hover {
margin-top:0px;
color: #66FFFF;
 }

	/*-------Styling HORIZONTAL NAVIGATIONAL BAR-----------*/

#hnav {
width:98%;
margin-left:10px;
float:inherit;
height:25px;
background-image:url(images/hnav-bg.png);
background-repeat:repeat-x;
}

.h-nav{
height:25px;
padding-top:3px;

background-image:url(images/hnav-bg.png);
font-family:Verdana;
font-size:9px;
color:#FFFFFF;
padding-left:10px;
}

.h-nav A:link{
font-size:9px;
font-family:Verdana;
text-decoration:none;
color:#FFFFFF;
}

.h-nav A:visited{
font-size:9px;
font-family:Verdana;
text-decoration:none;
color:#FFFFFF;
}

.h-nav A:hover{
font-size:9px;
font-family:Verdana;
text-decoration:none;
color:#FFFF00;
}

.h-nav A:active{ 
font-size:9px;
font-family:Verdana;
text-decoration:none;
color:#FFFFFF;
}


#top-wrap {
width:98%;
margin-left:10px;
float:inherit;
height:150px;
background-color:#b7e3fa;
/*border-bottom:#666666 thin solid;*/
}

#vnav {
width: 25%;
padding:0px 0px 0px 2px;
float:left;
height:148px;
/*border-right:#ffffff thin dashed;*/
overflow: hidden;
background-color:#a9d6f1; 
}
	/*-------Styling VERTICAL NAVIGATIONAL BAR-----------*/

.wireframemenu{
/*border: 1px solid #C0C0C0;*/
background-color:#a9d6f1;
border-bottom-width: 0;
width: 100%;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 100%;
}

.wireframemenu ul{ 
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
	font: bold 13px Verdana;
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #000066;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.wireframemenu a:visited{
color: #000066;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color:#0099FF;
color:#ffffff;
}
/*   END OF VERTICAL MENU */

#pic-rotator {
width: 73%;
height:148px;
padding:0px 2px 0px 2px;
float:right;
background-color:#b1ddf6;
}

#bottom-wrap {
width:98%;
margin-left:10px;
float:inherit;
height:275px;
margin-top:0px;
background-image:url(images/common_bg.jpg);
}

#tab-wrap {
width: 350px;
height:273px;
float:left;
overflow:hidden;
background-image:url(images/common_bg.jpg);
/*background-color:#FFCCFF;*/
}

#bottom-right-wrap{
height:273px;
margin-left:355px;
padding-left:5px;
/*background-color:#FFFF99;*/
}

#about-dc {
height:170px;
padding-top:0px;
border-bottom:#999999 thin dashed;

}

#table-wrap{
height:271px;
width:100%;
float:left;
background-image:url(images/about_dc_corner.gif);
background-repeat: no-repeat;
}

/*#left-part{
float:right;
height:271px;
width:20px;
margin-right:455px;
overflow:hidden;
background-image:url(images/about_dc_corner.png);
background-repeat:no-repeat;
}*/

#matter-part{
float:right;
width:97%;
height:271px;
padding-right:5px;
padding-top:15px;
background-image:url(images/about_dc_bg.gif);
background-repeat:repeat-x;
}

#sub-domains{
width:100%;
height:101px;
vertical-align:top;
}

#footer{
background-image:url(images/footer-bg.jpg);
background-repeat:repeat-x;
height:41px;
width:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFCC;
}

#footer-right{
width:65%;
float:right;
background-image:url(images/footer-rt-corner.jpg);
background-position:right;
background-repeat:no-repeat;
height:41px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFCC;
}

#footer-left{
width:30%;
float:left;
padding-left:30px;
background-image:url(images/footer-lft-corner.jpg);
background-position:left;
background-repeat:no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
height:41px;
overflow:hidden;
}