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

/* 
---------------------------------------------------------------------------------------------------------------
LAYOUT
--------------------------------------------------------------------------------------------------------------- 
html >> body >>	---	>> 
--------------------------------------------------------------------------------------------------------------- FLASH_HEADER
						>> flash_header				// 868px x 293px, flash, ufo script
--------------------------------------------------------------------------------------------------------------- CONTENT				
						>> content_wrap				// 868px x auto, bg color
						---	---	>> nav				// 201px x auto, floats left
						---	---	>> content			// 667px x auto, floats right
--------------------------------------------------------------------------------------------------------------- FOOTER
						>> footer					// 667px x 48px	
--------------------------------------------------------------------------------------------------------------- SPONSORS				
						>> sponsors					// 96px x auto, ABSOLUTE POSITIONING, top 0, left 868px
---------------------------------------------------------------------------------------------------------------
*/

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0.8em;
}

#flash_header {
	width: 868px;
	height: 293px;
	position: relative;
	font-size: 1em;
	text-align: left;
}

#wrap {
	width: 868px;
	position: relative;
	clear: both;
}

#nav {
	width: 201px;
	position: relative;
	float: left;
}

#content_wrap {
	width: 667px;
	position: relative;
	float: right;
	background-color:#FFF;
	background-image: url(../images/bg_content_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#content {
	padding: 0 50px 0 50px;
	font-family:Arial, Trebuchet MS ;
	font-size: 0.9em;
	width: 567px;
	background-color: #FFFFFF;
	margin-top: 53px;
}

#footer {
	width: 667px;
	height: 68px;
	position: relative;
	float: right;
	font-family: Tahoma, Arial;
	font-size: 0.8em;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	text-align: center;
	padding: 0;
	background-position: bottom;
}

#sponsors {
	width: 96px;
	height: 583px;
	position: absolute;
	left: 868px;
	top: 8px;
}

/* 
---------------------------------------------------------------------------------------------------------------
GENERIC STYLES
---------------------------------------------------------------------------------------------------------------
*/

/* ---------- Positioning & Floats */

.leftfloat {float:left;}

.rightfloat {float:right;}

.clearfloat {clear:both;}

.clearleft {clear:left;}

.clearright {clear:right;}

.left_float_margin {float:left; margin:0 5px;}
/* ---------- Colour palette */

.lightblue {color:#3399e1;}

.darkblue {color:#31447e;}

.black {color:#000000;}

.white {color:#fff;}

.grey {color:#999;}

/* 
---------------------------------------------------------------------------------------------------------------
SPONSORS STYLES
---------------------------------------------------------------------------------------------------------------
*/

img {border: none; margin: 0px 0px 4px 8px;}

/* 
---------------------------------------------------------------------------------------------------------------
FLASH HEADER STYLES
---------------------------------------------------------------------------------------------------------------
*/

#flash_header a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Century Gothic, Geneva, Arial;
	font-weight: bold;
	margin: 50px 0 0 50px;
}
#flash_header a:hover {
	display: block;
	text-decoration: none;
	color: #000000;
}

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


/* 
---------------------------------------------------------------------------------------------------------------
NAV STYLES
---------------------------------------------------------------------------------------------------------------
*/

#nav img {display:block; margin:0 0 0 39px;}


#navwrap {
	background-color: #000000;
	width: 162px;
	margin:0 0 0 39px;
}

#nav a {
	font-family: Century Gothic, Geneva, Arial;
	font-size: 0.9em;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	text-align: right;
	height: 28px;
	width: 146px;
	margin: -9px 0 -9px 0;
}
#nav a:hover {color:#3399e1;}

#nav span {
	font-family: Century Gothic, Geneva, Arial;
	font-size: 0.9em;
	color: #FFFFFF;
	display: block;
	text-align: right;
	height: 28px;
	width: 146px;
	background-image: url(../images/bg_nav.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 9px 16px 0 0;
	margin: -18px 0 -9px 0;
}


/* 
---------------------------------------------------------------------------------------------------------------
CONTENT STYLES
---------------------------------------------------------------------------------------------------------------
*/

#news_container {
	width: 258px;
	height: 230px;
	position: relative;
	float: left;
	background-image: url(../images/bg_news.jpg);
	background-repeat: no-repeat;
	background-color:#ffffff;
}
#news_container h2 {
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	display: block;
	width: 92%;
	margin: 20px auto 10px auto;
	padding-bottom: 5px;
	font-family: century gothic, tahoma, arial;
}
#news {
	width: 238px;
	height: 156px;
	position: relative;
	overflow: auto;
	margin: 10px 10px 10px 10px;
	background-image: url(../images/track.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 1em;
	color: #31447e;
	font-size: 1em;
	line-height: 1.1em;
}

#news p {margin:0 auto 10px auto;}

#news a {
	text-decoration:underline;
	color: #5cade7;
	margin-left: 3px;
}
#news a:hover {color:#000000;}

#announcements_container {
	width: 258px;
	height: 230px;
	position: relative;
	float: right;
	background-image: url(../images/bg_news.jpg);
	background-repeat: no-repeat;
	background-color:#ffffff;
}

#announcements_container h2 {
	color:#FFF;
	border-bottom: 1px solid #000000;
	display: block;
	width: 92%;
	margin: 20px auto 10px auto;
	padding-bottom: 5px;
	font-family: century gothic, tahoma, arial;
}

#announcements {
	width: 238px;
	height: 156px;
	position: relative;
	overflow: auto;
	margin: 10px 10px 10px 10px;
	background-image: url(../images/track.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 1em;
	color: #31447e;
	font-size: 1em;
	line-height: 1em;
}

#announcements p {margin: 0 auto 10px auto;}

#announcements a {
	text-decoration: none;
	color: #5cade7;
	margin-left: 3px;
}
#announcements a:hover {color:#000000;}

#content h1 {
	font-size: 1.6em;
	font-family: century gothic, tahoma, arial;
	font-weight: bold;
	color: #3399e1;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
	display: block;
}

#content h2 {font-family: century gothic, tahoma, arial;}

#content ol {font-size:11px; color:#333333;}

#content li {font-size:11px; color:#333333;}

#content a { font-size:11px; color:#333333;}

#content p {font-size:11px; color:#333333;}

.leftimg {margin-right:10px; margin-bottom:10px;}

.events_tr {
	border-bottom: 1px solid #3399e1;
	padding: 2px;
	color: #333333;
}

#events_table a {text-decoration:none;}

#events_table a:hover {color:#0099CC; text-decoration:none;}

th {
	text-align:left;
	font-weight:normal;
	color: #3399e1;
}

.modal_window_holder {
	background-color:#fff;
	border:solid 1px #ccc;
	display:none;
	height:100%;
}

.modal_window {background-color:#2D8EDD; padding:10px;}

.modal_window p, .modal_window li {font-size:11px; text-align:justify;}

