@charset "UTF-8";
/* CSS Document - Main Screen Styles*/

body {
  text-align:center;
	margin:10px 0 10px 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background:#fff url(../images/body_bg.jpg) 0 0 repeat-x;
	line-height:1.4em;
	 /* WinIE hehaviour call - IE 5, 6 do not support :hover on elements other than 
  links, this fixes that - see: www.xs4all.nl/~peterned/csshover.html */
  behavior: url(styles/csshover.htc);
}

/* Positional or layout divs */

#wrapper {
  margin:0 auto; /* centre-align */
	width:1000px;
	padding:0;
	background:url(../images/wrapper_bg.jpg) 0 0 repeat-y;	
}

#pagewrap {  
  margin:0 auto; /* centre-align */
	width:1000px;
	padding:0;
	background:url(../images/pagewrap_bg.jpg) 0 0 no-repeat;
	text-align:left;
}

#top_corners {
  height:87px;
	width:1000px;
	background:#fff url(../images/top_corners.jpg) 0 0 no-repeat;
	margin-bottom:12px;
}

#logo {
	padding:20px 0 0 0;
  margin:0 40px 0 40px;
	height:67px;
}

#logo img {
  border:0;
}

#menu {
  text-align:left;	
	margin:0;
	padding:0;
}

#menu_tabs {
  height:24px;
}

#menu_tabs ul {
  list-style:none;
  padding:0;
}

/* tab: left background and rollovers */ 
#menu_tabs ul li {
  display:block;
	float:left;
	height:24px;
	padding:0;
  margin:0 -1px 0 0;
  background:url(../images/tab_left.gif) 0 0 no-repeat;
	position:relative;
}

#menu_tabs ul li#menu_home {
  background: url(../images/tab_left_home.gif) 0 0 no-repeat;
	margin-left:353px;
}

/* IE 5,6 Hack - position menu */
*html #menu_tabs ul li#menu_home {
  margin-left:164px;
}
*html #menu_tabs ul li {
  width:60px;
}

/* IE 7 Hack - move menu left */
*:first-child+html #menu_tabs ul li#menu_home {
  margin-left:328px;
}

#menu_tabs ul li:hover, #menu_tabs ul li#menu_home:hover, #home #menu_tabs ul li#menu_home {
  background-position:0 -24px;
}

/* tabs: left background hit states */ 
#about #menu_tabs ul li#menu_about, #services #menu_tabs ul li#menu_services, #work #menu_tabs ul li#menu_work, 
#news #menu_tabs ul li#menu_news, #contact #menu_tabs ul li#menu_contact {
 background:transparent url(../images/tab_left_hit.png) 0 0 no-repeat;
 z-index:1;
 margin-left:-2px;
}

/* IE 5,6 left background hit states - no png */ 
*html #about #menu_tabs ul li#menu_about, *html #services #menu_tabs ul li#menu_services, *html #work #menu_tabs ul li#menu_work, 
*html #news #menu_tabs ul li#menu_news, *html #contact #menu_tabs ul li#menu_contact {
   background:url(../images/tab_left_ie6hit.gif) 0 -24px no-repeat;
	 margin-left:0;
}

/* tabs: right background */ 
#menu_tabs ul li div {
  height:24px;
	margin:0 0 0 15px;
	padding:0 11px 0 0;
}

#menu_tabs ul li#menu_home div {
  background: url(../images/tab_right_home.gif) -104px 0 no-repeat;
	margin:0 0 0 17px;
}

#menu_tabs ul li#menu_about div {
  background: url(../images/tab_right_about.gif) -84px 0 no-repeat;
}

#menu_tabs ul li#menu_services div {
  background: url(../images/tab_right_services.gif) 0 0 no-repeat;
}

#menu_tabs ul li#menu_work div {
  background: url(../images/tab_right_work.gif) -58px 0 no-repeat;
}

#menu_tabs ul li#menu_news div {
  background: url(../images/tab_right_news.gif) -47px 0 no-repeat;
}

#menu_tabs ul li#menu_contact div {
  background: url(../images/tab_right_contact.gif) 0 0 no-repeat;
}

/* tabs: right background rollovers and hit states */ 
#menu_tabs ul li#menu_home:hover div, #home #menu_tabs ul li#menu_home div {
  background-position:-104px -24px;
}

#menu_tabs ul li#menu_about:hover div, #about #menu_tabs ul li#menu_about div {
  background-position:-84px -24px;
}

#menu_tabs ul li#menu_services:hover div, #services #menu_tabs ul li#menu_services div {
  background-position:0 -24px;
}

#menu_tabs ul li#menu_work:hover div, #work #menu_tabs ul li#menu_work div {
  background-position:-58px -24px;
}

#menu_tabs ul li#menu_news:hover div, #news #menu_tabs ul li#menu_news div {
  background-position:-47px -24px;
}

#menu_tabs ul li#menu_contact:hover div, #contact #menu_tabs ul li#menu_contact div {
  background-position:0 -24px;
}

#about #menu_tabs ul li#menu_about div, #services #menu_tabs ul li#menu_services div, #work #menu_tabs ul li#menu_work div,
#news #menu_tabs ul li#menu_news div, #contact #menu_tabs ul li#menu_contact div {
	margin:0 0 0 17px;
}

