@charset "UTF-8";
body {
	font-size: 12px;
	line-height: 16px;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #f9fefe;
	font-family: Arial, Helvetica, sans-serif;
	color: #474747;
}
p {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #293A85;
	text-decoration: none;
}
a:visited {
	color: #293A85;
	text-decoration: none;
}
a:hover {
	color: #3348AB;
	text-decoration: underline;
}
.headerlinks {
	text-align: right;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
}
.headernav {
	background-image: url(images/bg_nav_header.jpg);
	margin: 0px;
	padding: 0px;
	height: 98px;
	width: 960px;
}
#maincontent {
	background-color: #FFFFFF;
	padding: 0px;
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #e8e8e8;
}
.navwrapper {
	float: left;
	margin-top: 17px;
	margin-left: 125px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 42px;
}

#nav li { /* all list items */
	float: left;
	width: 127px; /* width needed or else Opera goes nuts */
	background-image: url(images/bg_nav_item.gif);
	height: 42px;
	margin-right: 7px;
	padding-top: 14px;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 2px;
}


#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #1f525d;
	width: 127px;
	padding-top: 3px;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#innercontent {
	margin: 20px;
	width: 920px;
}
.cta_banner {
	margin: 0px 0px 20px;
	padding: 0px;
	width: 920px;
	height: 181px;
}
.inner_inner_content {
	background-image: url(images/bg_inner_main.gif);
	width: 920px;
}


.clearboth {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	visibility: hidden;
}
.leftcolumn {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 646px;
}

.rightcolumn {
	float: right;
	width: 254px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e8e8e8;
}
.contactbox {
	background-image: url(images/bg_contactus.gif);
	margin: 15px;
	padding: 0px;
	width: 224px;
}
.contactus_leadin {
	background-image: url(images/bg_contactus_leadin.gif);
	margin: 0px;
	padding: 2px 10px 0px;
	height: 32px;
	width: 204px;
	line-height: 14px;
	font-size: 11px;
}
.contactform_table {
	width: 200px;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
	color: #575757;
}
.formfield {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	margin: 2px 0px 5px;
	padding: 1px;
	width: 195px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.h_class01 {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #1f5765;
}
.h_class02 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #2b798c;
	text-transform: uppercase;
	margin-top: 4px;
}
.h_class03 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #205967;
	margin-bottom: 10px;
}
.h_class04 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #1f5765;
}
.h_class05 {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #2b798c;
	text-transform: uppercase;
	margin-top: 4px;
}
.h_class06 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #205967;
	margin-bottom: 5px;
	padding-top: 10px;
}

.leadin {
	font-size: 13px;
	line-height: 19px;
	text-align: justify;
	color: #424242;
	margin-top: 10px;
}
.leadin02 {
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
	color: #424242;
	margin-bottom: 10px;
}
.simple_paragraph {
	margin-bottom: 8px;
	text-align: justify;
}
#foot {
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 70px;
	font-size: 11px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.link_button {
	color: #FFFFFF;
	background-image: url(images/bg_button.gif);
	margin: 0px 80px 0px 0px;
	padding: 3px;
	border: 1px solid #205967;
	display: block;
	width: 319px;
	text-align: center;
	float: right;
	background-color: #153942;
	background-repeat: repeat-x;
}
.link_button a:link {
	color: #FFFFFF;
}
.link_button a:visited {
	color: #FFFFFF;
}
.link_button a:hover {
	color: #E0FFFC;
}
.floatcol_right {
	float: right;
	width: 300px;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.h_class07 {
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #1f5765;
}
.thirds {
	background-image: url(images/bg_thirds.gif);
	margin: 0px 5px 0px -1px;
	padding: 0px;
	float: left;
	width: 213px;
}
.thirdsheader {
	background-image: url(images/header_thirds.gif);
	margin: 0px;
	padding: 12px 0px 0px;
	width: 213px;
	background-repeat: no-repeat;
	height: 29px;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #194652;
	text-align: center;
}
.thrids_inner {
	width: 185px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.thrids_inner ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
.thrids_inner li {
	margin: 0px 0px 4px;
	padding: 0px 0px 0px 4px;
}
.halfcolumn_left {
	width: 308px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}.halfcolumn_right {
	width: 311px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A5C4CC;
	margin: 0px;
}
.leftcolumn ul {
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 25px;
	list-style-image: url(images/bullet_smal_blue.gif);
	list-style-position: outside;
}
.leftcolumn li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.linkbox {
	background-color: #F5F5F5;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #F5F5F5;
}
.contactform_table_02 {
	width: 210px;
	padding: 10px;
	margin-left: 20px;
	color: #575757;
	float: right;
	background-color: #F5F5F5;
	border: 1px solid #E6E6E6;
	margin-top: 15px;
}
.features_style {
	font-size: 13px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
	font-weight: bold;
}
.centercol {
	background-image: url(images/bg_centercol.gif);
	width: 566px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.contactform_table_03 {
	width: 616px;
	padding: 10px;
	color: #343434;
	background-color: #F5F5F5;
	border: 1px solid #E6E6E6;
	margin-top: 15px;
	font-size: 11px;
}
.hr-analysisform {
	padding: 0px;
	clear: both;
	height: 1px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #6ED8DB;
}
.formfield02 {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	margin: 2px 0px 5px;
	padding: 1px;
	width: 195px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.table_topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
}
.portfoliobox {
	background-image: url(images/bg_contactus.gif);
	margin: 15px;
	padding: 0px;
	width: 224px;
}
.portfolio_small {
	margin-right: 3px;
	margin-bottom: 10px;
	float: left;
}
.thumbnail2{
position: relative;
z-index: 0;
}


.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
	position: relative;
	background-color: #ffffff;
	padding: 0px;
	left: 0px;
	border: none;
	visibility: hidden;
	color: none;
	text-decoration: none;
	width: 0px;
	height: 0px;
	float: left;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0px;
left: -216px; /*position where enlarged image should offset horizontally */
}
.thumbnail3{
position: relative;
z-index: 0;
}


.thumbnail3:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail3 span{ /*CSS for enlarged image*/
	position: relative;
	background-color: #ffffff;
	padding: 0px;
	left: 0px;
	border: none;
	visibility: hidden;
	color: none;
	text-decoration: none;
	width: 0px;
	height: 0px;
	float: left;
}

.thumbnail3 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail3:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0px;
left: -432px; /*position where enlarged image should offset horizontally */
}
.thumbnail4{
position: relative;
z-index: 0;
}


.thumbnail4:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail4 span{ /*CSS for enlarged image*/
	position: relative;
	background-color: #ffffff;
	padding: 0px;
	left: 0px;
	border: none;
	visibility: hidden;
	color: none;
	text-decoration: none;
	width: 0px;
	height: 0px;
	float: left;
}

.thumbnail4 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail4:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0px;
left: -645px; /*position where enlarged image should offset horizontally */
}
.portfolio_descr {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 419px;
	line-height: 18px;
}
 .portfolio-sitename {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #205967;
	margin-bottom: 10px;
	text-transform: uppercase;
}
