/* @override http://webxl/wiki/pub/skins/webxl/webxl.css */

/* @group elements */

body {
	background-color: #074c9a;
	margin: 0;
	padding: 0;
	background-image: url(/images/header-back.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: fixed;
}

p {
	padding-top: 0;
	margin-top: 0;
}

img {
	border: 0;
}

div {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

ul {
	clear: both;
	line-height: 16px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 16px;
}

sub {
	vertical-align: sub;
	font-size: 10px;
}
a:link,a:visited {
	color: #203a72;
	text-decoration: inherit;
}

a:hover {
	color: #06C;
	text-decoration: none;
}
a:active {
	outline: none;
}

/*

 @end */

/* @group layout */

/* @group content border */

#content_border_top {
	position: absolute;
	left: 0;
	top: 0;
	left: 15px;
	right: 15px;
	height: 5px;
	margin-bottom: 0;
	background-color: #2182cd;
}

#content_border_left_top {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	margin-bottom: 0;
	background-image: url(/images/layout/content_border_top_left.png);
	background-color: transparent;
	background-repeat: no-repeat;
}

#content_border_left {
	position: absolute;
	top: 0px;
	left: 0;
	width: 5px;
	margin-bottom: 0;
	bottom: 16px;
	background-image: url(/images/layout/content_border_left.gif);
	background-position: 0 16px;
	background-repeat: no-repeat;
	background-color: #074c9a;
}

#content_border_right {
	position: absolute;
	right: 0;
	top: 0px;
	width: 5px;
	bottom: 16px;
	margin-bottom: 0;
	background: #074c9a url(/images/layout/content_border_right.gif) no-repeat 0 15px;
}

#content_border_right_top {
	position: absolute;
	right: 0;
	top: 0px;
	width: 16px;
	bottom: 0;
	height: 15px;
	margin-bottom: 0;
	background-image: url(/images/layout/content_border_top_right.png);
	background-repeat: no-repeat;
}

#content_border_bottom {
	position: absolute;
	left: 0;
	right: 0;
	height: 16px;
	margin-bottom: 0;
	background-repeat: no-repeat;
	bottom: 0;
}

#content_border_bottom_center {
	background-color: #074c9a;
	left: 16px;
	right: 16px;
	height: 5px;
	bottom: 0;
	position: absolute;
}

#content_border_bottom_left {
	position: absolute;
	left: 0;
	right: 15px;
	height: 16px;
	margin-bottom: 0;
	background-image: url(/images/layout/content_border_bottom_left.png);
	background-repeat: no-repeat;
	top: 0;
	background-color: transparent;
}

#content_border_bottom_right {
	position: absolute;
	right: 0;
	width: 16px;
	height: 16px;
	margin-bottom: 0;
	background-image: url(/images/layout/content_border_bottom_right.png);
	background-repeat: no-repeat;
	top: 0;
	background-color: transparent;
}

/* @end */

#site_title {
	position: absolute;
	top: 10px;
	margin-bottom: 0;
}

#center {
	position: absolute;
	left: 222px;
	top: 14px;
	bottom: 0;
	margin-bottom: 30px;
	overflow: hidden;
	padding-right: 6px;
	width: auto;
	right: 220px;
	height: 550px;
	min-width: 570px;
	max-width: 800px;
	padding-top: 0;
}

#white_center {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #fff;
	width: auto;
	position: absolute;
	bottom: 5px;
	top: 5px;
	padding-top: 10px;
	background-image: url(/images/layout/xl_main_bg.png);
	overflow: auto;
	margin-top: 0;
	left: 0;
	right: 0;
	margin-right: 5px;
	margin-left: 5px;
}

#baseline {
	bottom: 25px;
	height: 35px;
	left: 238px;
	position: fixed;
	text-align: center;
	right: 236px;
	min-width: 530px;
	max-width: 760px;
	padding: 5px;
}

html>body #baseline {
	background-image: url(/images/layout/xl_main_bottom.png);
	background-repeat: repeat-x;
}

#copyright {
	
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	line-height: 120%;
	padding-top: 1px;
	margin-bottom: 12px;
	text-align: center;
	position: absolute;
	right: 220px;
	left: 220px;
	z-index: 30;
	max-width:800px;
	min-width:570px;
}

html>body #copyright {
	top: auto;
	bottom: 0;
}

/* @end */

/* @group menu */

#menu_nav {
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	left: 59px;
	top: 110px;
	width: 146px;
	overflow: hidden;
	z-index: 500;
}


#menu_nav li {
	font-family: 'Lucida Grande', tahoma, Arial, Helvetica, sans-serif;
	list-style-type: none;
	color: #ddd;
	font-size: 1.2em;
	line-height: 2em;
	clear: left;
	display: inline-block;
	margin-bottom: 10px;
	padding-top: 1px;
	background: transparent url(/images/menu_back.png) no-repeat 0 top;
	height: 31px;
	width: 102px;
	text-align: center;
}


#menu li a {
	z-index: 10;
	display: block;
	position: relative;
	
}
#menu li a:active {
	outline: none;
	border: none;
}

#menu_nav a {
	color: #ddd;
}
#menu_nav li:hover {
	background-image: url(/images/menu_back_hover.png);
}
#menu_nav li.selected {
	background-image: url(/images/menu_back_hover.png);
}

#menu_nav a:hover {
	/* color: #444; */ 
	text-decoration: none;
}

ul#menu {
	margin-left: 0;
}

/* @end */

/* @group scroller */

div.scrollable {
	position: relative;
	overflow: hidden;
	width: 200px;
	height: 205px;
	background: transparent url(/images/layout/promo_bg.png) no-repeat scroll 0 0;
}

