/*
------------------------------------------------- 
GENERAL! HEADINGS
------------------------------------------------- 
*/

body {
	margin:0 0 0 8px;
}

table, img {
	border:none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 7px;	
}

/*
------------------------------------------------- 
LINKS
------------------------------------------------- 
*/

a.nav:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none
}

a.nav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none
}
a.nav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none
}
a.nav:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none
}

/*
------------------------------------------------- 
HTML Elements
------------------------------------------------- 
*/
p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul {
	margin-top: 4px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}


li {
	font-size: 0.90em;
	margin-top: 4px;
}

li.links {
	margin-top: 4px;
	margin-bottom: 8px;
}


/*-------------------------------------------------------------------------------------------------------------------------------------
														HEADER STYLES
-------------------------------------------------------------------------------------------------------------------------------------*/
#header {
	height:146px;
}
.cloud {
	background-image: url(images/cloud_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.grey {
	background-image: url(images/grey_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFFFFF;
}
/*-------------------------------------------------------------------------------------------------------------------------------------
														NAV STYLES
-------------------------------------------------------------------------------------------------------------------------------------*/

/* TOP NAV */
table#navTop td {
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;;
}



.navnewtd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.navtd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}

.navbg {
	background-image: url(images/navbg2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	
	/*
	vertical-align: bottom;
	padding: 5px;
	*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}	
.navbgtop {
	background-image: url(images/navbg2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	vertical-align: bottom;
}
	
.navbgContent {
	background-image: url(images/navbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	vertical-align: bottom;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;	
}

/* BOTTOM NAV */
a.bnav:link {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a.bnav:hover {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
a.bnav:visited {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a.bnav:active {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

/* END BOTTOM NAV */


/*-------------------------------------------------------------------------------------------------------------------------------------
														SUB NAV STYLES
-------------------------------------------------------------------------------------------------------------------------------------*/

#button {
	width: 12em;
	padding-right: 1px;
	padding-left: 1px;
	width:192px;
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:193px;
	border-bottom: 1px solid #CC0033;
}
		
#button li {
	border-top: 1px solid #CC0033;
	border-right: 1px solid #CC0033;
	border-left: 1px solid #CC0033;
	margin: 0;
	text-transform: uppercase;
}
		
#button ul li ul {
	margin: 0;
	padding:0;
	border-left: none;
}
		
#button li a {
	display: block;
	font-size: 10px;
	padding: 5px 5px 5px 0.5em;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
	
	text-decoration: none;
}

#button li a:visited {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
	
html>body #button li a {
	width: auto;
}

#button li a:hover {
	font-size: 10px;
	font-weight: bold;
	background-color: #7F7F7F;
	color:#ffffff;
	text-decoration: none;
}
a.activeMenu { 
	background-color: #7F7F7F;
	color:#ffffff;
}


.inactiveMenu {
	background-color: #ffffff;
	color: #666666;
}

/*-------------------------------------------------------------------------------------------------------------------------------------
														MAIN BODY STYLES
-------------------------------------------------------------------------------------------------------------------------------------*/


.col {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/*border-bottom-color: #CC0000;*/
}
.content {
	background-image: url(images/linesbg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.intro {
	margin-top: 10px;
	margin-left: 75px;
}

.content-left-margin {
	width: 141px;
	height:300px;
}

.content-left-margin-narrow {
	width: 101px;
	height:300px;
}

.main-content-container {
	width: 566px;
	text-align: justify;
	padding-bottom:20px;
}

.main-content-container ul {
	padding-left:15px;
	margin-left:0px;
}

.main-content-container li {
	padding-left:0px;
	margin-left:0px;
}

.middle-content-container {
	width: 415px;
	text-align: justify;
	padding-bottom:20px;
}

.content-right-margin {
	width: 155px;
	text-align: justify;
}

.content-right-margin ul {
	padding-left:15px;
	margin-left:0px;
}

/* IMAGES */
.pic-box-right {
	margin:0 0px 4px 12px;
	text-align:right;
}

.pic-box-left {
	margin:0 12px 4px 0px;
	text-align:left;
}

.img-box {
	margin:0 auto;
	border: 1px solid #e5e5e5;
	text-align:center;
}

.img-label {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 9px;
	color: #939393;
	background: #e5e5e5;
	border-bottom: 1px solid #b7b7b7;
	text-indent: 4px;
}

.img-box-right {
	padding-left: 25px;
	width: 154px;
}

.img-right {
	margin: 4px 0px 0px 20px;
	float: right;
}
.red-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E40028;
}
.img-container {
	height: 125px;
	width: 710px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.botspace100 {
	height: 100px;
}

.botspace150 {
	height: 150px;
}

.botspace200 {
	height: 200px;
}


#directors p {
	font-size: 11px;
}

.dirImage {
	margin-right:8px;
	margin-left:8px;
}
.dirInfo {
	vertical-align: bottom;
}

.dirName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 1px;
	display: inline;
	padding-bottom:7px;
	padding-top:14px;
}
.director {
	margin-top:14px;
	width:100%;
}

.subnavHeader img{
	background:  url(/images/subnav/arrow-main.gif) right no-repeat;
}

.subnavHeaderMain img{
	background:  none;
}

.emaillink {
	width: 500px;
	display:inline;
}

.enquiryButton {
	vertical-align:top;
	margin:5px 0px 0px 15px;
	display:inline;
}

.rightImg {
	float:right;
	margin: 0 0 10px 10px;
}




/* STAFF CONTACT DETAILS */
div.department {
	padding-bottom:12px;
}

div.contacts{
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px solid #CCCCCC;
}
div.contacts h6, div.contacts p{
	font-size:12px;
	margin:3px 0 0 0;
	padding:0;
	font-weight:normal;
}

div.contacts  div{
	float:left;
	width:240px;
}

div.contacts  img {
	margin-top:3px;
}

table.officeInfo {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:14px;
}

table.officeInfo .contacts{
	border:none;
}

/*-------------------------------------------------------------------------------------------------------------------------------------
														PROJECTS PAGE STYLES
-------------------------------------------------------------------------------------------------------------------------------------*/
#copyWrapProjects, #projectImages {
	width:706px;
	height:500px;
}
 
