/*
*	Mission Impossible Registration System
*	All code written in PHP, CSS, HTML and Javascript
*	Written by Matt Hare for the exclusive use
*	of the Western Australia Rover Council
*	The Scout Association of Australia, WA Branch
*	Copyright (c) 2009-2010 Matt Hare
*	All Rights Reserved
*	http://www.spiderwebsolutions.com.au
*/

body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/img1.gif) repeat-x;
	font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
}

a {
	color: #CCCCCC;
}

input {
	background-color:#000000;
	color: #FFFFFF;
	font: "Verdana";
	font-size: 14px;
	border: 1px solid #FF0505;
	margin-left: 5px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

textarea {
	background-color:#000000;
	color: #FFFFFF;
	font: "Verdana";
	font-size: 14px;
	border: 1px solid #FF0505;
	margin-left: 5px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

select {
	background-color:#000000;
	color: #FFFFFF;
	font: "Verdana";
	font-size: 14px;
	border: 1px solid #FF0505;
	margin-left: 5px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 960px;
	height: 240px;
	margin: 0 auto;
}

/* Logo */

#logo {
	position:absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 200px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 5px 20px;
	text-decoration: none;
	/* text-transform: lowercase; */
	font-size: 1em;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	padding: 5px 19px;
	background: #2F1A1A url(images/img2.gif) repeat-x left bottom;
	border: 1px solid #1E1010;
	border-right-color: #7A6D6D;
	border-bottom-color: #7A6D6D;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Tabs for competitor and base staff login */

#submenu {
	float: left;
	width: 1000px;
	margin-bottom: 10px;
}

#submenu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

#submenu li {
	display: inline;
}

#submenu a {
	background: url(images/img-tab.gif) repeat-x left bottom;
	border: 2px solid #ff0000;
	display: block;
	float: left;
	padding: 5px 20px;
	margin-right: 3px;
	margin-left: 4px;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}

#submenu a:hover, #submenu .active a {
	padding: 5px 20px;
	background: url(images/img-tab.gif) repeat-x left bottom;
	border: 1px solid #1E1010;
	border-right-color: #7A6D6D;
	border-bottom-color: #7A6D6D;
	color: #FFFFFF;
}

/* Column One */

#colOne {
	float: left;
	width: 1000px;
	margin-bottom: 30px;
}

#colOne h2 {
	margin-top: 0;
	font-size: 2.2em;
	color: #CCCCCC;
}

#colOne h1 {
	margin-top: 0;
	font-size: 2.2em;
	color: #CCCCCC;
}

#colOne p, #colOne ul, #colOne ol {
	line-height: 160%;
}

#colOne .credits {
	margin-bottom: 50px;
	padding: 5px 0 8px 8px;
	background: #210100;
	border-left: 2px solid #8A0600;
}

#colOne .credits p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

/* Column Two */

#colTwo {
	float: left;
	width: 248px;
}

#colTwo ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#colTwo li {
	margin-bottom: 20px;
}

#colTwo li li {
	margin-bottom: auto;
}

#colTwo li ul {
	padding-left: 20px;
	list-style: square inside;
}

#colTwo h2 {
	padding-bottom: 5px;
	font-size: 1em;
	color: #FFFFFF;
	padding-left: 20px;
	background: url(images/img3.gif) no-repeat 5px 6px;
	border-bottom: 1px solid #2C2C2C;
}

#textfield1 {
	width: 150px;
	margin-left: 20px;
	background: #9E9E9E url(images/img4.gif) repeat-x;
	border: 1px solid #9C9C9C;
	border-right-color: #C6C6C6;
	border-bottom-color: #C6C6C6;
}

#submit1 {
	background: #9E9E9E url(images/img5.gif) repeat-x;
	border: 1px solid #625252;
	border-right-color: #1B0F0F;
	border-bottom-color: #1B0F0F;
	color: #CCCCCC;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img6.gif) repeat-x;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: smaller;
}