@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(../../images/design_structure/page_bg.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
a:link, a:visited, a:active {
	color: #ffffff;
	font-size: 1em;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#page_container {
	margin: 0 auto;
	background-color: #000000;
	width: 919px;
}
#page_header { 
	background-image: url(../../images/design_structure/banner_bg.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 153px;
}
hr.page_header {
	background-image:url(../../images/design_structure/page_header_hr.png);
	background-repeat: repeat-x;
	background-color: #FF0000;
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////
//	This section defines the style rules for the dancers
/////////////////////////////////////////////////////////////////////////////////////////////////*/
#dancers {
	margin: 0 auto;
	width: 919px;
}
#right_bg_dancer {
	background-image: url(../../images/design_structure/right_bg_dancers.png);
	background-repeat: no-repeat;
	width: 103px;
	height: 554px;
	margin-left: 919px;
	position: absolute;
	top: 0;
}
#left_bg_dancer {
	background-image: url(../../images/design_structure/left_bg_dancers.png);
	background-repeat: no-repeat;
	width: 103px;
	height: 554px;
	margin-left: -103px;
	position: absolute;
	top: 0;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////
//	This section defines the style rules for the menu that lives in the banner
/////////////////////////////////////////////////////////////////////////////////////////////////*/
#header_menu {
	float: right;
	margin-right: 20px;
}
#header_menu li {
	float: left;
	padding-left: 25px;
	list-style: none;
}
#header_menu  li a:link, #header_menu  li a:visited, #header_menu  li a:active {
	font-weight: bold;
	color: #ffffff;
	font-size: .7em;
	text-decoration: none;
}
#header_menu  li a:hover {
	text-decoration: underline;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////
//	This section defines the style rules for that red box in the banner 
/////////////////////////////////////////////////////////////////////////////////////////////////*/
#header_lead {
	background-color: #990000;
	background-image: url(../../images/design_structure/lead_curve/lead_bg.png);
	float: right;
	clear: both;
	margin: -7px 15px 0 0;
	width: 360px;
	height: 58px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 10.5px;
	/* padding: 14px; */
}
#header_lead .addr { 
	margin-top: 6px;
	padding-top: 4px;
	border-top: 1px solid #3f0101;
	text-align:center;
	display: block;
}
#header_lead .addr:link { 
	color: #FFFFFF;
}

#header_lead h1 {
	font-size: 19px;
	margin: 0;
}
#header_lead p {
	margin: 0;
}
.roundedcornr_box_672024 {
   background: #990000;
}
.roundedcornr_top_672024 div {
   background: url(../../images/design_structure/lead_curve/roundedcornr_672024_tl.png) no-repeat top left;
}
.roundedcornr_top_672024 {
   background: url(../../images/design_structure/lead_curve/roundedcornr_672024_tr.png) no-repeat top right;
}
.roundedcornr_bottom_672024 div {
   background: url(../../images/design_structure/lead_curve/roundedcornr_672024_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_672024 {
   background: url(../../images/design_structure/lead_curve/roundedcornr_672024_br.png) no-repeat bottom right;
}

.roundedcornr_top_672024 div, .roundedcornr_top_672024, 
.roundedcornr_bottom_672024 div, .roundedcornr_bottom_672024 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_672024 { margin: 0 15px; }
/*/////////////////////////////////////////////////////////////////////////////////////////////////
//	This section defines the style rules for the horizontal catagory menu
/////////////////////////////////////////////////////////////////////////////////////////////////*/
#cat_horz_menu {
	width: auto;
	height: 22px;
	width: 859px;
	font-size: .8em;
	font-weight: bold;
	color: #ffffff;
	background-color: #910f10;
	background-image: url(../../images/design_structure/horz_menu_bg.png);
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#cat_horz_menu ul{
	list-style: none;
	margin: 0 auto;
}
#cat_horz_menu ul li {
	background-repeat: repeat-x;
	padding: 3px 11px;
	float: left;
	border-right: solid 1px #000000;
}
#cat_horz_menu ul li.last {
	border-right: 0;
}
#cat_horz_menu  li a:link, #cat_horz_menu  li a:visited, #cat_horz_menu  li a:active {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}
#cat_horz_menu li a:hover {
	text-decoration: underline;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////
//	This section defines the style rules for the featured flash image scroll
/////////////////////////////////////////////////////////////////////////////////////////////////*/
#featured_image {
	margin: 0 auto;
	width: 862px;
	height: 236px;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////
