@charset "UTF-8";

/***********************************************

	TDG BUILDING CSS
	Developed by Big Click Studios
	www.bigclick.com.au
	
***********************************************/

* { padding: 0; margin: 0;  }

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}

#home {
	background:url(/img/layout/main-bg.png) repeat-x #fff;
}

#sub {
	background:url(/img/layout/main-bg-sub.png) repeat-x #fff;
}

h1 {
	display:block;
	clear:left;
	font-family:"trebuchet ms",arial,sans-serif;
	font-weight:normal;
	font-size: 18px;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#7B7B7B;
	margin-bottom:30px;
}

h2 {
	display:block;
	clear:left;
	font-family:"trebuchet ms",arial,sans-serif;
	font-weight:normal;
	font-size: 18px;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#7B7B7B;
	margin-bottom:30px;
}

h3 {
	display:block;
	clear:left;
	font-family:"trebuchet ms",arial,sans-serif;
	font-weight:normal;
	font-size: 18px;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#7B7B7B;
	margin-bottom:30px;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	line-height:18px;
	letter-spacing:1px;
	margin-bottom:20px;
	color:#666666;
}
blockquote {
	background-image: url(/img/layout/quote-open.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 40px;
	font-style: italic;
	border-bottom:#B7B4A6 dotted 1px;
}
blockquote span {
	background-image: url(/img/layout/quote-close.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	padding-right: 40px;
}

/*FORM*/
input, textarea {
	background:url(/img/layout/input-bg.png) top repeat-x;
	border: solid 2px #AEAC9E;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	letter-spacing:1px;
	color:#93B743;
}
input:focus, textarea:focus{
	background:url(/img/layout/input-bg-focus.png) top repeat-x #F1F9E1;
	border: solid 2px #8B897E;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(/img/layout/button.png) no-repeat;
	background-position: top left;
	cursor:pointer;
	border:none;
}
.buttonSubmit:hover {
	background-position: bottom left;
}


ul.contentList {
	display:block;
	margin: 10px 0px 30px 0px;
}

ul.contentList li {
	list-style:url(/img/layout/tick.png);
	margin: 0px 0px 10px 40px;
	padding:4px 0px 4px 0px;
	font-weight:bold;
}

a {
	color:#93B743;
}

a:hover {
	color:#9ED227;
}

a img {
	border: 5px solid #D0E4A4;
}

a:hover img {
	border: 5px solid #9ED227;
}

img {
border: 5px solid #D0E4A4;
}

#wrapper { 
	margin: 0 auto;
	width: 980px;
	min-height: 850px;
	clear:both;
	position:relative;
	background:url(/img/layout/wrapper-bg.png) no-repeat 4px 0px;

}

#wrapper-sub { 
	margin: 0 auto;
	width: 980px;
	min-height: 850px;
	clear:both;
	position:relative;
	background:url(/img/layout/wrapper-bg-sub.png) no-repeat -31px -10px;

}

#index-container {
	width: 100%;
	color: #333;
	text-align:center;
	height:278px;
	margin:15px 0px 0px 0px;
	background:url(/img/layout/wrapper-bg.png) no-repeat 4px bottom;
}

#index-container #content {
	width: 980px;
	height: 278px;
	padding:0px;
	color: #333;
	margin: 0 auto;
	text-align:left;
	position:relative;
}

#sub-container {
	width: 100%;
	color: #333;
	text-align:center;
	height:124px;
	margin:15px 0px 0px 0px;
	background:url(/img/layout/wrapper-bg-sub.png) no-repeat 4px bottom;
}

#content {
	display:block;
	width: 905px;
	height: auto;
	text-align:center;
	padding: 40px 10px 30px 65px;
	margin: 0 auto;
	float:left;
	text-align:left;
}

#content #homeLCol {
	display:block;
	width: 560px;
	height: auto;
	text-align:center;
	padding: 0px;
	margin: 0px 70px 40px 0px;
	float:left;
	text-align:left;
}

ul.worklist  {display:block;}
ul.worklist li {height:100px; display:block; margin:5px 0px 5px 0px; padding:20px; background:url(/img/layout/row-green.png) repeat-x bottom; list-style:none; border-bottom:#B7B4A6 dotted 1px;}
ul.worklist li.alternate {background:url(/img/layout/row-grey.png) repeat-x bottom}
ul.worklist li img { float:left; margin:0px 10px 0px 0px; 	}
ul.worklist li h4 { float:left; width:400px; font-size:16px; font-family:"trebuchet ms",arial,sans-serif;	}

ul.viewThumbnails {display:block;}
ul.viewThumbnails li {display:block; float:left; list-style:none; margin:12px 6px 6px 6px;}

#content #homeRCol {
	display:block;
	width: 220px;
	height: auto;
	text-align:center;
	padding: 0px;
	margin: 0px;
	float:left;
	text-align:left;
}

