/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Nick Watson
				Tom Fletcher
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	RESET UNIVERSAL STYLES
************************************************************************/
html,body,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,form,fieldset,input,select,textarea,div,p,img,table,th,td,object,pre,blockquote,address { 
	margin:0;
	padding:0;
}

a, object, embed {
   outline: none;
}

:link,:visited,:hover {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

a img,:link img,:visited img, table, fieldset, img {
	border: none;
}

address, abbr {
	font-style: normal;
}

body {
	color: #999;
	background: url('../i/layout/page-bg.jpg') center 43px;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

dt	{ 
	font-weight: bold; 
}

blockquote {
	margin-left: 1em;
}

img {
	display: block;
}

h1.s-header {
	text-indent: -999em;
	letter-spacing: 133px;
}
h1.h-home-note,
h1.h-home-news {
	width: 443px;
	height: 43px;
	margin: 0px 0px 0px 70px;
	background: url('../i/layout/header-home-note.jpg') no-repeat;
}
h1.h-home-news {
	background: url('../i/layout/header-home-news.jpg') no-repeat;
}
h1.h-home-news a {
	width: 443px;
	height: 43px;
	display: block;
}

a.content-image-left {
	float: left;
	padding: 1px;
	margin: 0px 10px 10px 0px;
	border: solid 1px #ffbdb4;
}
a.content-image-right {
	float: right;
	padding: 1px;
	margin: 0px 0px 10px 10px;
	border: solid 1px #ffbdb4;
}
a.content-image-margin { margin-top: 13px; }
a.content-image-right:hover,
a.content-image-left:hover { border: solid 1px #B24030; }
a#yahoo {
	float: right;
	margin: 0px 55px 0px 0px;
}
a#yahoo span {
	float: left;
	color: #6A0064;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
}
a#yahoo:hover span { text-decoration: underline; }
a#yahoo img {
	float: right;
	margin: 0px 0px 0px 10px;
}
/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div#page-bg-detail { background: url('../i/layout/bg-detail.jpg') center 117px no-repeat; }
div#main {
	width: 840px;
	margin: 0px auto;
	position: relative;
}
div#content {
	width: 840px;
	z-index: 50;
	float: left;
	background: url('../i/layout/content-bg.gif') repeat-y;
}

div#content-footer {
	width: 840px;
	float: left;
	background: url('../i/layout/content-pre-footer.gif') bottom no-repeat;
}

div#content-bg {
	width: 840px;
	float: left;
	min-height: 750px;
	background: url('../i/layout/content-header.jpg') top no-repeat;
}