//	This section defines the style rules for the wrapper which surrounds the page's content
/////////////////////////////////////////////////////////////////////////////////////////////////*/
#content_container {
	margin: 0 auto;
	width: 859px;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////
//	This section defines the style rules for the featured flash image scroll
/////////////////////////////////////////////////////////////////////////////////////////////////*/
#ver_site_menu {
	float: left;
	margin-top: 32px;
	width: 205px;
	background-color: #141414;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #ffffff;
}
#ver_site_menu a:link, #ver_site_menu a:hover, #ver_site_menu a:visited, #ver_site_menu a:active {
	color: #ffffff;
	text-decoration: underline;
}
#child_dance_sub, #adult_dance_sub  {
	display: none;
}
#ver_site_menu ul {
	list-style: none;
	margin: 0 0 10px 15px;
	padding: 0;
}
#ver_site_menu ul.services {
	list-style: none;
	margin: 0;
	padding: 0 0 15px 15px;
	background-color: #000000;
	border-top: 1px #565656 solid;
	border-bottom: 1px #565656 solid;
}
#ver_site_menu ul.services li {
	background-image: url(/images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 17px 12px;
	padding-left: 34px;
	font-size: 10px;
}

#ver_site_menu li {
	margin: 0 0 0 -15px;
	padding: 6px 30px 6px 15px;
	cursor: pointer;
}
#ver_site_menu .header {
	background-image: url(../../images/design_structure/menu_header.png);
	background-repeat: no-repeat;
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
}
#ver_site_menu li.sub1, #ver_site_menu li.sub2 {
	
	padding-left: 30px;
	font-size: .90em;
	color: #999999;
	background-color: #000000;
	margin: 5px 0 0 0;
	background-image: none !important;
	/*display: none;*/
}
#ver_site_menu li.sub2 {
	margin: 0 0 0 -15px;
}
#ver_site_menu li:hover{
	background-color: #990000;
}
#ver_site_menu li.sub1:hover {
	background-color: #350000;
	color: #ffffff;
}
#ver_site_menu li.sub2:hover {
	background-color: #2a2a2a;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////
//	This section defines the style rules for the center column on the main page
/////////////////////////////////////////////////////////////////////////////////////////////////*/
#center_column {
	float: left;
	margin: 32px 0 100px 15px;
}
#center_column a:link, #center_column a:hover, #center_column a:visited, #center_column a:active {
	color: #990000;
	font-size: 1.1em;
	text-decoration: underline;
	font-weight: bold;
	
}
#center_column.press_release {
	width: 383px;
}
#center_column.all_news {
	width: 600px;
}
#center_column.article{
	width: 638px;
}
#center_column hr {
	border: 0;
	background-color: #8e8080;
	height: 1px;
}
#center_column hr.separator {
	border: 0 none;
	background-color: #000000;
	height: 60px;
	margin: 0;
}
hr.clear {
	clear: both;
	visibility: hidden;
	height: 1px;
}
#center_column p {
	margin: 10px 0 25px 15px;
	line-height: 20px;
	font-size: 11px;
	color: #e2e2e2;
	vertical-align: top;
}
#center_column p .left{
	float: left;
	margin-right: 15px;
	text-align: center;
	color: #999999;
	font-style: italic;
	display: block;
}
#center_column p .right{
	float: right;
	margin-left: 15px;
	text-align: center;
	color: #999999;
	font-style: italic;
	display: block;
}
#center_column p .center{
	clear: both;
	text-align: center;
	color: #999999;
	font-style: italic;
	display: block;
	margin: 40px;
}
#center_column p .highlight {
	font-size: 1.2em;
	border: 1px solid #525252;
	background-color: #141414;
	display: block;
	padding: 10px;
}
#center_column p.highlight_purple {
	border: 1px solid #525252;
	background-color: #382a3e;
	display: block;
	padding: 10px;
}
#center_column p.highlight_white {
	border: 2px solid #525252;
	background-color: #ffffff;
	color: #000000;
	display: block;
	padding: 10px;
}

