/* Start of CMSMS style sheet 'ID Nav' */
/* COLOURS

	Grey: #1F1A17;
	Green: #137E6E;
	
*/

#nav {
	width: 800px;
	height: 27px;
	margin: 0 0 30px 0;
	background-color: #1F1A17;
	border-bottom: 5px solid #178C7C;
	z-index: -1;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF;
	line-height: 2;
}

#nav li.currentpage, #nav li a {
	margin: 0;
	padding: 5px 20px 6px 20px;
	text-decoration: none;
	border-bottom: none;
	color: #FFF;
	font-weight: bold;
}

#nav li.currentpage, #nav a.activeparent {
	background-color: #137E6E;
}

#nav li.currentpage a:hover, #nav a.activeparent:hover {
	background-image: none;
}

#nav a:hover {
	background-image: url(images/components/main-hover.gif);
	background-position: 6px;
	background-repeat: no-repeat;
}

#subnav, #subnavprofile {
	width: 800px;
	height: 21px;
	margin: -30px 0 30px 0;
	background-color: #178C7C;
}

#subnav ul, #subnavprofile ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -4px;
	list-style-type: none;
	background-color: #178C7C;
}

#subnav li, #subnavprofile li {
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	line-height: 2;
}

#subnav li.currentpage, #subnavprofile li.currentpage, #subnav li a, #subnavprofile li a {
	margin: 0;
	padding: 5px 8px;
	text-decoration: none;
	border-right: 1px solid #0D6355;
	border-bottom: none;
	font-weight: bold;
	color: #FFF;
}

#subnavprofile li.currentpage, #subnavprofile li a {
	padding: 5px 25px;
}

#subnav li.currentpage, #subnavprofile li.currentpage,
#subnav li a.activeparent, #subnavprofile li a.activeparent {
	background-color: #14A18D;
}

#subnav li a:hover, #subnavprofile li a:hover {
	background-image: url(images/components/sub-hover.gif);
	background-position: 3px;
	background-repeat: no-repeat;
}
/* End of 'ID Nav' */

/* Start of CMSMS style sheet 'ID Main' */
/* COLOURS

	Grey: #1F1A17;
	Green: #137E6E;
	
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	font-family: Avant Garde, Century Gothic, Arial, Sans Serif;
	font-size: 10px;
}

.clear {
	clear: both;
}

/* LINKS */
a, a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #137E6E;
}

a img {
	border: none;
}

a:hover img, #container #content table#projectsTable tbody tr td p a:hover img {
	border: none;
}

#logo a, a.image, a.image:hover {
	border: none;
}

/* CONTAINER POSITIONING */
#container {
	margin: 0px auto 0 auto;
	padding: 5px 0px 10px 0px;
	width: 800px;
}

/* HEADER POSITIONING */
#header {
	width: 800px;
	height: 100px;
	margin: 0 0 20px 0;
	position: relative;
	background-image: url(images/components/riba.gif);
	background-position: right 22px;
	background-repeat: no-repeat;
}

	#logo {
		float: left;
	}
	
	#name {
		float: right;
		position: absolute;
		top: 22px;
		right: 122px;
	}
	
	#contact {
		float: right;
		clear: right;
		width: 370px;
		position: absolute;
		bottom: -5px;
		right: 122px;
	}

/* HEADER TEXT */
#name h1 {
	font-size: 1.7em;
	font-weight: bold;
}

#name p.riba {
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-size: 1em;
	font-weight: normal;
}

#name p{
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-size: 1em;
	font-weight: normal;
}

#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align: right;
}

#contact span {
	word-spacing: 11px;
}

#content {
	position: relative;
}

/* CONTENT TEXT */
#content h1 {
	margin-bottom: 10px;
	font-size: 1.7em;
	font-weight: bold;
}

#content h2, #content table tbody tr td h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.6em;
	color: #137E6E;
}

#content h2.black, #content table tbody tr td h2.black {
	color: #000000;
}

