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

*	{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.6em;
	}
	
body{
	background:url(../images/bg.png) repeat;
	font-size:64.5%;
	height:100%;
	}
	
h1, h2{color:#003775;}

h2	{font-size:1.6em;}

h3	{
	font-size:1.1em;
	color:#333333;
	text-transform:uppercase;
	}
	
h4, input#submit:hover {color:#FFFFFF;}	

hr	{margin :12px 0px 12px 0px;}
	
ul	{ margin-left:12px;}	
	
img{border:none;}	

table, td{border:none;}

td{
	color:#333333;
	padding:2px;}
	
input{
	border:1px #999 solid;
	padding:2px;
	margin-bottom:5px;
	}
	
input#submit{cursor:pointer;}
input#submit:hover{ background-color:#003775;}	
	
label{
	width:100px;
	display:block;
	float:left;
	}	

.result{color:#33CCCC; font-size:.9em;}
	
#container{margin:0px auto 0px auto ;}
	
#colours{
	position:absolute;
	top:0px;
	right:0px;
	width:92px;
	height:81px;
	background:url(../images/colours.png) no-repeat;
	}		
	
#navigation{
	text-align:center;
	width:700px;
	position:absolute;
	top:0px;
	left: 50%;
    margin-left: -315px;
	}
	
#navigation a{
	color:#FFFFFF;
	font-size:1.1em;
	margin-right:10px;
	text-decoration:none;
	display:block;
	padding-top:25px;
	float:left;
	}		
	
#navigation a#indicator{font-weight:bold;}
	
#navigation a#indicator, #navigation a:hover{background:url(../images/indicator.gif) repeat-x top;}
	
#navigation div{
	position: absolute;
	visibility: hidden;
	top:50px;
	}
	
#navigation div#m1{margin-left:40px;}
#navigation div#m2{margin-left:220px;}	

#navigation div a{
	position: relative;
	text-align:left;
	float:none;
	padding: 5px 10px;
	width: auto;
	text-decoration: none;
	background:url(../images/bg.png);
	}

#navigation div a:hover{background:#990099;}				
	
#header{
	margin:0px auto 15px auto ;
	text-align:center;
	background:url(../images/header.gif) repeat-x top;
	}	
	
#logo{
	background:url(../images/logo_bg.gif) no-repeat top;
	padding-top:15px;
	}
	
#ball{
	background:url(../images/ball.png) no-repeat;
	position:absolute;
	margin-left:570px;
	width:280px;
	height:150px;
	}	
	
#content_container{
	background:#dfded7 url(../images/container_bg.gif) repeat-y center;
	padding-bottom:15px;
	margin-top:65px;
	}		
	
#content{
	background-color:#FFFFFF;
	border: thin solid #cfcfcf;
	width: 720px;
	padding: 15px;
	margin:0px auto 0px auto ;
	height:100%;
	}
	
#content p{
	color:#333333;
	margin-top:6px;
	padding-bottom:10px;
	}	
	
#left, #right{width:350px;}	
#left{float:left;}
#right{float:right;}	

#center{width:700px;}

.link{
	color:#003775;
	background-color:#D3FFFC;
	text-decoration:none;
	padding:0px 2px 0px 2px;
	}	
	
a.link:hover{background-color:#E6DFFF}				
	
#bottom{
	background:url(../images/bottom.gif) repeat-x bottom;
	height:10px;
	}	
	
#bottom_bg{
	background:url(../images/bottom_bg.gif) no-repeat bottom;
	height:10px;
	}	
	
#footer{
	margin:0px auto 0px auto ;
	text-align:center;
	color:#FFFFFF;
	margin-top:15px;
	font-size:1em;
	}
	
#footer a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
#footer a:hover{text-decoration:underline;}	

.accordion_toggle {
	display: block;
	height: 30px;
	width: 680px;
	background: url(../images/plus.gif) no-repeat 200px center #00CCCC;
	padding: 10px 10px 0 10px;
	cursor: pointer;
	}

.accordion_toggle_active {background: url(../images/minus.gif) no-repeat 200px center #00CCCC;}

body#events .accordion_toggle{
	display: block;
	height: 30px;
	width: 320px;
	background: url(../images/plus2.gif) no-repeat 260px center #FFFFFF;
	padding: 10px 10px 0 0px;
	cursor: pointer;
	}

body#events .accordion_toggle_active {background: url(../images/minus2.gif) no-repeat 260px center #FFFFFF;}
		
.accordion_content {overflow: hidden;}	

.hidden{
	display:none;
	}

.alert{
	padding:5px; 
	width:200px; 
	background-color:#01a9cc;
	}
	
p.error{
	padding:5px; 
	color:#FFFFFF;
	background-color:#800080;
	}	