﻿/*------------------SIDEBAR-------------------------------*/
    #sidebar {
    	float: right;
		width:314px;
		font-size:0.9em;
    }
	
	.sidebar_box_area {
		margin-top:5px;
	}
	.sidebar_box_header{
		  background:url(../../images/latest_news_header.png) no-repeat;
		  width: 289px;
		  height:40px;
	}
	.survey_box_header{
		  background:url(../../images/survey_header.png) no-repeat;
		  width: 289px;
		  height:40px;
	}
	.magazine_box_header{
		  background:url(../../images/magazine_header.png) no-repeat;
		  width: 289px;
		  height:40px;
	}
	.free_tickets_box_header{
		  background:url(../../images/free_tickets_box_header.png) no-repeat;
		  width: 289px;
		  height:40px;
	}
	.facebook_box_header{
		  background:url(../../images/facebook_header.png) no-repeat;
		  width: 289px;
		  height:40px;
	}
	.twitter_box_header{
		  background:url(../../images/twitter_header.png) no-repeat;
		  width: 289px;
		  height:40px;
	}
	.sidebar_box_footer {
		  background:url(../../images/latest_news_footer.png) no-repeat;
		  width:289px;
		  height:13px;
	}
	.sidebar_box_bodyarea {
		  background: url(../../images/latest_news_background.png) repeat-y;
		  width: 289px;
	}
	.free_tickets_box_bodyarea {
		  background: url(../../images/latest_news_background.png) repeat-y;	 
		  width:289px;
	}
	
	.box_contents
	{
	    padding:10px 15px 5px 30px;
	}
	
	/*------------------MAIN CONTENT-----------------------------*/
    #mainContent {
		width:580px;
		margin-left:30px;
		float:left;
    } 
    
    #mainContent3 {
		width:580px;
		margin-left:30px;
		float:left;
    } 
    	
	/*----------------------MAIN BOX--------------------------------*/

	/* main box area: displays the main box of the default page (with green header), used only on default page*/
	.mainbox_area {  
		margin-top:5px;
		float: left;
	}
	
	.highlights
	{
	    padding:10px 10px 10px 20px;
	}
	
	.mainbox_header{
		  background:url(../../images/mainbox_header.png) no-repeat;
		  width: 565px;
		  height:40px;
	}
	
	.mainbox_header2{
		  background:url(../../images/mainbox_header2.png) no-repeat;
		  width: 565px;
		  height:40px;
	}
	
	.mainbox_footer {
		  background:url(../../images/mainbox_footer.png) no-repeat;
		  width:565px;
		  height:15px;
	}
	
	.mainbox_bodyarea {
		  background: url(../../images/mainbox_background.png) repeat-y;
		  width: 565px;
		  font-size:0.9em;
	}	
	
	.mainbox_separation /* displays a line of separation between each links of main box */
	{
	    clear:both;
		border-bottom:1px solid #ccc;
		margin-top:5px;	
		margin-bottom:10px;	
	}
	
	.mainbox_bodyarea .left
	{
	    margin-bottom:5px;
	}
	
	.mainbox_bodyarea h3
	{
	    font-size:0.9em;
	}
	
	.mainbox_bodyarea h3 span
	{
		color:#0099CC;
	}
		
	.mainbox_bodyarea h3 span a:hover
	{
		color:#00CC00;
	}
		
	.mainbox_bodyarea a { 
		text-decoration: none;
	}
	
	.mainbox_bodyarea span
	{
		font-size:1.1em;
		color:#00CC00;
		text-decoration:none;
	}
	
	.mainbox_bodyarea ul 
	{
		padding:4px 0 0 25px;
	}
	
	.mainbox_bodyarea ul li {
		padding-left:5px;
	}
	
	.mainbox_bodyarea ul li a { 
		text-decoration: none;
		color:#0099CC;
	}
	
	.mainbox_bodyarea ul li a:hover {
		color:#00CC00;
	}
	
	.mainbox_bodyarea a { 
		text-decoration: none;
		color:#0099CC;
	}
	
	.mainbox_bodyarea a:hover {
		color:#00CC00;
	}
	
	.mainbox_bodyarea p, .mainbox_bodyarea ul
	{
	    margin-bottom:10px;
	}