/* @override http://wisearchive.imlcms.co.uk/main.css */

/* @group Setup */
form,ul {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
/* @end */

/* @group Structure */body {
	margin: 0;
	padding: 0;
	background-image: url("images/background.gif");
}
#container {
	margin: 0 auto;
	width: 778px;
}
#header {
	float: left;
	background-color: #fff;
	width: 778px;
	padding-bottom: 1px;
	margin-bottom: 10px;
}
#header .logo {
	margin: 20px 20px 50px 20px;
}


#lcol {
	float: left;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	width: 493px;
	padding: 10px;
	margin: 0 10px 10px 0;
}
#rcol {
	position: relative;
	float: left;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	width: 249px;
	padding: 1px;
	margin: 0 0 10px 0;
	min-height: 450px;
	_height: 450px;
}
#rcol .bottom {
	position: absolute;
	width: 249px;
	bottom: 0;
}

#footer {
	float: left;
	background-color: #a8a28a;
	width: 767px;
	padding: 5px 10px;
	margin-bottom: 10px;
}

/* @end */

/* @group Navigation */

#header div.navigation {
	width: 778px;
}
#header div.navigation ul {
	list-style-type: none;
	list-style-position: inside;
	float: right;
}
#header div.navigation ul li {
	float: left;
}
#header div.navigation ul li a {
	display: block;
	width: 128px;
	height: 39px;
	color: gray;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	font-size: 10px;
	font-weight: bold;
}
#header div.navigation ul li a span {
	display:  block;
	position: absolute;
	right: 5px;
	bottom: 6px;
}

#header div.navigation ul li a.home {
	background-image: url('images/home1a.gif');
}
#header div.navigation ul li a.home:hover, #header div.navigation ul li a.home.active {
	background-image: url('images/home1b.gif');
	color: #980031;
}
#header div.navigation ul li a.projects {
	background-image: url('images/project1a.gif');
}

#header div.navigation ul li a.projects:hover, #header div.navigation ul li a.projects.active {
	background-image: url('images/project1b.gif');
	color: #009543;
}

#header div.navigation ul li a.contribution {
	background-image: url('images/contribute1a.gif');
}
#header div.navigation ul li a.contribution:hover, #header div.navigation ul li a.contribution.active {
	background-image: url('images/contribute1b.gif');
	color: #0097ac;
}
#header div.navigation ul li a.help {
	background-image: url('images/help1a.gif');
}
#header div.navigation ul li a.help:hover, #header div.navigation ul li a.help.active {
	background-image: url('images/help1b.gif');
	color: #ec963d;
}
#header div.navigation ul li a.contact {
	background-image: url('images/contact1a.gif');
}
#header div.navigation ul li a.contact:hover, #header div.navigation ul li a.contact.active {
	background-image: url('images/contact1b.gif');
	color: #c30141;
}


/* @end */

/* @group Basics */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:16px;
}
h1 {
	padding: 0;
	margin:0 0 0.2em 0;
	font-size: 1.4em;
	font-weight: normal;
}

h2 {
	padding: 0;
	margin:0 0 0.1em 0;
	font-size: 1.1em;
	font-weight: bold;
}
p {
	margin: 0 0 1em 0;
}
p:last-child {
	margin-bottom: 0;
}
#footer {
	color: #fff;
	font-size: 10px;
	padding: 5px;
	text-align: right;
}
#footer a {
	color: #fff;
	text-decoration: none;

}
#footer div {
	float: left;
}


/* @end */

/* @group Colour Schemes */

/* @group Home */

.theme-home .caption {
	background-color: #980031;
}
.theme-home a {
	color: #980031;
}
.theme-home #rcol ul.pages li {
	background-image: url("images/arrow-home.gif");
}

/* @end */

/* @group Projects */	

.theme-projects .caption {
	background-color: #009543;
}
.theme-projects a {
	color: #009543;
}
.theme-projects #rcol ul.pages li {
	background-image: url("images/arrow-projects.gif");
}

/* @end */

/* @group Contribution */	

.theme-contribution .caption {
	background-color: #0097ac;
}
.theme-contribution a {
	color: #0097ac;
}
.theme-contribution #rcol ul.pages li {
	background-image: url("images/arrow-contribution.gif");
}

/* @end */

/* @group Help */	

.theme-help .caption {
	background-color: #ec963d;
}
.theme-help a {
	color: #ec963d;
}
.theme-help #rcol ul.pages li {
	background-image: url("images/arrow-help.gif");
}

/* @end */

/* @group Contact */	
.theme-contact .caption {
	background-color: #c30141;
}
.theme-contact a {
	color: #c30141;
}
.theme-contact #rcol ul.pages li {
	background-image: url("images/arrow-contact.gif");
}

/* @end */	


/* @end */

/* @group Left Column */

.caption {
	margin-top: 1px;
	padding: 10px;
	color: #fff;
}

.caption a {
	color: #fff;
}

.content {
	padding: 10px;
}

.content ul {
	margin-left: 1.5em;
}


/* @end */

/* @group Right Column */
#rcol {
	min-height: 620px;
	_height: 620px;
}

#rcol p {
	margin: 0 10px 10px 10px;
}
#rcol h2 {
	background-color: #a8a28a;
	padding: 3px 10px;
	font-weight: normal;
	font-size: 1.0em;
	text-transform: uppercase;
	color: #fff;
}

#rcol .search-box {
	background: url("images/embossedgrey.gif");
	padding:10px;
	border-bottom: #D5D4D4;
	margin-bottom: 10px;
}
#rcol .search-box a {
	font-size: 11px;
}
#rcol .search-box h2 {
	/* reset the previous #rcol h2 rule */
	background-color: transparent;
	padding: 0;
	text-transform: none;
	color: #000;
}

#rcol ul.pages {
	list-style-type: none;
	margin: 10px;
}
#rcol ul.pages li {
	padding-left:15px;
	background-repeat: no-repeat;
	background-position: 0em;
}
#rcol ul.pages li a.active {
	font-weight: bold;
}

/* @end */

/* @group Forms */
input.text, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px 2px;
	border: 1px solid #666;
	border-bottom-color: #333;
	border-right-color: #333;
}
input.button {
	font-size: 12px;
	border: 1px solid #666;
	border-bottom-color: #333;
	border-right-color: #333;
}
#rcol input.text {
	width: 175px;
}

#lcol label {
	display: block;
	margin-bottom: 3px;
}
#lcol input.text, #lcol textarea {
	width: 400px;
	margin-bottom: 15px;
	
	
}
#lcol textarea {
	height: 250px;
}

#lcol p.error {
	background-color: #FEF;
	width: 250px;
	border: 1px solid #cbc;
	padding: 10px;
}


/* @end */




