

html {
	font-size: 62.5%;
}

body {
	margin: 0; 
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	font-family: helvetica, arial, sans-serif;
	color: #404040;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-size: 1em;
	font-weight: bold;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

ul, ol {
	margin: 0; 
	padding: 0 0 0 20px;
}

form, fieldset {
	margin: 0; padding: 0;
	border: 0;
}

.required 
{
	color: #c40202;
}
label 
{
	color: #246ba4;
	font-weight: bold;
}
#header {
	background: url(../images/header.png);
}

#header .inner {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	min-height: 133px;
}

#header #logo {
	float: left;
	padding: 40px 0 0 0;
}

#header .language {
	float: right;
	padding: 3px 0 0 0;
}

#header #search {
	clear: right;
	float: right;
	padding: 17px 0 26px 0;
}

#header #search label {
	display: none;
}

#header #search input {
	float: left;
}

#header #search .textbox {
	background: url(../images/search.png) repeat-x;
	border: 1px solid #c9c9c9;
	padding: 3px 5px;
	margin: 0 9px 0 0;
}

/*** NAV ***/

#navHolder {
	float: right;
	width: 740px;
}

#nav {
	float: right;
}

#nav li {
	float: left;
	list-style: none;
	padding: 0 12px 10px 12px;
}

#nav a {
	color: #415a68;
	font-size: 1.2em;
}

#nav .active,
#nav li:hover {
	background: url(../images/nav_active.png) no-repeat center bottom;
}

#nav .active a,
#nav  a:hover {
	color: #3ba9fe;
}


/*** WYSIWYG ***/

.content {
	padding: 5px 0;
	line-height: 1.9em;
	overflow: hidden;
}

.content h1{
	font-size: 1.7em;
	font-weight: normal;
	margin: 15px 0;
	color: #14609d;
}

.content h2{
	font-size: 1.5em;
	font-weight: normal;
	margin: 20px 0 15px 0;
	color: #14609d;
}

.content h3{
	font-size: 1.3em;
	font-weight: normal;
	margin: 20px 0 15px 0;
	color: #14609d;
}

.content h4{
	font-size: 1.1em;
	font-weight: normal;
	margin: 20px 0 15px 0;
	color: #14609d;
}

.content ul,
.content ol {
	padding: 0 0 0 25px;
	margin: 5px 0;
}

.content a {
	color: #14609D;
}

.content .wysiwygleft {
	margin: 0 10px 10px 0;
}

.content .wysiwygright {
	margin: 0 0 10px 10px;
}

.content .wysiwyg {
	margin: 10px;
}

.content .highlight {
	background: #14609D;
	padding: 1px 3px;
	font-weight: bold;
	color: #ffffff;
}

.content .featureText {
	color: #14609D;
	font-size: 1.6em;
	border-bottom: 1px solid #c6c6c6;
	display: block;
	padding: 0 0 27px 0;
}

.warning {
	font-weight: bold;
	color: #c40202;
}

.contactFormContent {
	overflow: hidden;
	padding: 10px 0 0 0;
}

.contactFormContent .content {
	/*width: 447px;*/
	/*float: left;*/
	padding: 0;
}

.contactFormContent .content p {
	margin: 0 0 20px 0;
	/*line-height: 1.9em;*/
}

.contactFormContent .content table  {
	border: 1px solid #DCDCDC;
	width: 100%;
}

.contactFormContent .content table th {
	background: #2a6698;
	color: #ffffff;
	font-weight: bold;
}

.contactFormContent .content table th p {
	margin: 0;
	text-align: left;
	padding: 2px 10px;
}

.contactFormContent .content table td p {
	text-align: left;
	margin: 0;
}

.contactFormContent .content table td {
	border-top: 1px solid #DCDCDC;
	padding: 2px 10px;
}



.contactFormContent .pageBox {
	background: #e8e8e8;
	width: 220px;
	float: right;
}

