body {
	font: 0.75em 'Lucida Grande', Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	line-height: 1.7em;
	background: #efefef;
}

a:link,
a:visited {
	color: #111;
	text-decoration: none;
}

a:hover,
a:active {
	color: #000;
	text-decoration: underline;
}

h2 {
	color: #383838;
	font: 1.7em Georgia, Times, 'Times New Roman', serif;
	border-bottom: 1px solid #fff;
	margin-bottom: 2px;
}

h2 span {
	display: block;
	border-bottom: 1px solid #888;
	padding-bottom: 1px;
}

h2 small {
	font: 0.6em 'Lucida Grande', Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

h2 a {
	display: block;
}

h2 a:link,
h2 a:visited {
	color: #001688;
}

h2 a:hover,
h2 a:active {
	color: #000;
	text-decoration: none;
}

div.wrapper {
	margin: auto auto;
	width: 950px;
}

div#header {
	overflow: hidden;
	background: #fff url('../images/header.png') top left repeat-x;
}

div#header div#subheader {
	width: 100%;
	z-index: 1;
	position: relative;
}

div#header form div#search {
	float: right;
	padding: 4px 0;
}

div#header form div#search input#search_text {
	font-family: 'Lucida Grande', Tahoma, Verdana, Helvetica, Arial, sans-serif;
	width: 150px;
	border: 1px solid #bcbcbc;
	background: #fff url('../images/field.gif') top left repeat-x;
	padding: 3px;
}

div#header form div#search input#search_text:focus {
	border: 1px solid #999;
}

div#header form div#search input#search_go {
	font-size: 0px;
	background: url('../images/search.png') top left no-repeat;
	width: 24px;
	height: 24px;
	border: 0;
	margin-top: -3px;
	cursor: pointer;
	vertical-align: middle;
}

div#header form div#search input#search_go:hover {
	background-position: bottom left;
}

/*Hide search form*/
div#header div#subheader form {
	display: none;
}

div#header div#subheader p {
	color: #777;
	font-size: 1.1em;
	float: right;
	width: 100%;
	text-align: right;
	margin-top: 5px;
	padding-right: 30px;
}

div#header div#mainheader {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

div#header div#navigation {
	float: right;
	margin-top: 40px;
}

div#header div#navigation ul li {
	float: left;
}

div#header div#navigation ul li a {
	display: block;
	color: #fff;
	height: 40px;
	margin: 10px 20px;
}

div#header div#navigation ul li.home a {
	width: 90px;
	background: url('../images/navigation_home.png') top left no-repeat;
}

div#header div#navigation ul li.corporate a {
	width: 130px;
	background: url('../images/navigation_corporate.png') top left no-repeat;
}

div#header div#navigation ul li.services a {
	width: 111px;
	background: url('../images/navigation_services.png') top left no-repeat;
}

div#header div#navigation ul li.contact a {
	width: 101px;
	background: url('../images/navigation_contact.png') top left no-repeat;
}

div#header div#navigation ul li a:hover,
div#header div#navigation ul li a.active {
	background-position: bottom left;
}

div#header div#navigation ul li a span {
	display: none;
}

div#header div#mainheader img {
	float: left;
}

div#header div#breadcrumbs {
	float: left;
	/*margin-left: 375px;
	margin-top: -20px;*/
	margin-top: -20px;
	height: 32px;
	float: right;
	position: relative;
	z-index: 1;
}

div#header div#breadcrumbs_left {
	height: 32px;
	width: 10px;
	background: url(../images/breadcrumb_bg_left.png) top left no-repeat;
	float: left;
}

div#header div#breadcrumbs_right {
	height: 32px;
	width: 10px;
	background: url(../images/breadcrumb_bg_right.png) top left no-repeat;
	float: left;
}

div#header div#breadcrumbs ul {
	float: left;
	padding: 3px;
	background: url(../images/breadcrumb_bg.png) top left repeat-x;
}

div#header div#breadcrumbs li {
	display: inline;
}

div#header div#breadcrumbs li a:link,
div#header div#breadcrumbs li a:visited {
	text-decoration: none;
	color: #666;
	height: 16px;
	vertical-align: middle;
}

div#header div#breadcrumbs li a:hover,
div#header div#breadcrumbs li a:active {
	color: #000;
}

div#header div#breadcrumbs li a {
	font-size: 12px;
}

div#header div#breadcrumbs li img {
	vertical-align: middle;
}

