/* ----- end float fix ----- */

body {
	font: 76%/1.4em Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	padding: 15px;
	color: #000;
	background: #665e85 url(../media/bg02.jpg) no-repeat;
}

/* ----- global links ----- */

a:link, a:visited {
	color: white;
	text-decoration: underline;
}

a:hover, a:active {
	color: white;
	text-decoration: none;
}

/* ----- global paragraphs, headers & horizontal rules ----- */



p. h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  padding: 0;
  line-height: 1em;
}

/* ----- global images ----- */

img {
	border: none;
}

/* ----- hidden items ----- */

#skip {
	display: none;
}

.hidden {
	display: none;
}

/* ----- float left / right classes ----- */

.left {
	float: left;
	margin-right: .3em;
}

.right {
	float: right;
	margin-left: .3em;
}

/* ----- container size & positioning ----- */

.container {
	text-align: left;
	width: 1000px;
}

/* ----- header area ----- */

#header {
	height: 120px;
	position: relative;
}

#logo {
	float: left;
}

#strap {
	float: left;
	font-size: 1.8em;
	line-height: 1.5em;
	position: absolute;
	left: 220px;
	top: 52px;
}

/* ----- lnav ----- */

#lnav {
	padding: 0;
	margin: 0 0 1em;
}

#lnav li {
	list-style-type: none;
	margin-bottom: 2px;
}

#lnav li a {
	background-color: #635b84;
	display: block;
	font-size: 1.2em;
	height: 35px;
	line-height: 35px;
	text-indent: 5px;
}

#lnav li.active a:link, #lnav li.active a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}




#lnav li a:link, #lnav li a:visited {
	color: black;
	text-decoration: none;
}

#lnav li a:hover,#lnav li a:active
 {	background-color: #777288;

	color: white;
	text-decoration: none;
}

#homediag {
border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

#homediag td{
	background-color: #e4e4e4;
	border-style: none;
	width: 25%;
	font-size: 0.9em;
	padding: 10px;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

#homediag td h3{
	margin-bottom: 0.5em;
	padding: 0;
	margin-top: 0;
	font-size: 1.2em;
	white-space: nowrap;
}

#homediag td p{
	padding: 0;
	font-size: 1em;
	margin-bottom: 0.5em;
	margin-top: 0;
}

#homeintro {
	line-height: 1.5em;
	font-size: 1.2em;
}

#homecontact {
	float: left;
	clear: both;
	width: 100%;
}

#homecontact {
	float: left;
	clear: both;
	width: 100%;
}

#homecontact td{
	padding-right: 10px;
}

#homecontact p{
	margin-bottom: 30px;
}

#main {
	float: left;
	display: inline;
	width: 800px;
}

.wide #main {
	width: 1000px;
}

#mid{
	width: 600px;
	float: right;
}

.wide #mid{
	width: 800px;
	float: right;
}

#mid .inner{
	padding: 20px;
}

#left{
	width: 200px;
	float: left;
}

#left .inner{
	padding: 20px 0;
}

#rcol{
	width: 200px;
	display: inline;
	float: right;
}

#rcol .inner{
	padding: 20px 0;
}

.content {
	padding: 15px;
	background: #635b84 -235px -155px;
	color: #cacaca;
}

.content ul {
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2em;
	margin: 0;
}

.content ul li {
	margin-bottom: 0.5em;
}

.content h1 {
	color: white;
	font-size: 1.7em;
	margin-top: 0;

}

.content h2 {
	color: black;
	font-size: 1.3em;
	margin-top: 0;

}

.content h3 {
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	color: black;
}

.content h4 {
	font-size: 1.1em;
	color: black;
}

.content h5 {
	font-size: 1em;
	color: black;
}

#casestudies {
	}

#casestudies h3 {
	padding: 0;
	margin: 5px 0 0;
}

#casestudies p {
	padding: 0;
	margin: 0 0 5px;
}

.content table {
	width: 100%;
	margin: 1em 0;
	border-collapse: collapse;
	line-height: 150%;
	border-style: none;}
.content table th {
	border: 1px solid #fff;
	padding: 5px;
}

.content table td {
	vertical-align: top;
	border-style: none;
}

.caption {
	color: white;
	padding: 5px 10px;
}

/* ----- footer area ----- */

#footer {
	clear: both;
	text-align: left;
	width: 660px;
	margin-left: 200px;
	color: white;
}

#footer .inner {
	clear: both;
	text-align: left;
	padding-top: 50px;
	padding-left: 40px;
}

#footer ul {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	list-style: none;
	float: left;
}

#footer a:link, #footer a:visited{
	color: white;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: white;
	text-decoration: none;
}

/* ----- tables and forms ----- */

fieldset {
	border: none;
	padding: 0;
	margin: 1em 0;
}

legend {
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #555;
	font-size: 120%;
	clear: both;
}

th {
	border: 1px solid #fff;
	padding: 5px;
}

td {
	border: 1px solid #fff;
	vertical-align: top;
}

form label{
float: left;
width: 120px;
}

form input, form textarea{
margin-bottom: 5px;
}

td.first {
	width: 40%;
}

.inner:after, #page:after, .content:after, #searchresults:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.inner, #page, .content{
	display: block;
}

/*  \*/

.inner, #page, .content{
	min-height: 1%;
}

* html .inner, #page, .content{
	height: 1%;
}

/*  */

/* ----- end float fix ----- */