/* CSS Document */

body {
	background:#f2f2f2; /*url(imgs/) top left no-repeat;*/
	color:#fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	margin:10px 0 10px 0;
	}
	
img, img:hover {
	border:none;
	}
	
p, ul {
	line-height:1.4;
	margin:1em 0;
	padding:0px;
	}
	
ul li {
	margin:0;
	padding:0;
	}
	
/*p + p {
	text-indent:1.5em;
	}*/
	
a {
	/*border-bottom: 1px solid #2B6B6E;*/
	color: #003333;
	text-decoration:none;
	}
	
a:hover {
	/*border-bottom: 1px solid #000;*/
	color:#000;
	text-decoration:underline;
	}
	
a:visited {
	color:#003300;
	}
	
li a {
	border:none;
	}
	
li a:hover {
	border:none;
	text-decoration:underline;
	}
	
h1 {
	background-color:#999999;
	color:#fff;
	display:none;
	font-size:120%;
	line-height:1.4;
	padding:5px 0px 5px 5px;
	}
	
h2 {
	background-color:#999999;
	color:#fff;
	font-size:120%;
	line-height:1.5;
	margin:4px;
	padding:4px 4px 4px 4px;
	text-align:left;
	}
	
h3 {
	color: #ffffff;
	font-size:130%;
	line-height:1.4em;
	margin:10px 0px 10px 0px;
	}
	
h3 a {	
	color:#FFF !important;
	}
	
h4 {
	background-color:#fff;
	color:#000;
	font-size:120%;
	line-height:20px;
	margin:0px;
	padding:4px;
	text-align:left;
	}
	
hr {
	text-align: center;
	width: 100%;
	height: 1px;
	color: #008C8C;
	border: none;
	padding: 4px 0px;
	}
	
blockquote {
	font-size:120%;
	font-weight:bold;
	margin:1.5em;
	}

p.mainnav {
	text-indent:0;
	}

.mainnav a {
	border: 1px solid #fff;
	color:#FFF;
	font-weight:bold;
	margin:1em 0;
	padding:4px 8px 4px 4px;
	text-decoration:none;
	}

.mainnav a:hover {
	background-color:#375D50;
	color:#FFF;
	text-decoration:none;
	}
	
.firstpara {
	font-weight:bold;
	}
	
.small {
	font-size:80%;
	text-indent:0;
	}
	
.left {
	float:left;
	}
	
.right {
	float:right;
	}
	
.clear {
	clear:both;
	}
	
.warn, .error {
	color:#000;
	}
	
.big_warn {
	background-color:#FFFFFF;
	border:2px solid #CC0000;
	color:#CC0000;
	display:block;
	font-size:120%;
	line-height:1.4em;
	margin-bottom:5px;
	padding:4px;
	}
	
.wbr { /* ----------- needed to breakup long words to fit 150px width */
	width: 0px; /* needs the px to validate */
	font-size: 1px;
	font-size: 0px; /* doubled up for browsers that support the 0px font-size */
}
	
#bigwrap {
	left:50%;
	margin-left:-450px;
	position:relative;
	width:900px;
	}
	
#wrapper {
	border:1px solid #2B6B6E;
	width:898px;
	}
#wrapper2 {
	border:5px solid #cccccc;
	width:888px;
	}

#header {
	background: url(imgs/header_bg.jpg) top left no-repeat;
	padding:0px;
	}
	
#navstrip {
	border-left: 1px solid #2B6B6E;
	border-right: 1px solid #2B6B6E;
	border-top: 1px solid #2B6B6E;
	float:left;
	height:46px;
	padding:0px;
	}
	
#navstrip2 {
	display:none;
	}
	
.headimg {
	border-left:1px solid #2B6B6E;
	border-right: 1px solid #2B6B6E;
	float:left;
	}
	
.navimg {
	float:left;
	}
		
/* Inner_wrap ------------------------------------------------------ */

#topstripe {
	background-color:#6DA6A9;
	border-left: 1px solid #2B6B6E;
	border-right: 1px solid #2B6B6E;
	clear:both;
	height:20px;
	}

#inner_wrap {
	background: #409DA2;
	border:1px solid #2B6B6E;
	/*clear:both;*/
	float:left;
	margin:0px 0 0 0px;
	padding:5px;
}
.solutions_nav {
	background-color:#6DA6A9;
	background-color: #E4E4E4;
	border-left:1px solid #2B6B6E;
	border-right:1px solid #2B6B6E;
	border-top:1px solid #2B6B6E;
	clear:both;
	margin:0 0 0px 0;
	padding:2px 2px 10px 2px;
	width:882px;
	}
	
.solutions_nav a {
	color: #fff;
	font-weight:bold;
	}
	
.solutions_nav a:visited {
	color: #83B8BC;
	}
	
.solutions_nav ul {
	list-style-position:outside;
	margin: 10px;	
	}
	