#center_column .learn_more_link {
	float: right;
	width: 115px;
	background-image: url(/images/article_elements/arrow.png);
	background-repeat: no-repeat;
	background-position: 93px;
	font-style: italic;
	font-size: 13px !important;
	margin-top: -25px;
}	
#center_column h1 {
	font-family: "Lucida Sans Unicode";
	font-size: 20px;
	color: #ffffff;
	margin: 50px 0 20px 0;
	padding: 0;
	text-decoration: none;
	clear: both;
}
#center_column h1.page_header {
	font-family: "Lucida Sans Unicode";
	font-size: 24px;
	text-align: right;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
}
#center_column h2.page_subHeader {
	font-family: "Lucida Sans Unicode";
	font-size: 20px;
	text-align: right;
	margin: 0;
	color: #666666;
}
#center_column h1.page_header em {
	color: #c90303;
	font-style: normal;
}
#center_column h1 .news_title {
	color: #ffffff;
	font-size: 16px;
	font-style: normal;
}
#center_column h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #cc3333;
	margin: 0;
	padding: 0;
}
#center_column .link_list {
	background-image: url(../../images/design_structure/background/link_list_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 600px;
	padding-right: 60px;
	min-height: 60px;
	font-size: 12px;
	font-weight: bold;
	color: #ffe081;
	margin: 20px 0 20px 0;
}
#center_column .link_list-body {
	padding-right: 60px;
	min-height: 60px;
	font-size: 12px;
	font-weight: bold;
	color: #f2bf24;
	margin-top: 20px;
}
#center_column .link_list ul {
	list-style: none;
	margin-left: 0;
}
#center_column .link_list li {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	background-image: url(../../images/link_list_arrow_normal.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
}
#center_column .link_list li:hover {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	background-image: url(../../images/link_list_arrow_hover.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
}
#center_column .link_list a:link, #center_column .link_list a:visited, #center_column .link_list a:active {
	color: #f7da81;
	font-size: 1em;
	text-decoration: none;
}
#center_column .link_list a:hover {
	color: #f2bf24;
	text-decoration: underline;
}
ol.basic {
	font-size: 12px;
	color: #f2f2f2;
}
ol.basic li {
	padding-bottom: 7px;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////
//	This section defines the style rules for the right column on the main page
/////////////////////////////////////////////////////////////////////////////////////////////////*/
#right_column {
	float: right;
	width: 244px;
	margin: 32px 0 0 0;
}
#right_column h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
#right_column h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	color: #cc3333;
	margin: 5px 0;
	padding: 0;
}
#right_column h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
	margin: 20px 0 5px 20px;
	padding: 0;
}
#right_column p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 5px 20px;
	line-height: 17px;
	display: block;
}
#right_column em {
	color: #ffffff;
}
ul.dual_list {
	list-style: none;
	float: left;
}
ul.dual_list li {
	background-image: url(../../images/article_elements/mini_dimond_bullet.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: .75em;
	line-height: 20px;
	color: #ffffff;
	text-decoration: underline;
	background-position: left center;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////
//	This section defines the various table types and their bound definitions
/////////////////////////////////////////////////////////////////////////////////////////////////*/

.tbl_1, .tbl_1 table{
	width: 600px;
	margin: 15px auto;
	background-color: #f7f7f7;
	padding-bottom: 10px;
	color: #000000;
}
.tbl_1 table {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif !important; 
	font-size: 10px;
}
.tbl_1 td {
	padding: 10px;
}
.tbl_1 h1, .tbl_1 td.header1 {
	background-image: url(/images/design_structure/background/gradient_BG/admin_header_msg_bg.png);
	font-size: 13px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	color: #dcdbdb  !important;
	margin: 0 !important;
	padding: 5px 0 0 10px !important;
	height: 20px;
	font-weight: bold;
	text-align: center;
	border: none;
}
.tbl_1 h2, .tbl_1 td.header2, .tbl_1 th.header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	background-image:url(/images/design_structure/background/gradient_BG/h2_bg.png);
	vertical-align: bottom !important;
	height: 31px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px !important;
}
.tbl_1 th.top_align {
	padding-top:10px;
	vertical-align:top;
}
.tbl_4, .tbl_4 table{
	width: 582px;
	margin: 15px auto;
	background-color: #0d0d0d;
	padding-bottom: 10px;
	color: #ffffff;
}
.tbl_4 table {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif !important; 
	font-size: 10px;
}
.tbl_4 td {
	padding: 10px;
}
.tbl_4 h1, .tbl_4 td.header1 {
	background-image: url(/images/design_structure/background/gradient_BG/dark_header_bg.jpg);
	font-size: 13px !important;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-style: italic;
	color: #ffffff  !important;
	margin: 0;
	padding: 5px 0 0 10px !important;
	height: 20px;
	font-weight: bold;
	text-align: left;
	border: none;
}
.tbl_4 h2, .tbl_4 td.header2 {
	color: #ffffff !important;
	font-size: 14px !important;
	text-decoration: underline;
	text-align: center;
	clear: both;
}
.tbl_4 h3, .tbl_4 td.header3 {
	color: #ffffff !important;
	font-size: 12px !important;
	text-decoration: underline;
	display: inline;
}
.tbl_5, .tbl_5 table{
	width: 625px;
	margin: 15px auto;
	background-color: #ffffff;
	padding: 7px;
	color: #000000;
	font-size: 10px;
	font-weight: normal !important;
}
.tbl_5 td {	padding: 10px;	}
.tbl_5 td.alt_a {	background-color: #edebeb;	}
.tbl_5 td.alt_b {	background-color: #ffffff;	}
.tbl_5 td.alt_a-high {	background-color: #edebeb;	color: #ff0000; }
.tbl_5 td.alt_b-high {	background-color: #ffffff;	color: #ff0000;	}

.tbl_5 h1, .tbl_5 td.header1 {
	background-image: url(/images/design_structure/background/gradient_BG/calendar_header_bg.jpg);
	font-size: 16px !important;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 43px;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////
//	This section defines the style rules for the footer
/////////////////////////////////////////////////////////////////////////////////////////////////*/
#footer {
	clear: both;
	background-image: url(/images/design_structure/footer_bg.png);
	background-repeat: repeat-x;
	width: 827px;
	height: 31px;
	color: #cccccc;
	font-size: 11px;
	margin-top: 90px;
	padding: 60px 30px 0 30px;
}
#footer .ttw {
	float: left;
}
#footer .copy {
	float: right;
	text-align: right;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////
//	This section defines the style rules for some of the  elemets found on the Press Release and news Pages
/////////////////////////////////////////////////////////////////////////////////////////////////*/
h1.pr_h1 {
	color: #ffffff !important;
	text-align: center;
	font-size: 20px !important;
}
#newa_nav {
	color: yellow;
	font-size: 10px;
	font-weight: bold;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////
//	This section defines the style rules for some of the  elemets found on the Press Release and news Pages
/////////////////////////////////////////////////////////////////////////////////////////////////*/
#news_nav  {
	font-size: 11px;
	color: #ffffff;
	clear: both;
}
#news_nav table {
	width: 100%;
}
#news_nav table td.list {
	width: 70%;
}
#news_nav #pg_prev, #news_nav #pg_next, #news_nav a.pg_inactive, #news_nav strong.pg_active {
	border: 1px solid #666666;
	color: #ffffff;
	display: block;
	float: left;
	margin: 0 8px 0 0;
	padding: 4px 8px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
}
#news_nav a:hover {
	color: #ffffff;
	background-color: #656565;
	border: 1px solid #ffffff;
}
#news_nav a.pg_inactive {
}
#news_nav strong.pg_active {
	border: none;
	font-weight: strong;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////
