/*OVERALL STYLES*/

body {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
	text-align: left;
	background-color: #fff;
}

body a:link, a:visited, a:active { color: #008ab0; text-decoration: none;}
body a:hover { text-decoration: none; color: #008ab0;}


h2 { font-size: 22px; font-weight: bold; text-align: center; font-family: Tahoma, Arial, Geneva, sans-serif ;}
h3 { font-size: 14px; font-weight: bold; text-align: left; font-family: Tahoma, Arial, Geneva, sans-serif ;}
h4 { font-size: 14px; font-weight: bolder; text-align: center; font-family: Tahoma, Arial, Geneva, sans-serif ;}
ul { padding: 0px; margin: 5px; font-family: Tahoma, Arial, Geneva, sans-serif ; font-size: 12px; color: #000; }
li { list-style: none; padding: 5px; margin-left: 15px; font-family: Tahoma, Arial, Geneva, sans-serif ; font-size: 12px; color: #000;}
blockquote {text-align: left; color: #9a4d9e; font-family: Tahoma, Arial, Geneva, sans-serif ;}

html { overflow-x: hidden; }

/* Page Layout */

#page {
	width: 980px;
	margin: 0px auto;
	padding-top: 10px;
	text-align: center;
	padding: 0px auto;
	overflow: hidden;
	min-height: 700px;
	padding-bottom: 20px;
}

#section {
	margin: 0px 0px 10px 0px;
	text-align: center;  /* for centering divs in IE */
}

/* KEEP THE HEIGHT TAGS IN THIS ORDER! */
	
#contentarea {
	margin: 0 auto; /* for centering divs in Firefox */
	height: auto;   /* for height in Firefox */
	min-height: 450px;  /* for height in Firefox */
	width: 980px;
	overflow: auto;
}

.prop {   /* for setting a min height in IE */
	height:450px;
	float:right;
	width:1px;
}

#watermark {
	display: block;
	}
	
#maincontent {
margin:0 0 3em 20px;
padding:0 10px 0 0;
float: left;
width: 650px;
}

#sidenav {
margin:0 10px 3em 0;
float:left;
padding: 0 10px 0 30px;
width: 240px;
text-align: left;
}

#sidenav li{
	list-style: none;
	margin: 0;
}

#subcontent_right {
margin:0 15px 3em 0;
float:left;
padding: 0 10px 0 20px;
width: 280px;
text-align: left;
color: #000;
}

#subcontent_right li, #subcontent_left li {
	list-style: disc;
	margin-left: 20px;
}
#subcontent_left{
margin:0 5px 3em 0;
float:left;
padding: 0 10px 0 15px;
width: 280px;
text-align: left;
color: #000;
}

/*HEADER*/
#header { 
	margin: -10px auto 0;
	padding: -20px 0;
}

#header1 {
	width: 100%;
	background: url(../images/topnav_bg.gif) repeat-x;
}


.headerinside {
	margin: auto;
	width: 980px;
}


.headertopinside {
	margin: 0 auto;
	width: 975px;
	padding-top: 10px;
	text-align: right;
}

.headertopinside a:link, .headertopinside a:visited, .headertopinside a:active { color: #ffffff; text-decoration: none; }
.headertopinside a:hover { color: #d4acd7; text-decoration: none; }


#logo {
	background-image: url(../images/dtw_anime.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 980px;
	margin: 10px 0px 0px;
	float: left;
}

.logo  { 
	width: 50px;
	vertical-align: top;
}

/*Navbar */

#nav { 
	margin: auto;
	width: 980px;
	background-color: #666;
	padding: -20px 0;
    position: relative;
	background-image: url(../images/nav4.gif);
}

.navbar {
	color: #fff;
	text-align: left;
	margin:0px ;
	vertical-align: middle;
	
}
.navbar a:link, .navbar a:visited { color: #ffffff; text-transform: none; font-size: 18px; text-align: left; font-weight: normal;}
.navbar a:active, .navbar a:hover { color: #cccccc; text-decoration: none;}

.navinside {
	margin: auto;
	width: 975px;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-left: 5px;
}

.container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: left;
	width: 940px;
	background: #222;
	font-size: 1.2em;
	background: url(../images/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
	font-weight: bold;
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	font-weight: bold;
}
ul.topnav li a:hover{
	background: url(../images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../images/dropdown_linkbg.gif) no-repeat 10px center; 
}
#header1 img {
	margin: 20px 0 10px;
}

/*SUBMENUS*/
#submenus {
	height: 40px;
	width: 963px;
	display: block;
	overflow: hidden;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
}

#submenu1, #submenu2, #submenu3, #submenu4, #submenu5, #submenu6, #submenu7, #submenu8, #submenu9, #submenu10, #submenu11  {
	height: 24px;
	color: #fff;
	display: none;
	text-align: center;
}


.submenu {
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	padding: 3px 20px;
	margin: 0px;
	font-weight: bold;
	
}