div#header div#breadcrumbs li img[alt="Home"] {
	padding-top: 4px;
	padding-bottom: 8px;
}

div#header div#breadcrumbs li.last-child img {
	display: none;
}

div#content {
	background: #fff;
	padding: 20px 0 20px 0;
	overflow: hidden;
}

div#content p {
	margin-bottom: 10px;
}

div#content div#main strong {
	font-weight: bold;
}

div#content div#main em {
	font-style: italic;
}

div#content div#main a,
div#content div#main a:link,
div#content div#main a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
}

div#content div#main a:hover,
div#content div#main a:active {
	border-bottom: 1px solid #aaa;
}

div#content div#main big {
	font: 1.5em Georgia, Times, 'Times New Roman', serif;
}

div#content div#main blockquote {
	margin: 0 30px 0 30px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	font: 1.1em Georgia, Times, 'Times New Roman', serif;
	line-height: 1.6em;
	font-style: italic;
}

div#content div#main div.success {
	background: #f8f8f8;
	font-weight: bold;
	color: #41a741;
	border: 1px solid #ddd;
	padding: 10px;
	margin-right: 20px;
	font-size: 1.3em;
}

div#content div#main fieldset.error {
	background: #f8f8f8;
	border: 1px solid #ddd;
	padding: 10px;
	margin-right: 20px;
}

div#content div#main fieldset.error legend{
	font-weight: bold;
	color: #c00;
	font-size: 1.2em;
}

div#content div#main fieldset.error ul {
	list-style: disc;
	margin-left: 20px;
}

div#content div#main fieldset.error ul li {
	padding: 0 0 3px 5px;
}

div#content div#wrapper {
	overflow: hidden;
}

div#content div#sidebar {
	width: 30%;
	float: right;
}

div#content div#sidebar div.links ul li a {
	display: block;
	padding: 4px;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

div#content div#sidebar div.links ul li a:hover,
div#content div#sidebar div.links ul li a:active {
	border-bottom: 1px solid #aaa;
}

div#content div#sidebar div.links ul li ul li a {
	padding-left: 20px;
	font-size: 0.9em;
}

div#content div#sidebar div.links a.active {
	font-weight: bold;
}

div#content div#sidebar div.vcard a.fn {
	font: 1.5em Georgia, Times, 'Times New Roman', serif;
}

div#content div#sidebar div.vcard span.tel {
	padding-right: 13px;
	border-right: 1px solid #aaa;
}

div#content div#sidebar div.vcard a.email {
	margin-left: 10px;
}

div#content div#sidebar div.item div.step {
	overflow: hidden;
	margin-top: 5px;
	background: url("../images/step.png") no-repeat top left;
	padding: 10px;
	height: 80px;
	width: 245px;
	overflow: visible;
}

div#content div#sidebar div.item div.last-child {
	height: 65px;
}

div#content div#sidebar div.item div.step:hover {
	background-position: 0 -100px;
}

div#content div#sidebar div.item div.step h3 {
	font-weight: bold;
	font-size: 1.5em;
}

div#content div#sidebar div.item div.step h3 img {
	vertical-align: middle;
	margin-top: -3px;
	/*margin-top: -17px;*/
	/*margin-left: -25px;*/
	margin-left: -5px;
	margin-right: 5px;
}

div#content div#sidebar div.item div.step p {
	margin-left: 45px;
}

div#content div#sidebar div.item div.step a.button {
	display: block;
	height: 85px;
	width: 100%;
	margin-top: -80px;
	position: relative;
	z-index: 100;
}

div#content div#main {
	width: 70%;
	float: left;
}

div#content div#main div.item ul {
	list-style: disc;
	margin: 10px 0 10px 20px;
}

div#content div#main div.item ul li {
	padding: 0 0 3px 5px;
}

div#content div#main div.item ol {
	list-style: decimal;
	margin: 10px 0 10px 20px;
}

div#content div#main div.item ol li {
	padding: 0 0 3px 5px;
}

div#content div#main div#full_contact form fieldset {
	border: 1px solid #ccc;
	background: #efefef;
	padding: 10px;
	margin-bottom: 10px;
}

div#content div#main div#full_contact form fieldset legend {
	font-weight: bold;
	font-size: 1.2em;
}

div#content div#main div#full_contact form fieldset legend label {
	cursor: pointer;
}

div#content div#main div#full_contact form textarea {
	width: 98%;
	background: #fff url('../images/field.gif') top left repeat-x;
	border: 1px solid #999;
	padding: 3px;
}