//	This section defines the style rules for the calendar functions
/////////////////////////////////////////////////////////////////////////////////////////////////*/

table.month {
	width: 189px;
	font-color: #ffffff;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-spacing: 3px;
}
td.monthname, td.dayname {
	color: #ffffff;
}
td.datepicker { 
	text-align: center;
}
td.monthnavigation {
	width: 20%;
	text-align: center;
}
td.monthname {
	width: 60%;
	text-align: center;
}
select.monthpicker, select.yearpicker, select.daypicker, input.pickerbutton {
	font-size: 10px;
}
input.pickerbutton {
	width: 30px;
}
td.event, td.today, std.dayname, td.nomonthday, td.monthday, td.saturday, td.sunday, td.selectedday, td.selectedevent, td.todayevent {
	width: 25px;
	text-align: center;
	padding: 6px 0;
}
td.event, td.selectedevent{	background-color: #7a0000;	}
td.today, td.selectedday, td.todayevent {	background-color: #545454;	}
td.monthday, td.saturday, td.sunday	{	background-color: #ffffff;	color: #333333}
td.nomonthday {	background-color: #bbb8b8;	}
/*	Calendar Links	*/
td.event a:link, td.event a:hover, td.event a:visited {
	text-decoration: underline !important;
	vertical-align: top;	
}
td.selectedevent a:active, td.selectedevent a:link, td.selectedevent a:hover, td.selectedevent a:visited, td.selectedevent a:active  {
	text-decoration: underline !important;
	vertical-align: top;	
}
td.todayevent a:active, td.todayevent a:link, td.todayevent a:hover, td.todayevent a:visited, td.todayevent a:active  {
	text-decoration: underline !important;
	vertical-align: top;	
}
td.today a:link, td.today a:hover, td.today a:visited, td.today a:active {
	vertical-align: top;	
}
td.monthday a:link, td.monthday a:hover, td.monthday a:visited, td.monthday a:active {
	color: #000000 !important;
	vertical-align: top;	
}
td.saturday a:link, td.saturday a:hover, td.saturday a:visited, td.saturday a:active {
	color: #000000 !important;
	vertical-align: top;	
}
td.sunday a:link, td.sunday a:hover, td.sunday a:visited, td.sunday a:active {
	color: #000000 !important;
	vertical-align: top;	
}
td.selectedday a:link, td.selectedday a:hover, td.selectedday a:visited, td.selectedday a:active {
	vertical-align: top;	
}
table.month a:link, table.month a:hover, table.month a:visited, table.month a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	vertical-align: top;	
}
.inline_calendar {
	background-color: #000000;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 15px 0 15px 10px;
}
.monthpicker, .yearpicker, .pickerbutton
{
	padding: 0 !important;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////
//	This section defines the style rules for the calendar functions
/////////////////////////////////////////////////////////////////////////////////////////////////*/
#admin_options {
	float: right;
	width: 600px;
}
#admin_options ul {
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#admin_options li {
	background-color: #7a0000;
	border: 1px solid #ffffff;
	float: left;
	padding: 7px;
}
#admin_options li.lable {
	background-color: #333333;
	border: 1px solid #545454;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////
//	This section defines the style rules for the contact us page
/////////////////////////////////////////////////////////////////////////////////////////////////*/
h1.contact, h2.contact {
	font-size: 23px !important;
	color: #990000 !important;
	margin: 0 !important;
	padding: 0 !important;
}
ul.contact {
	list-style: square;
	color: #fae8b1;
	font-size: 12px;
}
ul#other_contacts {
	list-style: none;
	color: #ffffff;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
ul#other_contacts li {
	float: left;
	background-image: url(/images/design_structure/inactive_other_contacts.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 15px;
	padding: 6px 19px 0 12px;
	border-top: 3px solid #525252;
}
ul#other_contacts li:hover {
	float: left;
	background-image: url(/images/design_structure/active_other_contacts.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 15px;
	padding: 6px 19px 0 12px;
	border-top: 3px solid #f2bf24;
	color: #f2bf24;
	cursor: pointer;
}
ul#other_contacts li.active {
	float: left;
	background-image: url(/images/design_structure/active_other_contacts.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 15px;
	padding: 6px 19px 0 12px;
	border-top: 3px solid #f2bf24;
	color: #f2bf24;
	cursor: pointer;
}
.contact_hide {
	background-color: #121212;
	border: 3px solid #5a5959;
	padding: 10px;
	margin: 20px;
}
.contact_hide ul {
	color: #ffffff;
	font-size: 12px;
	list-style: square;
}
#contact_general {
	display: block;
}
#contact_media, #contact_donate, #contact_bookings{
	display: none;
}
#contact_maps {
	width: 359px;
	height: 350px;
	float: right;
	border: 3px solid #5a5959;
	margin-top: 10px;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////
