/* Screen layout: */

body {
height:100%;
padding:0;
margin:0;
font-size: small;
font-family: tahoma, verdana, sans-serif;
background:#e0e0e0;
background:#333;
color:#f7f7f7;
}

span {
font-size: 17px;
font-weight:bold;
}


a {
color:#ffffff;
text-decoration:none;
border:none;
font-weight: bold;

}

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

h1 {
margin:0 0 20px 0;
font-size:2.2em;
font-weight:normal;
}

h2 {
margin:0 0 12px 0;
font-size:1.6em;
font-weight:normal;
}

h3 {
margin:0 0 10px 0;
font-size:1.4em;
font-weight:normal;
}

h4 {
margin:0 0 0px 0;
font-size:1.4em;
font-weight:normal;
}

p {
margin:0 0 15px 0;
line-height:1.5em;
text-align:left;
}

a img {
border:0;
}

/* Main container */

#container {
margin:0 auto 20px auto;
width:920px;
padding:0px 20px 20px 20px;
background: #333333;
}


/* Header description */

#logo {
position:absolute;
top:120px;
height:149px;
width:920px;
background:transparent url(../images/sussexart.png) top left no-repeat;
z-index:10;
}

#desc {
height:400px;
color:#ffffff;
padding:0;
background:#406772 url(../images/header.jpg) top left no-repeat;
clear:both;
margin:0 0 -1px 0;
}



/* Main content */

#main {
width:545px;
float:left;
padding:0 15px 0 0;
margin:0 5px 0 0;
border-right:1px solid #d8d8d8;
height:100%;
}

/* Sidebar */

#sidebar {
width:150px;
float:right;
}

#sidebar p {
font-size:0.9em;
line-height:1.3em;
margin:0 0 15px 0;
}

/* Footer */

#footer {
font-size: x-small;
clear:both;
display: block;
/*border-top:1px solid #BA33AC;*/
padding:0;
margin:0;
}

#footer a {
color:#808080;
}

#footer a:hover {
color:#303030;
}

#footer p {
color:#808080;
font-size:1.1em;
line-height:1.3em;
margin:15px 0 0 0;
padding:0;
}

/* Various classes */



.right {
margin-top:-8px;
text-align:right;
}

.block {
background:#f0f0f0;
padding:10px;
}


.hide {
display:none;
}

/* Extra */




p {
	margin: 0 0 1px;
	padding: 5px;
	line-height: 20px;
	text-align:left;
	font-size: 13px;
}

p b {
	color: #4FA3DA;
	font-weight: bold;
	font-size: 13px;
}


ul {
	text-align:left;
	list-style-type:disc;
	list-style-position:inside;
	padding:0;
	margin:0;
	
}


.clearer {

	 clear: both;
	 overflow: hidden;
	 width: 1px;
	 height: 1px;
	 margin: 0 -1px -1px 0;
	 border: 0;
	 font-size: 0;
	 line-height: 0;
}





input{

	width:340px;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #A6D1ED;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:17px;
	line-height:17px;
}









input#button {
width:50px;
margin:0;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}




.error {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #1478EC;
}



fieldset { 
width:  340px;
padding-top:0px;
padding-right:0px;
padding-bottom:0px;
padding-left:0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}


textarea {
	width: 340px;
	height:125px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin:0;
	padding:0;
	font-size: 12px;
	color: #333;
	background-color: #A6D1ED;
	border:none;
}







.frontImg {
border: 5px solid white;
margin: 0 7px;
}


	body {
		font-family:Arial;
		font-size:12px;
	}
	
	h4 {
		background-color: #617337; 
		color: #FFFFFF; 
		padding: 5px 10px; 
		font-size: 12px;
		margin-bottom: 10px;
		font-weight:bold;
		clear:both;
	}
	.userBlock {
		width: 450px;
		float:left;
	}

	.userContainer {
		width: 440px;
		clear:both;
	}

	.userImage {
		float:left;
		width:125px;
		margin: 0 0 5px 0;
	}

	.userImage img {
		border: 5px solid white;
		margin: 0 10px 0 2px;
	}

	.userText {
		float:left;
		width: 300px;
		height: 90px;
		overflow: hidden;
	}
	
	.userMore {
		float:left;
		text-align:right;
		margin: 4px 0 0 0;
		width: 300px;
	}

	dl#accordion {
		position: absolute;
		top:400px;
		width:920px;
		border: 0px solid #cccccc;
		border-bottom: 4px solid white;
	}

	dl#accordion, #accordion dd {
		margin: 0pt;
		overflow: hidden;
		padding: 0pt;
	}

	#accordion dd {
		height:260px;
		display: none;
	}

	#accordion dt {
		/*background-color: #ebebeb;*/
		border-bottom: 0px solid gray;
		border-top: 4px solid white;
		color: #009900;
		cursor: pointer;
		font-size: 12px;
		margin: 0px;
		padding: 2px;
	}

	#accordion dt a {
		color: #ffffff;
		padding: 2px;
		padding-left: 10px;
		text-decoration: none;
		display: block;
	}

	#accordion dt.focus {
		/*background-color: #8fa9c5;*/
	}

	#accordion dt.focus a {
		color: #ffffff;
	}

	#accordion dd a {
		color: #ffffff;
		text-decoration:none;
		padding: 3px;
	}

	#accordion dd a:hover {
		color: #6ABD45;
		background-color: #ffffff;
		text-decoration:none;
		padding: 3px;
	}

	#accordion ul {
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		padding: 5px;
	}
	
	.green {
		background-color: #6ABD45;
	}
	.greenF {
		background-color: #D4ECC9;
	}

	.blue {
		background-color: #5F8AFE;
	}

	.orange {
		background-color: #FCB415;
	}

