* { margin: 0; padding: 0; border: 0; } /* Everything has 0 unless defined */

html {
	border: 0; height: 100%;
}

body {
	background: #2288D0;
	font-family: arial, verdana, sans-serif;
}

/* ============================================================================= Fonts === */

a {
	color: #ff9900;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p {
	font-size: 14px;
	line-height: 18px;	
}

b {
	color: #ff9900;
}

strong {
	font-weight: 900;	
}

p.quote {
	font-style: italic;
}

.red {
	color: #ff0000;
}

.tiny {
	font-size: 10px;
}

.date {
	font-size: 11px;
	color: gray;
	font-family: verdana, arial;
}

.blue { color: #155290;  }


h1 {
	font-size: 22px;
	font-weight: 800;
	color: #155290;
}

		
h2 {
	font-size: 20px;
	color: #155290; /* #003366;  */
	font-weight: 800;
	margin: 0px 0;
	background: url('../images/h2-bg.gif') no-repeat left center;
	height: 31px;
	padding: 5px 0 0 5px;
	font-style: italic;
	
}

h3 {
	font-size: 14px;
	color: #ff9900; /* #003366;  */
	font-weight: 800;
	margin: 0;
	font-style: italic;
	margin-top: 5px;
	
}

h2 em {
	color: #ff9900;

}

hr {
	margin: 20px 0;
	height: 1px;
	background-color: #44AADB;
	clear: both;
	
}

img.border {
	float: right;
	margin: 10px;
	border: 10px solid #232323;
}


.clear {
	clear: both;
	height: 0px;
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;	
}


/* ============================================================================= clean the above === */

.wrapper {
	margin: 0 auto;
	width: 960px;
}

#language-select {
	min-width: 960px;
	height: 22px;
	background-color: #F0FBFF;
}

#language-select p {
	display: block;
	float: right;
	font-size: 13px;
	color: #fff;
	height: 22px;
	width: 160px;
	padding-left: 30px;
	margin-right: 4px;
	background: url('../images/language-bg.gif') no-repeat top left;
}

#language-select a {
	color: #104071;
	font-weight: bold;
}

/* ============================================================================= header === */

#header {
	min-width: 960px;
	background-color: #fff;
	height: 75px;
	width: 100%;
	padding-top: 5px;
	z-index: 99;
	padding-bottom: 10px;
}

#header a.logo {
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 10px;
}

#header p.company-name {
	float: left;
	margin-top: 22px;
	margin-bottom: 5px;
	padding-bottom: 7px;
	font-size: 22px;
	font-weight: 800;
	color: #155290;
	background: url('../images/company-name-underline.gif') no-repeat bottom left;
}

#header p.tagline {
	width: 400px;
	float: left;
	font-size: 16px;
	color: #155290;
	font-weight: 800;
}

#header #service {
	float: right;
	background: url('../images/service-call-bg.gif') no-repeat top left;
	height: 72px;
	margin-top: 2px;
	margin-right: 5px;
	padding: 5px 10px;
}

#header #service p {
	background: url('../images/service-call-phone.gif') no-repeat center left;
	color: #ff9900;
	padding-left: 55px;
	font-size: 0.8em;
}

#header #service a {
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 5px;
	padding-left: 13px;
	padding-bottom: 2px;
	background: url('../images/service-call-arrow.gif') no-repeat center left;
}

#header #service a:hover {
	cursor: pointer;
}

/* ============================================================================= value-proposition === */

#value-proposition {
	min-width: 960px;
	background: #3194D5 url('../images/home-header.jpg') no-repeat center;
	height: 150px;
	padding-top: 65px;
	z-index: 0;
}

#value-proposition h1 {
	font-size: 28px;
	font-weight: normal;
	color: #FFF;
	padding-left: 105px;
}

#value-proposition p {
	color: #fff;
	font-size: 0.8em;
	width: 570px;
	line-height: 17px;
	margin-top: 10px;
	padding-left: 105px;
}

#content-header {
	min-width: 960px;
	background: #fff url('../images/content-header-bg.gif') repeat-x;
	height: 50px;
	padding-top: 40px;
}

#content-header h1 {
	font-size: 28px;
	font-weight: normal;
	color: #FFF;
	padding-left: 30px;
}

/* ============================================================================= nav === */

#nav {
	min-width: 960px;
	background: #C2E4F0 url('../images/nav-bg.gif') repeat-x top;
	height: 72px;
}

#nav ul {
	list-style: none;
}

#nav li {
	float: left;
	font-weight: normal;
}

#nav a {
	float: left;
	color: #155290;
	text-decoration: none;
	display: block;
	height: 46px;
	padding: 0 17px;
	padding-top: 26px;
}

#nav a:hover {
	text-decoration: underline;
}

#nav li.active {
	background: url('../images/nav-over-bg.gif') repeat-x top;
	border: solid 1px #0e447c;
	border-width: 0 1px 0px 1px;
}

#nav li.active a {
	background: url('../images/nav-over-arrow.gif') no-repeat bottom center;
	color: #fff;
	text-decoration: none;
	display: block;	
}

/* ============================================================================= content === */

#content {
	min-height: 400px;
        background-color: #f6f6f6;
}

#content-wrapper {
	min-height: 400px;
	background-color: #fff;
	width: 958px;
	margin: 0 auto;
	border: 1px solid #e2e2e2;
	border-width: 0 1px;
}


/* ============================================================================= home === */

