@import url("reset.css");

input{
	padding:2px 0;
}

html, body{
	height:100%
}

strong{
	font-weight:bold !important;
}

a{
	text-decoration:underline;
	color:#009EC0;
}

a:hover{
	text-decoration:none;
}

a:visited{
	color:#009EC0;
}

.line{
	border-top:1px dotted #009EC0;
}

#header{
	background: #009EC0 url(../img/repeat_header.png) repeat-x top left;
	height:255px;
	min-width:966px;
}

#header-inner{
	margin:auto;
	width:960px;
	height:204px;
	background:transparent url(../img/main_header.png) no-repeat top center;
}

#logo{
	position:relative;
	float:left;
	top:61px;
}

#event-box{
	float:right;
	top:30px;
	height:130px;
	width:522px;
	position:relative;
}

#event-box div{
	font-weight:bold;
}

.evb{border:0;}


#evb-up{
	width:440px;
	height:22px;
	border-bottom:1px solid #172E3D;
}

#evb-up span{
	color:#D2EFF7;
	text-decoration: none;
	font-size:12px;
	display: block;
	text-align:center;
	padding-top:9px;
	margin-right:346px;
	cursor:pointer;
	background:url(../img/event_scroll_up.png) no-repeat top left;
	visibility:hidden;
	position:relative;
	top:1px;
}

#evb-down{
	width:449px;
	height:22px;
	top:109px;
	position:absolute;
	text-align:center;
	border-top:1px solid #172E3D;
	
}

#evb-down span{
	color:#D2EFF7;
	text-decoration: none;
	font-size:12px;
	display: block;
	position:relative;
	padding-bottom:9px;
	margin-right:356px;
	cursor:pointer;
	background:url(../img/event_scroll_down.png) no-repeat top left;
	visibility:hidden;
}

#events{
	margin:7px 0;
	padding:0;
	width:410px;
}

.event{
	background: url(../img/event_header.png) no-repeat center left;
	width:434px;
	overflow:hidden;
	color:#FFF;
	font-size: 11px;
	position:relative;
	padding-left:13px;
	margin-left:-13px;
	left:13px;
	padding:6px 13px;
	font-weight:bold;
}

.evt-heading{
	float:left;
	max-width:320px;
	white-space:nowrap;
	overflow:hidden;
}

#evt-list{
	vertical-align:middle;
	margin-top:6px;
}

#upcoming{
	top:-100px;
	left:5px;
	position:relative;
	float:right;
}

#subheader{
	width:960px;
	height:40px;
	margin:0 auto;
	position:relative;
	bottom:10px;
	padding-top:10px;
}

#rss-feed{
	position:relative;
	float:left;
	background:transparent url(../img/rss_ticker.png) no-repeat;
	top:12px;
	height:32px;
	width:682px;
	font-size:11px;
	font-weight:normal;
	color:#3B5D83;
}

#rss-feed span{
	position:relative;
	top:5px;
	float:left;
}

#rss-date{
	padding:5px;
	text-align:center;
	width:89px;
	margin-right:1px;
	margin-left:4px;
	display:block;
	vertical-align:middle;
}

#rss-head{
	width:350px;
	padding:5px;
	margin-right:1px;
	vertical-align:middle;
}

#rss-sub{
	margin-right:12px;

	width:205px;
	text-align:right;
	vertical-align:middle;
	float:right !important;
}

#rss-sub img{
	margin-left: 4px;
}

#rss-sub a{
	text-decoration:none;
	color:#3B5D83;
}

#rss-sub img{
	top:3px;
	position:relative;
	border:0;
	display:inline;
}

.no-item{
	background:url(../img/rss_ticker_short.png) no-repeat center right!important;
}

#search{
	padding-top:2px;
	float:right;

	margin-top:20px;
	width:268px;
}

#search img{
	float:right;
	position:relative;
	top:-1px;
	display:inline;
}

#txt-input{
	width:210px;
}

#search input{
	float:right;
	width:206px;
	display:inline;
	position:relative;
}

#search-btn{
	border:0;
	background-color: transparent;
	color:#FFF;
	width:39px !important;
	font-family:'Franklin Gothic Medium Cond',sans-serif;
	margin:-4px;
	margin-left:-1px;
	cursor:pointer;
}