.contactFormContent .pageBox h3 {
	background: #2a6699;
	color: #ffffff;
	font-weight: bold;
	padding: 8px 12px;
}

.contactFormContent .pageBox .text {
	padding: 11px;
}

.contactFormContent .pageBox .text p {
	margin: 0;
	line-height: 1.9em;
}

/*** TITLE ***/

.title {
	color: #14609d;
	border-bottom: 1px solid #c6c6c6;
	font-size: 2em;
	font-weight: normal;
	padding: 0 0 12px 0;
	line-height: 1em;
}

.subtitle {
	padding: 13px 0;
	border-bottom: 1px solid #c6c6c6;
	font-size: 1.4em;
	margin: 0 0 10px 0;
}

/*** HOMEPAGE ***/

#homepageTop {
	background: url(../images/top_bg.png) repeat-x 0 0;
}

#homepageTop .inner {
	width: 960px;
	margin: 0 auto;
	padding: 42px 0 25px 0;
	overflow: hidden;
}

#banner {
	background: #14609d url(../images/banner_bg.png) repeat-x 0 0;
	margin: 0 0 47px 0;
	overflow: hidden;
	height: 295px;
}

#banner .slideHolder {
	position: relative; 
	height: 262px;
}

#banner .slideHolder .slide {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#banner .slideHolder .first {
	display: block;
}

#banner .bannerLink {
	/*display: none;*/
}

#banner .slide {
	height: 262px;
	overflow: hidden;
}

#banner .text {
	float: left;
	width: 450px;
	color: #ffffff;
	margin: 20px;
	height: 221px;
	overflow: hidden;
}

#banner .text .panel {
	overflow: hidden;
}

#banner .image {
	float: left;
	position: relative;
}

#banner .image .arrow {
	background: url(../images/arrow.gif);
	position: absolute;
	left: 0;
	top: 30px;
	width: 10px;
	height: 20px;
}

#banner .image img {
	display: block;
	width: 470px;
	height: 262px;
}

#banner a {
	color: #ffffff;
	text-decoration: underline;
}

#banner h1 {
	color: #facb1c;
	font-size: 2.2em;
	line-height: 1em;
}

#banner .bannerLink {
	background: #17649f url(../images/banner_link.png);
	clear: both;
	min-height: 33px;
	text-transform: uppercase;
	font-weight: bold;
	overflow: hidden;
}

#banner .bannerLink .featureLink {
	background: url(../images/cta_chevron.gif) no-repeat 6px 11px;
	color: #ffffff;
	padding: 6px 0 0 15px;
	display: block;
	margin: 0 0 0 20px;
	float: left;
	text-decoration: none;
}

#banner ul {
	overflow: hidden;
}

#banner .bannerLink ul {
	padding: 0 15px 0 0;
	float: right;
}

#banner .bannerLink li {
	background-image: url(../images/banner_on_off.png);
	background-repeat: none;
	background-position: 0 10px;
	text-indent: -5000px;
	float: left;
	list-style: none;
	width: 10px;
	height: 10px;
	margin: 10px 8px 0 0;
}

#banner .bannerLink .active {
	background-position: 0 0;
}

.section {
	float: left;
	width: 460px;
	margin: 0 20px 0 10px;
}

.alt {
	margin: 0 10px 0 0;
}

.section .item {
	width: 220px;
	float: left;
	margin: 0 20px 0 0;
	padding: 28px 0 0 0;
}

.section .alt {
	margin: 0 0 0 0;
}

.section .subtitle {
	font-size: 1.4em;
	letter-spacing: -0.4px;
	padding: 0 0 18px 0;
	white-space: nowrap;
}

.section .image img {
	display: block;
}

.section .description {
	margin: 26px 0 29px 0;
	height: 90px;
	overflow: hidden;
}

.section .description p {
	margin: 0;
}

.section a {
	font-weight: bold;
	text-decoration: underline;
	color: #404040;
}

