@CHARSET "UTF-8";

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,html,p,blockquote,fieldset,input,object { margin:0; padding:0 }
a img,:link img,:visited img { border:none }
a:focus, a:active { outline: 0; }

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	background: #f9f7f5;
	color: #737373;
}
.clear {
	clear: both;
}
div.hr hr {
	display: none;
}
div.hr {
	height: 1px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 10px;
}
.alignCenter {
	text-align: center;	
}
.pageContainer {
	width: 994px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background: url('../images/bgMain.png') repeat-y;
	
}
.container {
	text-align: left;
	background: url('../images/bgTop.png') no-repeat;
	padding: 30px 30px 20px 30px;
}
.content {
	min-height: 330px;	
}
.bgBottom {
	background: url('../images/bgBottom.png') no-repeat;
	height: 10px;	
}
.content h1 {
	font-size: 30px;
	margin-bottom: 10px;
	letter-spacing: -0.05em;
}
.content h2 {
	font-size: 16px;
	margin-bottom: 10px;
	letter-spacing: -0.05em;
}
.content h3 {
	font-size: 15px;
	margin-bottom: 5px;
	color: #0074be;
}
.content h4 {
	font-size: 16px;
	margin-bottom: 5px;
	color: #737373;
}
.content h5 a {
	color: #737373;
}
.content p,
.content ul,
.content ol {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 20px;
}
.content p.noMargin {
	margin: 0;	
}
.content p small {
	font-size: 11px;
	line-height: 15px;
}
.content ul,
.content ol {
	margin-left: 20px;
}
.content a {
	color: #928785;
	text-decoration: none;	
	font-weight: bold;
}
.content a:hover {
	color: #2c75be;
}

.miniCol {
	width: 167px;
	float: left;
	margin: 0 10px 10px 0;	
}

.narrowCol {
	width: 226px;
	float: left;
	margin: 0 10px 10px 0;	
}
.halfCol {
	width: 108px;
	float: left;
	margin: 0 10px 10px 0;	
}

.mediumCol {
	width: 462px;
	float: left;
	margin: 0 10px 10px 0;	
}

.wideCol {
	width: 698px;
	float: left;
	margin: 0 10px 10px 0;	
}

.last {
	margin-right: 0;	
}

/** 
  * Left Nav
  */

.leftNav {
	list-style: none;
	margin-left: 0 !important;
}

.leftNav li {
	line-height: 18px;	
}

.leftNav li a {
	color: #4b4b4b;
	text-decoration: none;
	font-weight: bold;
}

.leftNav li.selected li.selected a,
.leftNav li.selected a,
.leftNav li a:hover {
	color: #2c75be;
}

.leftNav li.selected li a {
	color: #4b4b4b;	
}

.leftNav li ul {
	list-style: none;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 15px;
}

/**
  * Header
  */
  
.header {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #eeeeee;
}

.header .logo {
	width: 182px;
	height: 72px;
	background: url('../images/logo.png') no-repeat;
	text-indent: -9000px;
	float: left;
}

.header .logo a {
	display: block;
	height: 72px;
}

.header .headerRight {
	height: 60px;
	width: 560px;
	float: right;
	margin-top: 10px;
	display:block;
}

.header .headerRight h2 {
	background: url('../images/header/header_service.png') no-repeat top right;
	height: 31px;
	width: 560px;
	text-indent: -9000px;
}

.header .headerRight h5 {
	width: 560px;
	height: 15px;
	background: url('../images/headerText.png') no-repeat top right;
	padding-top: 5px;
	
	text-indent: -9000px;
}



.header .nav {
	padding-top: 25px;
}

.header .nav ul {
	list-style: none;
	display: block;
}

.header .nav ul li {
	display: inline;
}

.header .nav ul li a {
	display: block;
	float: left;
	background: url('../images/nav.png');
	height: 18px;
	font-size: 16px;
	line-height: 18px;
	padding: 0 14px;
	border-left: 1px solid #eeeeee;
	text-decoration: none;
	color: #4b4b4b;
	font-weight: bold;
	letter-spacing: -0.05em;
}

.header .nav ul li.selected a,
.header .nav ul li a:hover {
	color: #2c75be;
}

.header .nav ul li.first a {
	border-left: 0;
}

