@import url("reset.css");

/* @group Layout */

body {
	background: #FFF url(backgroundBody.png) no-repeat center top;
	margin: 0 auto 0 auto;
	padding: 0;
	width:  960px;
}

#page {
	margin: 0;
	padding: 0;
	width:  100%;
}

#header {
	width: 100%;
	height: 131px;
	margin: 0;
	padding: 0;
	position: relative;
	background: transparent url(backgroundHeaderFooter.png) no-repeat left bottom;
}

#servicesNavigation {
	margin: 1.5em 0 2em 0;
	border: 1px solid #012b58;
	background-color: #012b58;
}

#headerLogo {
	width: 235px;
	height: 74px;
	display: block;
	position: absolute;
	top: 32px;
	left: 0px;
	background: url(backgroundHeaderLogo.png) no-repeat 0 0;
	text-indent: -5000px;
}

#companyServices {
	width: 509px;
	height: 48px;
	display: block;
	position: absolute;
	top: 58px;
	left: 415px;
	background: url(backgroundCompanyServices.png) no-repeat 0 0;
	text-indent: -5000px;
}

#navigation {
	margin: 27px 0 34px 0;
	padding: 0 0 18px 0;
	width: 177px;
	float: left;
	border-bottom: 3px solid #7e91c2;
}

#pageTools {
	float: right;
	margin: 0 16px 16px 16px;
}

#main {
	margin: 28px 0 30px 35px;
	padding: 0;
	width: 708px;
	float: left;
}

#content {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#cmsContent {
	clear: both;
}

#cmsContent object#clientLogos {
	margin: 4px 18px 16px 18px;
	float: right;
	border: 1px solid #e8edf3;
}

#homepageFeature {
	float: left;
	width: 708px;
	margin: 0 0 30px 0;
}

#homepageSubfeature1 {
	clear:  both;
	float: left;
	width: 216px;
	margin: 0;
}

#homepageSubfeature2 {
	float: left;
	width: 216px;
	margin: 0 0 0 30px;
}

#homepageSubfeature3 {
	float: left;
	width: 216px;
	margin: 0 0 0 30px;
}

#sidebar {
	float: right;
	width: 29%;
}

#subnavigation {
	padding: 0;
	width: 20em;
	float: right;
	margin: 1em 0 1em 1em;
}

#footerNavigation {
	padding: 0;
	margin: 0;
	float: left;
}

#footer {
	height: auto;
	margin: 0;
	padding: 19px 0 3em 211px;
	float: left;
	width: 749px;
	background: transparent url(backgroundHeaderFooter.png) no-repeat left top;
}

.column_even1-2 {
	width: 48%;
	float: left;
	padding: 0;
	margin-top: -1.5em;
	margin-bottom: -1.5em;
}

.column_even2-2 {
	width: 49%;
	float: right;
	padding: 0;
	margin-top: -1.5em;
	margin-bottom: -1.5em;
}

.column_even1-3 {
	width: 31%;
	float: left;
	padding: 0;
	margin-right: 0;
	margin-top: -1.5em;
	margin-left: 0;
	margin-bottom: -1.5em;
}

.column_even2-3 {
	width: 31%;
	float: left;
	padding: 0;
	margin-right: 0;
	margin-top: -1.5em;
	margin-left: 4%;
	margin-bottom: -1.5em;
}

.column_even3-3 {
	width: 31%;
	float: right;
	padding: 0;
	margin-right: 0;
	margin-top: -1.5em;
	margin-left: 0;
	margin-bottom: -1.5em;
}

.clear {
	clear: both;
}



/* @end */

/* @group Type */

body {
	font: 12px/1.5em Helvetica, Arial, Geneva, sans-serif;
	color: #333;
	text-align: left;
}

/* 22px */
h1.title {
	font-size: 1.8333em;
	line-height: 1.6364em;
	margin-top: 0;
	margin-bottom: 0em;
	color: #dc291e;
	width: 590px;
	font-weight: normal;
	font-style: normal;
}

/* 22px */
h1.subTitle {
	font-size: 1.5em;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 0em;
	color: #dc291e;
	width: 590px;
	font-weight: normal;
	font-style: normal;
}

/* 18px */
h2 {
	font-size: 1.5em;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 0em;
	color: #dc291e;
	font-weight: normal;
	font-style: normal;
}