.section .more {
	background: #e8e8e8 url(../images/cta_chevron.gif) no-repeat 7px 6px;
	display: block;
	padding: 1px 0 1px 20px;
	text-decoration: none;
	font-size: 0.9em;
	padding: 1px 0 1px 17px;
}

#homepageBottom  {
	background: #e7eff5 url(../images/bottom_bg.png) repeat-x;
	padding: 0 0 48px 0;
}

#homepageBottom .inner {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding: 25px 0 0 0;
}

#homepageBottom .people {
	width: 668px;
	margin: 0 60px 0 0;
}

#homepageBottom .titleHolder {
	overflow: hidden;
}

.titleHolder .title {
	border-bottom: none;
	float: left;
}

.titleHolder ul {
	float: right;
}

.titleHolder li {
	background-image: url(../images/banner_on_off_pale.png);
	background-repeat: none;
	background-position: 0 10px;
	text-indent: -5000px;
	float: left;
	list-style: none;
	width: 10px;
	height: 10px;
	margin: 10px 8px 0 0;
}

.titleHolder .active {
	background-position: 0 0;
}

#peopleList {
	background: #ffffff;
	overflow: hidden;
}

#peopleList .scroll {
	display: block;
	width: 28px;
	height: 291px;
	float: left;
	cursor: pointer;
}

#peopleList .scrollLeft {
	background: url(../images/scroll_left.png) no-repeat 8px center;
}

#peopleList .scrollRight {
	background: url(../images/scroll_right.png) no-repeat 8px center;
}

#peopleList .peopleListInner {
	float: left;
	height: 291px;
	width: 612px;
	overflow: hidden;
	position: relative;
}

#peopleList .peopleListInner2 {
	width: 2000px;
	overflow: hidden;
	position: relative;
}

#peopleList .peopleItem {
	background: url(../images/box_grey.png) no-repeat bottom left;
	float: left;
	width: 204px;
	height: 291px;
	color: #ffffff;
	cursor: pointer;
}

#peopleList .peopleItem .image {
	width: 204px;
	height: 130px;
}

#peopleList .peopleItem .image img {
	display: block;
	width: 204px;
	height: 130px;
}

#peopleList .peopleItem h3 {
	border-bottom: 1px solid #5d5d5d;
	padding: 8px;
}

#peopleList .peopleItem .text {
	margin: 0;
	padding: 8px 8px 5px 8px;
	height: 87px;
	overflow: hidden;
	font-weight: normal;
}

#peopleList .peopleItem .peopleLink {
	background: url(../images/people_arrow.gif) no-repeat 7px 7px;
	display: block;
	padding: 0 8px 3px 18px;
}

#peopleList .peopleItem a {
	color: #ffffff;
}

#peopleList .peopleItem.active,
#peopleList .peopleItem:hover {
	background: url(../images/box_blue.png) no-repeat bottom left;
}

#peopleList .peopleItem.active h3,
#peopleList .peopleItem:hover h3 {
	border-bottom: 1px solid #1b5e94;
	color: #ffe21f;
}

#homepageBottom .news {
	width: 220px;
	margin: 0;
}

.news .newsItem {
	border-top: 1px solid #C6C6C6;
	padding: 8px 0 9px 0;
}

.news .newsItem .date {
	color: #2575b2;
}

.news .newsItem p {
	margin: 0;
}

#wrapper {
	background: url(../images/wrapper_bg.png) repeat-x 0 0;
}

#wrapper .wrapperInner {
	width: 940px;
	margin: 0 auto;
	padding: 35px 0;
	overflow: hidden;
}

#col {
	float: left;
	width: 220px;
	margin: 0 20px 0 0;
	padding: 0 0 1px 0;
}

#content {
	overflow: hidden;
	position: relative;
}

/*** SUBNAV ***/

#subnavDiv {
	border-bottom: 1px solid #c1c2c4;
	margin: 0 0 21px 0;
	overflow: hidden;
}