#txt-input{
	margin:0 4px;
	margin-top:-3px;
	float:right;
}

#query{
	background:url(../img/search_box.png) repeat-x;
	border:0;
	height:19px;
	width:206px;
	position:relative;
	margin:0 !important;
	margin-bottom:-3px;
	top:-1px;
}

/* menu */
.milonictable{
	white-space:nowrap;
	overflow:hidden;

	height: 33px;
}

#menu-bar{
	background:url(../img/menu_repeat.png) repeat-x;
	height: 33px;
}

#menu{
	width:960px;
	margin:0 auto;
}

#menu img{
	float:left;
}

.milonictable a{
	text-decoration: none;
	color: #000 !important;
	font-size:12px;
	font-weight:bold !important;
	display: block;
	position:relative;
	top:4px;
}

.milonictable a:visited{
	color: #000;
}

.milonictable img{
	border:0;
	/*float:right;*/
}

.milonictable td{
	padding:4px 16px;
	background:url(../img/menu_seperator.png) no-repeat center right;
}

.mmenucontainer .mmenucontainer{
	background:#009EC0;
}

/* breadcrumb links */
#breadcrumb{
	color:#009EC0;
	border-bottom:1px dotted #009EC0;
	height:14px;
	padding-bottom:4px;
}

.crumb{
	float:left;
	list-style:none;
}

.date{
	float:right;
}
#main{
	margin: 0 auto;
	width:960px;
	text-align:center;
	position:relative;
	
}

#wrapper{
	min-height:100%;
	position:relative;
}

* html #wrapper
{
	height: 100%;
}

#cont-menu{
	margin-top:33px;
	text-align:left;
}

.page_container_content{
	margin:15px 0;
}

.page_container_content p{
	margin:15px 0;
}

.page_container_content .main_title{
	font-size:1.6em;
}

#content{
	padding-right:10px;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	margin-top:13px;
	text-align:left;

}

.page_title{
	margin-bottom:14px;
}

#big-menu{
	float:right;
	text-align:left;
	width:478px;
	height:195px;
	margin-top:25px;
	margin-bottom:27px;
	border-left:1px solid #009EC0;
	margin-left:17px;
}

#big-menu img{border:0;}

#big-menu table{
	padding-left:20px;
}

#big-menu a{
	padding-top:13px;
	padding-bottom:6px;
	text-decoration:none;
	display:block;
	height:66px;
	width:221px;
}

#big-menu span{
	margin-left:14px;
}

.evt-main{
	color:#BD4141;
	font-family:Eurostile,sans-serif;
	font-weight:bold;
	font-size:16px;
	
}

.bm-left, .bm-right{
	margin-left:17px;
	margin-top:2px;
}

.evt-info{
	font-style:italic;
	color:#172E3D !important;
}

#bm-events{background:url(../img/menu_events.png) no-repeat top center; padding-top:5px;float:right;}
#bm-junior{background:url(../img/menu_junior.png) no-repeat top center;padding-top:5px;float:right;}
#bm-results{background:url(../img/menu_results.png) no-repeat top center;padding-top:5px;margin-top:11px;float:right;}
#bm-photo{background:url(../img/menu_photo.png) no-repeat top center;padding-top:5px;margin-top:11px;float:right;}

#sponsors{
	padding:0;
	margin:0 auto;
	white-space:nowrap;
	text-align:center;
	clear:both;
}

#sponsors img{
	position:relative;
	top:10px;
}

#sponsors li{
	list-style-type: none;
	display: inline;
	padding: 0 20px;
}

#s-title h1{
	margin-top:4px;
	margin-right:4px;
	padding:0 !important;
}

.affil-h1{
	padding:0 !important;
	float:right;
	margin-top:-14px;
	position:relative;
	right:348px;
}

#pusher{
	height:164px;
}

#bookmark{
	width:960px;
	margin:0 auto;
	text-align:left;
	border-top:1px dotted #009EC0;
}

#footer{
	height:144px;

	font-size:11px;
	font-weight:normal;
	clear:both;
	margin-top:-144px;
	position:relative;
	bottom:0;
	width:100%;
}