a#top-badge {
	top: 30px;
	width: 335px;
	left: -100px;
	height: 190px;
	display: block;
	position: absolute;
	text-indent: -999em;
	letter-spacing: 133px;
	background: url('../i/layout/badge-top.png') no-repeat;
}
div.page-content {
	float: left;
	width: 840px;
}
div.note-box, div.note-box-larger {
	float: left;
	width: 704px;
	height: 224px;
	padding: 10px 30px 0px 35px;
	margin: 30px 0px 0px 40px;
	background: url('../i/layout/page-content-paper.jpg') 0px 20px no-repeat;
}
* html div.note-box, * html div.note-box-larger { margin-left: 20px; }
div.note-box p,div.note-box-larger p {
	font-size: 1.2em;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div#main div.note-box-larger {
	height: 304px;
	background: url('../i/layout/page-content-paper-large.jpg') 0px 20px no-repeat;
}
div.page-paper-bg {
	width: 790px;
	float: left;
	margin: 0px 0px 0px 26px;
	background: url('../i/layout/challenge-paper-bg.jpg') repeat-y;
}
div.uc {
	color: #4f4f4f;
	font-size: 1.2em;
}
div.uc a { color: #B03C26; }
div.uc a:hover { text-decoration: underline; }
div.uc ul {
	list-style-type: disc;
	margin: 0px 0px 0px 20px;
	list-style-position: outside;
}
div.uc ul li {
	margin: 4px 0px;
}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/
div#header {
	position: relative;
	z-index: 100;
	height: 43px;
	background: url('../i/layout/top-bar-bg.jpg') center top no-repeat;
}
div#header-inner {
	width: 860px;
	height: 43px;
	margin: 0px auto;
}
ul#site-map {
	float: left;
	width: 312px;
	position: absolute;
}
ul#site-map li ul li#sub-nav-footer,
ul#site-map li ul li#sub-nav-top {
	width: 312px;
	height: 14px;
	padding: 0px;
	background: url('../i/layout/sub-nav-top.gif') left bottom no-repeat;
}
ul#site-map li ul li#sub-nav-footer {
	height: 12px;
	background: url('../i/layout/sub-nav-footer.gif') left top no-repeat;
}
ul#site-map li ul {
	display: none;
	left: 0px;
}
ul#site-map li:hover ul { display: block; }
ul#site-map li ul li a {
	color: #fff;
	width: 297px;
	display: block;
	padding: 2px 5px 2px 10px;
	font-size: 1.2em;
	font-weight: bold;
	background: url('../i/layout/sub-nav-bg.gif') repeat-y;
}
ul#site-map li ul li ul li a {
	width: 287px;
	font-weight: normal;
	padding: 2px 5px 2px 20px;
}
a#site-map-link {
	display: block;
	width: 262px;
	height: 18px;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	margin: 12px 0px 0px 0px;
	padding: 3px 0px 0px 8px;
	background: url('../i/layout/top-drop-down.gif') no-repeat;
}
a#site-map-link span {
	color: #e5e5e5;
	font-size: 0.8em;
	font-variant: normal;
}
a#top-login {
	float: right;
	display: block;
	width: 125px;
	height: 19px;
	color: #fff;
	font-size: 1.2em;
	padding: 2px 0px 0px 15px;
	margin: 12px 0px 0px 0px;
	background: url('../i/layout/top-button.gif') no-repeat;
}
a#top-login:hover { text-decoration: underline; }
div#challenge-ticket {
	float: left;
	width: 260px;
	height: 181px;
	background-position: 4px 44px;
	background-repeat: no-repeat;
}
div.challenge-1 {
	background-image: url('../i/layout/challenge-top-banjul.jpg');
}
div.challenge-3 {
	background-image: url('../i/layout/challenge-top-timbuktu.jpg');
}
div.challenge-4 {
	background-image: url('../i/layout/challenge-top-silk-road.jpg');
}
div.challenge-2 {
	background-image: url('../i/layout/challenge-top-morrocoo.jpg');
}
div.challenge-5 {
	background-image: url('../i/layout/challenge-top-murmansk.jpg');
}
div#challenge-top-apply {
	float: left;
	width: 510px;
	height: 59px;
	margin-top: -10px;
}
div#challenge-top-apply a {
	display: block;
	width: 207px;
	height: 59px;
	margin-left: 290px;
	text-indent: -999em;
	letter-spacing: 133px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url('../i/layout/challenge-app-form-sprite.gif');
}
div#challenge-top-apply a:hover { background-position: 0px -59px; }
div#challenge-top {
	float: left;
	width: 490px;
	margin: 0px 0px 0px 10px;
}
span.challenge-fee,
span.challenge-title {
	color: #b03c26;
	font-size: 2.6em;
	font-weight: normal;
}
div.challenges-right span.challenge-title,
div.challenges-left span.challenge-title { font-size: 2.2em; }
span.challenge-fee {
	color: #e3371c;
	font-size: 1.6em;
	margin-left: 10px;
}
a#top-header-link {
	color: #b03c26;
	font-size: 1.2em;
	margin: 0px 0px 0px 20px;
}
a#top-header-link:hover { text-decoration: underline; }
div#content div#challenge-top p {
	color: #000;
	font-size: 1.6em;
	line-height: 1.2em;
	margin: 10px 0px 0px 0px;
}
div.page-paper-bg div.uc {
	padding: 0px 30px 0px 50px;
}
div.challenge-map {
	float: right;
	width: 527px;
	margin: -5px -28px 5px 10px;
	background: url('../i/layout/map-frame.gif') left top no-repeat;
}
div.map-vert {
	width: 320px;
	height: 565px;
	margin: -5px -10px 5px 10px;
	background: url('../i/layout/map-frame-vert.gif') left top no-repeat;
}
div#chal-map {
	width: 485px;
	height: 281px;
	margin: 22px 0px 6px 25px;
}
div.map-vert div#chal-map {
	width: 281px;
	height: 485px;
	margin: 25px 0px 6px 16px;
}
div#challenge-options {
	width: 517px;
	height: 38px;
}
div.map-vert div#challenge-options {
	width: 320px;
}
div#challenge-options a#faqs,
div#challenge-options a#checklist-toggle {
	float: right;
	width: 152px;
	height: 38px;
	text-indent: -999em;
	letter-spacing: 133px;
	margin: 0px 10px 0px 0px;
	background: url('../i/layout/challenge-button-checklist.gif') no-repeat;
}
div#challenge-options a#faqs {
	width: 134px;
	background: url('../i/layout/challenge-button-faq.gif') no-repeat;
}
div#challenge-gallery a.challenge-gallery-image {
	display: block;
	width: 175px;
	height: 116px;
	text-indent: -999em;
	letter-spacing: 133px;
	background-repeat: no-repeat;
	background-position: center center;
}
div.challenge-note-top {
	width: 709px;
	height: 71px;
	background: url('../i/layout/challenge-page-note-top.gif') no-repeat;
}
div.challenge-note-top h2#entrants-past,
div.challenge-note-top h2#entrants {
	float: left;
	width: 659px;
	height: 30px;
	text-indent: -999em;
	letter-spacing: 133px;
	margin: 36px 0px 0px 50px;
	background: url('../i/layout/challenge-page-note-header-entrants.gif') no-repeat;
}
div.challenge-note-top h2#entrants-past {
	height: 33px;
	background: url('../i/layout/challenge-page-note-header-entrants-past.gif') no-repeat;
}
div.challenge-note {
	float: left;
	width: 709px;
	padding: 0px 0px 49px 0px;
	margin: 20px 0px 10px 45px;
	background: url('../i/layout/challenge-page-note-footer.gif') bottom no-repeat;
}
div.challenge-note-bg {
	width: 629px;
	padding: 0px 40px;
	background: url('../i/layout/challenge-page-note-bg.gif') repeat-y;
}
div.pp_inline ul,
div.challenge-note-bg ul {
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
}
div.pp_inline ul li,
div.challenge-note-bg ul li {
	color: #a82a17;
	font-size: 1.2em;
	padding: 4px 0px;
}
div.challenge-note-bg ul li a { color: #a82a17; }
div.pp_inline ul li.alt,
div.challenge-note-bg ul li.alt,
div.challenge-note-bg ul li.alt a { color: #ce503d; }
div.challenge-note-bg ul li a:hover { text-decoration: underline; }
div.challenges-info {
	float: left;
	width: 780px;
	background: url('../i/layout/challenges-item-bg.jpg') 28px 8px no-repeat;
}
div.challenges-right,
div.challenges-left {
	float: left;
	width: 500px;
	margin: 0px 0px 0px 40px;
}
div.challenges-right {
	width: 490px;
	padding-left: 10px;
	margin: 0px 0px 0px 0px;
}
div.challenges-apply {
	float: left;
	width: 225px;
	height: 125px;
	background-repeat: no-repeat;
}
div.challenges-banjul {
	background-image: url('../i/layout/challenges-apply-banjul.gif');
}
div.challenges-morrocoo {
	margin: 3px 0px 0px 30px;
	background-image: url('../i/layout/challenges-apply-morrocco.gif');
}
div.challenges-timbuktu {
	margin: 2px 0px 0px 0px;
	background-image: url('../i/layout/challenges-apply-timbuktu.gif');
}
div.challenges-silk-road {
	margin: 5px 0px 0px 30px;
	background-image: url('../i/layout/challenges-apply-silk-road.gif');
}
div.challenges-murmansk {
	margin: 3px 0px 0px 0px;
	background-image: url('../i/layout/challenges-apply-murmansk.gif');
}
div.challenges-apply a {
	float: left;
	width: 100px;
	height: 40px;
	display: block;
	margin: 80px 5px 0px 5px;
	text-indent: -999em;
	letter-spacing: 133px;
	
}
div.challenges-text {
	float: left;
	margin: 10px 0px;
}
div.profile-top,
div.challenges-top { margin-top: 35px; }
div.profile-top-only {
	width: 790px;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
}
div.news-top { min-height: 60px; margin-bottom: 20px; }
div#content div.challenges-info h1 {
	padding-top: 25px;
}
div#content div.challenges-info p {
	color: #000;
	font-size: 1.2em;
	margin: 5px 0px 0px 0px;
}
div.apply-top-box {
	width: 469px;
}
div#apply-ticket {
	float: left;
	width: 256px;
	height: 125px;
	background-repeat: no-repeat;
	background-image: url('../i/layout/tickets-sprite.gif');
}
div.apply-1 { background-position: 0px 0px; }
div.apply-3 { background-position: 0px -260px; }
div.apply-4 { background-position: 0px -390px; }
div.apply-2 { background-position: 0px -130px; }
div.apply-5 { background-position: 0px -520px; }
div#apply-form-footer,
div#apply-form-top {
	float: left;
	width: 734px;
	height: 166px;
	margin: 10px 0px 0px 35px;
	background: url('../i/layout/apply-form-top.jpg') bottom no-repeat;
}
div#app-errors {
	float: left;
	color: #780E00;
	width: 355px;
	font-size: 1.6em;
	padding: 10px;
	margin: 50px 0px 0px 40px;
	background: #ffdbd6;
	border: solid 5px #A82916;
}
div#apply-form-bg {
	float: left;
	width: 654px;
	padding: 0px 40px;
	margin-left: 35px;
	background: url('../i/layout/apply-form-bg.jpg') repeat-y;
}
div#apply-form-bg h3,
div#apply-form-bg h2,
div#apply-form-bg h1 {
	color: #B03C26;
	font-size: 2.6em;
	font-weight: normal;
}
div#apply-form-bg h3 {
	font-size: 1.8em;
}
div#apply-form-bg ol {
	font-size: 1.2em;
	margin: 10px 0px 10px 20px;
	font-weight: normal;
	list-style-type: decimal;
}
div#apply-form-bg a {
	text-decoration: underline;
}
div#apply-form-bg a:hover { text-decoration: none; }
div#app-terms {
	width: 644px;
	height: 145px;
	background: #fff;
	overflow: auto;
	padding: 0px 5px;
	border: solid 1px #000;
}
a#toggleRules {
	color: #A82916;
	float: right;
	font-size: 1.2em;
	margin: 0px 0px 5px 0px;
	text-decoration: underline;
}
a#toggleRules:hover { text-decoration: none; }
div#app-terms ul {
	color: #000;
	font-size: 1.2em;
	list-style-type: disc;
	margin: 0px 0px 0px 20px;
	list-style-position: outside;
}
div#app-terms ul li { margin: 5px 0px; }
div#apply-form-bg p {
	color: #000;
	font-size: 1.2em;
}
div#apply-form-bg form {
	margin: 20px 0px 0px 0px;
}
div#apply-form-bg form div#emailResult {
	padding-bottom: 10px;
	border-bottom: dashed 1px #ccc;
}
div#apply-form-bg form div#emailResult p {
	color: #B03C26;
	font-weight: bold;
	text-align: center;
}
div#apply-form-bg form div.apply-error textarea,
div#apply-form-bg form div.apply-error input {
	border: solid 1px #4f0900;
	background-color: #fff0f0;
	background-repeat: no-repeat;
	background-position: 240px 2px;
	background-image: url('../i/icons/error.gif');
}
div#apply-form-bg form div.apply-error input.small { background-position: 40px 2px; }
div#apply-form-bg form div.apply-error input.mid { background-position: 90px 2px; }
div#apply-form-bg form div.apply-error select {
	border: solid 1px #4f0900;
	background-color: #fff0f0;
}
div#apply-form-bg form div.apply-error-group {
	background-color: #ffdbd6;
}
div#apply-form-bg form div.apply-error label {
	color: #780e00;
}
div#apply-form-bg form fieldset h2 {
	float: left;
	width: 654px;
	color: #B03C26;
	font-size: 2em;
	margin: 5px 0px 20px 0px;
	font-family: "Courier New", Courier, monospace;
}
div#apply-form-bg form fieldset h2.notimportant {
	color: #000;
}
div#apply-form-bg form fieldset div { width: 654px; }

