/* THREE COLUMN LAYOUT */
/*main wrapper to cnetre content*/
#main_wrapper {
	width:990px;
	height:auto; 
	margin-left:auto;  /* centers max'd layout in browser */
	margin-right:auto; /* centers max'd layout in browser */
	text-align:left;
	margin-top: 10px;
	margin-bottom: 10px;
	}	
#header {
	float: left;
	width: 988px;
	height: auto;
	background-image: url(../images/logos/greygrid.png);
	border: 1px solid #cccccc;
	padding-bottom: 5px;
	padding-top: 5px;
}
#logo {
	float: left;
	width: auto;
	height:auto;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#accessibility {
	float: right;
	width: auto;
	height:auto;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
#contact {
	float: right;
	width: auto;
	height:auto;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}	

/*main sub navigation bar*/	
#navigationbar {
	float: left;
	width: 968px;
	position: relative;
	height: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	}					
#breadcrumb {
	float: left;
	width: 966px;
	position: relative;
	height: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	background-color: #FFFFFF;
	border-top-style: none;
	}
/*maincontent*/		
#maincontent {
	float: left;
	width: 973px;
	position: relative;
	height: auto;
	clear: both;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../images/logos/greygrid.png);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	}	
#maincontent_col1 {
	float: left;
	width: 488px;
	position: relative;
	height: auto;
	border: 1px;
	border: solid;
	border: #E4E4E4;
	padding-right: 10px;
	padding-left: 7px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	}
#maincontent_col2 {
	float: left;
	width: 201px;
	position: relative;
	height: auto;
	margin-left: 15px;
	padding-right: 10px;
	padding-left: 7px;
	padding-top: 10px;
	padding-bottom: 5px;
	border: 1px solid #E4E4E4;
	background-color: #FFFFF0;
	}
#maincontent_col3 {
	float: left;
	width: 194px;
	position: relative;
	height: auto;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: 15px;
	border: 1px solid #E4E4E4;
	background-color: #EAF5FF;
	}
/* navigationbarbottom*/
#navigationbarbottom {
	float: left;
	width: 978px;
	position: relative;
	height: auto;
	padding-left: 10px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	}
#navigationbarinnerbottom {
	float: left;
	width: 959px;
	position: relative;
	height: auto;
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 5px;
	background-color: #fffff0;
	}	
/*footer spanning whole page width*/
#footer {
	float: left;
	width: 966px;
	height: auto;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 12px;
	background-image: url(../images/logos/greygrid.png);
	margin-bottom: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
	}

