/* CSS Document */

body {
	background: #BACCDB url(imgs/page_bg.png) top left repeat-x;
	color: #415D72;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height:1.4em;
	margin:10px 0 10px 0;
	}
	
img, img:hover {
	border:none;
	}
	
p {
	padding: 5px 0px;
	}
	
a {
	color:#000033;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
h1 {
	color:#415D72;
	font-size:150%;
	line-height:1em;
	margin:0;
	padding:0px 0px 0px 0px;
	}
	
h2 {

	}
	
h3 {
	text-align:center;
	}
	
h4 {
	margin-bottom:-10px;
	}
	
table th {
	text-align:left;
}
	
.left {
	float:left;
	}
	
.right {
	float:right;
	}
	
.clear {
	clear:both;
	}
	
.red {
	color:#CC0000;
	}
	
.error {
	color:#990000;
	font-weight:bold;
	}
	
.pda_hide {
	display:block;
	}
.pda_show {
	display:none;
	}
	
.mainnav a {
	border: 1px solid #fff;
	color:#FFF;
	font-weight:bold;
	padding:4px;
	text-decoration:none;
	}

.mainnav a:hover {
	background-color:#375D50;
	color:#FFF;
	text-decoration:none;
	}
	
.firstpara {
	font-weight:bold;
	}
	
.small {
	font-size:10px;
	}
	
.error {
	background-color: #F4DCD5;
	border: 1px solid #990000;
	color:#990000;
	margin-bottom: 10px;
	padding: 0 10px;
	}
	
#wrapper {
	left:50%;
	margin-left:-450px;
	position:relative;
	width:900px;
	}

#header {
	background: url(imgs/header_bg.jpg) top left repeat-x;
	padding:0px;
	}
	
table#header_tab {
	margin:0;
	padding:0;
	width:900px;
	}
	
#lang_changeform {
	color:#FFF;
	height:33px;
	padding:10px 20px 0 0;
	text-align:right;
	}
	
#pda_nav {
	display:none;
	}
	
#navstrip {
	border-left: 1px solid #2B6B6E;
	border-right: 1px solid #2B6B6E;
	border-top: 1px solid #2B6B6E;
	float:left;
	}
	
#nhome_cell, #nabout_cell, #nservices_cell, #nquote_cell, #nnews_cell, #njoin_cell, #ncontact_cell {
	background: url("imgs/nav_butt0.jpg") top left repeat-x;
	height:36px;
	padding:0 0 0 5px;
	text-align:center;
	/*width:66px;*/	
	}
#nhome_cell.selected, #nabout_cell.selected, #nservices_cell.selected, #nquote_cell.selected, #nnews_cell.selected, #njoin_cell.selected, #ncontact_cell.selected {
	background: url("imgs/nav_butt2.jpg") top left repeat-x;
	}
	
.nav_r {
	padding:15px 5px 0 0;
	}	
	
td.selected .nav_r {
	background: url("imgs/nav_r.jpg") top right no-repeat;
	}

#header td a {
	color: #fff;
	display:block;
	font-weight:bold;
	}
#header td a:hover {
	color:#FFCC00 !important;
	text-decoration:none !important;
	}
	
#header td.selected a, #header td.selected a:hover {
	color: #006699 !important;
	font-weight:bold;
	text-decoration:none !important;
	}
	
/* Inner_wrap ------------------------------------------------------ */

#inner_wrap {
	background: #fff;
	/*clear:both;*/
	float:left;
	margin:0px;
	padding:20px 0 0 0;
	width:900px;
}

#content1 { /* width should be 620px */
	float:left;
	padding:0px 20px 20px 20px;
	width:570px;
	}
	
#home_pics {
	text-align:center;
	padding:10px 0 10px 0;
	}
	
#homebutt1 a, #homebutt2 a, #homebutt3 a {
	color: #fff;
	float:left;
	font-size:16px;
	font-weight:bold;
	height:51px;
	margin:0 20px 0 0;
	padding:60px 0px 0 0;
	width:140px;
	}
	
#homebutt1 a {
	background: #fff url("imgs/home_pic1_0.jpg") top left no-repeat;
	margin-left:60px;
	}