.solutions_nav ul li {
	margin: 0px 0px 0 20px;	
	}
	
p.checkbox_list {
	line-height:0;
	margin:0;
	padding:0;
	}
	
p.checkbox_list input {
	margin:5px 10px 0 10px;
	}

/* ---------------------------------------------------- */

#content_wide {
	float:left;
	padding:0px 0px 0 0px;
	width:876px;
	}

#content1 {
	float:left;
	padding:0px 2px 0 0px;
	width:579px;
	}
	
#content1 ul {
	list-style-position:outside;
	margin: 10px;	
	}
	
#content1 ul li {
	margin: 0px 0px 0 20px;	
	}
	
.boxout {
	background:#2B6B6E url(imgs/boxout_bg.jpg) 10px 10px no-repeat;
	padding:10px;
	}
	
.boxout_pda {
	display:none; !important
	}
	
.copy {
	margin:5px;
	}
	
.copy p {
	padding: 0 0 10px 0px;
	}
	
.spacer {
	display:block;
	height:6px;
	}
	
.toppic {
	margin-top:5px;
	}
	
fieldset {
	border:1px dashed #ffffff;
	padding:5px;
	}
	
.contact_tab td{
	padding: 2px;
	}
	
#CBList label {
	padding-left:6px;
	}
	
div.seperator {
	border-bottom: 1px dotted #ccc;
	}
	
.news_thumb {
	float:right;
	padding:10px 0px 10px 10px;
	}
	
p.newsdate {
	color:#ccc;
	line-height:0;
	margin:0 0 0 0;
	}
	
/* Col 2 --------------------------------------------------------------------- */
	
#content2 {
	background-color: #E4E4E4;
	float:left;
	margin: 0 0 0px 5px;
	padding:0px 0 0 0;
	text-align:center;
	width:290px;
	}
	
#content2_news {
	background-color: #E4E4E4;
	color:#2B6B6E;
	float:left;
	margin: 0 0 0px 5px;
	padding:0px 0 0 0;
	text-align:left;
	width:290px;
	}
	
#content2_news fieldset {
	border:none;
	margin:5px;
	}
	
#content2 img {
	clear:both;
	padding:0px 5px 5px 5px;
	}
	
ul.listing {
	font-weight:bold;
	list-style-type:none;
	margin:10px 10px 0px 10px;
	padding:0;
	text-align:left;
	}
	
.listing li {
	background: url(imgs/bullet.gif) -3px 3px no-repeat;
	margin:10px 0px;
	padding:0;
	}
	
.listing li a {
	color:#2B6B6E;
	padding:0 0 0 15px;
	}
	
.listing li a:visited {
	color: #6AA9AE;
	}
	
#historybox {
	background-color:#6DA6A9;
	font-weight:bold;
	margin:0 5px 5px 5px;
	padding:0px;
	text-align:left;
	}

#bottstripe {
	background-color:#6DA6A9;
	border-left: 1px solid #2B6B6E;
	border-right: 1px solid #2B6B6E;
	clear:both;
	height:20px;
	padding:2px 0px 5px 5px;
	text-align:center;
	}
	
#bottstripe img {
	margin: 2px 4px 0px 0px;
	}
	
#bottstripe span {
	padding:0 8px;
	}
	
/* request case study page --------------------------------------------- */

#submitform label {
	font-weight:bold;
	}

.errmess {
	color:#990000;
	font-weight:bold;
	}
	
.error {
	background-color: #F4DCD5;
	border: 1px solid #990000;
	color:#990000;
	padding: 0 10px;
	}
	
label.error {
	margin-left:8px;
	}
	
.error ul {
	margin:10px;
	}
.error ul li {
	line-height:1.4em;
	list-style-type:disc;
	margin:0 0 0 20px;
	}
	
/* Newsletters ----------------------------------- */

.newspic_l {
	margin:10px 10px 10px 0px;
	float:left;
	}
.newspic_r {
	margin:0 0 10px 10px;
	float:right;
	}

/* Epitaph ------------------------------------------------------------------- */
	
#footer {
	background: #2B6B6E;
	border: 1px solid #2B6B6E;
	clear:both;
	color:#fff;
	font-weight:bold;
	height:23px;
	margin: 0px 0 0 0;
	padding:8px 5px 5px 5px;
	text-align:center;
	}
	
#footer span {
	padding:0 8px;
	}
	
#footer a {
	color:#ccc;
	}
#footer a:hover {
	color:#FFF;
	}
	
#epitaph {
	clear:both;
	color:#999;
	font-size:80%;
	padding:5px 8px;
	text-align:right;
	}
	
#epitaph a {
	border-bottom:1px solid #CCC;
	color: #999;
	font-weight:bold;
	text-decoration:none;
	}
#epitaph a:hover {
	text-decoration:underline;
	}
	
#left {
	float:left;
	}
	
#right {
	float:right;
	padding:0px 0px 0 0;
	}
	
.disclaimer {
	display:none;
	}