div#content div#main div#full_contact form textarea:focus {
	border: 1px solid #777;
}

div#content div#main div#full_contact form textarea#full_message {
	height: 25em;
}

div#content div#main div#full_contact form textarea#full_info {
	height: 10em;
}

div#content div#main div#full_contact form input[type="submit"] {
	float: right;
}

div#content div#main div#full_contact form input[type="submit"] {
	background: #cacbcb url('../images/send.png') top left repeat-x;
	border: 1px solid #999;
	font: bold 1.1em 'Lucida Grande', Tahoma, Verdana, Helvetica, Arial, sans-serif;
	cursor: pointer;
	padding: 3px;
	max-height: 28px;
}

div#content div#main div#full_contact form input[type="submit"]:hover {
	border: 1px solid #777;
	background-color: #dcdcdc;
	background-position: bottom left;
}

div#banner {
	width: 100%;
	height: 220px;
	background: #f1f1f1;
}

div#content div.item:not(:first-child) {
	padding-top: 20px;
}

div#content div#sidebar div.item {
	padding-left: 20px;
}

div#content div#main div.item {
	padding-right: 20px;
}

div#footer {
	background: #efefef url('../images/footer.png') top left repeat-x;
}

div#footer div#mainfooter {
	padding: 30px 0 30px 0;
	overflow: hidden;
	height: 330px;
}

div#footer h2 {
	border-bottom-color: #fff;
}

div#footer h2 span {
	display: block;
	border-bottom: 1px solid #999;
	padding-bottom: 1px;
}

div#footer span.light {
	color: #777;
	font-weight: normal;
}

div#footer div#about {
	float: left;
	width: 55%;
	overflow: hidden;
}

div#footer div#about_left {
	float: left;
	width: 35%;
}

div#footer div#about_left img {
	margin-bottom: 25px;
}

div#footer div#about_left h2.home {
	margin-bottom: 15px;
}

div#footer div#about_right {
	float: right;
	width: 60%;
}

div#footer div#about_right p {
	margin-bottom: 20px;
}

div#footer div#about_left ul li a,
div#footer div#about_right ul li a {
	display: block;
}

div#footer div#corporate {
	overflow: hidden;
	float: left;
	width: 45%;
}

div#footer div#services {
	overflow: hidden;
	float: right;
	width: 45%;
}

div#footer div#contact {
	float: right;
	width: 40%;
}

div#footer div#contact h2 a {
	display: inline;
}

div#footer div#contact div.vcard {
	color: #444;
	margin-bottom: 10px;
}

div#footer div#contact div.vcard span.tel {
	padding-right: 13px;
	border-right: 1px solid #aaa;
}

div#footer div#contact div.vcard a.email {
	margin-left: 10px;
}

div#footer div#contact label {
	color: #383838;
	font-weight: bold;
	cursor: pointer;
}

div#footer div#contact form textarea {
	width: 98%;
	background: #fff url('../images/field.gif') top left repeat-x;
	border: 1px solid #999;
	padding: 3px;
}

div#footer div#contact form textarea:focus {
	border: 1px solid #777;
}

div#footer div#contact form textarea#message {
	height: 6em;
}

div#footer div#contact form textarea#info {
	height: 3em;
}

div#footer div#contact form input[type="submit"] {
	float: right;
}

div#footer div#contact form input[type="submit"] {
	background: #cacbcb url('../images/send.png') top left repeat-x;
	border: 1px solid #999;
	font: bold 1.1em 'Lucida Grande', Tahoma, Verdana, Helvetica, Arial, sans-serif;
	cursor: pointer;
	padding: 3px;
	max-height: 28px;
}

div#footer div#contact form input[type="submit"]:hover {
	border: 1px solid #777;
	background-color: #dcdcdc;
	background-position: bottom left;
}

div#footer div#subfooter {
	color: #777;
	font-size: 0.9em;
	text-align: center;
	padding-bottom: 10px;
}

div#footer div#subfooter a {
	/*color: #5c5c5c;*/
	color: #777;
	border-bottom: 1px dotted #777;
}

div#footer div#subfooter a,
div#footer div#subfooter a:link,
div#footer div#subfooter a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
}

div#footer div#subfooter a:hover,
div#footer div#subfooter a:active {
	border-bottom: 1px solid #aaa;
}

div#footer div#subfooter div#legal,
div#footer div#subfooter div#legal p,
div#footer div#subfooter div#validation,
div#footer div#subfooter div#validation p {
	display: inline;
}