/*---------------- Basic Layout ----------------*/

body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	border: none;
	margin: 0px; 
	padding: 0px;
	text-align: center;
}

.container {
	width:771px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
}

.maincontent{
	width: 771px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #828282;
	border-left-color: #828282;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #828282;
	margin: 0px;
	padding: 0px;
}

.maincontent a {
	color:#6D6C97;
	text-decoration: none;
}

.maincontent a:visited {
	color:#7C7C87;
	text-decoration: none;
}

.maincontent a:hover {
	color:#6699CC;
	text-decoration: underline;
}

.banner {
	width: 771px;
	height: 313px;
	padding-bottom: 3px;
	border: none;
	margin: 0px;
}

.banner_button {
	position: absolute;
	top: 329px;
	right: 0px;	
	border: none;
}

p {
	font-size: 12px;
	color: #000000;
}

h1 {
	color: #7b7aa0;
	font-size: 18px;
	line-height: 24px;
	margin-bottom:-0.2em;
	text-align:left;
	font-weight: normal;
	background-position: right bottom;
	background-image:url(images/h1_underline_decoration.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDBCCF;
	clear:both;
}

h2 {
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	margin-bottom:-0.5em;
	text-align:left;	
}

h3 {
	font-size: 12px;
	color: #000000;
	list-style-position: outside;
	list-style-type: none;
	url(images/bullet.gif);
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-indent: 12px;
	line-height: normal;
	margin: 0px;
}


.body_text {
	width:731px;
	padding-left:20px;
	padding-right:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#diagonal_spacer{
	background-image: url(images/diagonal_strokes.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 771px;
	float: left;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #828282;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.body_text ol {
	color: #000000;
}

.body_text ul {
	color: #000000;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	left: -10px;
	margin-left: 1em; 
}

.body_text li {
	color: #000000;
}

.instructions {
	font-size:smaller;
}

.caption {
	font-size:10px;
	color:#151515;
	margin-top:-10px;
	padding-top:-10px;
	padding-left:1em;
}

/*the folloing two divs were created to float some images on the news page*/


#pre_reg {
	width: 342px;
	float: left;
	text-align:center;
	margin-bottom:1em;
}

#dance_hype {
	width: 342px;
	float: right;
	text-align:center;
	margin-bottom:1em;

}
	
/*-------------- Main site navigation------------------*/
	

#Navigation	{
	width:771px;
	height:47px;
	margin:0;
	padding:0;
	list-style:none;
	background:url(images/navigation_bg.jpg) repeat-x;	
}

#Navigation	li{
	float:left;
	display:block;	
}

#Navigation	a{
	display:block;
	text-transform:uppercase;
	padding:17px 12px 16px 12px;
	background:url(images/navigation_bg.jpg) repeat-x;
	border-right:1px solid #b6b3a1;
	font-size:11px;
	color:#ebebeb;
	text-decoration:none;
}

#Navigation	.last{
	border-right:none;
	padding:17px 12px 16px 12px;	 
}

#Navigation	a:hover{
	background:url(images/navigation_bg.jpg) bottom repeat-x;
	color:white;
}

#bhome #mhome, 
#bprograms #mprograms,
#bfaculty #mfaculty,
#bnews #mnews,
#bmedia #mmedia,
#brecital #mrecital,
#bpolicies #mpolicies,
#bclass #mclass,
#bdfgear #mdfgear,
#binfo #minfo,
#bcontact #mcontact
{
	background:url(images/navigation_bg.jpg) bottom repeat-x; 
	color:white;
}



/*-------------- Tables------------------*/


table {
	margin-top:1em;
}

table th {
	font-weight:normal;
	background-color:#bdbccf;
}

.table_headers td {
	font-size: 12px;
	font-weight: bold;
	color: #575575;
	text-align: center;
	padding: 5px;
	background-color: #BDBCCF;
	border-top:solid 1px #575575;	
	border-bottom:solid 1px #575575;
	border-right: dashed 1px white;
	border-left: dashed 1px white;

}

.table table{
	margin-left: 15;
	margin-right:15;
}

.table_data td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #BDBCCF;
	border-bottom-color: #575575;
	border-left-color: #BDBCCF;
	background-color: #F5F2FF;
	color: #333245;
	vertical-align:top;
	text-align:center;
}

.table_studio_a {
	background-color:#DAE7BE !important;
}

.table_studio_b {
	background-color:#FFFF9F !important;
}

.table_studio_music {
	background-color:#F3B4BD !important;
}

.table_studio_production {
	background-color:#D5D2F2 !important;
}



/*------------- Thumbnail Images -----------------*/


.program_images {
	float: left;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 24px;
	padding-left: 0px;	
	border: 0px;
}
   
.program_images img {
	margin: 0px;
	padding: 0px;
	border: none;
}


/*------------- Map Image -----------------*/


.contact {
	float: left;
	width: 500px;
	padding-top: 20px;
	padding-bottom: 50px;
	padding-right: 20px;
	padding-left: 20px;
}


.map {
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
	border: 0px;
}
   
.map a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* --------- FOOTER ------------ */

.footer {
	float: left;
	width: 771px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #828282;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #828282;
	border-left-color: #828282;
}

.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #6d6c97;
}

.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #4E4D6C;
}

.footer_nav {
	width: 771px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #6d6c97;
	text-align: center;
	background-color: #bdbccf;	
}

.footer_nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #6d6c97;
}

.footer_nav_end {
	width: 771px;
	text-align: center;
	color:#000000;
	background-color: #DEDEE7;	
}





/* --------- TWO COLUMN LAYOUT  ------------ */

.body_text_right {
	width: 520px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #828282;
}

.body_text_right .inside {
	padding-left:25px;
}

.left_column {
	float: left;
	width: 202px;
	margin: 0px;
	padding: 0px;
	background-color: #EBEBEB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #828282;
	border-bottom-color: #828282;
}

.left_column_content {
	padding: 10px;
	margin: 0px;
}

.left_column_footer {
	background-color: #8584a8;
	height: 18px;
}

.left_column_content p{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#diagonal_spacer_right{
	height: 25px;
	background-image: url(images/diagonal_strokes.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 566px;
	margin: 0px;
	float: left;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #828282;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

/* --------- Video ------------ */


.VideoContentWrapper {
	margin:1em 0 1em 0;
}


/* --------- Twitter Widget  ------------ */

.twtr-widget {
	display:block !important;
}

.twtr-doc {
	border-radius: 0px !important;
}


/* --------- Image Alignment  ------------ */

.image_float_right {
	float: right;
	margin: 0 0 10px 15px;
}

.image_float_left {
	float: left;
	margin: 0 15px 5px 0;
}

.program_image_float_left_height {
	float: left;
	margin-top: 0px;
	margin-right: 90px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.program_image_float_left {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
	
.faculty_headshots {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.df_gear_description {
	float:left;
	width:130px;
	margin-right:15px;
	text-align:left;
}

.last {
	margin:none;
}

.clearFloat {
	clear:both;
}