.home p {
	display: block;
	width: 719px;
	padding: 10px 50px;
	height: 40px;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	margin-left: 70px;
	background: url('../images/home-p-arrows.gif') no-repeat center left;
}

/* ============================================================================= bluebox === */

#bluebox {
	float: left;
	width: 421px;
	background: #2487CA  url('../images/blue-box-top.jpg') no-repeat top left;
	margin: 28px;
	
}

#bluebox h2 {
	color: #fff;
	font-size: 1.2em;
	padding: 0px 10px;
	margin-top: 9px;
	text-decoration: none;
	background: none;
	font-style: normal;
	height: auto;
}

#bluebox a:hover {
	background: none;
	text-decoration: none;
}

#bluebox img {
	float: right;
	border: solid 6px #d6ecf3;
	margin: 5px;
	margin-top: 15px;
}

#bluebox ul {
	background: none;
	width: 170px;
	list-style: square;
	color: #FFF;
	padding: 10px 25px;
	font-size: 13px;
	line-height: 17px;
	height: 230px;
}

#bluebox li {
	padding: 5px;
	padding-right: 0px;
	font-size: 1em;
	color: #fff;
}

#bluebox a.more {
	text-align: right;
	height: 30px;
	background: url('../images/blue-box-bottom.jpg') no-repeat left bottom;
	width: 411px;
	display: block;
	color: #fff;
	font-size: 0.8em;
	padding-right: 10px;
}

#bluebox a:hover.more {
	color: #ff9900;
}

#divider {
	width: 1px;
	height: 200px;
	background-color: #e2e2e2;
	float: left;
	margin-top: 70px;
}

/* ============================================================================= section pages === */

.section #content-wrapper {
	/* 958 px */
	padding: 20px;
	width: 918px;
	padding-bottom: 50px;
}

.section ul, .section ol {
	width: 300px;
	//width: 260px; /* ===================== IE6 === */
	list-style: outside square;
	color: #3366CC;
	background-color: #FFF;
	font-size: 16px;
	background: url('../images/list-box-bg.gif') repeat-y left top;
	margin: 10px;
	padding: 10px;
	padding-left: 20px;
}

.section ol {
	list-style: decimal;
	padding-left: 30px;
	
}

.section ul img {
	margin: 0;
	padding: 0;
	border: 0;
}

.section li {
	padding: 5px;
	font-size: 13px;
	border-bottom: 1px dotted #36c; 
}

.section img {
	padding: 1px;
	background-color: #fff;
	border: 10px solid #C2E4F0;
	margin: 5px;
	margin-right: 15px;
	
}

.section div.image-description {
	float: right;
	background-color: #C2E4F0;
	color: #155290;
	margin: 15px;
}

.section div.image-description p {
	text-align: right;
	font-size: 0.8em;
	padding: 5px;
	padding-right: 10px;
}

.section .right {
	float: right;
}

.more-info {
	background: url('../images/phone-icom-sm.gif') no-repeat left center;
	padding-left: 30px;
	padding-top: 5px;
	height: 21px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-left: 40px;
	
}

/* ============================================================================= Employees === */

p.bulletin {
	border: 1px solid #FF9D18;
	padding: 15px;
	background-color: #FFF1B9;
	color: #FF9D18;
	margin-bottom: 20px;
}

a.pdf {
	font-size: 16px;
	color: #155290;
	margin: 0;
	background: url('../images/pdf.gif') no-repeat left center;
	padding-left: 17px;
}

a.doc {
	font-size: 16px;
	color: #155290;
	margin: 0;
	background: url('../images/doc.gif') no-repeat left center;
	padding-left: 17px;
}

a.ppt {
	font-size: 16px;
	color: #155290;
	margin: 0;
	background: url('../images/ppt.gif') no-repeat left center;
	padding-left: 17px;
}

/* ============================================================================= Staff Profiles === */

.staff-profiles img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-width: 3px;
}

.staff-profiles p {
	padding-left: 140px;
}

.top {
	float: right;
	font-size: 10px;
	padding: 5px;
	
}

#left-menu {
	float: left;
}

#right-content {
	width: 540px;
	float: left;
}


/* ============================================================================= Locations === */

.map {
	float: right;
	margin-left: 0px;
	border: 5px solid #D5ECF2;
	width: 537px;
	height: 244px;
}

.section .map img {
	background-color: transparent;
}

.address {
	float: left;
	width: 350px;
	
	
}

/* ============================================================================= Footer === */

#footer {
	min-width: 960px;
	min-height: 148px;
	border-top: solid 6px #44aadd;
	background: url('../images/footer-bg.gif') repeat-x top;
}

#footer a.logo {
	float: left;
}

#footer p {
	font-size: 10px;
	line-height: 10px;
	color: #fff;
	padding-left: 350px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* ============================================================================= Footer Menu === */

#footer-menu ul {
	margin-top: 0px;
	padding-top: 20px;
}

#footer-menu li {
	float: left;
	font-size: 10px;
	list-style-type: none;
	margin: 0 2px;
}

#footer-menu li a {
	color: #FFF;
	display: block;
	text-decoration: none;
	border-right: 1px solid #FFF;
	padding: 2px 10px;
}

#footer-menu li.last a {
	border: none;
	background: url('../images/footer-login-icon.gif') no-repeat right center;
	padding-right: 32px;
}

#footer-menu li a:hover {
	text-decoration: underline;
}

#footer-menu li a.this {
	text-decoration: underline;
}

/* ========================================================================== Production Notes === */

.highlight {
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
    margin: 5px;
    background-color: yellow;
}