/* 16px */
h3 {
	font-size: 1.3333em;
	line-height: 1.125em;
	margin-top: 1.125em;
	margin-bottom: 0em;
	color: #dc291e;
	font-weight: normal;
	font-style: normal;
}

/* 14px */
h4 {
	font-size: 1.1667em;
	line-height: 1.2857em;
	margin-top: 1.2857em;
	margin-bottom: 0em;
	color: #dc291e;
	font-weight: normal;
	font-style: normal;
}

/* 14px */
h5 {
	font-size: 1.1667em;
	line-height: 1.2857em;
	margin-top: 1.2857em;
	margin-bottom: 0em;
	color: #dc291e;
	font-weight: normal;
	font-style: normal;
}

/* 14px */
h6 {
	font-size: 1.1667em;
	line-height: 1.2857em;
	margin-top: 1.2857em;
	margin-bottom: 0em;
	color: #dc291e;
	font-weight: normal;
	font-style: normal;
}

p.intro {
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

p {
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

blockquote {
	margin: 0 1em 0 1em;
	padding: 0 0 0 2em;
	float: right;
	width: 45%;
	font-size: 1.5em;
	font-weight: bold;
	color: #01478f;
	background: url(backgroundBlockquote.png) no-repeat 0 1.25em;
}

blockquote p {
	padding: 0 1.25em 0 0 ;
	background: url(backgroundBlockquoteP.png) no-repeat 100% 100%;
	line-height: 1.75em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

cite {
	font-style: italic;
}

#footer p {
	margin: 2em 0 0 0;
	font-size: 1em;
	color: #9db6d2;
	float: left;
	clear: both;
	width: 100%;
}

#content a, #content a:visited {
	color: #01438a;
	text-decoration: underline;
}

#content a:hover {
	color: #333;
	text-decoration: underline;
}

#content #pageTools a {
	border-style: none;
}

#content img {
	border-style: none !important;
}



/* @end */

/* @group Lists */

/* @group #navigation */

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	text-align: right;
	float: right;
	clear: both;
	height: 26px;
	padding: 0;
	margin: 0 0 6px 0;
}
	
#navigation .link {
	height: 21px;
	padding: 5px 29px 0 2px;
	margin: 0;
	background: none;
	display: block;
}

/* @group #navigation a */

#navigation a {
	text-align: right;
	float: right;
	width: auto;
	height: 26px;
	padding: 0 0 0 5px;
	white-space: nowrap;
	margin: 0;
	color: #01478f;
	font-weight: bold;
	font-size: 1.333em;
	text-decoration: none;
	background: none;
	cursor: pointer;
}

#navigation a .link {
	height: 21px;
	padding: 5px 29px 0 2px;
	margin: 0;
	background: none;
	display: block;
	background: transparent url(backgroundNavRight.png) no-repeat right center;
	cursor: pointer;
}

/* @end */

/* @group #navigation a.active */

#navigation li.active a, #navigation li.active a:hover {
	text-align: right;
	float: right;
	width: auto;
	height: 26px;
	padding: 0 0 0 5px;
	white-space: nowrap;
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.333em;
	text-decoration: none;
	background: #dc291e url(backgroundNavLeftActive.png) no-repeat left center;
	cursor: pointer;
}

#navigation li.active a .link, #navigation li.active a .link:hover {
	height: 21px;
	padding: 5px 29px 0 2px;
	margin: 0;
	background: none;
	display: block;
	background: transparent url(backgroundNavRightActive.png) no-repeat right center;
	cursor: pointer;
}

/* @end */

/* @group #navigation a:hover */

#navigation a:hover {
	text-align: right;
	float: right;
	width: auto;
	height: 26px;
	padding: 0 0 0 5px;
	white-space: nowrap;
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.333em;
	text-decoration: none;
	background: #01478f url(backgroundNavLeftHover.png) no-repeat left center;
	cursor: pointer;
}

#navigation a:hover .link {
	height: 21px;
	padding: 5px 29px 0 2px;
	margin: 0;
	background: none;
	display: block;
	background: transparent url(backgroundNavRightHover.png) no-repeat right center;
	cursor: pointer;
}

/* @end */

/* @end */

/* @group #servicesNavigation */

#servicesNavigation ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

#servicesNavigation li {
	float: left;
	margin: 0;
	padding: 0;
	width: 351px;
	border: 1px solid #012b58;
	background-color: #024792;
	overflow: hidden;
}


