﻿/* Main Document Wide CSS Stuff */
body {
	padding: 0px;
	margin: 0px;
	font-family:Calibri, Cambria, Arial;
	background-color: #0094b3;
}
a {
	color: #ffffff;
	text-decoration: none;
}
br {
	clear: both;
}
ul {
	list-style: none;
	padding: 0px 0px 0px 30px;
	margin: 0px;
}
/* Header CSS Bits - Not including Top Navigational Bar */
#ftp {
	position: absolute;
	top: 0px;
	left: 5px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 229px;
	background-image: url('../images/top_bk.jpg');
	background-repeat: repeat-x;
}
#header-center {
	width: 950px;
	height: 229px;
	margin-left: auto;
	margin-right: auto;
}
#header-top {
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	height: 185px;
	clear:both;
}
/* Top Navigational Bar */
#contact-us{
	padding: 159px 25px 10px 25px;
	float:right;
}
#contact-us a{
	font-weight:bold;
	text-decoration: none;
	color: #ffffff;
	font-size:18px;
}
#main-nav {
	padding: 159px 0px 10px 25px;
	margin: 0px;
	width:720px;
	float:left;
}
#main-nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
#main-nav ul li {
	display: inline;
	padding-right: 6px;
	padding-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
#main-nav ul li a {
	text-decoration: none;
	color: #ffffff;
}
#main-nav ul li.selected {
	padding-right: 8px;
	padding-left: 8px;
	margin-left: -4px;
	color: #000000;
	background-color: #9cff03;
}
#main-nav ul li.selected a {
	text-decoration: none;
	color: #000000;
}
#header-bottom {
	height: 44px;
	background-color: white;
	padding: 0px 25px 0px 25px;
}
#top-nav {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-bottom: 1px #EEEEEE solid;
	height:23px;
}
#top-nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
#top-nav ul li {
	display: inline;
	padding-right: 2px;
	font-size: 16px;
}
#top-nav ul li a {
	text-decoration: none;
	color: #20A4B1;
}
#top-nav ul li.selected {
	color: #000000;
}
#top-nav ul li.selected a {
	color: #000000;
}
/* Quote Box */
#quotebox-c{
	background-image: url('../images/quote-box.jpg');
	width: 225px;
	height: 181px;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#quotebox {
	padding:10px 0px 0px 0px;
	width: 225px;
	height: 171px;
}
.quote-c {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	width: 200px;
	overflow:hidden;
}
.quote-c p.quote {
	padding: 0px 0px 5px 20px;
	color: #717372;
	font-size: 13px;
	font-style: italic;
	margin: 0px;
	width:180px;
	text-align: center;	
	white-space:normal;
}
.quote-c p.from {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	padding: 0px 20px 0px 20px;
	margin: 0px;
	width:180px;
	text-align: center;
	white-space:normal;
}
.quote-c hr{
	color:#0094b3;
	background-color:#0094b3;
	height:5px;
	margin-left:25px;
	margin-top:30px;
}
#read img{
	border:0px;
}
/* Center Content CSS */
#cente {
	width: 100%;
	min-width:1000px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px 0px 25px 0px;
}
#center {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/center-bk.jpg');
	background-repeat: no-repeat;
	height: 100%;
}
#center-content {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	width: 625px;
	float: left;
	padding: 25px 0px 25px 25px;
	font-size: 1em;
	color: #555555;
	line-height: 1.5em;
}
#content h1 {
	background-color: #0094b3;
	width: 575px;
	height: 31px;
	color: #ffffff;
	font-size: 22px;
	padding: 5px 25px 0px 25px;
	margin-top: -4px;
}
#content h2 {
	color: #000000;
	font-size: 20px;
	padding-left:25px;
}
#content h3 {
	color: #0094b3;
	font-size: 18px;
	padding-left:25px;
}
#content br{
	clear: both;
}
#content hr {
	color: #0094b3;
	background-color: #0094b3;
}
#content ul li {
	color: #0094b3;
}
#content ul li span {
	color: #555555;
}
#content img{
	padding:10px;
}
#content .frontpic{
	padding:0px;
}
#content a{
	color:#000000;
	font-weight:bold;
}
/* Case Studies */
#casestudy {
	display: table;
	width: 100%;
	border-top: 5px #9cff09 solid;
	border-bottom: 1px #e0e0e0 solid;
	border-right: 1px #e0e0e0 solid;
	height: auto;
}
#casestudy h2 {
	padding: 10px 0px 10px 25px;
	margin:0px;
	font-size: 20px;
	border-left: 1px #e0e0e0 solid;
}
.study {
	background-color: #fafafa;
	float: left;
	width: 157.3px;
	border-left: 1px #e0e0e0 solid;
	border-top: 1px #e0e0e0 solid;
	padding: 17px 25px 0px 25px;
	height: auto;
	min-height: 200px;
}
.study2 {
	float: left;
	min-height: 175px;
}
#casestudy .study h4 {
	color: #0094b3;
	font-size: 16px;
	margin: 0px;
}
#casestudy .study h5 {
	color: #000000;
	font-size: 14px;
	margin: 0px;
}
#casestudy .study p {
	color: #555555;
	font-size: 14px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	vertical-align: top;
	line-height: 1;
}
#casestudy .study p.type {
	color: #000000;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 0.9;
}
.readmore {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: right;
	width:100%;
	float: left;
	padding-bottom: 15px;
}
/* QuickLinks */
#quicklink {
	width:100%;
	border-top:5px #9cff09 solid;
	min-height:200px;
	background-color:#fafafa;
	border-bottom: 1px #e0e0e0 solid;
	border-left: 1px #e0e0e0 solid;
	border-right: 1px #e0e0e0 solid;
}
.qlink{
	float:left;
	width:250px;
	padding:25px;
	margin:0px;
}
#quicklink h2{
	padding:0px;
	margin-top:-10px;
}
#quicklink img{
	border:1px #e0e0e0 solid;
	margin:0px;
	padding:0px;
}
#quicklink p{
	font-size:12px;
	line-height:1.2;
	padding-top:5px;
}
.qreadmore {
	font-size: 14px;
	font-weight: bold;
	color: #0094b3;
	text-decoration: none;
	text-align: right;
	width:100%;
	float: left;
}
/* Sidebar & Left hand menu
 */
