@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	height:100%;
}
#container {
	min-height:100%;
	position:relative;
}
#header {
	width: 218px;
	float: left;
	margin:0 16px;
	padding-bottom: 80px;
}
#body {
	padding-bottom:80px;
	padding-top: 50px;
	margin-left: 250px;
	width: 714px;
}

#body a:hover {
text-decoration:underline;
}

#body a {
color:#3A7C8B;
text-decoration:none;
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:50px;
}
br.clear {
	clear:both;
	height:1px;
	margin-top:-1px;
	overflow:hidden;
}
h2 {
	font-size:30px;
	color:#3A7C8B;
	text-transform:uppercase;
}
h2 span.content-title-emphasize {
	display:block;
	color:#EDECEC;
	font-size:50px;
}
h2 span.content-title-emphasize.smaller {
	font-size:34px;
}
h3 {
	font-size:14px;
	font-weight:bold;
	line-height:1.2em;
}

em {
	font-style:italic;
}

/*header*/

#header h1 {
	width:218px;
	height:181px;
	background:url(../images/logo.png) no-repeat 0px 0;
	text-indent:-999px;
}

#header h1 a {
	display:block;
	height:100%;
	width:100%;
}

strong {
	font-weight:bold;
}

/*end header */

/*body*/
body {
	color:#C2C2C2;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	background:#000;
}
/*end body*/

/*footer*/
#footer {
	background:url(/images/footerbg.png);
}
#footer p {
	float: left;
	margin:19px 0 0 40px;
	font-size: 11px;
}
#footer .nav {
	float: right;
	margin:19px 25px 0 0;
}
#footer .nav li {
	float: left;
	border-right:1px solid #E5E5E5;
	padding:0 15px;
	font-size:13px;
	text-transform:uppercase;
}
#footer .nav li a {
	color:#E5E5E5;
	text-decoration:none;
}

#footer .nav li.last {
	border-right:none;
	padding-right:0;
}

/*end footer*/

/*content */
div.content.standard {
	padding:35px 44px;
	position:relative;
}

div.content h2 {
	margin-bottom:10px;
}

div.content p {
	letter-spacing:1px;
	line-height:22px;
	margin-bottom: 1.5em;
}

div.content.standard {
	background: url(../images/boxbg.png);
}

/*end content*/
.content .quote-author {
	text-align: right;
}


#module_news {
	padding: 12px;
	float: left;
	width: 451px;
	background:url(/images/boxbg.png);
	margin-top:9px;
}

#module_news h3 {
	color:#FFF;
	font-size:14px;
	margin-bottom: 5px;
	font-weight:bold;
}

#module_news p {
	font-size:11px;
}

#module_signup {
	font-size: 15px;
	padding: 15px 20px;
	width: 189px;
	float: left;
	margin-left: 9px;
	margin-top:9px;
	background:url(/images/box2bg.png);
}
#module_news p, #module_signup p {
	line-height: 22px;
	letter-spacing:0px;
}

#module_signup p {
	font-size:13px;
	color:#dcdcdc;
	margin-bottom:7px;
}

#module_signup .blueish {
color:#3D90A2;
}


/* dancer  styles*/
.dancerPic {
	margin-right: 25px;
	float: left;
}

h3.dancerText {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 10px;
	font-weight: normal;
	margin-top: 32px;
	letter-spacing: 1px;
	
}

div#detailContainer p.dancerText {
	font-size:13px;
	color:#c2c2c2;
	margin: 0;
	line-height: 23px;
	font-weight: normal;
}


div#detailContainer div.dancerText {
	width:375px;
	height: 232px;
	float: left;
}

div#detailContainer div.directorText {
	height:323px;
	float:left;
	
}

div#detailContainer div.dancerText2 {
	height: 140px;
	overflow-y: auto;
	padding-right: 10px;
}

div#detailContainer div.directorTexts {
	height: 240px;
	overflow-y:auto;
	padding-right:10px;
}

div#detailContainer div.dancer {
	width:640px;
	height:223px;
	float: left;
}

div#detailContainer div.director {
	width:640px;
	height:323px;
	float:left;
}

.btnNextDancer {
	position:absolute;
	right:20px;
	bottom: 20px;
	z-index:99;
	margin: 0;
	padding: 0;
}

.btnPrevDancer {
	position:absolute;
	right:20px;
	z-index:99;
	bottom: 20px;
	margin: 0;
	visibility:hidden;
}
/* end of dancer styles*/

span.site-designer {
margin-left:10px;
position:absolute;
top:8px;
}
