/* 
This CSS styles the layout styles for named areas
Updated: 23 Sept 2008
Author: Simon Dewey - Marketing - Web team
Updates: 
*/ 

/*The wrapper lets the layout be centred and fixes the width of the layout*/
#wrapper {
	background-color: #FFF;
	margin: 0px auto;
	width: 960px;
	margin-top: 24px;
	border: #C6C4C4 1px solid;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Positioning for links to Portal and feedback */
#toplinks {
	height:15px;
	font-size:10px;
	color:#666666;
	margin:1px 0 0 4px;
	padding:3px
}

/* Positioning for search box */
#search {
	float:right;
	padding-top:4px;
	padding-right:8px;
	color:#FFF;
	font-weight:700;
	font-size:12px;
}

#search table {
	display:inline;
	width:auto !important;
	}

#search label {
	vertical-align:bottom;
	line-height:20px;
	}

#search input {
	font-size:1.1em;
	/*height:1.1em;*/
	margin:0 0 0 6px;
	}

input#gobutton{
	vertical-align : bottom;
	background-color: #FFFFFF;
	border: 1px solid #C0B187;
	color: #797979;
	width: 30px;
	height: auto;
	text-align: center;
}

input#gobutton:hover {
	cursor: pointer;
}

/*
html*#search input {

}*/

#search a {
	vertical-align:bottom;
	}

#search a.Button {
	line-height:8px;
	}

#search img {
	border:0;
	}

/* Positioning for header that contains the uni logo box */
#header {
	display:block;
	height:34px;
	background-image: url(../../../../images/banner_top.jpg);
	background-repeat: no-repeat;
	padding: 5px;
}

/* Positioning for department title */
#department{
	background-color: #569FD3;
	height: 28px;	
}

/* Positioning for breadcrumbs */
#breadcrumbs {
	padding-top: 4px;
	padding-bottom: 14px;
	padding-left: 12px;
}

/* Container is the middle area */
#container {
	position:relative;
	display:block;
	border-right-width: 204px;
	border-left-width: 200px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* Inner contains left, right and container */
#inner {
	display:block;
	margin-left:-200px;
	margin-right:-200px;
	padding:5px;
}

#inner p {
	font-size:.9em;
	line-height:1.4em;
}

/* Defines left column */
#left {
	float:left;
	position:relative;
	width:190px;
	left:6px;
	margin-left: 0px;
	margin-top: 4px;
	padding-left: 8px;
}
/* Defines right column */
#right {
	float:right;
	position:relative;
	width:180px;
	right:0px;
	
	}
/* Defines center column */
#center {
	margin-left:206px;
	margin-right:206px;
	position:relative;
	display:block;
	height:1%;
	background-color: #FFFFFF;
}
.clear { clear:both; }
/* Footer layout */
.footer {
	display:block;
	color:#569FD3;
	text-align:right;
	padding:5px;
	margin-left: 0px;
	font-size:12px;
	margin-top:20px;
	padding:5px 8px;
	border-top:1px #c6c4c4 solid;
	background-color: #FFFFFF;
	width:944px;
}
/* Just to extend each column */
#inner a:visited, a {
	color:#333333;
	text-decoration:none;
	cursor:default;
}
/*#inner a span { display:none;}*/
#inner a:active, #inner a:focus {
	color:#fff;
	text-decoration:none;
	background:transparent;
	cursor:default;
	}
#inner a:active span, #inner a:focus span { display:block; }

#center a, #right a, #center a:visited, #right a:visited {
	color:#0066CC; 
	text-decoration:none;
}

#center a:hover, #right a:hover {
	color:#00CCFF; 
	cursor: pointer;
}

.verticalspacing4px {padding-bottom: 4px;}

/*PWS homepage to style elements such as flash and news boxs*/
#homepage {
	width:520px;
	height:3px;
	padding:0;
	margin:0;
}

#homepage:hover {
	background-image:url(../../../../images/banner_top_homepage.jpg);
	width: 520px;
	height: 43px;
	background-repeat:no-repeat;
	background-position: -5px -5px;
}
<!--  Defines flash container on home page-->
#flash {
	height: 210px;
	width: 526px;
	background-image: url(../../../../images/originalanim2.jpg);
	background-repeat: no-repeat;
}

#fbleft {
	float: left;
	margin-right: 7px;
}

#fbright {
	float: left;
	margin-right: 7px;
}
.featurebox{
	width: 240px;
	height: 100px;
	border: 1px solid #d2d0d0;
	padding-left: 8px;
	margin-top: 12px;
	margin-bottom: 6px;
}
.featurebox-title {
	font-weight: bold;
	color: #569FD3;
	padding-bottom: 12px;
	display: block;
	font-size: 13px;
}

#newsbox {
	color: #00ccff;
	background-color: #f5f5f5;
	border: 1px solid #d2d0d0;
	padding: 8px;
}

.newsbox a {
	text-decoration: none;
	color: #3366cc;
}

.newsbox a:hover {color: #00ccff;}

/*FIX FOR FF IMAGE FLOATS>.....B.KAY JUNE 09*/
.ImmControlAlign_Right{float: right; clear: none; margin-left: 7px;}
 
.ImmControlAlign_Left{float: left; clear: none; margin-right: 7px;}
/*END FIX*/