div#apply-form-bg form fieldset div.form-question span {
	float: left;
	width: 35px;
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 2px;
	font-family: "Courier New", Courier, monospace;
}
div#apply-form-bg form fieldset div.form-check-question {
	width: 594px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px 35px 10px 35px;
	border-bottom: dashed 1px #ccc;
}
div#apply-form-bg form fieldset div.form-last-question {
	float: left;
	margin-top: 10px; 
	padding-top: 10px;
	border-top: dashed 1px #ccc;
}
div#apply-form-bg form fieldset div.form-check-question-full label {
	color: #999;
}
div#apply-form-bg form fieldset div.form-check-question div {
	float: left;
	width: 40px;
	height: 15px;
	color: #B03C26;
	padding-top: 5px;
}
div#apply-form-bg form fieldset div.form-check-question input {
	width: 20px;
	height: 20px;
	border: none;
	margin: 1px 20px 0px 0px;
}
div#apply-form-bg form fieldset div.form-check-question label {
	width: 540px;
	text-align: left;
	font-size: 1.6em;
}
div#apply-form-bg form fieldset div.form-check-question label span {
	font-size: 1em;
	text-decoration: underline;
}
div#apply-form-bg form fieldset div.form-question label {
	clear: none;
	float: left;
	width: 609px;
	text-align: left;
	font-size: 1.6em;
}
div#apply-form-bg form fieldset div.form-question div.question-radios label {
	color: #B03C26;
	width: auto;
}
div#apply-form-bg form fieldset div.form-question div.question-radios {
	width: 594px;
	padding: 5px 0px 7px 0px;
	margin: 0px 35px;
	border-bottom: dashed 1px #ccc;
}
div#apply-form-bg form fieldset div.form-question div.question-radios input {
	width: 20px;
	height: 20px;
	border: none;
	margin: 1px 20px 0px 0px;
}
div#apply-form-footer {
	float: left;
	height: 60px;
	margin-top: 0px;
	background: url('../i/layout/apply-form-footer.jpg') top no-repeat;
}
div.profile-top h1,
div.profile-top h2 {
	padding: 5px 0px 0px 0px;
}
div.profile-top h3 {
	padding: 7px 0px 0px 0px;
}
div.profile-top h1 span#profile-header {
	font-size: 2.4em;
	color: #b03c26;
}
div.profile-top h1 a,
div.profile-top h2 a,
div.profile-top h3 a {
	font-weight: normal;
}
div.profile-top h3 span a { margin: 0px; }
div.profile-top h2 span#profile-team {
	color: #000;
	font-size: 1.8em;
	font-weight: normal;
}
div.profile-top h3 span#profile-website {
	color: #585858;
	font-size: 1.6em;
}
div.profile-top h3 span#profile-website a { color: #585858; }
div.profile-top h3 span#profile-website a:hover { text-decoration: underline; }
ul#profile-links {
	margin: 10px 0px 10px 50px;
}
ul#profile-links li {
	padding: 1px 0px;
}
ul#profile-links li a {
	color: #404040;
	font-size: 1.5em;
}
ul#profile-links li a.edit-link {
	color: #fe0000;
	font-size: 1em;
}
a#team-email {
	color: #404040;
	font-size: 1.6em;
	margin: 10px 0px 0px 50px;
}
ul#profile-links li a:hover,
a#team-email:hover { text-decoration: underline; }
div#car-image-holder {
	float: right;
	width: 336px;
	height: 279px;
	z-index: 0;
	position: relative;
	margin: 5px -22px 15px 10px;
	background: url('../i/layout/car-pic-frame.gif') no-repeat;
}
div#car-image,
a#car-image {
	width: 251px;
	height: 203px;
	display: block;
	z-index: 50;
	position: absolute;
	text-indent: -999em;
	letter-spacing: 133px;
	margin: 10px 0px 0px 29px;
	background-repeat: no-repeat;
	background-position: center center;
}
div.uc a.edit-link {
	font-size: 0.8em;
}