#copyWrapProjects .copy {
	margin-left:140px;
	width:405px;
	text-align:justify;
}
#copyWrapProjects .imgHeader{
	margin:30px 0 30px 0;
	width:530px;
	float:left;
	padding-left:20px;
}

#copyWrap {
	width:710px;
	height:500px;
}

#copy {
	margin-left:140px;
	width:405px;
	text-align:justify;
}
#imgHeader{
	margin:14px 0 10px 0;
	float:left;
}
 
#thumbs {
	margin: 27px 1px 0 0;
	float:right;
}

#thumbs img{
	margin-bottom:12px;
	border:1px solid #000000;
}

#projectImages {
	margin: 0px 0px 17px 0px;
}

#projectImages h1 {
	margin: 20px 0 10px 0px;
}

#projectImages div.thumbs {
	margin-bottom:20px;
}
#projectImages .thumbs img {
	border:1px solid #000000;
	float:left;
	margin: 10px 30px 10px 0;
	text-align:center;
	width:100px;
	height:75px;
}


/*-------------------------------------------------------------------------------------------------------------------------------------
														SITE MAP STYLES
-------------------------------------------------------------------------------------------------------------------------------------*/
#sitemap td {
	vertical-align:top;
	width:250px;
}
#sitemap ul {
	padding-right: 1px;
	padding-left: 1px;
	list-style: none;
}
  
	
#sitemap ul li {
	margin: 0 0 3px 0;
	text-transform: uppercase;
}
		
#sitemap ul li a {
	display: block;
	font-size: 11px;
	padding: 5px 5px 5px 0.5em;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

#sitemap ul li a:hover {
	color:#CCCCCC;
}

#sitemap ul li ul {
	list-style: none;
	margin: 0 0 0 14x;
	padding:0;
	border-left: none;
}
#sitemap ul li ul li {
	border:none;
}

#sitemap ul li ul li a {
	display: block;
	font-size: 10px;
	padding: 0px 5px 5px 20px;
	text-decoration: none;
	text-decoration: none;
	color: #666666;
}

#sitemap ul li ul li a:hover {
	text-decoration:underline;
}