/* Basics */
body
{
	margin: 0;
	font-family: tahoma, verdana, sans-serif;
}	

.fluid
{
	margin: 0 15% !important;	
	width: 70%;
}

.fluid.extended
{
	margin-right: 0 !important;
	width: 85%;
}

.semiFluid
{
	padding: 0 15% !important;
	width: 70%;	
}

/* Page Header */
#header
{
	background-image: url('../images/topBorder_contrast.png');
	background-repeat: repeat-x;
	background-position: left bottom;	
	float: left;
	clear: both;
}

h1
{
	float: left;	
	margin: 0 0 8px 0;
}

h2
{
	float: left;
	margin: 20px 0 0 10px;
}

p
{
	text-align: justify;	
}

/* Navigation */
#navigation
{
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}

#navigation li
{
	margin: 0 5px 5px 0;
	padding: 0;
	list-style-type: none;
	float: left;
	clear: none;
}

#navigation li a
{
	border: solid 1px #109905;	
	color: #fff;
	font-size: 0.8em;
	background: url('../images/navigationLink.png');
	text-decoration: none;
	font-weight: bold;
	padding: 4px 12px;
}

#navigation li.admin a
{
	background: url('../images/navigationLinkAdmin.png');
	color: #3b3b3b;
	padding-top: 3px;
	margin-top: 1px;
}

#navigation li a:hover
{
	background: url('../images/navigationLinkHover.png');
	color: #fff;
}

#navigation li span
{
	border: solid 1px #109905;	
	color: #fff;
	font-size: 0.8em;
	
	/*background: url('../images/navigationCurrentPage.png');
	border-left-color: #32d122;
	border-bottom-color: #32d122;*/
	
	border: none;
	background: none;
	padding: 1px;
	
	color: #051c47;
	font-weight: bold;
	padding: 4px 12px;
	margin: 0;
	display: inline;
}

/* Page footer */
p.footer
{
	border-top: solid 1px #bbb;	
	padding: 5px 0;
	color: #3b3b3b;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}

/* Page content */
#content
{
	float: left;
	clear: both;	
	position: relative;
	top: -5px;	
}

h4
{
	color: #051c47;
	font-size: 1em;	
	margin: 30px 0 20px 0;
}

h4.subHeading
{
	margin: 20px 0 -10px 0;
}

h5
{
	margin: 4px 0 4px 0;
	color: #051c47
}

h5 a
{
	text-decoration: none;
	color: #ffa600;
}	

h5 a:hover
{
	text-decoration: underline;
}

p
{
	font-size: 0.8em;
	color: #457941;	
	line-height: 1.4;
}

p a
{
	color: #051c47;
	text-decoration: none;	
}

p a:hover
{
	text-decoration: underline;	
}

p.mainText
{
	width: 630px;
	clear: both;	
	text-align: justify;
}

p.emphasis
{
	color: #ffa600;
	font-weight: bold;
}	

ul.textList
{
	margin-top: 2px;
	width: 550px;	
}

ul.textList li
{
	font-size: 0.8em;
	color: #3b3b3b;	
	
	/*workaround for ie7 to stop the bullets displaying at the bottom rather than top, or dissappearing altogether */
	margin-left: 15px;
	margin-top: 3px;
}

a.editLink, a.deleteLink, a.displayLink, a.hideLink, a.moveLink
{
	text-decoration: none;
	color: #ffa600;
	float: right;
	font-weight: bold;
	margin-left: 10px;
}

a.editLink.topLevel
{
	float: left;
}

a.editLink:hover, a.deleteLink:hover, a.displayLink:hover, a.hideLink:hover, a.moveLink:hover
{
	text-decoration: underline;
}

a.deleteLink
{
	color: #cc0000;
}

a.displayLink
{
	color: #00cc00;
}

a.hideLink
{
	color: #666699;	
}

a.moveLink
{
	color: #0000cc;	
}

a.moveLink img
{
	border: none;	
}

ul.linkList
{
	margin: 5px 0 10px 0;
	float: left;
	clear: both;
	list-style-type: none;
}	

ul.linkList li
{
	margin: 0 0 10px 0;
	float: left;
	clear: both;	
}

div.editLinks
{
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 5px;
}
	
/* Forms */
form
{
	float: left;	
}

input, select
{
	float: left;
	width: 400px;
	clear: right;
	margin: 0 0 7px 0;
	font-family: tahoma, verdana, sans-serif;
	font-size: 0.8em;
	color: #3b3b3b;
}

input.button
{
	float: right;
	clear: left;
	margin: 5px 0 0 10px;
	width: 60px;	
}

input.medium, select.medium
{
	width: 200px;	
}

option.unselectable
{
	color: #999;
	font-style: italic;	
}

textarea
{
	float: left;
	clear: right;	
	font-family: tahoma, verdana, sans-serif;
	font-size: 0.8em;
	color: #3b3b3b;
}

label
{
	float: left;
	clear: left;
	width: 100px;	
	font-size: 0.9em;
	color: #3b3b3b;
}

p.alternativeFormLink
{
	float: left;
	clear: both;
	width: 200px;	
	font-size: 0.9em;
	margin: 5px 0;
}

p.instructions
{
	font-style: italic;
	float: left;
	clear: both;
	width: 600px;	
	margin: 5px 0;
}