//	This section defines the style rules for the arts in education page
/////////////////////////////////////////////////////////////////////////////////////////////////*/
ul.ed_activities {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
#prog_offer_nav {
	width: 150px;
	float: right;
	padding: 15px;
	background-color: #141414;
	border: 2px solid #222222;
}
#prog_offer_ewdi {
	float: left;
	width: 430px;
	margin-top: -50px;
}
#prog_offer_gedtc, #prog_offer_w, #prog_offer_mc, #prog_offer_pld, #prog_offer_owdr, #prog_offer_fydr {
	float: left;
	width: 430px;
	margin-top: -50px;
	display: none;
}
ul#prog_offer {
	list-style: none;
	color: #ffffff;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
ul#prog_offer li {
	background-image: url("/images/design_structure/inactive_other_contacts.png");
	background-position: left 9px;
	background-repeat: no-repeat;
	/*border-top: 1px solid #525252;*/
	line-height: 13px;
	margin-bottom: 8px;
	padding: 6px 19px 0 22px;
}
ul#prog_offer li:hover {
	background-image: url(/images/design_structure/active_other_contacts.png);
	/*border-top: 1px solid #f2bf24;*/
	color: #f2bf24;
	cursor: pointer;
	text-decoration: underline;
}
ul#prog_offer li.active {
	background-image: url(/images/design_structure/active_other_contacts.png);
	/*border-top: 1px solid #f2bf24;*/
	color: #f2bf24;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	/*background-image: url(/images/design_structure/active_other_contacts.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 15px;
	padding: 6px 19px 0 12px;
	border-top: 3px solid #f2bf24;
	color: #f2bf24;
	cursor: pointer;*/
}