#left-menu {
	border-right: 1px #EEEEEE solid;
	width: 225px;
	height: 100%;
	padding: 4px 25px 0px 25px;
	float: left;
}
#sidebar {
	margin: 0px;
	padding: 0px;
}
#sidebar h2 {
	background-color: #9cff03;
	font-size: 20px;
	height: 31px;
	width: 175px;
	padding: 3px 25px 2px 25px;
}
#sidebar ul {
	border-top: 1px #e0e0e0 dotted;
	border-bottom: 1px #e0e0e0 dotted;
	color: #717372;
	margin-top: -17px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	font-size: 16px;
}
#sidebar ul li {
	background-image: url('../images/list-bk.jpg');
	background-repeat: no-repeat;
	border-bottom: 1px #e0e0e0 dotted;
	padding-left: 25px;
	min-height: 23px;
	padding-top:2px;
	padding-bottom:0px;
	margin-bottom:0px;
	width: 200px;
}
#sidebar ul li a {
	text-decoration: none;
	padding-bottom:0px;
	color: #717372;
}
#sidebar ul li.selected {
	background-image: url('../images/list-selected-bk.jpg');
	background-repeat: no-repeat;
	background-color: #9cff03;
	color: #000000;
}
#sidebar ul li.selected a {
	text-decoration: none;
	color: #000000;
}
/* Footer CSS */
#footer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #0093B4;
	height: 100%;
}
#footer-content {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
}
#footer-1 {
	font-size: 11px;
	width: 200px;
	padding: 25px;
	text-align: center;
	float: left;
}
#footer-2 {
	float: left;
	font-size: 12px;
	width: 175px;
	padding: 25px 30px 25px 25px;
}
#footer-3 {
	float: left;
	font-size: 12px;
	width: 175px;
	padding: 25px 30px 25px 25px;
}
#footer-4 {
	float: left;
	font-size: 12px;
	width: 175px;
	padding: 25px 30px 25px 25px;
}
.TableHeader {
	text-align: left;
	width: 100px;
}
.rss{
	color:#0094b3;
	font-size:12px;
}
.rssh{
	color:#000000;
}