#footer-coloured{
	background-color:#172E3D;
	height:104px;
}

#footer img{
	margin:10px auto;
}

#terms-text{
	font-size:11px;
	color:#FFF;
	padding:0 17px;
	width:960px;
	margin:0 auto;
}

#terms-text a{
	color:#FFF;
}

body{
	margin: 0;
	background-color:#EDF5F8;
	font-family:'Arial',sans-serif;

}

#main h1{
	font-size:14px;
	color:#009EC0;
	font-weight:bold;
}

#tooltip-img{
	float:right;
	position:relative;
	top:53px;
	width:84px;
}

#tooltip-img img{float:right;}

#tooltip{
	background:#172E3D;
	color:#D2EFF7;
	height:87px;
	float:right;
}

.number{
	text-align:right;
	padding-right:4px;
}

.news_item{
	margin:16px;
}

.news_item h3{
	margin-bottom:6px;
}

#more-link{
	float:right;
	margin-right:4px;
	margin-bottom:15px;
}


.form_note {
font-size: .8em;}

.captcha {
padding-left: 147px;
padding-bottom: 5px;}

.form_errors {
padding: 0px 0px 0px 0px;
font-weight: bold;
color: #cc0000;}

.required {
color: #cc0000;
font-weight: bold;}

.base_label {
display: block;
float: left;
margin-bottom: 15px;
text-align: right;
width: 160px;
padding-right: 5px;
padding-top: 2px;
color: #009EC0;}

.base_label_textarea {
color: #009EC0;}

.form_clear {
clear: left;}

.base_fieldset {
border: 1px #999999 solid;
margin: 0px 0px 20px 0px;
padding: 0px 20px 10px 20px;}

.base_legend {
color: #000;
border: 0px;
padding: 5px;
padding-bottom: 10px;
font-weight: bold;
letter-spacing: .1em;
font-size: 1.1em;}

#build_form .form_checkbox {
background-color: #fff;
border: none}

#build_form textarea {
background-color: #f4f4f4;
border: 1px #757575 solid;}

#build_form select {
background-color: #f4f4f4;
border: 1px #757575 solid;}

.label {
font-weight: bold;
position: relative;
bottom: 3px;}

.brown {
color: #009EC0;}

.form_terms {
padding-top: 5px;
font-size: .8em;
color: #696969;}

.submit {
background-color: #009EC0;
color: #ffffff;
letter-spacing: .1em;
margin-top: 5px;
border: 2px #996600 outset;}

.submit_center {
text-align: center;
width:200px;
padding-top: 10px;
margin:0 auto 12px;
}

.back{
	clear:both;
}
/* Photo Gallery */
.photo{
	float:left;
	margin: 0 6px 12px 12px;
	height:142px;
}

.box_top {
background-image: url(../img/box_top_bg.gif);
background-repeat: repeat-x;}

.box_left {
background-image: url(../img/box_left.gif);
background-repeat: repeat-y;
width:6px;}

.box_right {
background-image: url(../img/box_right.gif);
background-repeat: repeat-y;
width:6px;}

.box_ftr {
background-image: url(../img/box_ftr_bg.gif);
background-repeat: repeat-x;}

.gallery_item {
padding: 0px 15px 15px 0px;
display:inline;
}

.photo_item {
text-align: center;
padding: 5px;
font-size: 10px;
vertical-align: top;
background:#FFF;
display:block;
overflow:hidden;
width:140px;
height:120px;}

.photo_item img {
padding-bottom: 2px;}

/* file list */
.file_list{
	border:1px solid #009EC0;
	padding:4px;
	margin:4px 0;
}

.file{
	margin:2px 4px;
	
}

.short-file{
	float:left;
	width:150px;
	height:50px;
}

.file *{
	margin:1px;
}

.button{
	background:url(../img/button_repeat.png) repeat-x;
	height:33px;
	padding:8px 12px;
	border:0;
	cursor:pointer;
	margin-top:4px;
	float:left;
	color:#172E3D !important;
	text-decoration:none;
	font-weight:bold;
}

.button-caps{
	display:inline;
	float:left;
	margin-top:4px;
}

.news-art{
	margin:15px 0;
}

.MsoNormalTable p{
	margin:0;
}