/***********  Define body - background colour, default text style ***************/
body {
	text-align: center;
	margin: 0px;
	padding: 36px 0px 0px;
	background-color: #FFFFFF;
	font-family: "Lucida Grande", verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #1e3d41;
	background-image: url(../../_images/new_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}


/**************  The sultry text stylings of Neil Martin ******************************/	
p {
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #666666;
}
h1 {
	font-size: 30px;
	line-height: 40px;
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: normal;
}
h2 {
	font-size: 26px;
	line-height: 36px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #1e3d41;
	font-weight: normal;
}
h3 {
	font-size:22px;
 	line-height:32px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: justify;
}
h4 {
	font-size:18px;
	line-height:28px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: justify;
}
h5 {
	font-size:14px;
 	line-height:24px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: justify;
}
h6 {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
a {
	text-decoration: none;
	color: #1e3d41;
}

/******************* Selectors ************************/

a:link {
	color: #628E98;
}
a:visited {
	color: #628E98;
}
a:hover {
	color: #1e3d41;
}
a:active {
}



/****************** Classes *****************************/
.date {
	color: #628E98;
	font-size: 12px;
}
.subword {
	color: #1e3d41;
	font-size: 12px;
	padding-left: 5px;
}

/******************* Can tds all please align to the top ?! ************/
tr {
	vertical-align: top;
}

/*********  SITE LAYOUT ***************/

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	display: block;
	height: 54px;
	width: 920px;
	padding: 20px 0px 0px 10px;
	background-image: url(../../_images/header_new.gif);
	background-repeat: no-repeat;
	float: right;
	margin-right: 10px;
	margin-bottom: 8px;
	background-color: #FFFFFF;
}
#graphicTop {
	height: 70px;
	width: 950px;
}
#navWrapper {
	width: 910px;
	padding: 20px 20px 0px;
	color: #1e3d41;
	background-image: url(../../_images/nav_back.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
	height: 33px;
	clear: both;
	margin-top: 10px;
}
#subnavigation {
	float: left;
}
#mainNavigation {
	float: right;
}
#maincontent {
	width: 950px;
	padding-top: 8px;
}
#innerwrapper {
	width: 950px;
	padding-top: 10px;
}
#left {
	float: left;
	width: 260px;
	padding-right: 10px;
	padding-left: 10px;
}
#right {
	float: right;
	width: 658px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#fullspan {
	width: 910px;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../_images/gradback_wide.jpg);
	border: 1px solid #83B9CF;
}
#doublespan {
	width: 658px;
}
#fullspanLeft {
	float: left;
	width: 250px;
}
#fullspanRight {
	float: right;
	width: 320px;
}
#footer {
	display: block;
	line-height: 10px;
	width: 910px;
	font-size: 10px;
	padding: 20px;
}
#fullspanFooter {
	float: left;
	width: 930px;
}
#infoBox {
	padding: 0px 0px 10px;
	background-image: url(../../_images/info_box_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 160px;
	display: block;
}

/********* the copyText div sorts out some nice vertical spacing in the columns ******/

#copyText{
padding-left:0px;
padding-right:0px;
}
/************************* horizontal and vertical spacers **********************************/

#breather {
	float: right;
	width: 18px;
	display: block;
	height: 50px;
}
#horizontalBreather {
	display: block;
	height: 20px;
}

/** sort out those pesky UL links... **/
.doubleHeight {
	line-height: 17px;
}

.doubleHeight a:hover {
	line-height:17px;
}

ul {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

li {
	line-height: 35px;
	height: 35px;
	font-weight: bold;
	background-image: url(../../_images/li_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 5px;
	padding-left: 10px;
}
li a {
	background-image: url(../../_images/li_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 35px;
}

li a:hover {
	background-image: url(../../_images/li_back_hover.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#submenu {
	margin-bottom: 10px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 20px;
	margin-top: -5px;
	background-image: url(../../_images/submenu_back.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 23px;
	padding-top: 10px;
	text-align: right;
}
#submenu a {
	display: block;
	margin-bottom: 5px;
}
#submenu a:hover {
}

#projectlist li {
	background-image: none;
}
#projectlist li a {
	background-image: none;
	display: block;
	height: 90px;
	width: 250px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#projectlist li a:hover {
	background-image: none;
}


#imageBlock {
	margin-bottom: 20px;
	display: inline;
	padding: 5px;
}
#imageBlock img {
	border: 1px solid #999999;
	padding:0px;
	margin: 0px;
}
#imageBlock a:link {
	background-image: url(../../_images/topright_infobox.jpg);
	border: 1px solid #83B9CF;
}

#imageBlock a:visited {
	background-image: url(../../_images/topright_infobox.jpg);
	border: 1px solid #83B9CF;
}
#imageBlock a:hover {
	border: 1px solid #EDEDED;
}
#imageBlock a:hover img {
	border: 1px solid #ededed;
}


#viewProject {
	float: right;
	width: 630px;
	min-height: 100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#thumbNail {
	display: block;
	margin: 1px 1px 20px 20px;
	padding: 2px;
	border: 1px solid #628E98;
	text-align: center;
	float: right;
}

.newsTitle {
	font-size: 36px;
	line-height: 42px;
	color: #628E98;
}

#fullspanLeftFooter p {
	text-align: left;
	margin: 0px;
	padding: 0px;
}


hr {
	margin: 0px;
}
#header p {
	text-align: right;
}
#imageWrapper {
	text-align: center;
	float: left;
}
#projectListing {
	display: block;
	margin-bottom: 6px;
	border-bottom: 1px solid #E3E3E3;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
#projectBlock{
	clear:both;
	border:1px solid #618D96;
	margin-bottom:5px;
	height:80px;
	padding:5px;
}
#projectBlock a {
	display:block;
	width:100%;
	height:100%;
}

#projectBlock a:hover {
background-color:#EFF3F4;
color:#1e3d41;
}
#projectBlock p {
	text-align:right;
	line-height:14px;
	margin-right:5px;
	margin-top:5px;
	float: right;
	width: 170px;
}
#projectBlock img {
	border: 1px solid #618D96;
}
hr {
	margin-top: 5px;
	margin-bottom: 10px;
}
.noback {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: none;
}
