
body {
	background-color: #333;
	color: #ccc;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
	margin: 0 0 20px 0;
	color: #F04D11;
}

input, textarea { font-size: 0.9em; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.centre {
	margin-left: auto;
	margin-right: auto;
}

a:link, a:visited { text-decoration: none; color: #F04D11; }

a:link img, a:visited img {
	border: 0;
}

ul.no_list {
	margin: 0;
	padding: 0;
}

ul.no_list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


.half_width { width: 50%; }
.full_width { width: 99%; }


.error {
	background-color: #393939;
	padding: 10px;
	font-size: 0.9em;
	border-left: 1px solid #F04D11;
	color: #ccc;
}

.success {
	background-color: #393939;
	padding: 10px;
	font-size: 0.9em;
	border-left: 1px solid #F04D11;
	color: #ccc;
}

.dragdrop {
	cursor: move;
}


.menu {
	width: 995px;
	padding-left: 5px;
	margin-left: auto;
	margin-right: auto;
}

.menu img {
	vertical-align: middle;
	padding: 3px;
}

.menu a:link img, .menu a:visited img {
	border:0;
}
.menu a:hover img {
	background-color: #393939;
}



a.item:link, a.item:visited {
	color: #ccc;	
	display: block;
	width: 645px;
	padding: 5px;
}
a.item:hover {
	background-color: #393939;
}

a.item:link img, a.item:visited img {
	border: 0;
	vertical-align: middle;
	margin-right: 10px;
}





.box_top {
	background-color: #333;
	width: 1000px;
	height: 7px;
	background-image: url(../images/box_top_bg.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

.box {
	background-color: #333;
	width: 1000px;
	min-height: 450px;
	_height: 450px;
	background-image: url(../images/box_bg.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


.box_bottom {
	background-color: #333;
	width: 1000px;
	height: 9px;
	background-image: url(../images/box_bottom_bg.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

.logo_bottom_right {
	position: absolute;
	right: 25px;
	bottom: 10px;
}
.logo_bottom_right img {
	border: 0;
}

.content {
	padding: 30px 90px 60px 20px;
}


.contact_details {
	position: absolute;
	top: 10px;
	right: 30px;
	width: 320px;
	font-size: 0.8em;
	color: #999;
	text-align: right;
}




.frm table {
	width: 650px;
}

.frm h2 {
	font-weight: normal;
	font-size: 1.6em;
	margin: 25px 0 15px 0;
}

.frm .label {
	color: #999;
	padding: 10px 0 2px 0;
	vertical-align: top;
}

.frm .field {
	vertical-align: top;
	width: 150px;
}

.frm .field input, .frm .field textarea {
	border: 1px solid #ffffff;
	background-color: #cccccc;
	width: 300px;
	padding: 2px;
	color: #333;
}

.frm .field textarea {
	height: 70px;
}

.frm .field textarea.tall {
	height: 150px;
}

.frm .field input.full_width, .frm .field textarea.full_width {
	width: 620px;
}

.frm .buttons {
	text-align: left;
}

.frm input.submit, .frm input.submit_button {
	border: 1px solid #666666;
	background-color: #393939;
	color: #F04D11;
	font-size: 1.0em;
	margin-top: 25px;
	padding: 4px;
}

.frm input.button {
	border: 1px solid #666666;
	background-color: #393939;
	color: #999;
	font-size: 0.8em;
	margin-top: 25px;
	padding: 4px;
}

.frm .help_text {
	font-size: 0.8em;
}

.frm .loading {
	text-align: right;
}
.frm .loading img {
	padding: 5px 23px 0 0;
}



.content_banner {
	position: absolute;
	left: 2px;
	top: -4px;
	border-bottom: 4px solid #F04D11;
	height: 235px;
	width: 991px;
}
.content_banner img.banner {
	position: absolute;
	top: 0;
	left: 0;
}
.content_banner .logo_bottom_right {
	bottom: 3px;
	right: 10px;
}

.content_banner_copy {
	padding: 250px 20px 20px 20px;
}





.footer {
	width: 500px;
	font-size: 0.7em;
	color: #666;
	padding-left: 10px;
	margin: 0 auto 15px auto;
	padding-right: 490px;
	position: relative;
	line-height: 1.3em;
}
.footer a:link, .footer a:visited {
	color: #999;
}
.footer a:hover {
	color: #ccc;
}


.region_manager_footer {
	position: absolute;
	top: 0;
	right: 15px;
	width: 600px;
	text-align: right;
	padding-bottom: 20px;
}





.calendar {
	position: relative;
	width: 950px;
	border-bottom: 5px solid #f04d11;
	height: 100px;
}
.calendar .item {
	position: absolute;
	width: 16%;
	bottom: 0;
	text-align: center;
}
.calendar .item span {
	color: #F04D11;
	display: block;
}
.calendar .item .marker {
	width: 5px;
	height: 10px;
	background-color: #f04d11;
	margin: 0 auto;
}

.calendar_awards {
	margin-top: 10px;
	color: #999;
	position: relative;
}
.calendar_awards .award {
	position: absolute;
}