div.uc a.edit-large {
	font-size: 1.4em;
}
a.edit-large {
	font-size: 1.68em;
}
div.uc div#car-image-holder a.edit-link {
	position: absolute;
	top: -15px;
	left: 20px;
}
a#car-description {
	top: 240px;
	left: 30px;
	color: #000;
	width: 275px;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	position: absolute;
	font-family: "Courier New", Courier, monospace;
}
div.news-image-holder,
div#team-image-holder {
	position: relative;
	float: left;
	width: 164px;
	height: 130px;
	margin: 5px 10px 0px 40px;
}
div.news-image-holder {
	float: right;
	margin: 0px 0px 10px 10px;
}
div#content p a.pdf-download {
	float: right;
	padding: 2px 0px 2px 20px;
	background: url('../i/icons/pdf.gif') left center no-repeat;
}
div#team-image-holder a.edit-link {
	width: 164px;
	display: block;
	text-align: right;
	position: absolute;
	top: 115px;
}
div#team-image,
a.news-image,
a#team-image {	
	width: 164px;
	height: 115px;
	display: block;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top center;
}
div.profile-note {
	float: left;
}
a#twitter-header {
	display: block; 
	height: 34px;
	float: left;
	width: 231px;
	text-indent: -999em;
	letter-spacing: 133px;
	margin: -4px 0px 0px 60px;
	background: url('../i/layout/note-header-twitter.gif') no-repeat;
}
a#facebook{
	display: block;
	height: 44px;
	width: 200px;
	text-indent: -9000em;
	background: url('../i/layout/facebook.png');
	position: absolute;
	top: 65px;
	right: 20px;
}
div.challenge-note-top a.edit-link {
	float: right;
	margin: 5px 80px 0px 0px;
}
div.uc a.edit-link,
a.edit-link {
	color: #fe0000;
}
a.edit-margin {
	margin-left: 10px;
}
a.edit-margin-large {
	margin-left: 50px;
}
a.edit-link:hover {
	text-decoration: underline;
}
div#content div.twitter-feed p {
	margin: 0px;
	color: #404040;
	padding: 5px 0px;
	font-size: 1.2em;
}
span.twitter-date { color: #b03c26; }
div#content div.twitter-feed p a { color: #930000; }
div#content div.twitter-feed p a:hover { text-decoration: underline; }
div#content div.twitter-feed p a#twit-why { text-decoration: underline; }
div#content div.twitter-feed p a#twit-why:hover { text-decoration: none; }
div#content p#time-till-race {
	color: #686868;
	font-size: 1.4em;
	margin: 5px 0px 0px 0px;
}
div#message-center-top {
	float: left;
	width: 703px;
	height: 63px;
	margin: 0px 0px 0px 55px;
	background: url('../i/layout/message-box-top.jpg') no-repeat;
}
div#message-center-bg {
	float: left;
	width: 633px;
	padding: 0px 35px;
	margin: 0px 0px 0px 55px;
	background: url('../i/layout/message-box-bg.jpg') repeat-y;
}
div.news-item-icon {
	float: left;
	width: 40px;
	margin: 0px 0px 15px 0px;
}
div.news-item {
	float: left;
	width: 635px;
	font-size: 1.2em;
	margin: 0px 0px 15px 0px;
}
div.news-item a:hover { text-decoration: underline; }
div#content div.news-item p {
	color: #4f4f4f;
	margin: 0px;
}
div#content div.news-item a {
	color: #930000;
}
div#message-center-footer {
	float: left;
	width: 703px;
	height: 65px;
	margin: 0px 0px 0px 55px;
	background: url('../i/layout/message-box-footer.jpg') no-repeat;
}
div#message-center-footer a {
	display: block;
	width: 150px;
	height: 30px;
	text-indent: -999em;
	letter-spacing: 133px;
	margin: 30px 0px 0px 530px;
}
div.page-item {
	width: 697px;
	float: left;
	padding: 15px 20px;
	margin: 15px 0px 20px 35px;
	background: url('../i/layout/item-paper-bg.jpg') repeat-y;
}
div.page-item p a { color: #B44730; }
div.page-item p a:hover { text-decoration: underline; }
div.page-item-no-margin { margin: 0px 0px 0px 35px; }
div#team-url {
	float: left;
	width: 697px;
	height: 48px;
	margin-left: 35px;
	padding: 0px 20px;
	font-size: 1.2em;
	background: url('../i/layout/item-paper-bg-url.gif') no-repeat;
}
div#team-url div {
	float: left;
	width: 400px;
	color: #b03c26;
	background: #fff;
	padding: 4px 5px;
	border: solid 1px #4f4f4f;
	margin: 11px 0px 0px 150px;
}
div#team-url a {
	float: left;
	color: #4f4f4f;
	margin: 16px 0px 0px 15px;
}
div#team-url a:hover { text-decoration: underline; }
div.page-item h1 {
	float: left;
	width: 697px;
	height: 35px;
}
div.page-item h1 span {
	float: left;
	width: 262px;
	height: 35px;
	text-indent: -999em;
	letter-spacing: 133px;
	background-position: left top;
	background-repeat: no-repeat;
}
div.page-item h1 span#documentation {
	background-image: url('../i/layout/header-documentation.jpg');
}
div.page-item h1 span#team-profile {
	background-image: url('../i/layout/header-team-profile.jpg');
}
div.page-item h1 span#personal-information {
	background-image: url('../i/layout/header-personal-information.jpg');
}
div.page-item h1 span#useful-information {
	background-image: url('../i/layout/header-useful-information.jpg');
}
div.page-item h1 a {
	float: right;
	color: #b44730;
	font-size: 1.8em;
	font-weight: normal;
}
div.page-item h1 a:hover { text-decoration: underline; }
div#content div.page-item p {
	color: #4f4f4f;
	font-size: 1.2em;
}
div#progress-bar-holder {
	float: left;
	width: 697px;
}
div#completed-progress-bar,
div#progress-bar {
	float: left;
	width: 267px;
	height: 17px;
	margin: 0px 15px;
	background: url('../i/layout/user-complete-bar-red.jpg') no-repeat;
}
div#completed-progress-bar {
	margin: 0px;
	background: url('../i/layout/user-complete-bar-green.jpg') no-repeat;
}
div#progress-bar-holder span#progress-bar-label-complete,
div#progress-bar-holder span#progress-bar-label-incomplete {
	float: left;
	width: 81px;
	height: 21px;
	text-indent: -999em;
	letter-spacing: 133px;
	margin: 0px 0px 0px 120px;
	background: url('../i/layout/progress-bar-incomplete.jpg') no-repeat;
}
div#progress-bar-holder span#progress-bar-label-complete {
	margin: 0px 0px 0px 0px;
	background: url('../i/layout/progress-bar-complete.jpg') no-repeat;
}
ul.user-home-links li {
	float: left;
}
ul.user-home-links li a {
	float: left;
	color: #b44730;
	display: block;
	font-size: 1.8em;
	margin: 5px 15px 0px 0px;
}
ul.user-home-links li a:hover { text-decoration: underline; }
div#checklist {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*
	width: 560px;
	top: 35%;
	left: 33%;
	*/
	position: fixed;
	z-index: 150;
	background: none repeat scroll 0 0 rgba(82, 82, 82, 0.7)
}
div#checklist-inner {
	width: 520px;
	padding: 10px;
	margin: 10px;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -250px;
	position: absolute;
	background: #fff;
}
* html div#checklist-inner { position:absolute }
a#checklist-close {
	top: 5px;
	right: 5px;
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	text-indent: -999em;
	letter-spacing: 133px;
	background: url('../i/icons/cross.gif') no-repeat;
}
div.message-item {
	float: left;
	width: 710px;
	margin: 10px 0px;
	border-bottom: dashed 1px #C43C26;
}
div.message-item a {
	color: #930000;
}
div#content div.message-item p {
	margin: 0px 0px 10px 0px;
}
div#pagination-holder {
	color: #000;
	float: left;
	width: 710px;
	margin: 0px 0px 30px 0px;
	border-bottom: dashed 1px #C43C26;
}
div#pagination-holder ul {
	float: left;
	margin: 0px 0px 10px 0px;
}
div#pagination-holder ul li {
	float: left;
	margin: 0px 0px 0px 5px;
}
div#pagination-holder ul li a { color: #930000; }
div#pagination-holder ul li a.active { color: #000; text-decoration: underline; }
div#pagination-holder ul li a:hover { text-decoration: underline; }
div.news-centre-top {
	float: left;
	width: 470px;
	height: 80px;
	padding-bottom: 10px;
	margin: 0px 0px 0px 50px;
}

