/* CSS Document */

/* Body and Universal Reset */

* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
	
#container {
	margin: 0 auto;
	width: 920px;
}

#popupWindowCaller {
	display:none;
}

.clear {
	clear:both;
	height:1px;
}

img {
	border: 0;
}


/* Typography */


/* Header */

#header {
	margin: 0 auto;
	padding: 20px;
	width: 960px;
	background-color: #EEEEEE;
}


/* Main Navigation */

#mainNav {
	height:30px;
	background:#DE2A1B;
	width:920px;
}

#mainNav ul{
	width:710px;
	float:right
}

.preEvent #mainNav {
	background:#1351A4;
}

#mainNav li {
	list-style:none;
	display:inline;
}

#mainNav li a{
	color:#FFF;
	padding:5px 5px 0 5px;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	border-right:solid #1b1b1b 1px;
	vertical-align:middle;
	float:left;
	letter-spacing:1px
}

#mainNav li a:hover, #mainNav li a.down{
	color:#d1d3d4
}

#mainNav li a.last{
	border:none;
	padding-right:15px
}


/* Content */

#content {
	float:left;
	padding:20px;
	width:627px;
}

.sponsorsPage #content{
	width:100%;
}

#content p, #content table, #content ul, #content ol {
	margin:0 0 18px 0;
}

#content ul li{
	background:url(/images/spacers/bullet.gif) no-repeat 0 7px;
	list-style:none;
	padding-left:15px
}

.preEvent #content ul li{
	background:url(/images/spacers/bullet_blue.gif) no-repeat 0 7px;
}

.graph{
	border:solid black 1px;
}

.programTable td{
	vertical-align:top;
	padding:0 0 8px 0;
}

.programTable span{
	color:#000;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold
}

.programDownloads td{
	text-align:center;
	vertical-align:bottom;
}

.programDownloadsBlue td{
	text-align:center;
	vertical-align:top;
}

h3.sponsorImgs{
	margin-top:30px;
}

img.sponsorImgs{
	margin:20px 26px 0 0;
	vertical-align:middle
}


/* Sidebar */

#sidebar{
	width:230px;
	float:right;
	text-align:center;
	padding:0 0 20px 0;
	font-size:11px;
}

#sidebar img{
	margin:15px 0 15px 0
}

#sidebar .contactIcons{
	margin:0 5px 0 0
}


/* Footer */

#footer {
	margin:0 auto;
	width:920px;
	text-align:left;
}

#footer h3{
	margin:0
}

#footer div img{
	margin:10px 15px 0 0;
	vertical-align:middle
}

#footer a {}

#footer a:hover {}

#footer li {
	display: inline;
	list-style: none;
	margin:0 12px 0 0;
}

.foundGoldSpon{
	float:left;
	text-align:center
}

.goldSpon{
	float:left;
	padding-left:20px;
	width:668px;
}

.organisedBy{
	float:right;
	text-align:center;
	width:230px
}


/* Online Enquiry Form */

.onlineEnquiryTable td {
	padding-bottom:5px;
}

.yourDetails {	
	padding:7px 0 0 0;
	height:30px;
	font-weight:bold;
	font-size:13px;
}

.requiredFields {
	text-align:right;
	padding:7px 0 0 0;
	font-size:11px;
}

.required {
	text-align:center;
	vertical-align:middle;
	padding-left:15px;
	padding-right:5px;
}

.onlineEnquiryTable input.textinput, .onlineEnquiryTable input.textinputhover, .onlineEnquiryTable textarea {
	width:440px;
}

.textinput {
	border:1px solid #BABABA;
	padding:3px;
}

.textinputhover {
	border:1px solid #70A329; 
	padding:3px;
}

.submit {
	text-align:right;
}

.errorText {
	color:#FF0000;
}

/***** Error / Info / Caution Boxes *****/

.error_box, .info_box {
	width: 60%;
	margin: 0 auto 25px auto;
	padding: 15px 0;
	border-width: 3px;
	border-style: solid;
	text-align: center;
}

.error_box {
	border-color: #CC0000;
	background-color: #FFEBEB;
}

.info_box {
	border-color: #02a2c6;
	background-color: #E1F1F5;
}


/* Classes Reserved for the TinyMCE Editor  */

.editor {
	width: 100%;
}

.mini_editor {}