#homebutt1 a:hover {
	background: #fff url("imgs/home_pic1_1.jpg") top left no-repeat;
	color: #FFCC00;
	text-decoration:none;
	}
#homebutt2 a {
	background: #fff url("imgs/home_pic2_0.jpg") top left no-repeat;
	}
#homebutt2 a:hover {
	background: #fff url("imgs/home_pic2_1.jpg") top left no-repeat;
	color:#FFCC00;
	text-decoration:none;
	}
#homebutt3 a {
	background: #fff url("imgs/home_pic3_0.jpg") top left no-repeat;
	}
#homebutt3 a:hover {
	background: #fff url("imgs/home_pic3_1.jpg") top left no-repeat;
	color:#FFCC00;
	text-decoration:none;
	}
	
#about_pics {
	text-align:center;
	padding:0px 0 0px 0;
	}
	
img.chart {
	padding:10px;
	}
	
.services_left {
	float:left;
	width:240px;
	}
	
.serices_pic {
	float:right;
	}
	
.contacttab {
	float:left;
	margin:0 30px 15px 0;
	}
	
/* Col 2 --------------------------------------------------------------------- */
	
#content2 { /* width should be 680px */
	float:left;
	margin:0 0px 0 0;
	padding:0px 20px 20px 20px;
	width:250px;
	}
	
#news_wrap {
	background-color: #E9F4FC;
	border:1px solid #ABD4F0;
	float:left;
	width:100%;
	}
	
#news_wrap h2 {
	border-bottom:1px solid #ABD4F0;
	color: #415D72;
	font-size:130%;
	padding:0px 10px 10px 10px;	
	}
	
.news_wrap_inner {
	float:left;
	padding:0 20px 20px 20px;
	}
	
.news_title {
	font-weight:bold;
	padding:0 0 10px 0;
	}
	
.news_thumb {
	float:left;
	}
	
.news_thumb img {
	border:2px solid #ABD4F0;
	}
	
/*.news_thumb img:hover {
	border:2px solid #415D72;
	}*/
	
.news_detail {
	float:left;
	padding:0 0 0 10px;
	width:110px;
	}
	
.news_sep {
	background-color:#D7EBFF;
	display:block;
	height:2px;
	margin:20px 20px 15px 20px;
	width:550px;
	}
	
.news_sep2 {
	background-color:#D7EBFF;
	display:block;
	height:2px;
	margin:20px 20px 15px 20px;
	width:200px;
	}
	
p.quote {
	line-height:1.4em;
	margin:5px 10px;
	}

p.quote span {
	font-size:150%;
	margin-bottom:-10px;
	padding:0 5px;
	}

.casestudy {
	border-bottom:1px solid #C1DFF4;
	float:left;
	margin:5px 10px;
	padding:0 0 10px 0;
	width: auto;
	}

.casestudy h4 {
	margin:0 0 10px 0;
	}
	
.pdf_icon, .pdf_link {
	float:left;
	}
	
.pdf_link {
	padding-top:10px;
	}

form#news_signup table {
	margin-bottom:15px;
	width:200px;
	}
form#news_signup table td.butt {
	padding: 4px;
	}
	
ul.ticklist li {
	list-style-image:url(imgs/bullet_tick.gif);
	}

/* Epitaph ------------------------------------------------------------------- */
	
#footer {
	background: url(imgs/footer_bg.jpg) top left no-repeat;
	clear:both;
	color:#ABD4F0;
	font-size:12px;
	height:46px;
	margin: 0px 0 0 0;
	padding:5px 20px 0px 20px;
	text-align:center;
	}
	
#footer span {
	padding:0 5px;
	}
	
#footer a {
	color: #fff;
	}
#footer a:hover {
	color:#FFCC00;
	}
	
#epitaph {
	clear:both;
	font-size:10px;
	padding:0px 20px;
	text-align:right;
	}
	
#epitaph a {
	color:#0099CC;
	font-weight:bold;
	text-decoration:none;
	}
#epitaph a:hover {
	text-decoration:underline;
	}
	
.disclaimer {
	display:none;
	}