/* ---- BACKGOUND COLOUR --- */

body {
	background-color: #464646;
	margin-top:0px;
	margin-bottom:0px;
}


/* ---- TYPE --- */

/* basic type */
body, td, p, input, select, h1, h2, h3, h4, h5, h6, div {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#333333;
}

/* type colour */
a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a:hover, a:visited hover {
	color:#000000;
	/*background-color:#eeeed8;*/
}

h1 {
	color:#000000;
	font-weight:normal;
	font-size: 21px;
	line-height: 24px;
	margin:0px;
}
h2 {
	color:#000000;
	font-weight:normal;
	font-size: 18px;
	line-height: 21px;
	margin:0px;
}
h3  {
	color:#000000;
	font-weight:bold;
	font-size: 14px;
	line-height: 18px;
	margin:0px;
}
h4 {
	color:#000000;
	font-weight:bold;
	font-size: 13px;
	line-height: 18px;
	margin:0px;
}
h5  {
	color:#000000;
	font-weight:bold;
	font-size: 12px;
	line-height: 18px;
	margin:0px;
}
h6 {
	color:#000000;
	font-weight:bold;
	font-size: 11px;
	line-height: 18px;
	text-transform:uppercase;
	margin:0px;
}

ul {
	padding-left:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left:18px;
	margin-top: 5px;
	list-style-type: square;
}
ul li {
	padding-top:0px;
	padding-bottom:9px;
	padding-left: 2px;
	list-style-type: square;
}



/* ---- LAYOUT --- */

/* wrapper div (alignment) */

#wrapper {
	position:relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width:950px;
	z-index:1;
}
#introwrapper {
	position:absolute;
	top:0px;
	left:0px;
	width:950px;
	z-index:1;
}
#contentwrapper {
	position:absolute;
	top:0px;
	left:0px;
	width:950px;
	z-index:2;
	visibility:hidden;
}
#intro {
	width:100%;
	height:575px;
	padding:0px;
	background-color: #464646;
}
#grid {
	width:100%;
	height:575px;
	padding:0px;
}
/*#grid td {
	vertical-align:top;
}*/
#banner {
	width:950px;
	height:80px;
	background-color:#ffffff;
	background-image:url(../../images/cdg_logo.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}
#banner td {
	vertical-align:middle;
}
#banner table {
	width:100%;
}
#banner table td {
	white-space:nowrap;
	vertical-align:middle;
}
#work {
	width:950px;
	height:495px;
	background-color:#eeeed8;
}
#bottom {
	width:950px;
	height:54px;
	background-color:#ffffff;
}
#content {
	height:421px;
	background-color:#eeeed8;
	border-bottom:1px solid #ffffff;
}
#pagetitle {
	width:614px;
	height:54px;
	border-bottom:1px solid #ffffff;
	vertical-align:bottom;
	padding:0px;
	margin:0px;
}
#bodycopy {
	width:595px;
	vertical-align:top;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:15px;
}
#bodycopy p {
	margin:0px;
}
#bodycopy a {
	text-decoration:underline;
}
#bodycopy a:hover {
	color: #000000;
	background-color:#ffffff;
}
#thetitle {
	padding-left:20px;
	padding-top:25px;
	vertical-align:bottom;
}
#worknav {
	height:20px;
	background-color:#868570;
}
#footer {
	color:#898989;
	font-size: 10px;
	line-height: 12px;
	padding-top:8px;
}



/* ---- CONTENT --- */

/* content area */
.contenttable {
	background-color:#ffffff;
	width:100%;
}
.contenttable p {
	margin-top:15px;
	margin-bottom:10px;
}

/* main content area for sub-pages */
.maincol {
	width:634px;
	vertical-align:top;
}

/* left column */
.leftcol {
	width:316px;
	height:420px;
	vertical-align:top;
	background:#646352;
	background-repeat:no-repeat;
	background-position:top;
}


