/* CSS Document */
* {
	margin: 0;
	padding: 0;
} 
   
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center,
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img { 
	margin: 0;   
	padding: 0; 
	border: 0; 
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a:link, a:visited {
	cursor: pointer;
	color: #dc006b;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ol, ul {
	list-style: inside;
	line-height: 20px;
	list-style-type: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	padding: 8px 0;
}

img, div { behavior: url(iepngfix.htc) }

h1 {
	text-indent: -9999px;
	margin-top: -13px;
	display: block;
	background: url(../images/drtcc_logo.png) no-repeat top;
	width: 384px;
	height: 277px;
	float: left;
	position: absolute;
	z-index: 100;
}

h2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #dc006b;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #e30177;
	font-weight: normal;
}

h4 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #8cc63f;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
h5 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #e30177;
	font-weight: normal;
}

html {
	background: #f3f3f3 url(../images/bg_body.gif) repeat-x;
}
	
body {
	background: url(../images/bg_body_black.gif) no-repeat center top;
	width: 100%;
	display: table;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content {
	width: 968px;
	margin: 0px auto 0;
padding-bottom:15px;
	background: url(../images/bg_content.gif) repeat-y;
	min-height: 800px;
	overflow: auto;
}

#header {
	background: url(../images/bg_header2.jpg) no-repeat;
	width: 964px;
	height: 159px;
}

#search {
	background: url(../images/bg_search.gif) no-repeat;
	width: 249px;
	height: 32px;
	float: right;
	padding: 9px 0 0 36px;
}

#search .txtbox {
	background: url(../images/txtbox_search.gif) no-repeat;
	width: 184px;
	height: 20px;
	border: none;
	float: left;
	padding: 3px 0 0 25px;
}

#menu {
	background: url(../images/bg_menu.png) no-repeat;
	height:52px;
	margin-top:-52px;
	padding:3px 0 0 195px;
	position:absolute;
	width:769px;
	z-index:1000;
}

#banner {
	margin: 0 auto;
	clear: both;
}

.bannerslide {
	margin-left: 9px;
	display: block;
	position: relative;
	z-index: 0;
}

.bannerslideinside {
	margin-left: 9px;
	width: 950px;
	height: 211px;
}

#middletext .season {
	width: 621px;
	float: left;
	padding-left: 35px;
	margin-top: 35px;
}

#middletext .newsletter {
	width: 291px;
	float: right;
	background: url(../images/bg_newsletter.png) no-repeat;
	width: 238px;
	height: 129px;
	margin: 7px 4px 0 0;
	*margin: 4px 4px 0 0;
	color: #fff;
	padding: 45px 0 0 53px;
}
#middletext .news {
	float: right;
	background: url(../images/bg_news.png) no-repeat;
	width: 291px;
	height: 97px;
	margin: 7px 4px 0 0;
	*margin: 4px 4px 0 0;
}

.newsletter .newslettername, .newsletter .newsletteremail {
	border: none;
	background: #f060a6;
	width: 207px;
	height: 21px;
	color: #fff;
	margin-top: 6px;
	padding: 5px 0 0 8px;
}

.signupbutton {
	float: right;
	margin-top: 22px;
	*margin-top: 18px;
	width: 132px;
	height: 44px;
	background: url(../images/signup_button.png) no-repeat;
	text-indent: -9999px;
	border: none;
	*border: 0;
	cursor: pointer;
}

.signupbutton:hover {
	background: url(../images/signup_button_hover.png) no-repeat;
	float: right;
	margin-top: 22px;
	*margin-top: 18px;
	width: 132px;
	height: 44px;
	text-indent: -9999px;
	border: none;
	*border: 0;
	cursor: pointer;
}

img, .signupbutton, h1, #menu, .newsletter, .news, .menumenu, .upcomingshows, #footer, .news a {
	behavior: url(../iepngfix/iepngfix.htc);
}

.vaus {
	clear: both;
	text-indent: -9999px;
	display: block;
	background: url(../images/upcoming_shows.jpg) no-repeat;
	width: 960px;
	height: 82px;
	margin-left: 4px;
}

#shows {
	clear: both;
	border-bottom: 1px dashed #e7e7e7;
	min-height: 140px;
	margin-top: 12px;
}

.showsimage {
	margin-left: 23px;
	margin-right: 21px;
	margin-to: 0px;
	margin-bottom: 10px;
	width: 160px;
	float: left;
}

.showsdescription {
	width: 740px;
	float: right;
	margin-right: 20px;
	*width: 700px;
}

#footer {
	clear: both;
	background: url(../images/bg_footer.png) no-repeat;
	width: 953px;
	height: 70px;
	margin: 0 auto;
	color: #585858;
	font-size: 11px;
	padding: 25px 0 0 15px;
}

#footer a, #footer a:visited {
	color: #97bf0d;
	text-decoration: none;
}

#footer a:hover {
	color: #97bf0d;
	text-decoration: underline;
}

#contentinsidetxt {
	margin: 15px 30px;
}

.dcc {
	float: right;
	width: 128px;
	margin-right:15px;
	margin-top: -20px;
}

.footerleft {
	float: left;
	width: 600px;
}

.home {
	position: absolute;
	z-index: 1000;
}
table.boxoffice td {
	padding: 5px;
	border-bottom:dashed #e7e7e7 1px;
}

/*.vaus {
	clear: both;
	display: none;
}*/

a.upcomingshows {
	display: block;
	background: url(../images/view_upcomingshow.png) no-repeat;
	width: 222px;
	height: 12px;
	position: relative;
	top: 52px;
	left: 185px;
}

a.upcomingshows:hover {
	background: url(../images/view_upcomingshow_hover.png) no-repeat;
}
img {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader;
}

.menumenu {
	cursor: pointer;
}

a.subscribesave{
	display: block;
	background: url(../images/subscribesave.png) no-repeat;
	width: 163px;
	height: 12px;
	position: relative;
	top: 15px;
	left: 85px;
}

a.subscribesave:hover {
	background: url(../images/subscribesave_hover.png) no-repeat;
}

a.spacetorent{
	display: block;
	background: url(../images/spacetorent.png) no-repeat;
	width: 239px;
	height: 12px;
	position: relative;
	top: 50px;
	left: 45px;
}

a.spacetorent:hover {
	background: url(../images/spacetorent_hover.png) no-repeat;
}