.submenu a:link, .submenu a:visited, .submenu a:active{ color: #666666; font-size: 11px;}
.submenu a:hover { color: #9a4d9e; text-decoration: none; font-weight: bolder;}


/* Home Layout*/

#thumbslide {
	width: 610px;
	height: 260px;
	margin-right: 25px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding: 0px 3px 3px 0px;
	text-align: center;
	float: left;
	/*border: 1px solid #333;*/
	background-image: url(../images/connect.png);
}

#stats {
	margin-left: 15px;
	float:left;
	height:264px;
	width:285px;
	margin-top: 10px;
}

.statsinside {

}

.statstop {
	margin: 0px 0px 20px 15px;
	height: 148px;
}

/* slideshow -- abbreviated to conserve space... damn 255-char limits */
.ss {
	font-weight: bold;
	font-size: 12px;
}

#top {
height: 315px;
}

#middle {
	height: 100%;
	margin: 0 0 0 10px;
	}

#middle_announcement {
	height: 100%;
	margin:0 0 15px 0; 
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}

#middle_left {
margin: 0 25px 10px 0px;
float:left;
width: 455px;
height: 100%;
}

#middle_right {
margin: 0 0 10px 25px;
float:left;
width:455px;
height: 100%;
}


/* ABOUT */

#about1, #about2, #about3, #about4, #about5 {
	color: #000;
	display: none;
	border: none;
}

#about3 #maincontent li {
	list-style: disc;
	text-align: left;
	margin-left: 20px;
}

#career1 {
	color: #fff;
	display: none;
	border: none;
}

/* CD PROMO WORLDWIDE */

#cdpromoworldwide1, #cdpromoworldwide2, #cdpromoworldwide3,#cdpromoworldwide4 {
	display: none;
	text-align: left;
}

#customsearch1 {
	text-align: left;
	border: none;
	margin: 0 0 3em 20px;
	padding: 0 10px 0 0;
	float: left;
	width: 940px;
}

/* CD PROMO MESSAGEVIEW */

#cdpromomessageview1, #cdpromomessageview2, #cdpromomessageview3, #cdpromomessageview4, #cdpromomessageview5, #cdpromomessageview6, #cdpromomessageview7 {
	color: #000;
	display: none;
	border: none;
}

/* CD PROMO ANALYTICS */

#cdpromoanalytics1, #cdpromoanalytics2, #cdpromoanalytics3, #cdpromoanalytics4 {
	color: #000;
	display: none;
	border: none;
}

/* SYNDICATED RESEARCH */
#research1, #research2, #research3, #research4, #research5, #research6, #research7, #research8, #research9, #research10, #research11, #research12, #research13 {
	text-align: left;
	border: none;}

/* CONTACT */

#contact1 {
	color: #000;
	display: none;
	border: none;
	text-align: left;
}

.contacts p {
	text-align: left;
	margin: 0px;
}		

.contacts h2 {
	text-align: center;
	height: 30px;
}

/* FOOTER */

#footer {
	margin: 0 auto;
	width: 980px;
	background-color: #000;
	height: 275px;
}

.footerinside {
	margin: auto;
	width: 960px;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 5px;
}

.footertext { 
	text-align: left;
	float:left;
	margin-top: 18px;
	color: #fff;
}

.footerinside a:link, .footerinside a:visited, .footerinside a:active { color: #ffffff; text-decoration: none; font-weight: normal;}
.footerinside a:hover { color: #9a4d9e; text-decoration: none; font-weight: normal;}

#subfooter {
	margin: 0 auto;
	width: 980px;
	height: 100px;
	text-align: center;
}

/*MISC*/

.button
{font-size: 12px; 
font-family: Tahoma, Arial, Geneva, sans-serif ; 
	padding-bottom: 0px;}



a.imgPop {
  position:relative;
  z-index:100;
}

a.imgPop:hover {
  display:inline;
  z-index:10;
} 

a.imgPop span {
  display:none;
} 

a.imgPop:hover span {
  display:block;
  position:absolute;
  top:-18em;
  left:5em;
  width:585px;
  height:619px;
   } 
   
.preload { 
	display: none;
}

.headline2 {
	border-bottom: 2px solid #ddd; 
	font-size: 20px; 
	color: #000;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-family: Tahoma, Arial, Geneva, sans-serif ;
	text-align: left;
}

.headline3 {
	font-size: 16px; 
	color: #000;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-family: Tahoma, Arial, Geneva, sans-serif ;
	text-align: left; 
}	

.headline4 {
	border-bottom: 2px solid #ddd; 
	font-size: 16px; 
	color: #000;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-family: Tahoma, Arial, Geneva, sans-serif ;
	text-align: left; 
}	

.headline5 {
	color: #333333;
	font-size: 18px;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	text-align: left;
	font-weight: bold;
}

<!-- Terms and Privacy Policy -->

#privacy1 {
	text-align: left;
	border: none;
	margin: 0 0 3em 20px;
	padding: 0 10px 0 0;
	float: left;
	width: 940px;
}

#terms1 {
	text-align: left;
	border: none;
	margin: 0 0 3em 20px;
	padding: 0 10px 0 0;
	float: left;
	width: 940px;
}

.terms {
	text-align: left;
	margin: 5px 25px;
}

.terms h2 {
	margin: 20px 0px;
}

.terms h3 {
	text-align: left;
	margin: 10x 0px;
}