#content h3 {
	margin-bottom: 5px;
	font-size: 1.4em;
}

#content p, #container #content table tbody tr td p {
	margin: 7px 0px;
	font-size: 1.2em;
}

#enquiryButton {
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 140px;
	background-color: #137E6E;
	border: 1px solid #000;
}
	#enquiryButton a {
		display: block;
		padding: 4px;
		color: #FFF;
		font-weight: bold;
		font-size: 13px;
		text-align: center;
		text-decoration: none;
	}
	
	#enquiryButton a:hover {
		background-color: #178C7C;
	}

/* CONTENT LIST STYLES */
#content ul {
	margin-top: 15px;
	margin-left: 15px;
	font-size: 1.2em;
}

#content ul li {
	margin-bottom: 5px;
}

#content ul.about li {
	margin-bottom: 23px;
}

/* CONTENT IMAGES */
.image_right {
	margin-left: 10px;
}

/* JOB BOX */
.job {
	padding: 7px;
	border-top: 1px solid #1F1A17;
	border-right: 1px solid #1F1A17;
	border-bottom: 3px solid #137E6E;
	border-left: 1px solid #1F1A17;
}

/* PROJECT TABLE */
#projectsTable a {
	font-size: 1.2em;
	font-weight: normal;
}

/* FOOTER BAR */
#footerBar {
	width: 800px;
	height: 30px;
	margin: 30px 0px 0px 0px;
	clear: both;
	border: 1px solid #000;
	/*background-color: #23816B;*/
}

	#footerBar ul {
		margin: 0px;
		padding: 0px;
		float: right;
		list-style-type: none;
	}
		
		#footerBar ul li {
			margin: 0px;
			padding: 0px;
			float: left;
		}
		
			#footerBar ul li a {
				width: 150px;
				height: 25px;
				margin: 0px 15px 0px 0px;
				padding: 5px 0px 0px 0px;
				float: left;
				text-align: center;
				text-decoration: none;
				font-size: 14px;
				font-weight: bold;
			}
			
			#footerBar ul li.footerContactLink a {
				height: 32px;
				padding: 13px 0px 0px 0px;
			}
			
			#footerBar ul li.footerNewsLink a, #footerBar ul li.footerContactLink a {
				background-color: #EEE;
				color: #000;
			}
			
				#footerBar ul li.footerNewsLink a:hover, #footerBar ul li.footerContactLink a:hover {
					color: #666;
				}
			
			#footerBar ul li.footerProfileLink a, #footerBar ul li.footerEnquiryLink a {
				background-color: #000;
				color: #FFF;
			}
			
				#footerBar ul li.footerProfileLink a:hover, #footerBar ul li.footerEnquiryLink a:hover {
					background-color: #666;
				}

/* FOOTER POSITIONING */
#footer {
	width: 800px;
	height: 107px;
	clear: both;
}

#footer_content {
	width: 800px;
}

/* FOOTER TEXT */
#footer_content {
	position: relative;
	top: 40px;
	text-align: center;
	font-weight: bold;
}

#footer_content span {
	font-size:1.2em;
	font-weight: bold;
	word-spacing: 15px;
}

#footer_content p {
	margin: 10px 0 0 0;
	font-size: 1.1em;
	font-weight: bold;
}

/* PROJECT TABLES */

table.projectTable, table.mainProjectTable {
	margin-top: 15px;
}

table.projectTable td, table.mainProjectTable td {
	padding: 0px 15px;
}

table.projectTable a img, table.mainProjectTable a img {
	border: 3px solid #1F1A17;
	width: 160px;
	height: 95px;
}

table.projectTable a:hover img, table.mainProjectTable a:hover img {
	border: 3px solid #178C7C;
}

table.mainProjectTable p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

table.projectTable p {
	margin: 0px;
	padding: 0px 30px 15px 30px;
}

table.projectTable p a, table.mainProjectTable p a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
/* End of 'ID Main' */