#menu_tabs ul li img {
  border:0;
	height:15px;
	margin:0;
	padding:5px 0 4px 0;
}

/* sub menu - level 2*/
#menu_tabs ul ul.level2 {
  list-style:none;
	width:137px;
	text-align:left;
	margin:0;
	padding-bottom:12px;
	background:url(../images/submenu_bottom.png) bottom left no-repeat;
	position:absolute;
  top:24px;
  left:0;
	display:none;
}

/* IE 5, 6 hack for bottom of menu graphic - not png */
*html #menu_tabs ul ul.level2 {
  background:url(../images/submenu_bottom.gif) bottom left no-repeat;
}

#menu_tabs ul ul.level2 li {
  width:135px;
	background-image:none;
	background-color:#003e7e;
	height:22px;
	float:left;
	margin:0;
	padding:0;
	border-left:1px solid #7897b8;
	border-right:1px solid #7897b8;
}

#menu_tabs ul li:hover ul.level2 {
  display:block;
}

#menu_tabs ul ul.level2 li a {
  display:block;
	height:20px;
	width:101px;
	display:block;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	padding:2px 17px 0 17px;
}

#menu_tabs ul ul.level2 li a:hover {
  background-color:#7897b8;
}

/* sub menu - level 3*/
#menu_tabs ul.level2 ul.level3 {
  list-style:none;
	width:157px;
	text-align:left;
	margin:0;
	position:absolute;
  top:0px;
  left:136px;
	display:none;
}

#menu_tabs ul.level2 ul.level3 li {
  width:157px;
	background-image:none;
	background-color:#7897b8;
	height:22px;
	float:left;
	margin:0;
	padding:0;	
	border:0;
}

#menu_tabs ul.level2 li:hover ul.level3 {
  display:block;
}

#menu_tabs ul.level2 ul.level3 li a {
  display:block;
	height:20px;
	width:123px;
	display:block;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	padding:2px 17px 0 17px;
}

#menu_tabs ul.level2 ul.level3 li a:hover {
  background-color:#003e7e;
}

#menu_border {
  background:url(../images/menu_bg.jpg) 0 0 repeat-x;
	border-top:1px solid #7694b4;
	height:15px;
	margin:0 0 0 1px;
	width:991px;
}

#content {
  margin-top:22px;
	padding-left:40px;
}

#content_left {
  float:left;
	width:220px;
}

#content_middle {
  padding:0 40px 0 40px;
  float:left;
	width:391px;
}

#content_middle_2col {
  padding:0 40px 0 40px;
  float:left;
	width:310px;
}

#content_right {
  float:left;
	padding-right:45px;
	width:220px;
}

#content_right_2col {
  float:left;
	padding-right:47px;
	width:301px;
	margin-top:27px;
}

#footer {
  margin:0 auto; /* centre-align */
	margin-top:-20px;
	width:960px;
	height:102px;
	padding:0 0 0 40px;
  background:url(../images/footer_bg.jpg) 0 0 no-repeat;
  color:#003e7e;
	font-size:11px;
	text-align:left;
	line-height:1.2em;
	padding-top:50px;
	z-index:-100;
}

#footer_left {
  width:385px;
	float:left;
	padding-right:40px;
}

#footer_middle {
  float:left;
}

#footer_middle img {
  border:0;
}

/* Boxes */

.box {
  width:220px;
	margin-bottom:30px;
}

.box_header {
  height:34px;
	text-align:center;
}

.box_header img {
  border:0;
}

.box_content {
  font-size:12px;
	padding:5px 25px 10px 25px;
	background:#fff url(../images/box_content_bg.gif) bottom left no-repeat;	
}

/* Images */

#page_image {
  margin-bottom:30px;
}

.box_content img {
  border:1px solid #7897b8;
}

/* Links and buttons */
.more {
  text-align:right;	
	margin-top:10px;
}

.more img {
  border:0;
}

/* General styles */
div.clear {
  clear:both;
}

ul {
 list-style-type:none;
 margin-left:-25px;
}

/* IE 5,6 Hack */
*html ul {
  margin-left:0;
}

/* IE 7 Hack */
*:first-child+html ul {
  margin-left:0;
}

ul li {
  padding-left:14px;
	background:url(../images/bullet.gif) 0 7px no-repeat;
}

h1 {
  margin:0;
  padding:0;
  height:27px;
}

.highlight, h2 {
  font-size:16px;
	color:#003e7e;
}

h3 {
  font-size:14px;
	color:#003e7e;
	font-weight:normal;
}

h4 {
  color:#003e7e;
}

.caption {
  font-size:11px;
	color:#7897b8;
	margin-top:-10px;
}

.breadcrumb {
  color:#003e7e;
  font-size:11px;
	margin-top:0px;
}

a {
  color:#003e7e;
}

a:hover {
  color:#7897b8;
}

#db {
  margin:-12px auto; /* centre-align */
	width:960px;
  clear:both;
	text-align:right;
}

#db a {
  color:#ddd;
	font-size:10px;
	text-decoration:none;
}

#db a:hover {
  color:#bbb;
}
