#fullWrapper {
	margin: 0px;
	padding: 0px;
	background-color: #E6E6E6;
}
#column1, #column2, #column3, #column4, #column5 {
	margin: 0px;
	padding: 0px;
	/*float: left;*/
	/*width: 180px;*/
}
#column2, #column3, #column4, #column5 {
	padding-left: 60px;
}



/* CENTRE CONTENT */
#centreWrapper .centreText, #fullWrapper .centreText {
	font-size: 0.8em;
	line-height: 1.4;
	margin: 0 20px;	/*text-align: center;*/
	padding: 20px 0;
}
.centreText h1 {
	font-size: 1.8em;
	line-height: 1.1em;
	color: #0099CB;
	margin: 0 0 0.6em 0;
	font-weight: normal;
}
.centreText h2 {
	font-size: 1.4em;
	line-height: 1.1em;
	color: #0099CB;
	margin: 0.6em 0;
	font-weight: normal;
}
.centreText h3 {
	font-size: 1em;
	line-height: 1.4;
	font-weight: bold;
	color: #929292;
	margin: 0;
	text-transform: uppercase;
}
.centreText p {
	margin: 0.6em 0;
	line-height: 1.4;
}

	/* PRETTY SEARCH */
#contactForm input.contactBioSearch {
	width:150px;
	padding: 4px;
	font-size: 12px;
	height: 14px;
	background-color: #FFF;
	margin-right: 2px;
	border: 1px solid #929292;
}
#contactForm input.contactBioGo {
	border: 1px solid #929292;
}

#contactForm input.cleardefault {
	color: #CCC;
}
#contactForm .blurred {
	color: #666666;
	}
	
#contactForm form {
	margin: 0;
	padding: 0;
}

/* PRETTY SEARCH END */


/* Navigation */
.siteNav ul {
	margin: 0;
	padding: 0;
	/*line-height: 1.2;*/
}
.siteNav li {
	list-style-type: none;
		margin-bottom: 0.3em;
}
.siteNav a {
	display: block;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	color: #333;
	text-align: left;
	background-image: url(../p7tmm/img/arrowRight.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
}
.siteNav a:hover {
	color: #0099CB !important;
	background-image: url(../p7tmm/img/arrowRight_over.gif);
}

/*First Sub Level*/
.siteNav ul ul {
	margin-left: 10px;
}
.siteNav ul ul li {
	margin-bottom: 0px;
}
.siteNav ul ul a {
	color: #333;
	text-align: left;
	border: 0;
	font-weight: normal;
	background-image: none;
}
.siteNav ul ul a:hover {
	text-align: left;
}
.linkCaps {
	text-transform: uppercase;
}
.siteNav td {
	vertical-align: top;
}