h2.merchandise-head{
	text-indent: -9000em;
	height: 30px;
	background: url('../i/layout/merchandise-head.png') no-repeat;
}

form#signup{
	width: 760px;
	margin: 0 auto;
	float: left;
	padding: 0 0 0 70px;
}
form#signup h2.signup{
	text-indent: -9000em;
	background: url('../i/layout/signup-head.png') no-repeat;
	height: 30px;
	margin-bottom: 5px;
}
form#signup fieldset div{
	float: left;
	width: 250px;
	clear: none;
}
form#signup fieldset div label{
	text-align: left;
}
form#signup fieldset div input{
	float: left;
	width: 200px;
}
form#signup fieldset div input#submit  {
	float: left;
	color: #000;
	width: 168px;
	height: 45px;
	border: none;
	cursor: pointer;
	font-size: 1.8em;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	font-family: "Courier New", Courier, monospace;
	background: url('../i/layout/form-button-bg.png') no-repeat;
}


form#top-form {
	float: left;
	width: 250px;
	margin: 32px 0px 0px 0px;
}
form#top-form label {
	color: #B03C26;
	width: auto;
	font-size: 1.2em;
	padding: 3px 10px;
	font-family: Verdana, Geneva, sans-serif;
}
form#top-form select {
	font-size: 1.2em;
	width: auto;
	padding: 1px;
}
div#amazon { margin: 0px 0px 15px 45px;  }
div#amazon h1 {
	color: #000;
	font-size: 2em;
	margin-bottom: 15px;
	font-family: "Courier New", Courier, monospace;
}
div#amazon iframe {
	margin: 0px 10px 0px 0px;
}
div.home-news-item {
	float: left;
	padding: 0px 10px;
	margin: 10px 0px 0px 0px;
}
div.home-news-item h2 a { 
	color: #B03C26;
	font-size: 1.4em;
	font-weight: normal;
}
div.home-news-item h2 a:hover { text-decoration: underline; }
div#content div.home-news-item p {
	margin: 0.5em 0px 0px 0px;
}
div.home-news-item p a {
	color: #B03C26;
	text-decoration: underline;
}
div.home-news-item p a:hover { text-decoration: none; }
/***********************************************************************
	JS SCROLLERS
************************************************************************/
div#challenge-gallery {
	float: left;
	width: 732px;
	height: 116px;
	margin: 15px 39px 10px 39px;
}
div.profile-gallery {
	float: left;
}
div.profile-gallery a.edit-link {
	float: right;
	margin: 2px 20px 0px 0px;
}