#content #homeRCol #latest ul {
	margin-bottom:20px;
	display:block;
	float:left;
}

#content #homeRCol #latest ul li {
	display:block;
	float:left;
	list-style:none;
	margin-bottom:20px;
	padding:0px;
	background:#D0E4A4;
	width:90px;
	height:90px;
}

#content #homeRCol #links ul {
	margin-bottom:10px;
	display:block;
	float:left;
}

#content #homeRCol #links ul li {
	display:block;
	list-style:none;
	margin-bottom:4px;
	padding:5px 20px 5px 20px;
	background:#F6F1DD;
	width:180px;
}

#content #homeRCol #links p {
	margin:0px;
}

#content #homeRCol #contactDetails {
	margin:0px 0px 40px 0px;
	display:block;
	float:left;
}

#content #homeRCol #contactDetails img {
	float:left;
	display:block;
	border:none;
}

#content #homeRCol #contactDetails span {
	padding:14px 2px 0px 10px;
	vertical-align:middle;
	line-height:20px;
	color:#9ED227;
	font-size:17px;
	margin:0px 0px 20px 0px;
	display:block;
	float:left;
}

#content #homeLCol #contactDetails {
	display:block;
	margin:0px 0px 20px 0px;
	width:200px;
	height:350px;

	padding:10px 10px 10px 30px;
	float:right;
	border-left:#B7B4A6 dotted 1px;
}

#content #homeLCol #contactDetails img {
	float:left;
	display:block;
	border:none;
}

#content #homeLCol #contactDetails span {
	padding:14px 0px 0px 10px;
	vertical-align:middle;
	line-height:20px;
	color:#9ED227;
	font-size:17px;
	margin:0px 0px 30px 0px;
	display:block;
	float:left;
}

.seperator {
	margin-right:20px;
}

.clearer {
width: 900px; color: #fff; clear: both; height: 2px; margin:0px;
}

/* MENU */

#menu {
	float: right;
	margin:2px 65px 20px 0px;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	text-align:center;
}

#menu li a {
	display: block;
	padding: 7px 0px 0px 0px;
	height:21px;
	width:109px;
	color: #fff;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing:1px;
	text-decoration: none;
	background:#FFFFFF url(/img/layout/menu-button.png) 0 0;
	
}

#menu li a:hover {
	display: block;
	background:#FFFFFF url(/img/layout/menu-button.png) 0 -28px;
	color: #7E9C39;
	cursor: pointer;
}

#menu li a.active {
	display: block;
	background:#FFFFFF url(/img/layout/menu-button.png) 0 -28px;
	color: #7E9C39;
}



/* FOOTER */

#footer {
	width: 100%;
	color: #333;
	text-align:center;
	height:230px;
	background: url(/img/layout/footer-bg.png) repeat-x top center;
}

#footer #box {
	margin: 0 auto;
	width: 980px;
	position:relative;
}

#footer ul {
	float:right;
	margin:14px 65px 0px 0px;
	display:block;
	width:590px;
	text-align:right;

}

#footer ul li {
	float:left;
	padding: 0px 10px 0px 10px;
	display:block;
	color:#666666;
	list-style:none;
	font-weight: normal;
	font-size: 11px;
	text-transform:uppercase;
}

#footer ul li a {
	color:#666666;
	text-decoration:none;
	padding:5px;
}

#footer ul li a:hover {
	color:#fff;
	text-decoration:none;
	background:#7E9C39;
	padding:5px;
}

#footer #licenceNo {
	font-family:"trebuchet ms",arial,sans-serif;
	font-weight:normal;
	font-size: 20px;
	float:left;
	margin:13px 40px 0px 10px;
	width:200px;
	background:url(/img/layout/tick.png) no-repeat left;
	padding-left:20px;
}
#footer #tdgLogo {
	background:url(/img/layout/footer-tdg-logo.png) no-repeat;
	border:none;
	width:230px;
	height:32px;
	display:block;
	float:right;
	margin:30px 0px 0px 20px;
}

#footer #blurb {
	width:520px;
	height:50px;
	display:block;
	float:right;
	text-align:right;
	margin-top:24px;
	font-size:11px;
}

#footer #bcsLogo {
	border:none;
	width:170px;
	height:44px;
	display:block;
	float:right;
	margin:20px 20px 0px 0px;
	font-size:10px;
}	

#footer #bcsLogo img {
	border:none;
}

#footer #bcsLogo p {
	font-size:10px;
	color:#999999;
	padding:0px 10px 0px 0px;
	margin-top:3px;
	text-align:right;
}
#footer #bcsLogo p a {
	color:#999999;
	text-decoration:none;
}

.noborder {

border:none;
}