body {
	margin: 0px;
	padding:0px;
	text-align: center;
	background: #dcddde url(../images/bg_tile.gif) repeat-x top left;
}
body, p {
	font: 12px arial, helvetica, verdana, sans-serif;
	color: #666666;
}

p {	margin-top: 0;
	margin-bottom: 12px;
	font-size: 13px;
	line-height:1.4em;
	}

strong {
	color: #1f1f23;
}


img { display: inline; border: 0; vertical-align: bottom; margin: 0px; }

a img { vertical-align: bottom; }
a img.alignTop { vertical-align: top; }

a { color: #666666; text-decoration: underline; }
a:hover { color: #979495; text-decoration: underline; }


#mainWrap {
	width: 812px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0px; 
	text-align: center;
} 
/* header */

.headerImage {
	position: relative;
	margin: 0px;
}

#header { width: 812px;
	      height: 143px;
		  background: url(../images/header.gif) no-repeat top left;
		  text-align: left;}
		
#header h1 a {
display:block;
width:333px;
height:83px;
background:url(../images/oneword_logo.gif) no-repeat;
text-indent:-9999px;
margin: 0 0 0 56px;
}	

h2 {
font-size: 22px;
color: #68bd45;
font-weight: normal;
margin: 0 0 12px 0;  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

#menuWrap {
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	height: 36px;
	width: 700px;
	position: relative;
	color: #fff;
	margin: 16px 0 0 56px;
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;}

#menu {
	width: 700px;
	height: 25px;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
}


#menu .nav {
	margin: 0 0 0 20px;
	height: 25px;
}

#menu .nav ul {
	margin: 0;
	padding: 10px 0 0 0;
}

#menu .nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu .nav ul li a {
	margin: 0 25px 0 0;
	padding: 0;
	color: #979495;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

#menu .nav ul li a.active {
	position: relative;
	margin: 0 25px 0 0;
	padding: 0 0 25px 0;
	font-weight: normal;
	color: #747474;
	text-transform: uppercase;
}

#menu .nav ul li a:hover {
	color: #68bd45;
	font-weight: normal;
	text-transform: uppercase;
}

#menu .nav ul li a:hover.active {
	color: #979495;
	font-weight: normal;
	background: none;
	text-transform: uppercase;
}




#contentWrap {
	width: 812px;
	text-align: left;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
}

#contentCentre{
	text-align: left;
	padding: 20px 56px 20px 56px;
	height: auto;
}


#footer {
margin: 0px; 
padding: 0 56px 12px 56px;
height: 70px;
background:url(../images/footer.gif) no-repeat bottom;
font-size: 11px;
color: #979495;
}


.footerLeft { float: left; width: 350px; text-align: left; line-height:1.4em; }
.footerLeft a { color: #979495; text-decoration: underline; }
.footerLeft a:hover { color: #68bd45; text-decoration: underline; }
.footerRight { float: right; width: 350px; text-align:right;}
.footerCopyright { text-align: center; font-size: 11px; color: #979495; }

hr {
	clear: both;
	height: 1px;
	border: 0px none;
	color: #c9caca;
	background: #c9caca;
	width: 700px;
	margin: 6px 0px 12px 0px;
}

#linksList { width: 700px; margin: 0px;}
#linksList ul {	margin: 0; padding: 10px 0 0 0; }
#linksList li { padding: 6px 0 6px 0; list-style: none; background: url(../images/triangle.gif) no-repeat; }
#linksList a {
	margin: 6px 0 0 12px;
	padding: 0;
	color: #979495;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

#linksList a:hover {
	color: #68bd45;
	font-weight: normal;
	font-size: 12px;
}


#servicesList { width: 700px; margin: 0px;}
#servicesList ul {	margin: 0; padding: 10px 0 0 0; }
#servicesList li { padding: 6px 0 6px 0; list-style: none; border-bottom: 1px dashed #D7D7D7;  }
#servicesList a {
	margin: 6px 0 0 12px;
	padding: 0;
	color: #979495;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

#servicesList a:hover {
	color: #68bd45;
	font-weight: normal;
	font-size: 12px;
}

.photoBorder { padding: 2px; background: #1c1c1c; }

.small { font-size: 11px; color: #979495;}