#subnavDiv h1 {
	text-indent: -5000px;
	line-height: 0;
	display: none;
}

#subnavDiv ul {
	padding: 0;
}

#subnavDiv li {
	list-style: none;
	background: url(../images/subnav.png) no-repeat 0 0;
	min-height: 36px;
	text-transform: uppercase;
	width: 100%;
	float: left;
}

#subnavDiv a {
	display: block;
	padding: 13px 8px 10px 8px;
	font-weight: bold;
	color: #273f6b;
}

#subnavDiv .active {
	background: #1d598b url(../images/subnav_active.png) repeat-x;
}

#subnavDiv .active a {
	color: #ffffff;
	padding: 9px 8px 8px 8px;
}

#subnavDiv .active ul a {
	color: #273f6b;
	text-transform: none;
}

#subnavDiv li ul {
	background: #E4EDF4 url(../images/shadow.png) repeat-x; 
	padding: 6px 0 6px 0;
	overflow: hidden;
}

#subnavDiv li ul li {
	background: #e4edf4;
	min-height: 30px;
}

#subnavDiv .active ul li a {
	background: url(../images/subnav_arrow.png) no-repeat 9px 15px;
	padding-left: 20px;
	color: #1e65a1;
}

#subnavDiv .active ul .active {
	background: none;
}

#subnavDiv .active ul .active a {
	text-decoration: underline;
}

/*** CTAS ***/

.cta {
	margin: 0 0 18px 0;
}

.cta h2 {
	color: #ffffff;
	font-size: 1.8em;
	padding: 14px 14px 18px 14px;
}

.cta a {
	background: url(../images/cta_chevron.gif) no-repeat 0 5px;
	padding: 0 0 0 7px;
	display: block;
}

.cta a:hover {
	text-decoration: underline;
}

.cta.yellow {
	background: #f9cb1d url(../images/cta_yellow.png) no-repeat 0 0;
}

.cta.yellow h2 {
	border-bottom: 1px solid #a58a1e;
}

.cta.yellow a {
	color: #5c5d5e;
}

.cta.blue {
	background: #14609d url(../images/cta_blue.png) no-repeat 0 0;
}

.cta.blue h2 {
	border-bottom: 1px solid #134770;
}

.cta.blue a {
	color: #ffffff;
}

.cta.grey {
	background: #5d5d5d url(../images/cta_grey.png) no-repeat 0 0;
}

.cta.grey h2 {
	border-bottom: 1px solid #424447;
}

.cta.grey a {
	color: #ffffff;
}

.cta.yellow .ctaContent {
	color: #5C5D5E;
}

.cta img {
	margin: 0 0 0 14px;
}

.ctaContent {
	color: #ffffff;
	padding: 12px 14px 0 14px;
}

.ctaContent a {
	color: #ffffff;
	text-decoration: underline;
}

.ctaContent p {
	margin: 2px 0;
}

.cta .ctaLink {
	padding: 10px 8px;
	font-size: 1em;
	letter-spacing: -0.2px;
}


/*** FORM ***/
.formcolumn 
{
	float: left;
	width: 315px;
}
.form {
	overflow: hidden;
	padding: 20px 0;
}

.form .field {
	padding: 0 0 20px 0;
}

.form .label {
	padding: 0  0 2px 0;
	color: #246ba4;
	font-weight: bold;
	width: 220px;
}

.form .textbox {
	width: 248px;
	border: 1px solid #9c9c9c;
	padding: 4px 5px;
	height: 25px;
}

.form textarea {
	height: 100px;
}

.form .row {
	overflow: hidden;
}
.form .row .field {
	
}

.form .row .checkbox {
	padding-right: 40px;
}