div.jcarousel-container {
	margin: 0px;
	position: relative;
}
div.jcarousel-prev, div.jcarousel-next {
    z-index: 3;
    display: none;
}
div.jcarousel-clip {
    z-index: 2;
    padding: 0;
    overflow: hidden;
    position: relative;
}
ul.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
ul.jcarousel-list li img, li.jcarousel-item img { margin: 0px auto; }

/*Challenge*/

div#challenge-gallery div.jcarousel-prev-horizontal,
div#challenge-gallery div.jcarousel-next-horizontal {
    position: absolute;
    top: 45px;
    right: 0px;
    width: 16px;
    height: 21px;
    cursor: pointer;
    background: transparent url('../i/layout/gallery-arrow-right.gif') no-repeat 0 0;
}
div#challenge-gallery div.jcarousel-prev-horizontal {
    left: 0px;
    background: transparent url('../i/layout/gallery-arrow-left.gif') no-repeat 0 0;
}
div#challenge-gallery div.jcarousel-container-horizontal {
	width: 692px;
	padding: 0px 20px;
	margin: 0px;
}
div#challenge-gallery div.jcarousel-clip-horizontal {
	width: 692px;
	height: 116px;
}
div#challenge-gallery ul.jcarousel-list li,
div#challenge-gallery li.jcarousel-item {
    float: left;
    list-style: none;
    width: 169px;
    height: 116px;
	margin: 0px 2px;
}

div#challenge-gallery div.jcarousel-prev-horizontal:hover { background: transparent url('../i/layout/gallery-arrow-left.gif') no-repeat 0 0; }
div#challenge-gallery div.jcarousel-next-horizontal:hover { background: transparent url('../i/layout/gallery-arrow-right.gif') no-repeat 0 0; }

div#challenge-gallery div.jcarousel-prev-disabled-horizontal,
div#challenge-gallery div.jcarousel-prev-disabled-horizontal:hover,
div#challenge-gallery div.jcarousel-prev-disabled-horizontal:active { background: none; }

div#challenge-gallery div.jcarousel-next-disabled-horizontal,
div#challenge-gallery div.jcarousel-next-disabled-horizontal:hover,
div#challenge-gallery div.jcarousel-next-disabled-horizontal:active { background: none; }

div.tb-standard-page h1 {
	float: left;
	width: 450px;
	height: 57px;
	text-indent: -999em;
	letter-spacing: 133px;
}
h1#top-header-about {
	margin: 74px 0px 0px 62px;
	background: url('../i/layout/top-header-about.jpg') no-repeat;
}
h1#top-header-history {
	margin: 74px 0px 0px 62px;
	background: url('../i/layout/top-header-history.jpg') no-repeat;
}
div.tb-standard-page a#stand-top-app-form {
	float: left;
	width: 210px;
	height: 150px;
	display: block;
	text-indent: -999em;
	letter-spacing: 133px;
	margin: 30px 0px 0px 50px;
}
div.page-inner-content {
	float: left;
	width: 700px;
	margin: 0px 40px 0px 50px;
}
div.page-inner-content h1 {
	color: #b24030;
	font-size: 1.8em;
	font-weight: normal;
}
div.page-inner-content p {
	color: #000;
	font-size: 1.2em;
}
div.film-holder {
	float: left;
	width: 759px;
	margin: 0px 0px 0px 26px;
	padding: 0px 0px 50px 0px;
	background: url('../i/layout/page-video-bg.jpg') no-repeat;
}
div.film-holder object {
	float: left;
	margin: 90px 0px 0px 56px;
}
div.film-holder iframe {
	float: left;
	margin: 90px 0px 0px 56px;
}

