/* resets */
html, body, div, p, ul, li, img, fieldset, table, td, tr, th, form, h1, h2, h3, h4, h5, a, input, textarea {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	border-collapse:collapse;
}

/* body */
body {
	font-family:"Trebuchet MS", Arial, Helvetica, serif;
	font-size: 62.5%;
	font-weight:normal;
	background:url('../images/bodybg.jpg') repeat-x;
	background-color:#fff000;
}

/* layout containers */
#main_container {
	width: 100%;
}
#inner_container{
	margin:auto;
	width: 938px;
}
#top_container{
	float:right;
	padding:10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 31px;
}
#top_container ul {
	/*list-style-image:url('../images/bluebullet.gif');*/
	list-style-type:none;
}
#top_container ul li {
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 15px;
	background:url('../images/bluebullet.gif') no-repeat;
	background-position: 0px 7px;
}
#top_container ul li a {
	font-size: 1.3em;
	color: #FFFFFF;
	text-decoration:none;
}
#top_container ul li a:hover {
	text-decoration:underline;
}
#header_container {
	clear:both;
	width: 938px;
	height: 120px;
}
#header_left {
	float: left;
}
#header_right {
	float:right;
}
#navigation_container {
	clear:both;
	width: 938px;
	height: 32px;
	background:url('../images/navbg.gif') repeat-x;
}
#navigation_container ul {
	list-style:none;
}
#navigation_container ul li {
	float: left;
}
#navigation_container ul li a {
	display:block;
	text-indent:-3000px;
	overflow:hidden;
}
.home a {
	width: 94px;
	height: 32px;
	background:url('../images/navbar/home-active.gif') no-repeat;
}
.home-inactive a{
	width: 94px;
	height: 32px;
	background:url('../images/navbar/home-inactive.gif') no-repeat;
}
.home-inactive a:hover {
	background-position:-94px;
}
.ourservices a {
	width: 119px;
	height: 32px;
	background:url('../images/navbar/ourservices-active.gif') no-repeat;
}
.ourservices-inactive a {
	width: 118px;
	height: 32px;
	background:url('../images/navbar/ourservices-inactive.gif') no-repeat;
}
.ourservices-inactive a:hover {
	background-position:-118px;
}
.ourexperience a {
	width: 128px;
	height: 32px;
	background:url('../images/navbar/ourexperience-active.gif') no-repeat;
}
.ourexperience-inactive a {
	width: 127px;
	height: 32px;
	background:url('../images/navbar/ourexperience-inactive.gif') no-repeat;
}
.ourexperience-inactive a:hover {
	background-position:-127px;
}
.casestudies a {
	width: 117px;
	height: 32px;
	background:url('../images/navbar/casestudies-active.gif') no-repeat;
}
.casestudies-inactive a {
	width: 116px;
	height: 32px;
	background:url('../images/navbar/casestudies-inactive.gif') no-repeat;

}
.casestudies-inactive a:hover {
	background-position:-116px;
}
.team a {
	width: 64px;
	height: 32px;
	background:url('../images/navbar/team-active.gif') no-repeat;
}
.team-inactive a {
	width: 63px;
	height: 32px;
	background:url('../images/navbar/team-inactive.gif') no-repeat;
}
.team-inactive a:hover {
	background-position:-63px;
}
.news a {
	width: 67px;
	height: 32px;
	background:url('../images/navbar/news-active.gif') no-repeat;
}
.news-inactive a {
	width: 66px;
	height: 32px;
	background:url('../images/navbar/news-inactive.gif') no-repeat;
}
.news-inactive a:hover{
	background-position:-66px;
}
.enquiries a {
	width: 85px;
	height: 32px;
	background:url('../images/navbar/enquiries-active.gif') no-repeat;
}
.enquiries-inactive a {
	width: 84px;
	height: 32px;
	background:url('../images/navbar/enquiries-inactive.gif') no-repeat;
}
.enquiries-inactive a:hover {
	background-position:-84px;
}
#footer_left {
	float: left;
	padding: 0px 0px 0px 5px;
	width: 252px;
	min-height: 99px;
	border-right: 1px solid #cacac6;
}
#footer_left ul {
	float:left;
	margin: 0px 40px 0px 0px;
	list-style:none;
	/*list-style-image: url('../images/bullet2.gif');
	list-style-position:outside;*/
}
#footer_left ul li {
	padding: 0px 0px 0px 10px;
	background:url('../images/bullet2.gif') no-repeat;
	background-position: 0px 6px;
}
#footer_left ul a {
	font-size: 1.3em;
	color: #021749;
	text-decoration:none;
}
#footer_left ul a:hover {
	text-decoration:underline;
}
#footer_middle {
	float: left;
	padding: 0px 0px 0px 27px;
	width: 389px;
	min-height: 99px;
	border-right: 1px solid #cacac6;
}
#footer_right {
	float:left;
	margin: 0px 0px 0px 25px;
	width: 220px;
	min-height:99px;
}
#footer_right p {
	font-size: 1.3em;
	color: #9fb3d4;
	margin: 0px 0px 3px 0px;
}
#footer_right p a {
	color: #021749;
}
#footer_right p a:hover {
	text-decoration:none;
}
	
/* clear floats */
.clear {
	clear:both;
	height: 0px;
}

/* buttons */
.ourexperience_button {
	width: 171px;
	height: 56px;
	background:url('../images/ourexperience_button.png') no-repeat;
	cursor:pointer;
}
.casestudies_button {
	width: 168px;
	height: 56px;
	background: url('../images/casestudies_button.png') no-repeat;
	cursor:pointer;
	
}
.newsarchive_button {
	width: 104px;
	height: 24px;
	background:url('../images/newsarchive_button.png') no-repeat;
	cursor:pointer;
}

/* other */
.news_date {
	font-size: 1.3em;
	color: #81817e;
	font-style:italic;
}
.