.form select {
	width: 249px !important;
	border: 1px solid #9c9c9c;
	padding: 1px 0;
	height: 25px;
	margin: 0;
	overflow: hidden;
}
.form .textfield 
{
	width: 248px !important;
	border: 1px solid #9c9c9c;
	padding: 1px 0;
	height: 21px;
	margin: 0;
	overflow: hidden;
}
#contactForm {
	margin: 22px 0 0 0;
}
#contactForm h2 
{
	border-top: 1px solid #c6c6c6;
	color: #14609d;
	font-size: 180%;
	padding: 10px 0 30px 0;
}
#newsletter_signup {
	padding-top: 0;
}
.btn_send {
	width: 68px;
	height: 25px;
	background: url(../images/btn_send.gif) 0 0 no-repeat;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	border: none;
	padding: 0;
	margin: 10px 0;
	font-size: 0px;
	line-height: 0px;
}
#addressblock 
{
	width: 230px;
	min-height: 205px;
	float: right;
}
#addressblock_top 
{
	background-color: #2a6699;
	color: #FFFFFF;
	padding: 5px 0 5px 8px;
	font-weight: bold;
}
#addressblock_main 
{
	background-color: #e8e8e8;
	color: #404040;
	padding: 5px 0 5px 8px;
	margin: 0;
}
#addressblock_main a
{
	color: #404040;
	text-decoration: underline;
}
.questionnaire_form {
	padding-top: 0;
}

.questionnaire_form textarea {
	width: 559px !important;
}

.questionnaire_form .questions {
	/*table-layout: fixed;*/
	width: 598px;
}

.questionnaire_form .questions .tableHeader {
	padding-left: 8px;
}

.questionnaire_form .questions .rowTitle {
	width: 200px;
}

.questionnaire_form .questions td {
	/*padding: 10px 40px 10px 10px;*/
}

.questionnaire_form .grid {
	padding: 0 0 20px 0;
}

.validateerror {
	padding: 4px 0 20px 0;
}

.validateerror h3 {
	color: #c40202;
	font-weight: bold;
}

.validateerror ul {
	padding-left: 16px;
}

.validateerror li {
	color: #c40202;
	font-weight: bold;
	margin: 3px 0;
}

/*** LIST ***/

.list {
	border-top: 1px solid #c6c6c6;
}

.list .item {
	border-bottom: 1px solid #c6c6c6;
	padding: 20px 0 15px 0;
	overflow: hidden;
}

.list .item .description {
	overflow: hidden;
}

.list h3 {
	margin: 2px 0 0 0;
}

.list p {
	margin: 5px 0;
}

.list .image {
	width: 100px;
	height: 80px;
	float: left;
	margin: 0 25px 0 0;
}

#newslist .date {
	background: url(../images/date.png);
	width: 60px;
	height: 77px;
	margin: 0 33px 0 27px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	float: left;
}



#newslist .date .month {
	font-size: 1em;
	padding: 3px 0 0 0;
	display: block;
}

#newslist .date .day {
	font-weight: bold;
	padding: 9px 0 0 0;
	font-size: 2em;
	display: block;
}

#newslist .date .year {
	padding: 0 0 0 4px;
	color: #c9e2f6;
}

.rss {
	background: url(../images/rss.png) no-repeat 0 0;
	color: #14609D;
	padding: 0 0 0 20px;
	position: absolute;
	right: 5px;
	top: 6px;
}

#productList,
#serviceList {
	border-top: none;
}

#productList .item,
#serviceList .item {
	width: 340px;
	float: left;
	padding-top: 8px;
	margin-right: 20px;
}

#productList .item {
	padding-top: 20px;
}

#productList .alt,
#serviceList .alt {
	width: 340px;
	margin: 0;
}

#serviceList h3 {
	margin-bottom: 10px;
}

#productList .thumb,
#serviceList .thumb {
	width: 340px;
	height: 123px;
}

#productList .thumb img,
#serviceList .thumb img {
	display: block;
	width: 340px;
	height: 123px;
} 

