/*** ARTSCAPE ***/

body {
    margin: 0px;
}

.wrapper {
    width: 980px;
    margin: 0 auto 0 auto;
    border: 1px solid #aaa;
}

.header {
    /*background: url(../images/header1.jpg);*/
    width: 980px;
    height: 248px;
    position: relative;
}

.clear { clear:both; }

/*** SEARCH MENU ***/

.search_menu {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 20px;
}

.search_menu ul.top li {
    cursor: pointer;
    position: relative;
}

.search_menu ul.top li.ul_search a img {border: none;}

.search_menu ul.top li.ul_search {height: 59px;}
.search_menu ul.top li.li_date {height: 45px;}
.search_menu ul.top li.li_experience {height: 47px;}
.search_menu ul.top li.li_genre {height: 46px;}
.search_menu ul.top li.li_onnow {height: 45px;}

.search_menu ul.top, ul.sub {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.search_menu ul.top ul.sub li {
    margin: 0px;
    padding: 3px 0px 5px 33px;
    font-family: "Times New Roman", serif;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
}

.search_menu ul.top ul.sub li a {
    color: #fff;
    text-decoration: none;
    
}

.subul_arrow {
    height: 24px;
    width: 16px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.subul_experience .subul_arrow, .subul_genre .subul_arrow, .subul_date .subul_arrow {background: url(../images/header/subul_arrow.png);}

.search_menu ul.top li .subul_experience,
.search_menu ul.top li .subul_genre,
.search_menu ul.top li .subul_date {
    display: none;
    width: 160px;
    position: absolute;
    z-index: 999;
    left: 156px;
    top: 0px;
}

.search_menu ul.top li.li_onnow a img {
    border: none;
}

.search_menu ul.top li .subul_experience {
    background: url(../images/header/li_experience_bg.png) repeat-y;
}

.search_menu ul.top li .subul_genre {
    background: url(../images/header/li_genre_bg.png) repeat-y;
}

.search_menu ul.top li .subul_date {
    background: url(../images/header/li_date_bg.png) repeat-y;
}

.search_menu ul.top li:hover .subul_experience, .search_menu ul.top li:hover .subul_genre, .search_menu ul.top li:hover .subul_date {
    display: block;
}

/*** MENU ***/

.menu {
	width: 100%;
	border-top: 4px solid #fe024d;
	position: relative;
}

.menu ul.menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.menu ul.menu li {
	height: 32px;
	float: left;
	position: relative;
	padding: 8px 20px 0px 20px;
	margin: 0px 13px 0px 13px;
	font-family: "Times New Roman", serif;
}

.menu ul.menu li a {
    font-size: 18px;
    text-decoration: none;
    color: #fe024d;
    font-weight: bold;
}

.menu ul.menu li:hover {
    background: url(../images/menu_repeat.jpg);
}

.menu ul.menu li:hover a {
    color: #fff;
}

.menu ul.menu li .menu_left {
    width: 6px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.menu ul.menu li .menu_right {
    width: 6px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.menu ul.menu li:hover .menu_left {
    background: url(../images/menu_left.jpg);
}

.menu ul.menu li:hover .menu_right {
    background: url(../images/menu_right.jpg);
}

.menu ul.menu li .subul {
    display: none;
    position: absolute;
    top: 36px;
    left: 0px;
    width: 150px;
    padding-bottom: 11px;
    background: url(../images/menu_bottom.png) bottom no-repeat;
    z-index: 999;
}

.menu ul.menu li:hover .subul {
    display: block;
}

.menu ul.menu li .subul ul.sub {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 150px;
    
}

.menu ul.menu li .subul ul.sub li {
    margin: 0px;
    clear: left;
    width: 110px;
    background: #fe024d;
}

.menu ul.menu li .subul ul.sub li:hover {
    background: #fff;
}

.menu ul.menu li .subul ul.sub li:hover a {
    color: #fe024d;
}

.menu ul.menu li .subul ul.sub li a {
    font-size: 12px;
    display: block;
    width: 130px;
    height: 100%;
    padding: 5px 0px 0px 0px;
    outline: none;
}

/*** SHELL ***/

.shell {
    width: 100%;
    clear: both;
    border-top: 1px solid #aaa;
    background: url(../images/wrapper_bg.jpg) repeat-y;
    overflow: hidden;
    /*position: relative;*/
}

/*** LEFT ***/

.left {
    width: 774px;
    float: left;
    color: #666;
    /*position: relative;*/
}

.page_heading {
    width: 100%;
    font-family: "Times New Roman", serif;
    font-size: 24px;
    height: 42px;
    background: url(../images/heading_bg.jpg) repeat-x bottom;
    padding: 15px 0px 0px 20px;
    /*margin-bottom: 10px;*/
}

.lightbox_heading {
    font-family: "Times New Roman", serif;
    font-size: 24px;
    height: 42px;
}

/*** HOME PAGE ***/

.home_left {
    width: 445px;
    float: left;
    border-right: 1px solid #999;
    font-size: 11px;
    color: #999;
	min-height:680px;
	height:auto !important;
	height: 680px;
}

.home_left .artscape {
    width: 212px;
    float: left;
    height: 400px;
    /*border-left: 1px solid #999;*/
}

.home_left .artscape .artscape_text {
   font-family: arial, Helvetica, sans-serif;
   color: #999;
   line-height: 16px;
   padding: 15px;
}

.home_left .explore_backstage {
    width: 231px;
    height: 400px;
    float: right;
    border-left: 1px solid #999;
}

.home_left .explore_backstage .backstage_text {
   font-family: arial, Helvetica, sans-serif;
   color: #999;
   line-height: 16px;
   padding: 15px;
}
.home_left .explore_backstage .backstage_text_hdr {
   font-family: arial, Helvetica, sans-serif;
   color: #7c7c7c;
   font-weight: bold;
}

.home_left .explore_backstage .backstage_text a {
    font-weight: bold;
    color: #999;
    text-decoration: none;
}

.home_left .press_block {
    /*border-left: 1px solid #999;*/
    border-top: 1px solid #999;
    overflow: hidden;
    width: 445px;
    clear: both;
	padding-bottom: 0px;
}

.home_left .press_block .press_block_heading {
    padding-left: 10px;
    padding-top: 9px;
    width: 435px;
}

.home_left .press_block img {
    float: left;
    margin-left: 9px;
	padding-top: 9px;
    height: 140px;
    width: 170px;
}

.home_left .press_block .press_block_text {
    float: right;
    width: 250px;
	font-family: arial, Helvetica, sans-serif;
    color: #999;
	padding-top: 9px;
    margin-right: 8px;
}

.home_left .press_block .press_block_text a {
    font-weight: bold;
    color: #999;
    text-decoration: none;
}

.home_featured {
    width: 328px;
    float: left;
    background: #F2F2F2;
    position: relative;
    height: 680px;
}

.home_featured_blurb {
    background: url(../images/home/featshow_bkgnd.jpg) no-repeat;
    width: 292px;
    height: 95px;
    color: #fff;
    font-size: 10px;
    text-align: left;
    margin-top: 15px;
}

.home_featured a {
    color: #fff;
    }

.home_featured_blurb_text {
    width: 165px;
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
    height: 85px;
}

.home_featured_blurb_text a {
	text-decoration: none;
}

.home_featured_blurb_text a:hover {
	text-decoration: underline;
}

.home_featured a img {
    border: none;
    margin-top: 2px;
}

.home_featured .featured_paginator {
    position: absolute;
    top: 590px;
    right: 10px;
    font-size: 10px;
}

.home_featured_blurb_text .show_booking {
    position:absolute;
    bottom: 0px;
    right: 0px;
    font-size: 9px;
}

.featured_show_booking {
	background: #01a54f;
    height: 35px;
    color: #fff;
    font-family: "Times New Roman", serif;
    font-size: 16px;
    padding: 10px 0px 0px 10px;
    width: 283px;
    cursor:pointer;
	
}
.featured_show_booking a {
	text-decoration: none;
}
.featured_show_booking a:hover {
	text-decoration: underline;
}
/*** PARTNERS ***/

.partners_page {
    color: #999;
    line-height: 16px;
    font-size: 11px;
    font-family: arial, Helvetica, sans-serif;
    margin-left: 20px;
}

.partners_page a {
    color: #666;
    text-decoration: none;
}

.partners_page a:hover {
    text-decoration: underline;
}

.partners_heading {
    font-size: 13px;
}

/*** HISTORY PAGE ***/

.history_page {
    width: 730px;
    margin-left: 20px;
    color: #999;
    line-height: 16px;
    font-size: 11px;
    font-family: arial, Helvetica, sans-serif;
}

.history_heading {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14pt;
    line-height: 21pt;
    color: #333;
    font-weight: normal;
}

/*** MANAGEMENT PAGE ***/

.management_page {
    margin-left: 20px;
    color: #999;
    line-height: 16px;
    font-size: 11px;
    font-family: arial, Helvetica, sans-serif;
}

.management_page a {
    color: #999;
    text-decoration: none;
}

.management_page a:hover {
    text-decoration: underline;
}

/*** BOARD MEMBERS PAGE ***/

.boardmembers_page {
    margin-left: 20px;
    color: #999;
    font-family: arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
}

/*** LINKS PAGE ***/

.links_page {
   color: #999;
   font-family: arial, Helvetica, sans-serif;
   font-size: 11px;
   margin-left: 20px;
   line-height: 16px;
   padding-bottom: 20px;
   overflow: hidden;
}
.links_page a {
    color: #999;
    text-decoration: none;
}

.links_page a:hover {
    text-decoration: underline;
}

.links_heading {
    font-size: 13px;
}

/*** CONTACT PAGE ***/

.contact_page {
   font-family: arial, Helvetica, sans-serif;
   color: #999;
   font-size: 11px;
   margin-left: 20px;
   line-height: 16px;
   margin-top: 20px;
   overflow: hidden;
   padding-bottom: 30px;
}

.contact_page a {
   color: #999;
    text-decoration: none;
}

.contact_page a:hover {
    text-decoration: underline;
}

.secondaryheader {
    font-size: 13px;
    font-weight: bold;
}

/*** OPERA HOUSE PAGE ***/

.operahouse_page {
    margin-left: 20px;
	font-size: 11px;
    font-family: arial, Helvetica, sans-serif;
    color: #999;
    line-height: 16px;
}

/*** THEATRE PAGE ***/

.theatre_page {
    margin-left: 20px;
	font-size: 11px;
    font-family: arial, Helvetica, sans-serif;
    color: #999;
    line-height: 16px;
}

/*** ARENA PAGE ***/

.arena_page {
    margin-left: 20px;
	font-size: 11px;
    font-family: arial, Helvetica, sans-serif;
    color: #999;
    line-height: 16px;
}

/*** OTHER AREAS ***/

.other_areas {
    margin-left: 20px;
	font-size: 11px;
    font-family: arial, Helvetica, sans-serif;
    color: #999;
    line-height: 16px;
    overflow: hidden;
    margin-bottom: 10px;
}

/*** SEARCH RESULTS ***/

.image {
    position: relative;
    padding:0px;
    width:144px;
    height: 210px;
    float:left;
    margin:5px;
    background: #aaa;
}

.image .blurb {
    display:none;
    position: absolute;
    width: 134px;
    top : 0px;
    color: white;
    padding: 5px;
}
.image .blurb_2 {
    position: absolute;
    width: 134px;
    top : 0px;
    color: white;
    padding: 5px;
}
.image .blurb table, .image .blurb_2 table {
    border-collapse: collapse;
    font-size: 10px;
}

.image .blurb table td, .image .blurb_2 table td {
    vertical-align: top;
    border-spacing: 2px;
}

.image .blurb .blurb_title, .image .blurb_2 .blurb_title {
    font-weight: bold;
    margin-bottom: 6px;
}

.image .blurb a, .image .blurb_2 a {
    color: #fff;
    text-decoration: none;
    font-size: 10px;
}

.image .blurb .send_to_friend {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    padding: 3px 0px 3px 0px;
    margin: 5px 0px 5px 0px;
}

.send_to_friend:hover{
	text-decoration: underline;
	
}

.image:hover .blurb {
    display: block;
}

.image a img {
    border: none;
}

.search_paginator {
    position: relative;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    clear: left;
    font-size: 10px;
}

a.search_booking_link:hover {
    text-decoration: underline;
}

a.search_title:hover {
    text-decoration: underline;
}



/*** SHOW DETAILS ***/

.show_page {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.show_img {
    float: left;
    width: 346px;
    height: 522px;
    /*background: #ccc;*/
    margin-left: 10px;
}

.show_img img {
    width: 346px;
    height: 522px;
}

.show_blurb {
    float: left;
    width: 380px;
    margin-left: 15px;
    line-height: 18px;
	font-size: 11px;
    font-family: arial, Helvetica, sans-serif;
    color: #999;
    text-align: justify;
	/*padding-top: 10px*/
	padding-bottom: 105px; 
}

.show_times {
    border-spacing: 2px;
    width: 100%;
    font-size: 11px;
}

.show_times td {
    background: #e9e9e9;
    padding: 2px;
}

.showtimes_table {
    border-spacing: 2px;
    width: 100%;
    font-size: 11px;
}

.showtimes_table th {
    padding: 3px;
    background: #e9e9e9;
}

.showtimes_table td {
    background: #ccc;
    color: #000;
    padding: 3px;
}

.show_links {
    position: absolute;
    bottom: 0px;
    right: 15px;
}

.show_links div span a {
    border: none;
	text-decoration: none;
}

.show_page .show_sendlnk {
    background: #e7c200;
    height: 35px;
    color: #fff;
    font-family: "Times New Roman", serif;
    font-size: 20px;
    font-weight: bold;
    padding: 9px 0px 0px 10px;
    margin-bottom: 10px;
    width: 380px;
    cursor:pointer;
	text-decoration: none;
}

/*.show_page .show_sendlnk a {
    color: #fff;
    text-decoration: none;   
}*/

.show_page .show_sendlnk:hover {
	text-decoration: underline;
}
.show_page .show_booking {
    background: #01a54f;
    height: 35px;
    color: #fff;
    font-family: "Times New Roman", serif;
    font-size: 20px;
    font-weight: bold;
    padding: 9px 0px 0px 10px;
    width: 380px;
    cursor:pointer;
}

.show_page .show_booking a {
    color: #fff;
    text-decoration: none;
}

.show_page .show_booking:hover {
    text-decoration: underline;
}

/*** PRESS RELEASES ***/

.press_list {
    width: 445px;
    float: left;
    border-right: 1px solid #999;
    font-size: 11px;
    color: #999;
    padding-bottom: 10px;
	min-height:560px;
	height:auto !important;
	height: 560px;
}

.dtr_press_release {
    clear: both;
    overflow: hidden;
    margin-top: 10px;
    float: left;
    margin-left: 20px;
}

.press_release_paginator {
    position: relative;
    top: 5px;
    float: right;
    right: 16px;
}

.press_featured {
    width: 328px;
    float: left;
    background: #F2F2F2;
    position: relative;
}

.press_featured a img {
    border: none;
    margin-top: 1px;
}

.dtr_press_release a img {
    border: none;
}

.press_readmore {
    position: absolute;
    display: block;
    bottom: 3px;
    right: 5px;
    color: #02a353;
    text-decoration:none;
    font-size: 10px;
}

.rc_readmore {
    color: #02a353;
    text-decoration:none;
    font-size: 10px;
}

.dtr_press_releases_right {
    background: #ececec;
    height: 108px;
    margin-left: 10px;
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
    position: relative;
}

.press_title a {
    font-weight: bold;
    color: #fe024d;
    text-decoration: none;
    font-size: 11px;
}

.press_intro {
    font-size: 10px;
    color: #666;
}

.press_img {
    float: left;
    width: 346px;
    height: 522px;
    background: #ccc;
    margin-bottom: 10px;
    margin-left: 10px;
}

.press_blurb {
   	font-family: arial, Helvetica, sans-serif;
   	color: #999;
    float: left;
    width: 380px;
    margin-left: 15px;
    margin-bottom: 10px;
    text-align: justify;
    line-height: 18px;
}

/*** NEWSLETTER SIGNUP ***/

.newsletter_signup {
    padding: 20px;
   font-family: arial, Helvetica, sans-serif;
   color: #666;
   line-height: 16px;
   width: 405px;
   float: left;
   border-right: 1px solid #999;
   font-size: 11px;
   color: #999;
   padding-bottom: 10px;
   min-height:580px;
   height:auto !important;
   height: 560px;
}

/*** RESOURCE CENTRE ***/

.resource_centre_nav {
	font-family: "Times New Roman", serif;
	font-size: 11px;
	width: 734px;
	float: left;
	border-right: 1px solid #999;
	color: #0a68b0;
	height: 34px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
    background: url(../images/rc_nbkgnd.gif) top repeat-y;
}

.resource_centre_nav a {
	font-family: "Times New Roman", serif;
	font-size: 18px;
	color: #0a68b0;
	text-decoration: none;
}
.resource_centre_nav a:hover {
    text-decoration: none;
	color: #fe024d;
}

.resource_centre_nav a.active {
	text-decoration: none;
	color: #fe024d;
}

.resource_centre {
    padding: 20px;
   font-family: arial, Helvetica, sans-serif;
   color: #666;
   line-height: 16px;
   width: 734px;
   float: left;
   border-right: 1px solid #999;
   font-size: 11px;
   color: #999;
   padding-bottom: 10px;
   min-height:580px;
   height:auto !important;
   height: 560px;
}

.resource_centre a {
   /*color: #666;*/
   font-size:10px;
   text-decoration: none;
   outline:none;
}

.resource_centre a:hover {
   text-decoration: none;
}

.resource_centre_page_heading {
	width: 100%; 
	font-family: "Times New Roman", serif; font-size: 18px; 
	margin-top: 5px;
}

.page_heading_rc {
    width: 755px;
    font-family: "Times New Roman", serif;
    font-size: 24px;
    height: 42px;
    background: url(../images/heading_bg.jpg) repeat-x bottom;
    padding: 15px 0px 0px 20px;
    /*margin-bottom: 10px;*/
}

.news_rc { 
	width: 734px;
}

.news_rc p { 
	font-size:11px;
	width: 734px;
}

.news_rc a, .news_rc a { 
	font-size:11px;
}

.news_rc span.paginator { 
	margin-top: 10px;
	float: right;
}

.featured_rc { 
	font-size:10px !important;
}

.featured_rc_img, .learningEvents_img { 
	float: left; 
	border: 1px solid #c5c5c5; 
	margin-right: 10px; }
	
.learningEvents table { 
	margin-bottom: 20px;
}

.learningList span.paginator { 
	margin-top: 10px;
	float: right;
}

/*** YOUTH MUSIC ***/

.youth_music {
   padding: 20px;
   font-family: arial, Helvetica, sans-serif;
   color: #666;
   line-height: 16px;
   width: 405px;
   float: left;
   border-right: 1px solid #999;
   font-size: 11px;
   color: #aaa;
   padding-bottom: 10px;
   min-height:580px;
   height:auto !important;
   height: 560px;
}
.youth_music a {
    color: #999;
	font-weight: bold;
    text-decoration: none;
}

.youth_music a:hover {
	font-weight: bold;
    text-decoration: underline;
}

/*** AUDIENCE DEVELOPMENT ***/

.audience_development {
   padding: 20px;
   font-family: arial, Helvetica, sans-serif;
   color: #666;
   line-height: 16px;
   width: 405px;
   float: left;
   border-right: 1px solid #999;
   font-size: 11px;
   color: #999;
   padding-bottom: 10px;
   min-height:580px;
   height:auto !important;
   height: 560px;
}

/*** NEW WRITING PROGRAMME ***/

.new_writing {
   padding: 20px;
   font-family: arial, Helvetica, sans-serif;
   color: #666;
   line-height: 16px;
   width: 405px;
   float: left;
   border-right: 1px solid #999;
   font-size: 11px;
   color: #999;
   padding-bottom: 10px;
   min-height:580px;
   height:auto !important;
   height: 560px;
}
.new_writing a {
    color: #666;
    text-decoration: none;
}

/*** PODCASTS ***/

.podcasts {
   padding: 20px;
   font-family: arial, Helvetica, sans-serif;
   color: #666;
   line-height: 16px;
   width: 400px;
   float: left;
   border-right: 1px solid #999;
   font-size: 11px;
   color: #999;
   padding-bottom: 10px;
   min-height:580px;
   height:auto !important;
   height: 560px;
}
.podcasts_hdr {
	font-family: arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
    color: #999;
	font-weight: bold;
}

.podcasts a {
    color: #999;
	font-weight: normal;
    text-decoration: none;
}

/*** TECHNICAL TRAINING ***/

.technical_training {
    margin-left: 20px;
    margin-right: 20px;
	font-size: 11px;
    font-family: arial, Helvetica, sans-serif;
    color: #999;
    line-height: 16px;
}


/*** RIGHT ***/

.right {
    width: 205px;
    float: right;
    border-left: 1px solid #aaa;
}

.right .item {
    width: 190px;
    text-align: left;
	font-size: 10px;
    font-family: arial, sans-serif;
    color: #999;
    margin: 5px 0px 5px 10px;
}

.right .social {
    margin: 8px 0px 5px 30px;
    padding: 0px 0px 7px 0px;
    overflow: hidden;
}

.youtube {
    background: url(../images/right/youtube.jpg);
    width: 70px;
    height: 40px;
    float: left;
}

.facebook {
    background: url(../images/right/facebook.jpg);
    width: 70px;
    height: 40px;
    float: left;
}

.youtube:hover {
    background: url(../images/right/youtube2.jpg);
}

.facebook:hover {
    background: url(../images/right/facebook2.jpg);
}

.right .item, .right .item a {
    font-size: 11px;
    font-family: arial, sans-serif;
    color: #999;
}

.right .item a {
    font-weight: bold;
    text-decoration: none;
}

/*** FOOTER1 ***/
.footer1 {
    overflow: hidden;
    clear: both;
    width: 100%;
}

.footer1 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer1 ul li {
    float: left;
    height: 65px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

.footer1 ul li a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.footer1 ul li.cpo {background: url(../images/footer/orchastra_n.gif);width: 125px;}
.footer1 ul li.cpo:hover {background: url(../images/footer/orchastra_o.gif);}
.footer1 ul li.cto {background: url(../images/footer/ctopera_n.gif);width: 109px;}
.footer1 ul li.cto:hover {background: url(../images/footer/ctopera_o.gif);}
.footer1 ul li.maynardville {background: url(../images/footer/maynard_n.gif);width: 126px;}
.footer1 ul li.maynardville:hover {background: url(../images/footer/maynard_o.gif);}
.footer1 ul li.ballet {background: url(../images/footer/ctballet_n.gif);width: 114px;}
.footer1 ul li.ballet:hover {background: url(../images/footer/ctballet_o.gif);}
.footer1 ul li.dav {background: url(../images/footer/dav_o.gif);width: 152px;}
.footer1 ul li.dav:hover {background: url(../images/footer/dav_n.gif);}
.footer1 ul li.fmr {background: url(../images/footer/fine_music_n.gif);width: 109px;}
.footer1 ul li.fmr:hover {background: url(../images/footer/fine_music_o.gif);}
.footer1 ul li.nedbank {background: url(../images/footer/nedbank_n.gif);width: 98px;}
.footer1 ul li.nedbank:hover {background: url(../images/footer/nedbank_o.gif);}
.footer1 ul li.jazzart {background: url(../images/footer/jazzart_n.gif);width: 153px;}
.footer1 ul li.jazzart:hover {background: url(../images/footer/jazzart_o.gif);}
.footer1 ul li.newscafe {background: url(../images/footer/newscafe_n.gif);width: 92px;}
.footer1 ul li.newscafe:hover {background: url(../images/footer/newscafe_o.gif);}

/*** FOOTER2 ***/

.footer2 {
    text-align: center;
    color: #aaa;
    margin-top: 15px;
}

.footer2 a {
    color: #aaa;
    text-decoration: none;
}

.footer2 a:hover {
    color: #666;
}

.footersmall {
    text-align: center;
    color: #aaa;
	font-size: 10px;
	text-decoration: none;
}

.footersmall a {
    color: #aaa;
    text-decoration: none;
}

.footer2 a:hover {
    color: #666;
}
/*** COLORS ***/

.pink {
    color: #fe024d;
}

.blue {
    color: #006cc1;
}

.green {
    color: #02a353;
}

.purple {
    color: #d5247e;
}

/*** GENERAL ***/

.nobotmargin {
    margin-bottom: 0px;
}

.technical_training a {
    color:#999999;
    font-family:arial,sans-serif;
    font-size:11px;
}