/**************** Body and tag styles ****************/
* {margin: 0;}
body, h1, h2, h3, h4, h5, h6, p, blockquote, label, fieldset, ul, ol, dl, li, object, table, th, tr, td  {padding: 0;}
body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	color: #305F88; background-color: #D6D7D7;
	margin: 20px 0;
}
img {
	border:none;
	vertical-align: bottom;
}
h1 {
	font-size: 1.1em;
	line-height: 1.2;
	margin-bottom: 1em;
}
p, ul, ol {font-size: .8em;
	margin-bottom: 1.2em;
}
ul, ol {margin-left: 2em;
}
a {text-decoration: underline;}
a:link {color: #305F88;}
a:visited {color: #5FB1CD;}
a:hover {color: #ACED00; text-decoration: none;}
a:active {color: #ACED00; text-decoration: none;
}
hr {background-color: #ddd;
	height: 1px;
	border: none;
	color: #ddd;
}
/**************** Container styles ****************/
#container {
	width: 980px;
	margin: 0 auto;
}
#contentwrapper {
	background-color: #fff;
	float: left;
}
/**************** Sidebar styles ****************/
#sidebar {
	float: left;
	width: 17px;
}
/**************** Navigation styles ****************/
#navbar {
	margin: 196px 0 25px;
	float: left;
	width: 100%;
	border-bottom: 2px solid #5FB1CD;
	padding-bottom: 12px;
}
#navbar ul {
	float: right;
	width: 100%;
	margin: 0;
}
#navbar ul li {
	list-style: none;
	height: 9px;
	float: right;
	border-right: 1px solid #5FB1CD;
	margin-right: 7px;
	padding-right: 7px;
}
#navbar ul li a {display: block; height: 9px;
}
#navbar ul li a#homelink {background: url(../images/main/navtext-home.gif) no-repeat left top; width: 35px;}
#navbar ul li a#homelink:hover, #navbar ul li#homecurrent {background: url(../images/main/navtext-home.gif) no-repeat left -9px; width: 35px;}
#navbar ul li a#aboutlink {background: url(../images/main/navtext-about.gif) no-repeat left top; width: 38px;}
#navbar ul li a#aboutlink:hover, #navbar ul li#aboutcurrent {background: url(../images/main/navtext-about.gif) no-repeat left -9px;  width: 38px;}
#navbar ul li a#contactlink {background: url(../images/main/navtext-contact.gif) no-repeat left top; width: 50px;}
#navbar ul li a#contactlink:hover, #navbar ul li#contactcurrent {background: url(../images/main/navtext-contact.gif) no-repeat left -9px; width: 50px;}
#navbar ul li a#environmentlink {background: url(../images/main/navtext-environment.gif) no-repeat left top; width: 85px;}
#navbar ul li a#environmentlink:hover, #navbar ul li#environmentcurrent {background: url(../images/main/navtext-environment.gif) no-repeat left -9px; width: 85px;}
#navbar ul li a#commentslink {background: url(../images/main/navtext-comments.gif) no-repeat left top; width: 68px;}
#navbar ul li a#commentslink:hover, #navbar ul li#commentscurrent {background: url(../images/main/navtext-comments.gif) no-repeat left -9px; width: 68px;}
#navbar span {display: none;
}
#navbar ul li.lastlistitem {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
/**************** Content styles ****************/
#maincontent {
	float: left;
	width: 387px;
	background: #fff url(../images/main/CBS-logo.gif) no-repeat left top;
	min-height: 713px;
	padding: 0 60px 0 98px;
	position: relative;
}
#rightcontent {
	min-height: 713px;
	background: #5FB1CD url(../images/main/greenbar-rpt.gif) repeat-x left top;
	float: right;
	width: 418px;
}
#imageswap, #imagewrapper {
	position: relative;
	width: 406px;
	min-height: 713px;
	float: right;
	background-color: #fff;
}
#imageswap img {
	display: none;
	position: absolute;
	top: 0; right: 0;
}
#addressblock {
	color: #305F88;
	line-height: 1.3;
	position: absolute;
	left: 98px; bottom: 50px;
}
#addressblock2 {
	color: #305F88;
	line-height: 1.3;
	margin: 3em 0 0;
}
#addressblock p {
	margin-bottom: 0;
}
ul.widelist {
	margin-top: 3em;
	font-weight: bold;
}
.widelist li {
	margin-bottom: 1.4em;
}
.tighttext p {
	line-height: 1.2;
}
/**************** Contact page styles ****************/
table#contacttable, table#contacttable td {
	border-collapse: collapse;
	vertical-align: top;
	padding: 0 0 .8em .5em;
	font-size: .9em;
}
input#yourname, input#email, input#telephone, input#organisation, input#project, table#contacttable textarea {
	width: 220px;
}
td.textright {
	width: 135px;
}
input#sendbypost {margin-left: 1.5em;
}
/**************** Footer styles ****************/
#sitebycypher {
	width: 100%;
	float: left;
	padding: .3em 0 .5em;
	font-size: .8em;
}
#sitebycypher p {
	text-align: right;
	color: #fff;
	margin-bottom: 0;
}
#sitebycypher a:link, #sitebycypher a:visited {color: #fff; text-decoration: none;}
#sitebycypher a:hover, #sitebycypher a:active {color: #5FB1CD;
}
/**************** Misc classes and styles ****************/
.imgleft {float: left; margin: 0 1em .5em 0;}
.imgright {float: right; margin: 0 0 .5em 1em;}
.boldtext {font-weight: bold;}
.italictext {font-style: italic;}
.greentext {color: #ACED00;}
.textright {text-align: right;}