#productList .more,
#serviceList .more {
	background: #e8e8e8 url(../images/people_arrow.gif) no-repeat 8px 8px;
	width: 322px;
	padding: 0 0 0 18px;
	color: #222222;
	font-weight: bold;
	font-size: 0.9em;
	display: block;
}

#productList .summary {
	font-size: 1.3em;
	font-weight: bold;
	margin: 1px 0 7px 0;
	height: 45px;
}

#serviceList .summary {
	width: 340px;
	height: 44px;
}

#careerList .line {
	overflow: hidden;
	padding: 0 0 2px 0;
}

#careerList .line h3 {
	float: left;
	width: 110px;
	margin: 0;
	font-size: 1.2em;
}

#careerList .line p {
	margin: 0 0 2px 0;
}

#careerList .line .description {
	float: left;
	font-size: 1.2em;
}

/*** LISTING ***/

.listing {
	overflow: hidden;
}

.listing .item {
	float: left;
	width: 220px;
	margin: 0 20px 0 0;
	padding: 0 0 28px 0;
}

.listing .third {
	margin-right: 0;
}

.listing h3 {
	margin: 15px 0 5px 0;
}

.listing p {
	margin: 5px 0 0 0;
}

.listing .image {
	background: #2a6699;
	width: 220px;
	height: 78px;
}

.listing .image img {
	width: 220px;
	height: 78px;
	display: block;
}

.listing .details {
	background: #e8e8e8 url(../images/details.png) no-repeat 10px 8px;
	padding: 0 0 0 20px;
	display: block;
	color: #404040;
	font-weight: bold;
	width: 200px;
}


/*** SITE SEARCH ***/

#siteSearch {
	overflow: hidden;
}

#siteSearch input {
	float: left;
	margin: 0 10px 0 0;
}

.searchResults label {
	display: none;
}

.searchResults li {
	margin: 10px 0;
}

.pagination span,
pagination a {
	padding: 0 3px;
}



.galleryLink {
	overflow: hidden;
}

.galleryLink a {
	background: #f7ca1e url(../images/gallery_arrow.png) no-repeat 8px 8px;
	float: left;
	color: #222222;
	padding: 0 17px;
	font-weight: bold;
	font-size: 0.9em;
}

.galleryLink a {
	display: none;
}

.galleryLink .first {
	display: block;
}

.galleryLink .first img {
	display: none;
}

.filterform {
	padding: 5px 0 25px 0;
	overflow: hidden;
	clear: both;
}

.filterform select {
	width: 247px;
	border: 1px solid #9c9c9c;
	padding: 3px;
	margin: 0 4px 0 0;
}

.productTable th {
	background: #2a6699;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	padding: 5px 10px 5px 10px;
	text-align: left;
}

.productTable td {
	background: #e8e8e8;
	border-right: 1px solid #ffffff;
	color: #404040;
	padding: 10px 30px 10px 10px;
	vertical-align: top;
}

/*** SITEMAP ***/

#sitemap .folder {
	font-weight: bold;
}

#sitemap .folder #sitemap,
#sitemap .folder #sitemap li {
	font-weight: normal;
}

#sitemap a {
	color: #404040;
}

#sitemap .folder #sitemap .folder #sitemap {
	padding-left: 10px;
}

#sitemap .folder #sitemap .folder #sitemap li {
	list-style: none;
}


/*** FOOTER ***/

#footer {
	border-top: 1px solid #c6c6c6;
	padding: 20px 0;
	overflow: hidden;
	font-weight: bold;
}

#footer .inner {
	width: 940px;
	margin: 0 auto;
}

#footer .footerNav li {
	background: url(../images/stick.png) no-repeat right 4px;
	float: left;
}

#footer .footerNav .last {
	background: none;
}

#footer .copy li {
	float: right;
}

#footer li {
	list-style: none;
	padding: 0 10px;
	color: #5d5d5d;
}

#footer a {
	color: #5d5d5d;
}

#footer a:hover {
	text-decoration: underline;
}