/**
  * Homepage
  */

.homeBox span {
	display: block;
	padding: 5px 0 15px 0;
	color: #000;
}

.homeBox {
	text-decoration: none;
}

.homeBox:hover span {
	text-decoration: underline;
}

.contactCountySelection {
	padding-bottom: 20px;
}

.contactCountySelection select {
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
}

.contactCountySelection button {
	display: block;
	float: left;
	margin-left: 15px;
	border: 0;
	background: url('../images/submit.png');
	width: 94px;
	height: 26px;
	text-indent: -9000px;
}

div.keyline {
	border: 1px solid #eeeeee;
}

.policy  {
	float: left;
	width: 314px;
	margin-right: 30px;
	margin-bottom: 20px;
	
}

.policy .icon {
	width: 62px;
	float: left;
}

.policy .text {
	width: 252px;
	float: left;
}

.policy h5 {
	margin-bottom: 3px;
}
.policy h5.caption {
	margin-top: 20px;
}
.policy p {
	margin-bottom: 0;
}

/**
  * News
  */

.newsItem {
	margin-bottom: 10px;	
}

.careersSpacing {
	margin-bottom: 30px;	
}

.newsItem .image {
	width: 150px;
	float: left;
	margin-right: 10px;
}

.newsItem .copy {
	width: 538px;
	float: left;
}
.newsItem .copy p {
	margin-bottom: 2px;
}
.newsItem .copy p.date {
	color: #b4b4b4;
	font-weight: bold;
}
.newsItem h4 {
	color: #666;
	font-size: 16px;
}
.newsItem .readMore {
	color: #333;
}
.applicationForm p {
	line-height: 48px;	
}

.applicationForm p img{
	float: left;
	margin-right: 10px;
}

.narrowLink {
	padding: 10px 20px 0 20px;	
}

/**
  * Request form
  */
  
.formBuilder fieldset {	
	border: 0;
}

.formBuilder ul {
	list-style: none;
	padding: 10px 0;
	margin-left: 0;
}

.formBuilder ul li {
	margin: 0 0 8px 0;
	padding: 0;
	clear: both;
}

.formBuilder ul li small {
	display: block;
	clear: both;
	padding: 0 30px 0 100px;
}

.formBuilder  ul li label {
	font-size: 13px;
	font-weight: bold;
	width: 130px;
	padding-right: 10px;
	float: left;
	text-align: right;
}


.formBuilder  ul li.error label {
	color: red;
}
.formBuilder ul li input[type="text"] {
	line-height: 20px;
	height: 20px;
	width: 300px;
	border: 0;
	background: #f4f3f3;
	font-size: 13px;
	padding: 0 5px;
}

.formBuilder ul li.help p {
	font-size: 10px;
	line-height: 13px;
	width: 300px;
	float: left;
}

.formBuilder ul li input[type="checkbox"] {
	float: left;
}

.formBuilder ul li textarea {
	height: 100px;
	width: 300px;
	border: 0;
	background: #f4f3f3;
	font-size: 13px;
	padding: 5px;
}


.formBuilder button {
	height: 26px;
	display: block;
	width: 94px;
	background: url('../images/submit.png');
	border: 0;
	margin-left: 140px;
	text-indent: -9000px;
}
.formBuilder legend {
	display: none;
}
.formBuilderFieldset_options li {
	float: left;
	clear: none !important;
	width: 160px;
}
.formBuilderFieldset_options li label {
	text-align: left !important;
}
.formBuilder .formBuilderFieldset_options ul li input {
	float: left;
}
.formBuilder .formBuilderFieldset_options ul li label {
	float: right;
}

.option {
	display: block;
	float: left;
	width: 72px;
	text-align: center;
	position: relative;
}

.relative {
	position: relative;	
}
.zoomIcon {
	position: absolute;
	top: 5px;
	right: 5px;
}
.option .zoomIcon {
	right: 10px;
}

/**
  * Footer
  */
 
.footer {
	
}
 
.footer .footerBox {
	display: block;
	float: left;
	margin-left: 8px;
	margin-bottom:20px;
}

.footer p {
	text-align: center;
	color: #928785;
	font-weight: bold;
}
  
.footer .footerBox.first {
	margin-left: 0;
}