@charset "UTF-8";
/* CSS Document */

body {
	font-size: 0.7em;
	background-color: #000;
	padding-top: 2em;
	padding-left: 2em;
}
#content {
	width: 849px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
	border: 1px solid #C9CDCE;
}
h1 {
	height: 129px;
	position: relative;
	background-image: url(resources/headerBack.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
h1 a {
	height: 100px;
	width: 292px;
	display: block;
	background-image: url(resources/logo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}
h1 a span {
	position: absolute;
	top: -999em;
}
#rightcol {
	position: relative;
	width: 219px;
	padding: 10px;
	float: right;
}
#rightcol p , #leftcol p{
	padding-bottom: 1em;
	color: #0066A2;
}
#rightcol p strong , #leftcol p strong{
	font-weight: normal;
	color: #0066A2;
	font-size: 1.3em;
}
#centre {
	position: relative;
	width: 352px;
	float: right;
	padding: 10px;
	color: #666;
}
#centre a, #rightcol a , #leftcol a{
	color: #0066A2;
}

#centre h2 {
	font-size: 1.4em;
	color: #0066A2;
	padding-bottom: 1em;
}
#centre p {
	padding-bottom: 1em;
}
#centre p strong {
	font-size: 1.2em;
	color: #0066A2;
	font-weight: normal;
}
#leftcol {
	padding: 10px;
	width: 200px;
	float: right;
}
#navigation  {
	background-image: url(resources/navback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px;
	background-color: #7BC2DC;
}
#navigation ul li {
	height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#navigation ul li a  {
	color: #FFF;
	text-decoration: none;
	line-height: 1.5em;
}
#casestudies {
	clear: both;
}

#footer {
	background-image: url(resources/footerback.jpg);
	height: 183px;
	position: relative;
	background-repeat: no-repeat;
	clear: both;
}
#footer #knowmore {
	color: #FFF;
	position: absolute;
	width: 25em;
	top: 75px;
	left: 20px;
}
#knowmore a {
	color: #FFF;
}

#footer #copyright {
	color: #FFF;
	position: absolute;
	top: 160px;
	left: 20px;
}
#footer #address {
	color: #FFF;
	position: absolute;
	right: 20px;
	top: 160px;
}
#footer #rss {
	color: #FFF;
	position: absolute;
	right: 20px;
	top: 75px;
	height: 30px;
	line-height: 30px;
	padding-right: 40px;
	background-image: url(resources/icon_rss.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#links {
	background-color: #000;
	font-size: 0.8em;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}
#links a {
	color: #D4D5D7;
	text-decoration: none;
}


#rss a {
	color: #FFF;
	text-decoration: none;
}


#topnav {
	position: absolute;
	top: 105px;
	right: 0px;
}
#topnav ul {
	position: relative;
	width: 100%;
}
#topnav ul li {
	float: right;
	display: block;
	height: 2.5em;
	padding-right: 0.5em;
}
#topnav ul li a {
	line-height: 2.5em;
	padding-right: 1em;
	padding-left: 1em;
	background-image: url(resources/navback2.jpg);
	display: block;
	background-repeat: repeat-x;
	background-position: left center;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	font-size: 0.85em;
}
#topnav ul li a:hover {
	background-image: url(resources/navback3.jpg);
}

