/* Copyright (C) Organic Development Ltd */

@import url(../warp/css/layout.css);

body.pagebody {
	background: #0076C0;
}

#page-body{
	background: #eaf1f8;
	min-height: 400px;
}


.wrapper {
	position: relative;
    padding: 0 30px;
	background:url(../images/layout/content-background.gif) repeat-y top left #FFFFFF;
}

.padding {
    padding: 0 10px;
}

#absolute {
    position: absolute;
    z-index: 15;
    top: 0px;
    left: 0px;
    width: 100%;
}

#tabs_right{
	position: absolute;
	right: -3px;
	top: 5px;
	width: 23px;
}

#header {
    padding: 0;
    position: relative;
    z-index: 10;
    clear: both;
	min-height: 156px;
}

#toolbar {
    height: 25px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    line-height: 25px;
    font-size: 10px;
	display:none;
}

#headerbar {
    min-height: 110px;
	overflow: visible;
	margin-left:175px;
}

#headerbar .left
{
	float:left;
}

#headerbar .right
{
	float:right;
}

#date {
    padding: 0px 0px 0px 0px;
    float: right;
}

#logo {
    position: absolute;
    left: 0px;
    top: 5px;
}

#search {
    position: absolute;
    top: 70px;
    right: 0px;
    z-index: 12;
}

#menubar {}

#menu {}

#banner {
	float:left;
	width:100%;
}

#top {
    clear:both;
    overflow:hidden;
	color:#FFFFFF;
}

#top-b {
	display: inline-block;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:#E1EAF3;
    clear:both;
	color:#FFFFFF;
}

#moduletop {
	width: 100%;
	overflow: hidden;
}

#middle{
	margin-top: 10px;
	min-height: 550px;
}

#middle:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

#main-shift {
	overflow: visible;
}

#mainmiddle {
	overflow: visible;
}

#content-shift {
	overflow: visible;
}

#component {
	overflow: visible;
}

#middle-top{
	margin-top: 10px;
}

#maintop, #contenttop {
    margin: 0px;
    overflow: hidden;
}

#component{
	margin-bottom: 20px;
}

#contentbottom, #mainbottom {
    margin: 0;
    overflow: hidden;
}


#bottom {
	margin-top: 10px;
    overflow: hidden;
    clear: both;
}

#footer {
    position: relative;
    clear: both;
    font-size: 80%;
	overflow: hidden;
	background:url(../images/modules/footer-background.jpg) repeat-x top center;
	height:247px;
	color:#FFF;
}

#footer .wrapper
{
	position:relative;
	height:247px;
	background:transparent;
	padding-top: 55px;
}

#footer .footer_loop {
	background:url(../images/modules/footer-middle.jpg) no-repeat top center;
	height:100%;
}

#footer a.anchor {
    background: url(../images/layout/footer_anchor.png) right center no-repeat;
	color: #FFF;
    text-decoration: none;
	font-size: 10px;
	position:absolute;
	bottom:10px;
	right:10px;
	padding-right: 10px;
}

#footer a{	
	color:#FFF;
}


/** Overide to allow for 1 full width element and 3 1/3 width elements underneath in top position **/
#top .width50,
#top .width25
{
	width:auto;
}

#top .float-left
{
	overflow:visible;
}

/* Staff profiles */

.staff-profile img {
	float: left;
	margin: 0 40px 0 0;
}



/** Fieldset **/

fieldset a.viewall{
	background: url(../images/misc/fieldset_viewall.png) no-repeat center;
	display: block;
	width: 15px;
	height: 11px;
	position: absolute;
	right: 15px;
	top: -23px;
}

#feedback-tab {
	position: fixed;
	width: 550px;
	background-color: #ffffff;
	border: 1px solid #4A8EB5;
	right: -552px;
	z-index: 999;
}

#feedback-tab .module {
	position: relative;
}

#feedback-tab h3 {
	display: block;
	position: absolute;
	width: 30px;
	height: 0px;
	padding-top: 100px;
	overflow: hidden;
	background-image: url('../images/h3_feedback.gif');
	top: 10px;
	left: -30px;
	cursor: pointer;
}

#feedback-tab .form_item,
#feedback-tab .cfclear {
	margin-bottom: 0px;
	margin-top: 0px;
}
