body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-bottom: 1em;
	background-color: #fff;
}
#mainContainer {
	max-width: 905px;
	min-width: 700px;
	width: expression(document.body.clientWidth > 905? "905px": "auto" );
	margin: 2px auto 0px;
	text-align: left;
	position: relative;
}
#header {
	background-repeat: no-repeat;
	background-position: left top;
	height: 181px;
	position: relative;
}
#headerMenu {
	float: right;
	background-color: #fff;
	height: 181px;
}
#advert {
	border-left: solid 3px #fff;
	width: 342px;
	height: 88px;
	background-repeat: no-repeat;	
	overflow: auto;
}
#advert p {
	margin: 0;
	padding: 3px 40px 0 10px;
	font-size: 1em;
	color: #fff;
}
#advert p i {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	display: block;
	padding-top: 20px;
}
#advert a.note {
	font-size: 0.7em;
	color: #FFF;
	display: block;
	padding-top: 6px;
}
.menuIcon {
	position: absolute;
	top: 91px;
	height: 90px;
	width: 66px;
	background-repeat: no-repeat;
}
#homeIcon {
	right: 276px;
}
#servicesIcon {
	right: 207px;
}
#accessibilityIcon {
	right: 138px;
}
#portfolioIcon {
	right: 69px;
}
#contactIcon {
	right: 0px;
}
#menuContainer {
	width: 100%;
	background-color: #898362;
	color: #fff;
	padding: 0;
	float: left;
}
#menuContainer p {
	float: left;
	margin: 0;
	padding: 2px 0 0 5px;
}
#menuContainer ul {
	float: right;
	list-style-type: none;
	margin: 0;
}
#menuContainer ul li {
	float: left;
}
#menuContainer a {
	display: block;
	text-align: center;
	width: 7.7em;
	color: #fff;
	font-size: 0.7em;
	padding: 5px 0;
	text-decoration: none;
}
#menuContainer a:hover {
	background-color: #575535;
}
em {
	font-style: normal;
	font-weight: bold;
}
#leftMenu {
	width: 180px;
	height: 410px;
	border-top: solid 1px #999;
	position: absolute;
	top: 0;
	left: 0;
}
#leftMenu ul {
	list-style-type: none;
	margin: 15px 0 0 0;
	padding: 0;
}
#leftMenu ul li {
	width: 167px;
}
#leftMenu ul a {
	background-color: #DBDAD1;
	color: #000;
	text-decoration: none;
	margin-top: 2px;
	padding: 5px;
	font-size: 0.8em;
	display: block;
}
#leftMenu ul a:hover {
	background-color: #898362;
	color: #fff;
}
#leftMenu ul a.active {
	font-weight: bold;
}
#contactDetails {
	margin-top: 3em;
	font-size: 0.8em;
	width: 180px;
	color: #666;
}
#contactDetails p {
	margin: 0;
}
#contactDetails a {
	color: #666;
	text-decoration: none;
}
#contactDetails a:hover {
	text-decoration: underline;
}
#contentArea {
	float: left;
	clear: left;
	position: relative;
	top: 3px;
	width: 100%;
}
#mainContent {
	margin: 0 278px 0px 170px;
	position: relative;
}
#content {
	margin-left: 135px;
	position: relative;
}
#content p {
	margin: 0.7em 15px 0.5em 0px;
}
#content a {
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	text-decoration: none;
	border-bottom: dashed 1px;
}
#content address {
	font-style: normal;
	color: #715D60;
	font-weight: bold;
}
#content ul, #content ol {
	margin: 0.7em 15px 0.5em 30px;
}
#content ul.newsList {
	margin: 0;
	list-style: none;
	padding: 0;
	clear: left;
}
#content ul.newsList li {
	border-top: solid 1px #898362;
	padding-top: 5px;
	margin-top: 15px;
}
#content ul.newsList li.removeBorder {
	border: 0;
	padding-top: 0;
	margin-top: 0;
}
#mainContent blockquote {
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	line-height: 2em;
	float: left;
	width: 120px;
	margin: 0;
}
#rightContent {
	background-repeat: no-repeat;
	background-position: left top;;
	height: 410px;
	position: absolute;
	top: 0;
	right: 0;
}
.topBorder {
	background: url(images/border.gif) 0 0 repeat-x;
}
.bottomBorder {
	background: url(images/border.gif) 0 100% repeat-x
}
.leftBorder {
	background: url(images/border.gif) 0 0 repeat-y;
}
.rightBorder {
	background: url(images/border.gif) 100% 0 repeat-y
}
.bottomLeftCorner {
	background: url(images/borderBottomLeft.gif) 0 100% no-repeat;
}
.bottomRightCorner {
	background: url(images/borderBottomRight.gif) 100% 100% no-repeat
}
.topleftCorner {
	background: url(images/borderTopLeft.gif) 0 0 no-repeat
}
.topRightCorner {
	background: url(images/borderTopRight.gif) 100% 0 no-repeat;
	padding: 10px;
}
h1 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	border-bottom: solid 1px #0145A2;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-top: 8px;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0.7em 15px 0 0;
	padding: 0 0 5px 0;
}
h2 a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 1em 15px 0 0px;
	padding: 0;
	position: relative;
	top: 10px;
}
h2 a:hover {
	text-decoration: underline;
}
.newsImage {
	float: left;
	margin: 5px 15px 15px 0;
}
#mainContent blockquote.testimonial {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
	text-align: left;
	float: none;
	width: auto;
	margin: 0 0 0 15px;
}
.portfolioInfo {
	float: left;
	clear: left;
	width: 165px;
}
.portfolioInfo p {
	color: #999;
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 0.2em;
}
.portfolioText {
	margin-left: 165px;
}
#content .portfolioInfo a {
	color: #999;
	text-decoration: none;
}
#content .portfolioInfo p a:hover {
	text-decoration: underline;
}
.prop {
	height: 50px;
}
.content {
	float: left;
}
.clearer {
	clear: both;
	height: 1px;
	margin-top: -1px;
}
#registered {
	padding-top: 20px;
	font-size: 0.8em;
	color: #666;
}