/* ---- NAVIGATION --- */

/* main navigation */
.navbuttons {
	border-left:1px solid #ccccc4;
}
.navbutton, .navbuttonon {
	text-align:left;
	vertical-align:middle;
}
.navlinks, .navlinks:visited {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #868570;
	font-weight: normal;
	display: block;
	text-decoration:none;
	width:100%;
	padding-left:13px;
	padding-top:3px;
	padding-bottom:3px;
}
.navlinkson, .navlinkson:visited {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 14px;
	color:#000000;
	font-weight: bold;
	display: block;
	text-decoration:none;
	padding-left:13px;
	padding-top:3px;
	padding-bottom:3px;
}
.navlinks:hover, .navlinkson:hover {
	color: #000000;
	background-color:#eeeed8;
}



/* left navigation */
.navtable {
	width:316px;
	height:420px;
}
.navtable p {
	margin-top:0px;
	margin-bottom:0px;
}
.navtopleft {
	width:165px;
	height:54px;
	border-bottom:1px solid #9d9c89;
	/*border-right:1px solid #9d9c89;*/
	vertical-align:bottom;
	padding-bottom:0px;
	margin:0px;
}
.navtopright {
	height:54px;
	width:151px;
}
.navbottomleft {
	height:366px;
	width:165px;
	/*border-right:1px solid #9d9c89;*/
	vertical-align:top;
	padding:0px;
	margin:0px;
}
.navbottomright {
	height:366px;
	width:151px;
	vertical-align:top;
	padding:0px;
	margin:0px;
}

.navleft1, .navleft1current {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:14px;
	color:#ffffff;
	font-weight: normal;
	display:block;
	/*width:150px;*/
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
	padding-right:3px;
}
.navleft2, .navleft2current, .navleft2breadcrumb {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	font-weight: normal;
	display:block;
	/*width:150px;*/
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 3px;
}
.navleft3, .navleft3current, .navleft3breadcrumb {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	font-weight: normal;
	display:block;
	/*width:150px;*/
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 3px;
}
.navleft1current, .navleft2current, .navleft3current {
	color:#ffffff;
	background-color:#9d9c89;
	font-weight:bold;
}
.navleft1breadcrumb, .navleft2breadcrumb, .navleft3breadcrumb {
	color:#ffffff;
	background-color:#868570;
	font-weight:normal;
}
.navleft2breadcrumb {
	border-right:1px solid #9d9c89;
}
.navleft1:hover, .navleft1current:hover, .navleft2:hover, .navleft2current:hover, .navleft3:hover, .navleft3current:hover, 
.navleft1breadcrumb:hover, .navleft2breadcrumb:hover, .navleft3breadcrumb:hover {
	color: #000000;
	background-color:#f6f6f6;
}


/* top navigation bar - used by linear navigation */
.linearnav {
	text-align:right;
	padding-right:15px;
	color:#dadada;
}
.linearnav a {
	color:#868570;
	line-height:14px;
	font-weight:normal;
}
.linearnav a:hover {
	color:#000000;
	background-color:#eeeed8;
}


/* tertiary navigation - usually at the bottom */
.tertiarynav {
	font-family:Arial,Helvetica,sans-serif;
	/*font-size: 11px;
	padding-left:18px;*/
	color:#dddddd;
}
.tertiarynav a {
	color:#ffffff;
	font-weight:normal;
}
.tertiarynav a:hover {
	color:#ffffff;
	background-color:#00517c;
}


/* top of page link at the bottom */
.topofpage {
	margin-top:30px;
}
.topofpagelink {
	background-image:url(topofpage.gif);
	background-repeat:no-repeat;
	background-position: left;
	padding-left: 12px;
}


/* ---- TOOLS --- */

/* news list */
.newslisttable {
	width: 600px;
}
.newslisttable td {
	vertical-align:top;
	padding-right:15px;
	padding-bottom:10px;
}

