/*----------
	Dynamic Performing Arts - CSS Document 
----------*/
@import url('reset.css');

/*----------	LaYoUT STYLeS	----------*/
body {
	margin: 30px 0px 0 0;
	line-height: 17px;
	text-align: left;
	color: #000000;
	background-color: #6D1E23;
	font: 62.5%/1.8em Verdana, Arial, Helvetica, sans-serif;
}

#container { margin: 0 auto; width: 750px; font-size: 1.1em; }
#content_container { width: 750px; margin-top: 10px; background-color: #FFFFFF; border: 1px solid #D6CFC7; }
#text_container { margin-bottom: 20px; background: #FFFFFF url(../images/core/content_bg.gif) repeat-y; }
#text { float: left; text-align: left; width: 536px; min-height: 300px; margin-left: 10px; _margin-left: 5px; background-color: #DDDDDD; }

/* for IE */
/*\*/
* html div#text {
	height: 300px;
}
/**/

/*----------	HeaDeR STYLeS	----------*/
#header { width: 751px; height: 85px; margin: 0 auto; text-align: left; text-align: center; background: #DDDDDD; border: 1px solid #D6CFC7; }

/*----------	BaNNeR STYLeS	----------*/
#banner {
	margin: 12px 0 10px 10px;
	width: 728px;
	height: 248px;
	position: relative;
	background-color: #6D1E23;
}

#banner img {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 5px solid #B9B7B8;
}

#flash img { display: none; }
#flash img#first { display: block; }

/*----------	NaVIGaTIoN STYLeS	----------*/
#nav {
	position: absolute;
	top: 12px;
	left: 548px;
}
#nav ul { list-style-type: none; }
#nav ul li { display: inline;}
#nav ul li a {  width: 180px; height: 45px; display: block; }
#nav ul li a:hover { background-position: -180px 0 !important; }
#nav li#home a { background: url(../images/nav/home.jpg) no-repeat; }
#nav li#services a { background: url(../images/nav/services.jpg) no-repeat; }
#nav li#testimonials a { background: url(../images/nav/testimonials.jpg) no-repeat; }
#nav li#staff a { background: url(../images/nav/staff.jpg) no-repeat; }
#nav li#contact a { background: url(../images/nav/contact.jpg) no-repeat; }

.home li#home a, .services li#services a, .testimonials li#testimonials a, .staff li#staff a, .contact li#contact a {
	background-position: -180px 0 !important;
}

/*----------	CoMMoN STYLeS	----------*/
.clear { display: block; clear: both; }
.hidden { display: none; }
a { color: #FF0010; text-decoration: none; }
a:hover { color: #fd727b; text-decoration: underline; }
img { border: none; }
h1 {
	background-color: #82262B;
	display: block;
	width: 516px;
	height: 42px;
	line-height: 42px;
	color: #DCDDDF;
	padding-left: 20px;
	font-size: 1.7em;
}
h2 { font-size: 1.4em; font-weight: bold; margin: 20px; }
strong { font-weight: bold; }
hr { border: none; border-bottom: 1px solid #0068AA; margin: 10px; }
p { margin: 10px 30px 10px 20px; }
table { width: 93%; text-align: left; margin: 0 0 20px 20px; padding: 0; }
th { text-align: center; font-size: 1.4em; padding: 5px; font-weight: bold; }
td { border: 1px solid #CA8D91; padding: 3px; }

tr.studio td { font-weight: bold; font-size: 1.2em; }
ul.list { margin: 10px 0; list-style-type: square; }
ul.list li { margin: 0 50px; }
img#mudmap { margin: 10px; float: right; }
img.inner_photos { float: left; margin: 10px; clear:both;}

.top { border-top: 1px solid #aa6f73; text-align: right; font-size: 0.9em; margin: 10px 10px 0; clear: both; }


/*----------	CTa STYLeS	----------*/
div#cta { width: 178px; float: right; margin-right: 13px; _margin-right: 6px; }
div#cta p { text-align: center; margin: 10px 0 19px 0px; }
#videobutton {
	width:178px;
	background-image:url(../images/nav/video-button.jpg);
	background-repeat:no-repeat;
	height:34px;
}


/*----------	FooTeR STYLeS	----------*/
div#footer { color: #B68F91; width: 750px; margin: 0 auto; font-size: 0.9em; }
div#footer a { color: #B68F91; text-decoration: none; }	
div#footer a:hover { text-decoration: underline; }	
div#footer p { float: left; padding-left: 20px; margin: 10px 0 30px 0; }
div#footer img#webbasic { float: right; margin: 10px 50px 30px 0; border: none; }