#servicesNavigation a, #servicesNavigation a:visited {
	display: block;
	padding: 9px 8px 7px 24px;
	line-height: 1.1em;
	margin: 0;
	color: #ffffff;
	border: none;
	white-space: nowrap;
	text-decoration: none;
}

#servicesNavigation a {
	border: none;
	color: #ffffff;
	background: #024792 url(backgroundServicesNavigationHover.png) no-repeat 6px center;
	text-decoration: none;
}

#servicesNavigation a:hover {
	border: none;
	color: #ffffff;
	background: #0566a9 url(backgroundServicesNavigationHover.png) no-repeat 6px center;
	text-decoration: none;
}

#servicesNavigation li.active a {
	border: none;
	color: #ffffff;
	background: #dc291e url(backgroundServicesNavigationActive.png) no-repeat 6px center;
	text-decoration: none;
}

/* @end */

/* @group #subnavigation */

#subnavigation ul {
	border: solid #000000;
	border-width: 0px 1px 1px 1px;
	padding: 0px;
	float: right;
	margin: 0;
	width: 100%;
}

#subnavigation li {
	background-color: #FFFFFF;
	border: solid #000000;
	border-width: 1px 0px 0px 0px;
	margin: 0;
	list-style-type: none;
	width: 100%;
	padding: 0;
}


#subnavigation a {
	display: block;
	padding: 0;
	background-color: silver;
	line-height: 1.1em;
	width: 100%;
	margin: 0;
}

/* @end */

/* @group #footerNavigation */

#footerNavigation ul {
	padding: 0px;
	margin: 0 0 0 -5px;
	list-style-type: none;
	clear: both;
}

#footerNavigation li {
	margin: 0;
	padding: 3px 0 0 0;
	display: inline;
	border-right: 1px solid #7e90c0;
}


#footerNavigation a {
	padding: 0 5px 0 5px;
	line-height: 1em;
	margin: 0;
	color: #004289;
	font-size: 1.166em;
	font-weight: bold;
	text-decoration: none;
}

#footerNavigation a:hover {
	color: #333333;
}

#footerNavigation li.last {
	border-right: none;
}

/* @end */

/* @group #pageTools */

#pageTools ul {
	margin: 0;
	padding: 0;
}

#pageTools li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#pageTools a.print {
	margin: 0;
	padding: 0;
	float: left;
	background-image: url(backgroundPageToolPrint.png);
	width: 59px;
	height: 22px;
	text-indent: -5000px;
}



/* @end */

ul {
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 2em;
	padding: 0;
	list-style-type: disc;
}

ol {
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 2em;
	padding: 0;
	list-style-type: decimal;
}

li {
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}



/* @end */

/* @group Media */

img {
	border-width: 0;
	margin: 0;
}

img.printHeader {
	display: none;
}

img.left {
	margin: 1em 2em 1.5em 0;
	float: left;
}

img.right {
	margin: 1em 0 1.5em 2em;
	float: right;
}

img.center {
	float: none;
	margin: 1em auto;
	display: block;
}



/* @end */

/* @group Forms */

form .column_even1-2 {
	margin-top: -8px;
	margin-bottom: 0;
	padding: 0;
}

form .column_even2-2 {
	margin-top: -8px;
	margin-bottom: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

form h2 {
padding: 0;
margin: .6em 0 .5em 0;
}

form input.text {
	width: 99%;
	font-size: 1em;
	font-weight: normal;
	background-color: #f2f2f2;
	margin: .5em 0 .5em 0;
	padding: 3px;
}

form input.required {
	background: #f2f2f2 url(backgroundInputRequired.png) no-repeat 95% center;
}

form select {
	width: 100%;
	font-size: 1em;
	background-color: #f2f2f2;
	margin: .5em 0 .5em 0;
	padding: 3px;
}

form textarea {
	width: 100%;
	height: 10em;
	font-size: 1em;
	background-color: #f2f2f2;
	margin: .5em 0 .5em 0;
	padding: 3px;
}

form input.submit {
	width: 240px;
	font-size: 1em;
	margin: 1.5em 0 1.5em 0;
	padding: 0;
}



/* @end */

/* @group IE Fixes */

/* Fix IE6 margin doubling for div floats */

#content, #sidebar {
	 display:inline;
}

form input {
	width: 100%;
}

form input.submit {
	width: 240px;
	font-size: 1em;
	margin: 1.5em 0 1.5em 0;
	padding: 0;
}



/* @end */