div.scrollable div.items {
	width: 200000em;
	position: absolute;
	clear: both;
	height: 250px;
}

div.scrollable div.items div.panel {
	float: left;
	text-align: center;
	width: 181px;
	height: 260px;
	top: -3px;
	color: #fff;
	background-repeat: repeat-x;
	margin-right: 2px;
	padding: 10px;
}

div.scrollable div.items img {
	border: 1px solid #fff;
	margin-bottom: 5px;
}

div.scrollable div.items h3 {
	margin-top: 0;
	margin-bottom:10px;
}

div.scrollable_white {
	text-align: left;
	background-color: #074C9A;
	color: #FFF;
	padding: 5px;
	line-height:1.3em;
	-moz-border-radius: 5px;
	

/* this works only in camino/firefox */
	-webkit-border-radius: 5px;
/*

this is just for Safari */
}

#promo ul {
	margin-left:14px;
}

div.navi {
	height: 11px;
	margin-left: 67px;
	overflow: hidden;
}

div.navi a {
	height: 8px;
	background-image: url(/images/layout/navigator.png);
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	width: 8px;
	border: none!important;
	margin: 3px;
	padding: 0;
}

div.navi a:hover {
	background-position: 0 -8px;
}

div.navi a.active {
	background-position: 0 -16px;
}

/* @end */

/* @group brochure */

/* brochure_header left & right */

div.brochure_header {
	margin-bottom: 10px;
}

#brochure_left {
	width: 235px;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: left;
	color: #000;
	padding-top: 1px;
	margin-right: 30px;
	padding-bottom: 2px;
	margin-left: 10px;
}

#brochure_left p {
	margin-bottom: 20px;
}

#brochure_right {
	width: 200px;
	margin-bottom: 0;
	font-size: 12px;
	text-align: left;
	color: #000;
	line-height: 120%;
	padding-top: 1px;
	padding-bottom: 2px;
}

#brochure_left,#brochure_right,#cv_line {
	float: left;
}

#cv_line {
	background-image: url(/images/layout/cv_line.gif);
	background-repeat: no-repeat;
	width: 10px;
	padding-top: 0;
	height: 382px;
	margin-top: 40px;
	margin-bottom: 0;
	margin-right: 25px;
}

#news {
	margin-bottom: 20px;
}

.news_headline {
	margin-bottom: 20px;
	font-size: 12px;
	text-align: left;
	color: #203a72;
	line-height: 120%;
	padding-top: 1px;
	padding-bottom: 2px;
}

.news_date {
	margin-bottom: 0;
	font-size: 10px;
	text-align: left;
	color: #000;
	line-height: 120%;
	padding-top: 1px;
	padding-bottom: 2px;
}

#promo {
	margin-top: 50px;
}

html>body #center, html>body #white_center {
	height: auto;
}

/* @end */

/* @group contact */

#contactFormSuccess {
	display: none;
}


#recaptcha_image {
	width: 220px !important;
	height: 45px !important;
	vertical-align: middle;
	background-color: #fff;
	padding: 4px;
	float: left;
	margin-right: 4px;
	background-image: url('/js/ext-3.0.0/resources/images/default/form/text-bg.gif');
	background-repeat: repeat-x;
}

#recaptcha_image img {
	width: 200px;
	height: 40px;
}

#recaptcha_response_field {
	margin-top: 5px;
	margin-right: 10px;
	width: 172px;
}

#captcha_help {
	padding-top: 9px;
	width: 30px;
	display: inline;
	vertical-align: bottom;
}

.formSubmitButton, .formCancelButton {
	float: left;
	margin-right: 6px;
	margin-top: 5px;
}

.formSubmitButton {
	margin-left: 80px;
}

.x-form-item-label {
	text-align: right !important;
}

 
#WebToLeadForm input[type=text] {
	width:172px;
	vertical-align:middle;
	
}

#WebToLeadForm input, #WebToLeadForm textarea {
	background-color:#FFFFFF;
	background-image:url(../images/text-bg.gif);
	background-repeat: repeat-x;
	border:1px solid #B5B8C8;
	color: #074C9A;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:4px;
	margin:0;
	
}
.formrow {
	padding: 4px;
	padding-left: 0;
}
.formrow label {
	padding-top:4px;
	width: 105px;
	float: left;
	clear: left;
	text-align: right;
}
.formrow > div {
	margin-left: 110px;
}

#WebToLeadForm label.error, #WebToLeadForm span.required { float: none; color: red; padding-left: .5em; vertical-align: top; }
#WebToLeadForm p { clear: both; }
#WebToLeadForm input[type=submit] { margin-top: 5px; }
#WebToLeadForm input[type=submit]:hover { background: #dae8f5; cursor: pointer;  }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }

div.tooltip a {
	color: #fff;
} 
div.tooltip { 
    background-color:#074c9a; 
    border:1px solid #fff; 
    padding:10px 15px; 
    width:200px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px; 
 
    /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000; 
}
#message, #ajaxLoading {
	display: none;
}
#message {
	margin-top: 80px;
	width: 200px;
	text-align:center;
}
#msg_check {
	height: 128px;
	margin-bottom:10px;
}
#ajaxLoading {
	position: relative;
	top: 3px;
}
div.recaptcha_incorrect {
	display: none;
}
span.recaptcha_only_if_image, span.recaptcha_only_if_audio {
	display:inline-block;
	padding-top: 5px;
}
div#captchaRow {
	height: 110px;
	
}

div#captchaRow + div {
	clear: both;
	padding-top:0;
}

/* @end */

/* @group portfolio */

#portfolio ul {
	margin-left: 20px;
}

/* @end */

