@charset "UTF-8";
* {
	margin: 0px;
	padding:0px;
}

html * {
	margin: 0px;
	padding:0px;
}

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #002541;
	margin-bottom: 0.7em;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #002541;
	margin-bottom: 8px;
}
#container {
	height: auto;
	width: 955px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
	float: left;
	height: 258px;
	width: 955px;
}

#header #logo {
	float: left;
	height: 97px;
	width: 132px;
	margin-left: 20px;
	margin-top: 103px;
	background-color: #000000;
}
#header #strapline {
	background-color: #000000;
	height: 35px;
	width: 955px;
	float: left;
}

#header #strapline img {
	margin-top: 8px;
	margin-left: 20px;
}

#header #topNav {
	height: 23px;
	width: 660px;
	background-color: #003366;
	float: right;
	margin-right: 20px;
}
#header #straplineText {
	display:none;
}

#main {
	height: auto;
	width: 955px;
	border: 1px solid #000000;
	float: left;
	padding-bottom: 10px;
}
#topNav   a   {
	display: block;
	float: left;
	height: 17px;
	width: 109px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	text-transform: uppercase;
	background-color: #002540;
}

#topNav .leftButton {
	background-image: url(../images/leftButtonBG.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.boldGreen {
	font-weight: bold;
	color: #228129;
}

#topNav .rightButton {
	background-image: url(../images/rightButtonBG.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#topNav a:hover,
#topNav a.activeLink {
	background-color: #228129;
	background-position: 0px -23px;
}
#leftBar, #rightBar {
	float: left;
	height: auto;
	width: 200px;
	margin-top: 20px;
	margin-left: 20px;
}

#leftBar #whoAreWe {
	float: left;
	height: 195px;
	width: 200px;
	text-align: center;
	background-image: url(../images/whoAreWeBG.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	margin-top: 10px;
}

#leftBar #whoAreWe:hover,
#leftBar #whoAreWe .activeLink { background-position: 0px -200px; }
#leftBar  #coreAreasTop, #leftBar #contactUsTop, #leftBar  #rssTop {
	background-image: url(../images/menuTopBG.gif);
	float: left;
	height: 19px;
	width: 200px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 4px;
}

#leftBar #coreAreas, #leftBar #contactUs, #leftBar  #rss {
	float: left;
	height: auto;
	width: 193px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A7AEBC;
	border-left-color: #A7AEBC;
	padding-top: 10px;
	padding-left: 5px;
}

#leftBar #coreAreasBase, #leftBar #contactUsBase, #leftBar #rssBase {
	background-image: url(../images/menuBaseBG.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 13px;
	width: 200px;
}

#leftBar .coreButton {
	display: block;
	float: left;
	height: auto;
	width: 173px;
	font-size: 11px;
	text-decoration: none;
	color: #002540;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 20px;
	clear: both;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../images/highlightArrows.gif);
	background-repeat: no-repeat;
	background-position: -20px center;
	margin-top: 5px;
	margin-bottom: 5px;
}

#leftBar .coreButton:hover {
	background-position: 0px center;
	color: #228329;
}

#leftBar .coreSubButton {
	display: block;
	float: left;
	height: auto;
	width: 173px;
	font-size: 11px;
	text-decoration: none;
	color: #002540;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 20px;
	clear: both;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../images/highlightArrows.gif);
	background-repeat: no-repeat;
	background-position: -20px center;
	margin-top: 1px;
	margin-bottom: 9px;
	margin-left: 10px;
}

#leftBar .coreSubButton:hover {
	background-position: 0px center;
	color: #228329;
}

#leftBar .activeLink {
	background-position: 0px center;
	color: #228329;
}

#content {
	float: left;
	height: auto;
	width: 440px;
	margin-top: 20px;
	margin-left: 55px;
	font-size: 1.1em;
}
#content p { padding-bottom: 1em; }

#content ul {
	padding-bottom: 1em;
	padding-left: 2em;
	list-style-type: square;
}
#content a, #leftBar #contactUs a {
	color: #228329;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover, #leftBar #contactUs a:hover { text-decoration: underline; }

#footer {
	float: left;
	height: auto;
	width: 917px;
	background-color: #000000;
	font-size: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	color: #FFFFFF;
}

#footer a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 5px;
}

#footer a:hover { text-decoration: underline; }
#rightBar   #testimonialsTop {
	background-image: url(../images/menuTopBG.gif);
	float: left;
	height: 19px;
	width: 200px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 4px;
}

#rightBar #testimonials {
	float: left;
	height: auto;
	width: 168px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A7AEBC;
	border-left-color: #A7AEBC;
	padding-top: 10px;
	font-size: 1.2em;
	color: #333333;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
}

#rightBar #testimonials ul { margin-left: 10px; }

#rightBar #testimonials li { margin-bottom: 5px; }

#rightBar #testimonials li ul {
	margin-left: 20px;
	margin-top: 10px;
}

#rightBar #testimonialsBase {
	background-image: url(../images/menuBaseBG.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 13px;
	width: 200px;
}

#testimonials p { margin-bottom: 1em; }
#container #main #sidePic {
	float: right;
	width: 210px;
	margin-top: 20px;
	height: 340px;
}
.textBox {
	border: 1px solid #A7AEBC;
	font-weight: bold;
	color: #3C9142;
	height: 20px;
	width: 300px;
}
.textArea {
	border: 1px solid #A7AEBC;
	font-weight: bold;
	color: #3C9142;
	height: 60px;
	width: 300px;
}
.button {
	height: 20px;
	width: 60px;
	border: 1px solid #A7AEBC;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #228329;
}
.photoHolder {
	height: 220px;
	width: 130px;
	margin-right: 16px;
	float: left;
}
.department {
	margin-bottom: 10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #002541;
	clear: both;
}
#profile {
	height: auto;
	width: 400px;
	padding: 10px;
	float: left;
}

#profile p { margin-bottom: 1em; }

#profile ul {
	padding-bottom: 1em;
	padding-left: 2em;
	list-style-type: square;
}

#profile #qualifications {
	width: 240px;
	float: left;
	clear: both;
}

#profile #intro {
	float: left;
	width: 380px;
}

#profile #cv {
	float: left;
	width: 380px;
	height: auto;
}

#footer2 { display: none; }

.photoHolder2 {
	height: 220px;
	width: 130px;
	margin-right: 16px;
	float: left;
}