/***********************************************************************
	BODY ELEMENTS
************************************************************************/
div.top-banner {
	width: 790px;
	height: 455px;
	float: left;
	margin: 30px 0px 0px 26px;
	background-repeat: no-repeat;
	background-image: url('../i/layout/home-top-banner.jpg');
}
* html div.top-banner { margin-left: 13px; }
div.tb-home { background-image: url('../i/layout/home-top-banner.jpg'); }
div.tb-challenge {
	height: 181px;
	background-image: url('../i/layout/challenge-top-banner.jpg');
}
div.tb-challenges {
	height: auto;
	background-image: url('../i/layout/challenges-top-banner.jpg');
}
div.tb-profile {
	height: auto;
	background-image: url('../i/layout/profile-top-banner.jpg');
}
div.tb-standard-page {
	height: 216px;
	background-image: url('../i/layout/apply-header.jpg');
}
div.tb-contact-page {
	height: 216px;
	background-image: url('../i/layout/contact-header.jpg');
}
div#content div.tb-contact-page p {
	color: #a92b18;
	font-size: 1.8em;
	margin: 90px 0px 0px 80px;
}
a#top-app-form {
	display: block;
	width: 220px;
	height: 150px;
	text-indent: -999em;
	letter-spacing: 133px;
	margin: 280px 0px 0px 540px;
}
a#top-history {
	display: block;
	width: 320px;
	height: 35px;
	text-indent: -999em;
	letter-spacing: 133px;
	margin: 0px 0px 0px 440px;
}
div#challenge-tickets-holder {
	width: 790px;
	float: left;
	margin: 0px 25px 0px 25px;
}
* html div#challenge-tickets-holder { margin-left: 12px; }
div#challenge-tickets-holder a {
	display: block;
	width: 256px;
	height: 130px;
	float: left;
	text-indent: -999em;
	letter-spacing: 133px;
	background-image: url('../i/layout/tickets-sprite.gif');
	background-repeat: no-repeat;
}
a#ticket-banjul {
	margin: 0px 0px 0px 10px;
	background-position: 0px 0px;
}
a#ticket-banjul:hover { background-position: -256px 0px; }

a#ticket-timbuktu { background-position: 0px -260px; }
a#ticket-timbuktu:hover { background-position: -256px -260px; }

a#ticket-silk { background-position: 0px -390px; }
a#ticket-silk:hover { background-position: -256px -390px; }

a#ticket-morrocoo {
	margin: 0px 0px 0px 130px;
	background-position: 0px -130px;
}
* html a#ticket-morrocoo { margin-left: 65px; }
a#ticket-morrocoo:hover { background-position: -256px -130px; }
	
a#ticket-murmansk { background-position: 0px -520px; }
a#ticket-murmansk:hover { background-position: -256px -520px; }
/***********************************************************************
	NAVIGATION
************************************************************************/
ul#top-nav {
	height: 72px;
	width: 600px;
	float: left;
	margin: 90px 0px 0px 240px;
}
* html ul#top-nav { margin-left: 120px; }
ul#top-nav li { float: left; }
ul#top-nav li a {
	height: 72px;
	display: block;
	text-indent: -999em;
	letter-spacing: 133px;
	background-image: url('../i/layout/top-nav-sprite.png');
	background-repeat: no-repeat;
}
ul#top-nav li a.top-home {
	width: 103px;
	background-position: 0px 20px;
}
ul#top-nav li a.top-home:hover,
ul#top-nav li a.top-home-active { background-position: 0px -60px; }
ul#top-nav li a.top-about {
	width: 106px;
	background-position: -105px 20px;
}
ul#top-nav li a.top-about:hover,
ul#top-nav li a.top-about-active { background-position: -105px -60px; }
ul#top-nav li a.top-challenges {
	width: 145px;
	background-position: -214px 20px;
}
ul#top-nav li a.top-challenges:hover,
ul#top-nav li a.top-challenges-active { background-position: -214px -60px; }
ul#top-nav li a.top-history {
	width: 111px;
	background-position: -363px 20px;
}
ul#top-nav li a.top-history:hover,
ul#top-nav li a.top-history-active { background-position: -363px -60px; }
ul#top-nav li a.top-contact {
	width: 120px;
	background-position: -480px 20px;
}
ul#top-nav li a.top-contact:hover,
ul#top-nav li a.top-contact-active { background-position: -482px -60px; }
/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/
div#footer {
	width: 705px;
	height: 120px;
	float: left;
	color: #a82916;
	position: relative;
	margin-bottom: 50px;
	padding: 52px 0px 0px 135px;
	background: url('../i/layout/content-footer.gif') center top no-repeat;
}
div#footer p {
	margin: 0px 0px 5px 5px;
}
div#footer a {
	color: #a82916;
}
div#footer a:hover { text-decoration: underline; }
div#footer a#optix {
	float: right;
	width: 310px;
	display: block;
	margin-right: 60px;
}
* html div#footer a#optix { margin-right: 30px; }
div#footer ul {
	float: left;
	width: 300px;
	margin: 0px 0px 0px 0px;
}
div#footer ul li {
	float: left;
}
div#footer ul li a {
	display: block;
	float: left;
	margin: 0px 5px;
}
* html div#footer ul li a { margin: 0px 2px; }
div#bottom-compass {
	width: 135px;
	height: 154px;
	bottom: 10px;
	right: -105px;
	position: absolute;
	background: url('../i/layout/compass-bottom.png') no-repeat;
}
/***********************************************************************
	TOOLS
************************************************************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.accessibility {
	position: absolute;
	text-indent: -999em;
	left: -999em;
	top: -999em;
}

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	font-size: 62.5%;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#content p {
	margin: 1em 0;
}

/*************************************************
remove clients messy styles from word pasting.
specify where this applies or it will do all spans
**************************************************/
/*span[style]{ 
	color: inherit !important; 
	font-size: inherit !important; 
	font-family: inherit !important;
}*/

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

