/***** Fixed layout *****/

html, body {
	margin: 0;
	padding: 0;
}

#header h1 {
	margin: 0;
}

h1 {
	margin: 0.2em 0 0.6em 0;
}

#pagewrapper {
	width: 950px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
}

* html #pagewrapper {
	height: 100%;
}

#leftcolumn {
	width: 190px;
	float: left;
	padding-bottom: 1em;
}

#portal #leftcolumn {
	width: 659px;
	float: left;
	padding: 20px;
}

#portal #middlecolumn {	
	margin-left: 167px;
	margin-right: 7px;
}

#middlecolumn {
	margin-left: 210px;
	margin-right: 210px;
}

.wide #middlecolumn {
	margin-right: 20px;
}

#rightcolumn {	
	width: 180px;
	float: right;
	background-color: #a6b5ad;
}

#portal #rightcolumn {
	width: 251px;
}

#columnwrapper {
	padding-bottom: 3em;
}

#breadcrumb {
	width: 760px;
}

.wide #breadcrumb {
	width: 950px;
}

#header .right {
	position: absolute;
	top: 0;
	right: 0;
}

#footer .contact {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

#footer ul {
	position: absolute;
	bottom: 10px;
	width: 33%;
	left: 33%;
	margin: 0;
}

#footer #accountable {
	position: absolute;
	bottom: 10px;
	right: 10px;
}



#portal #pagewrapper {
	background: url(../images/2columnportal.png) 0 0 repeat-y;
}

#pagewrapper {
	background: url(../images/3column.png) 0 0 repeat-y;
}

.wide #pagewrapper {
	background: url(../images/2columncontent.png) 0 0 repeat-y;
}

#banner {
	height: 147px;
	width: 950px;
}


#portal #banner {
	height: 130px;
	background: url(../images/Image_2.jpg) 0 0 no-repeat;
	clear: left;
}

/* Form styling */

.item form h3 {
	color: #A6B4AC;
	font-weight: bold;
	margin: 2em 0 1em 0;
}

.item form label {
	font-weight: normal;
}

.item form td.submitButton input {
	width: auto;
}

.item form .highlight {
	font-style: italic;
	margin: 2.5em 0 1em 0;
}
