@import url("reset.css");

/* Basic page structure */

body {
	background-color: #666666;
	border-top: 0.333em solid #3399cc;
	color: #ffffff;
	font-family: 'lucida grande', helvetica, arial, sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
}

#header {
	background-color: #ffffff;
	clear: both;
	padding: 3em 0 2em 0;
}

#content {
	background-color: #ffffff;
	clear: both;
	color: #666666;
	padding: 0 0 3em 0;
	text-align: justify;
	min-height: 33.5em;
}

#main-content {
	float: left;
	width: 39em;
	border-right: 1px dotted #cccccc;
	padding-right: 2.5em;
}

#secondary-content {
	float: right;
	width: 19em;
}

#footer {
	border-top: 0.333em solid #3399cc;
	padding-bottom: 1.5em;
}

.centred-container {
	margin: 0 auto;
	width: 63em;
}

.clear {
	clear: both;
}

/* Defaults for HTML tags */

p {
	margin: 1.5em 0;
}

a {
	text-decoration: none;
	color: #ff6600;
}

a:hover {
	text-decoration: underline;
}

h1 {
	/* Main heading */
	color: #3399cc;
	font-size: 2em;
	line-height: 2em;
	margin-top: 0;
	text-align: left;
}

h1.tagline {
	text-align: justify;
}

h2 {
	/* Secondary-content heading */
	color: #3399cc;
	font-size: 1.2em;
	line-height: 2em;
	margin-top: 0;
}

h3 {
	/* Sub heading in main content */
	color: #3399cc;
	font-size: 1.3em;
	font-weight: bold;
	margin: 1.5em 0;
}

h4 {
	font-size: 1.2em;
	color: #3399cc;
	padding-left: 1.5em;
}

strong {
	color: #ff3300;
}

em {
	background-color: #ffffcc;
	font-style: normal;
}

fieldset {
	padding: 0 0 1em 0;
}

legend {
	padding: 0 0 0.5em 4em;
	font-size: 1.2em;
}

input:focus, textarea:focus {
	background-color: #ffffcc;
}

hr {
	display: none;
}

/* Navigation lists */

#logo {
	vertical-align: middle;
	/* 2px pading at top at bottom to stop image getting cut off by IE */
	padding: 2px 2em 2px 0; 
}

.navigation_list li {
	list-style-type: none;
	border: 0px solid #ff6600;
	display: inline;
}

.navigation_list a {
	margin-right: 1em;
	color: #ff6600;
}

.navigation_list a:hover, .current_action {
	text-decoration: none;
	border-bottom: .2em solid #ff6600;
}

#logo_container a:hover {
	/* Don't put the bottom margin under the logo */
	border: 0px;
}

.navigation_link {
	/* A navigation link not in the main list.  E.g. a back to top in the content. */
	color: #ff6600;
}

#bottom_navigation_list {
	margin-top: 2em;
}

/* Others */

#header p {
	margin: 0;
}

#main-content p, #main-content li, #wide-content p, #wide-content li {
	font-size: 1.25em;
}

h2 + p {
	margin-top: 0.5em;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover {
	text-decoration: underline;
}







