/*----------
	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: #330000;
	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: #FCEAEB; }

/* for IE */
/*\*/
* html div#text {
	height: 300px;
}
/**/

/*----------	HeaDeR STYLeS	----------*/
#header { width: 751px; height: 95px; margin: 0 auto; text-align: left; position: relative; background: #FFFFFF; border: 1px solid #D6CFC7; }
#header img#logo { position: absolute; top: 5px; left: 2px; }
#header img#cta_top { position: absolute; top: 5px; left: 98px; }

/*----------	NaVIGaTIoN STYLeS	----------*/
#nav { height: 244px; width: 175px; text-align: left; float: right; padding: 20px 17px 0 0; background-color: #FFFFFF; }
#nav ul { list-style-type: none; }
#nav ul li { display: inline;}
#nav ul li a {  width: 170px; border-bottom: 1px solid #532625; padding: 10px 0 10px 5px; color: #532625; text-decoration: none; display: block; letter-spacing: 2px; }
#nav ul li a:hover { text-decoration: none; color: #FF0010; }

/*----------	CoMMoN STYLeS	----------*/
.clear { display: block; clear: both; }

a { color: #FF0010; text-decoration: underline; }
a:hover { text-decoration: none; }
img { border: none; }
h1 {
	background-color: #803A32;
	display: block;
	width: 516px;
	height: 42px;
	line-height: 42px;
	color: #ffffff;
	padding-left: 20px;
	font-size: 1.6em;
}
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; }

ul.list { margin: 10px 0; list-style-type: square; }
ul.list li { margin: 0 50px; }
img.banner { margin: 12px 0 10px 10px; float: left; }
img#mudmap { margin: 10px; float: right; }
img.inner_photos { float: right; margin: 10px; }
.PDF { background: url(../images/icon-pdf.gif) left no-repeat; padding-left: 20px; }

/*----------	CTa STYLeS	----------*/
div#cta { width: 179px; float: right; margin-right: 13px; _margin-right: 6px; }
div#cta p { text-align: center; margin: 10px 0 19px 0px; }

/*----------	FooTeR STYLeS	----------*/
div#footer { color: #EAEAEA; width: 750px; margin: 0 auto; font-size: 0.9em; }
div#footer a { color: #EAEAEA; 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; }