form fieldset div {
	float: left;
	clear: both;
	padding: 0px;
	margin-bottom: 10px;
}

div#apply-form-bg form div#contact-left div.apply-error input {
	background-position: 208px 2px;
}
div#apply-form-bg form div#contact-right div.apply-error input {
	background-position: 150px 2px;
}
div#apply-form-bg form div#contact-right div.apply-error textarea {
	background-position: 230px 2px;
}

div#apply-form-bg form fieldset div#contact-left {
	float: left;
	width: 400px;
}
div#apply-form-bg form fieldset div#contact-left div {
	width: 390px;
}
div#apply-form-bg form fieldset div#contact-left label {
	width: 140px;
}
div#apply-form-bg form fieldset div#contact-left input {
	width: 220px;
}
div#apply-form-bg form fieldset div#contact-right {
	clear: none;
	float: left;
	width: 254px;
}
div#apply-form-bg form fieldset div#contact-right div { width: 254px; }
div#apply-form-bg form fieldset div#contact-right div label { text-align: left; }
div#apply-form-bg form fieldset div#contact-right div img {
	float: left;
}
div#apply-form-bg form fieldset div#contact-right div input#Code {
	float: right;
	width: 160px;
	margin: 0px 0px 0px 0px;
}
div#apply-form-bg form fieldset div#contact-right div textarea {
	width: 242px;
}
div#apply-form-bg form fieldset div#contact-right div input#submit { margin: 0px; float: right; }
form fieldset div.edit-team-image {
	padding: 0px 0px 10px 0px;
	border-bottom: dashed 1px #ccc;
}
div.edit-team-image label{
	float: left;
	text-align: left;
	width: 100px;
}
div.edit-team-image input{
	float: left;	
}
div.edit-team-image span{
	float: left;
	padding-top: 10px;
	color: red;	
}
div#apply-form-bg form fieldset div.edit-team-image div{
	margin: 0 auto;
	width: 400px;
	float: none;
}
div#apply-form-bg form fieldset div.editable-text {
	float: left;
	width: 440px;
	margin: 0px;
	clear: none;
}
div#apply-form-bg form fieldset div.editable-text span,
div#apply-form-bg form fieldset div.editable-text table {
	float: left;
}
div#apply-form-bg form fieldset div.editable-text table { width: 400px; }
div#apply-form-bg form fieldset div.editable-text div,
form fieldset div.editable-text div {
	float: none;
	clear: none;
	margin: 0px;
	width: auto;
}
div#apply-form-bg form fieldset div.editable-text div.cke_resizer {
	float: right;
	width: 12px;
}
form fieldset div div.editable-text span {
	width: auto;
	float: left;
}

form fieldset div label {
	float: left;
	color: #000;
	width: 200px;
	font-size: 1.8em;
	text-align: right;
	font-weight: bold;
	padding: 1px 10px 0px 0px;
	font-family: "Courier New", Courier, monospace;
}
form fieldset div label span { font-size: 0.8em; }
form fieldset div select,
form fieldset div textarea,
form fieldset div input {
	float: left;
	color: #000;
	width: 250px;
	font-size: 1.2em;
	padding: 3px 5px;
	border: solid 1px #000;
}
form fieldset div input.checkbox {
	width: 13px;
	margin: 5px 0px 0px 0px;
}
form fieldset div select { width: 262px; }

form fieldset div input.small { width: 50px; }
form fieldset div input.mid { width: 100px; }
form fieldset div input#submit  {
	float: left;
	color: #000;
	width: 168px;
	height: 45px;
	border: none;
	cursor: pointer;
	font-size: 1.8em;
	font-weight: bold;
	margin: 10px 0px 0px 230px;
	font-family: "Courier New", Courier, monospace;
	background: url('../i/layout/form-button-bg.jpg') no-repeat;
}
form fieldset div input#get-details {
	background: url('../i/layout/form-info-button.jpg') no-repeat;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form { width: 100%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}
/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}

/* FORMMAILER */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #606060;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}

form.ddfm .required {
	color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: bold;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	margin: 15px auto 15px auto;
	width: 400px; 
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
}

form.ddfm {
	text-align: left;
	width: 380px; 
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
	float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	width: 95%;
}

form.ddfm .submit {
	margin-top: 15px;
	margin-right: 10px;
	text-align: right;
	clear:both;
	width: 95%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	padding: 3px;
}


div.flash{
	position: absolute;
	left: 57px;
	top: 245px;
}


ol.ordered{
	list-style: decimal;
	margin-bottom: 30px;
}
ol.ordered li{
	margin-left: 20px;
	margin-top: 20px;
}
ol.ordered ul{
	padding-left: 40px
}
ol.ordered ul li{
	margin-top: 20px;
}
/*Flickr Feed*/
#FlickrImages{
		margin-bottom: 10em;
		margin-left: 70px;
		margin-top: 1px;}
#FlickrImages li{
		float: left;
		padding: 4px;
		background-color: #eee;
		margin: 10px 20px 15px 0;
		list-style: none;
}
#FlickrImages img{
		width: 120px;
		height: 80px;
}
h2.dakar-flickr {
		display: block;
		width: 334px;
		height: 45px;
		text-indent: -999em;
		letter-spacing: 133px;
		background: url('../i/layout/flickr-title.png') no-repeat;
		margin-left: 60px;
}
