body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #FFF;
	margin: 0px 10px 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
:focus { border: none; outline: none; }
#container {
	margin: 0px auto;
	text-align: left;
	width: 960px;
	background-color: #fff;
}


/********************** Header ***************************/
#top { text-align: right; padding: 3px 0; }
#top,
#top a { color: #fff; font-size: 10px }
#top a:hover { color: #103856; }

#header {
	margin: 0;
	background-image: url(../images/Header.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	width:960px;
	height:240px;
	position:relative;
}

a#logo {
	position: absolute;
	display: block;
	left: 10px;
	top: 0;
	width: 156px;
	height: 198px;
	text-indent: -5000em;
}
a#enter {
	position: absolute;
	display: block;
	left: 568px;
	top: 17px;
	width: 138px;
	height: 44px;
	text-indent: -5000em;
}
#header p#address {
	position: absolute;
	text-align: right;
	top: 10px;
	right: 30px;
	font-size: 11px;
	color: #666;
	padding: 0;
	margin: 0;
}
p#address a {
	font-size: 11px;
	color: #666;
}
p#address a:hover { color: #000; }

#navigation {
	background-color: #FF6600;
/*	width: 709px;*/
	top: 220px;
	position: absolute;
	height: 24px;
	padding-left: 0;
	margin-left: 0;
	float: left;
	width: 100%;
}
#navigation ul { padding: 0; }
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	padding: 0.2em 1em;
/*	background-color: #036;*/
	color: White;
	text-decoration: none;
	float: left;
	font-weight:bold;
	border-right: 1px solid #fff;
}
#navigation ul li.current a {
	color: black;
}
#navigation ul li a:hover,
body#home #navigation li a#nav1,
body#eventinfo #navigation li a#nav2,
body#enter #navigation li a#nav3,
body#results #navigation li a#nav4,
body#sponsors #navigation li a#nav5,
body#faqs #navigation li a#nav6,
body#eventphotos #navigation li a#nav7,
body#contact #navigation li a#nav8 {
	color: #000;
	background: #fff;
}
/********************** Content ***************************/
#content {
	background-color: #fff;
	padding: 0 20px 0 20px;
}
#content .imageDiv {
	float:left;
	width:258px;
	height:172px;
	border: 1px solid #333;
	margin: 5px 20px 15px 0;
}

#content img { border: 3px solid #fff; }

#left {
	float:left;
	width:600px;
	display:inline;
}

#left_sec {
	float: left;
	width: 660px;
	margin-left: 27px;
	padding: 0px 30px 30px 0px;
	display: inline;
}
#left a,
#left_sec a {
	color: #036;
}
#left a:hover,
#left_sec a:hover {
	color: #000;
}
#photos a {
	margin-right: 14px;
}
#right {
	float: right;
	width: 250px;
	padding-left: 30px;
	margin-top: 10px;
	border-left: 2px solid #000;
}
#right a{
	color: #036;
}
#right a:hover{
	color: #000;
}

#map {
	width: 660px;
	height: 460px;
	border: 1px solid #000;
	background-color: #fff;
}
#accommodation table { margin: 1em 0 0 0; }
#accommodation table th {
	background-color: #C4CCD5;
	padding: 5px;
}
#accommodation table td { background-color: #fff; padding: 5px; }
.red { color: #CA0000; }
.right {
	text-align: right;
	font-size: smaller;
	margin-top: 0;
}

#left ul { padding-left: 1.5em; }
#left li { line-height: 1.6em; padding-bottom: 5px; }

#contactform { padding-top: 1em; }
#contactform label {
	width: 150px;
	padding-right: 5px;
	display: block;
	float: left;
	text-align: right;
	vertical-align: top;
}
#contactform input,
#contactform select,
#contactform textarea {
	margin-bottom: 2px;
	padding: 2px;
}

.float-right { float: right; }
.hostels { text-align: center; margin: 20px 0 0 0; }
.hostels a { border: none; margin: 10px 30px; }
.center { text-align: center; }
.no-dec { text-decoration: none; }

ul#quickfacts {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul#quickfacts li {
 	background-image: url(../images/accept.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 20px;
	margin: 0;
	margin-bottom: 1.5em;
	line-height: 1.4em;
}
.bbh {
	text-align: center;
	font-size: 10px;
	padding-top: 3em;
}
.bbh img { border: none; padding: 0; }

.booknow {
	float: right;
}
.booknow img {
	padding: 0;
	border-width: 0px;
}
div.contactdetails {
	text-align: center;
}
div.contactdetails table { margin: auto; }
div.contactdetails table td {
	background-color: #fff;
}

#socialBookmarks { margin: 20px 0;}
	#socialBookmarks span { width: 33%; float: left; display: block; text-align: left; }


/********************** Footer ***************************/
#footerline {
	clear: both;
	background-color: #FF6600;
	border-top: none;
	border-bottom: none;
	font-size: 1px;
	height: 5px;
	margin: 20px 3px;
}
#footer {
	width: 960px;
	text-align: center;
	padding: 0 0 20px;
	background-color: #fff;
}
#footer,
#footer a {
	font-size: 10px;
	color: #666;
}

.complete {color:#FF0000;}


/** Training Info **/
.trainingInfo { margin-bottom: 40px; }
.trainingInfo .info { margin-left: 30px; }

.item pre { font: inherit; }
.item dl dt { clear: left; float: left; width: 20%; }
.item dl dd { clear: right; float: left; width: 80%; padding: 0; margin-bottom: 1em; }

li.past a { text-decoration: line-through; color: #f00 !important;}

table.sponsors td { vertical-align: top; padding-bottom: 20px; }
table.sponsors tr td:first-child { padding-right: 20px; }
table.sponsors p { margin-top: 0; }

#BreakingNews { margin: 10px 0; padding: 0 10px; }


/** Event info **/
.eventInfo .left { float: left; width: 20%; clear: left; margin-bottom: 1em; font-weight: bold; }
.eventInfo .right { float: left; width: 80%; clear: right; text-align: left; font-size: 12px; margin-bottom: 1em; }
