/* @group YUI Reset 3 */
html{color:#454141;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#454141;}
/* @end */

/* @group 960Grid */
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11,.grid-12,.grid-50 {float: left;position: relative;margin: 0 10px 33px;_display: inline;}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha,.alpha a {margin-left: 0;}
.omega,.omega a {margin-right: 0;}
.zeta {
	margin-bottom: 0;
}
/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.grid-1 {width: 60px;}
.grid-2 {width: 140px;}
.grid-3 {width: 220px;}
.grid-4 {width: 300px;}
.grid-5 {width: 380px;}
.grid-6 {width: 460px;}
.grid-7 {width: 540px;}
.grid-8 {width: 620px;}
.grid-9 {width: 700px;}
.grid-10 {width: 780px;}
.grid-11 {width: 860px;}
.grid-12 {width: 940px;}
.grid-50 {width: 340px; margin: 0 0 20px;}
.none {
	float: none;
}
.clear {clear: both;}
.subnav {width: 210px; margin-top: 15px;}
.subnav img {
	width: 210px;
}
/* @end */

/* COLORS 
BLUE:	#0085CF

DGREEN:	#6d8737
LGREEN:	#a4d047

Black:	#454141

GREY:	#968D8D 
LGREY:	#c9c3c3 
LDGREY:	#AdA6A6
*/

/* @group Boxed items */

.boxed-item {
	border: solid #c9c3c3;
	border-width: 1px 1px 2px;
	padding: 0 0 1px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
}
.boxed-item p {
	margin: 0 0 10px;
}
.boxed-item h4,
.boxed-item .h4 {
	font-size: 1.4em;
}
.landing .boxed-item {
	overflow: auto;
	padding: 10px;
	_height: 1px;
	_overflow: visible;
}
.highlighted-box {
	position: relative;
}
.highlighted-box .boxed-item {
	border-color: #a4d047;
}
.homepage .highlighted-box .h4 {
	color: #6d8737;
}

.second {
	background: url(../gfx/hover-box.png) 50% 0;
	border-color: #0085cf;
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	left: 0;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity, 500ms;
	z-index: 1;
	text-decoration: none;
}
.grid-4 .second {
	background: url(../gfx/hover-box-1.png) 0 0;
}
.grid-3 .second {
	background: url(../gfx/hover-box-3.png) 0 0;
}
.second:hover {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.second:hover img {
	
}
.second li,
.second li a,
.second .h2,
.second h2 {
	color: #fff !important;
}
.highlighted-box h2 {
	
}
.homepage .highlighted-box h2 {
	color: #6d8737;
}
.boxed-item h2 {
	margin-top: -4px;
}
.second .list li {
	background: url(../gfx/arrows.gif) no-repeat 0 -186px;
	margin: 0;
	line-height: 25px;
	padding: 0 0 0 12px;
}
.second .third li,
.second .links-list li {
	background: url(../gfx/arrows.gif) no-repeat 0 -184px;
	padding: 0 0 0 10px;
}
.third li a,
.links-list li a {
	background: url(../gfx/arrows.gif) no-repeat 0 -184px;
	display: block;
	line-height: 25px;
	width: 95px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 0 0 12px;
	white-space: nowrap;
}
.links-list li a {
	width: auto;
	padding: 0 6px 0 12px;
}
.third li a:hover,
.links-list li a:hover,
.second .links-list li a:hover  {
	background: #312d2e url(../gfx/arrows.gif) no-repeat 0 -184px !important;
	text-decoration: none !important;
}


/* @end */

/* @group Base tags */

html {
	background: #fff;
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font: 62.5%/1.68 helvetica,arial,sans-serif;
	background: #fff;
	height: 100%;
}
.container {
	border: solid #fff;
	border-width: 1px 0;
	padding: 0 20px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
legend {
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	line-height: 1.3;
	margin: .5em 0;
	clear: both;
}

h1, .h1 {
	font-size: 3.2em;
	color: #0085cf;
	font-weight: normal;
	margin: 3px 0 .5em;
}

h2, .h2,
legend {
	font-size: 1.8em;
	color: #454141;
	font-weight: bold;
}
h3, .h3 {
	font-size: 1.4em;
	color: #6d8737;
	font-weight: bold;
}
h4, .h4 {
	font-size: 1.2em;
	color: #968D8D;
	font-weight: bold;
}

h3 + h2 {
	margin-top: 1.5em;
} 

h5, .h5 {
	font-size: 2.4em;
	color: #0085cf;
	font-weight: normal;
}
/* h3, .h3,
legend {
	font-size: 1.8em;
	color: #454141;
	font-weight: bold;
}
h4, .h4 {
	font-size: 1.4em;
	color: #6d8737;
	font-weight: bold;
}
h5, .h5 {
	font-size: 1.2em;
	color: #968D8D;
	font-weight: bold;
} */
a {
	color: #0085cf;
}
p,
label,
li {
	font-size: 1.2em;
	color: #6e6d71;
}
p {
	margin: 0 0 1.2em;
}
p + .readmore {
	margin: -2em 0 2em;
}
.boxed-item p + .readmore {
	margin: 0 0 2em;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
li {
	margin: 0 0 0 20px;
	*margin: 0 0 0 25px;
}
li li {
	font-size: 1em;
}

li a {
	text-decoration: none;
}
li a:hover {
	text-decoration: underline;
}
ul,ol {
	margin: 0 0 2.5em ;
}
ul ul {
	margin: 0;
}
ul li {
	list-style-image: url(../gfx/list.gif);
}
.footer li,
.subnav li,
.main-nav li {
	margin: 0;
	list-style: none;
	list-style-image: none;
}

table {
	caption-side: bottom;
	margin: 0 0 .5em;
}
caption {
	font-style: italic;
	font-size: 1.2em;
	color: #968D8D;
}
td,
th {
	font-size: 1.2em;
	padding: 4px 30px 4px 0;
	border: solid #AdA6A6;
	border-width: 0 0 1px;
}
thead th,
tfoot th,
tfoot td {
	font-weight: bold;
	border: solid #0085CF;
	border-width: 0 0 2px;
}
thead th {
	border-width: 0 0 1px;
}
.table-caption {
	line-height: 1.2;
	font-style: italic;
}

.sortable {
	width: 100%;
}
.sortable tbody {
	margin: 1px;
}
.sortable th,
.sortable td {
	border: solid #efeded;
	border-width: 0 0 1px;
	_border-width: 0 0 1px 1px;
	_padding-left: 10px;
}
.sortable th:first-child,
.sortable td:first-child {
	padding: 0 0 0 10px;
	background: url(../gfx/careers-border.png) repeat-y 0 0;
}
.sortable td.last {
	padding: 0 10px 0 0;
	background: url(../gfx/careers-border.png) repeat-y 100% 0;
}
.sortable thead th {
	background: url(../gfx/careers-head.png) 50% 0;
	border: 0;
}
.sortable thead th:first-child {
	background: url(../gfx/careers-head.png) 0 0;
}
.sortable thead .last {
	background: url(../gfx/careers-head.png) 100% 0;
	_background: url(../gfx/careers-head.png) 50% 0;
}
.sortable thead th:last-child {
	background: url(../gfx/careers-head.png) 100% 0;
}
.sortable tbody td {
	background: #fff;
}
.sortable tbody tr:nth-child(even) td,
.sortable tbody tr:nth-child(even) th {
	background-color: #f7f6f6;
}
.sortable tbody tr:nth-child(even) td,
.sortable tbody tr:nth-child(even) th,
.sortable tbody tr:nth-child(odd) td,
.sortable tbody tr:nth-child(odd) th {
	border: solid #f7f6f6;
	border-width: 0 0 1px;
}
.sortable tbody tr:last-child td,
.sortable tbody tr:last-child th {
	border: solid #efeded;
	border-width: 0 0 1px;
}
.js-on .sortable a {
	color: #454141;
	text-decoration: none;
}
.js-on .sortable td,
.js-on .sortable th {
	cursor: pointer;
}
.js-on .sortable tbody tr:hover td,
.js-on .sortable tbody tr:hover th,
.js-on .sortable tbody tr:hover a {
	background: url(../gfx/careers-bg.png) repeat-x 0 50%;
	color: #fff;
}
.js-on .sortable thead th {
	color: #0085CF;
}
.js-on .sortable thead th:hover {
	text-decoration: underline;
}

.tablesorter-header span {
}
.tablesorter-headerSortUp span {
	background: url(../gfx/arrows.gif) no-repeat 100% -146px;
	padding: 0 12px 0 0;
}
.tablesorter-headerSortDown span {
    background: url(../gfx/arrows.gif) no-repeat 100% -94px;
    padding: 0 12px 0 0;
}
img {
	display: block;
	overflow: visible;
	margin: 0 0 1em;
}
.imgleft img, 
.imgright img {
	margin: 0 0 .5em;
}
.imgleft, 
.imgright {
	font-style: italic;
	line-height: 1.2;
}
.imgleft {
	float: left;
	margin: .5em 20px .5em 0;
}
.imgright {
	float: right;
	margin: .5em 0 .5em 20px;
}


/* @end */

/* @group Header */

.header {
	width: 287px;
	height: 59px;
	margin: 20px 0 0 10px;
}

.header a {
	display: block;
	height: 59px;
}

.header-payoff {
	position: absolute;
	top: -10em;
}

/* @end */

/* @group Navigation */

.main-nav {
	position: absolute;
	top: 105px;
	left: 30px;
	list-style: none;
	margin: 0;
	padding: 0 0;
	width: 940px;
	overflow: visible;
	border-top: 1px solid #0085cf;
	border-bottom: 2px #0085cf solid;
	height: 30px;
	clear: both;
	
}

.main-nav li {
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}

.main-nav a {
	display: block;
	line-height: 30px;
	text-align: center;
	color: #6e6d71;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	text-decoration: none;
	font-size: 1.17em;
	font-weight: bold;
	padding: 0 75px 0 10px;
	border: solid #fff;
	border-width: 0 1px;
}

.main-nav li:hover a {
	color: #0085cf;
	border: solid #0085cf;
	border-width: 0 1px;
	/* border-bottom: 2px solid #fff; */
	background: #fff;
	padding-bottom: 2px;
}
.main-nav li a:hover {
	text-decoration: none;
	_color: #0085cf;
	_border: solid #fff;
	_border-width: 0 1px;
}
.main-nav li div a:hover {
	_color: #0085cf;
	_border: solid #fff;
	_border-width: 0 1px;
}
.main-nav .active a {
	color: #0085cf;
}
.sub-item {
	border: solid #0085CF;
	border-width: 0 1px 2px;
	padding: 25px 10px 0;
	background: #fff;
	overflow: hidden;
	position: absolute;
	display: none;
	width: auto;
	_width: inherit;
	_top: 30px;
	_border-top: 2px solid #0085CF;
	*padding: 25px 10px 20px;
	z-index: 6;
	font-size: 0.83em;
}
.sub-item img {
	display: block;
	margin: 0;
}
.sub-item p {
	font-size: 1.1em;
	margin: 0;
	padding: 2px;
	background: #f5f5f5;
}
.sub-item h4 {
	color: #454141;
	margin-top: 0;
}
.sub-item a {
	font-size: 1em;
	padding: 0;
	line-height: 1.5;
	font-weight: normal;
	text-align: left;
	font-family: helvetica, arial, sans-serif;
}
.sub-item a:hover,
.sub-item li a:hover {
	text-decoration: underline;
}
.sub-item a:hover p {
	text-decoration: underline;
}
li:hover .sub-item a {
	border: 0;
}
.sub-item .list a,
.sub-item .list li {
	display: block;
	width: 140px;
	_width: 135px;
}

.crumb {
	margin: 70px 0 7px 10px;
	font-size: 1.1em;
	color: #a39ea0;
}
.crumb a {
	text-decoration: none;
	margin: 0 1px;
}
.crumb a:hover {
	text-decoration: underline;
}
.crumb strong {
	font-weight: normal;
}

/* @end */

/* @group Service */

.service {
	position: absolute;
	top: 50px;
	right: 30px;
	width: 600px;
	text-align: right;
}
.service p,
.service .search-form {
	float: right;
	vertical-align: top;
	margin: 0 0 0 20px;
	font-size: 1.1em;
}
.search-form {
	width: 230px;
}
.service .search {
	border: 1px solid #bfbebe;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 4px;
	float: left;
	margin: 0 5px 0 0;
	width: 188px;
	-moz-box-shadow: inset 0 2px 3px #A39EA0;
}
.search-button {
	background: url(../gfx/search.gif);
	width: 24px;
	height: 24px;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	float: right;
	_float: none;
}
.search-button:hover {
	background: url(../gfx/search.gif) 0 100%;
}
.service a,
.login-service a {
	margin: 0 5px;
	text-decoration: none;
}
.service a:hover,
.login-service a:hover {
	text-decoration: underline;
}
.change-language span {
	position: absolute;
	right: 0;
	width: 7px;
	height: 5px;
	background: url(../gfx/arrow-down.gif);
	margin: 10px 0 0;
}
.change-language {
	position: relative;
	padding: 0 10px 0 25px;
	background: url(../gfx/flag.gif) no-repeat;
}

.login-service {
	position: absolute;
	right: 30px;
	top: 10px;
	font-size: 1.1em;
}
.login-service a {
	background: url(../gfx/arrows.gif) no-repeat 100% -95px;
	padding: 0 10px 0 0;
}

.login-form {
	position: absolute;
	right: 0;
	margin: 0 0 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #AdA6A6;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.6);
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.6);
	-moz-border-radius: 3px;
	-o-box-shadow: 0 0 2px rgba(0,0,0,.6);
	-o-border-radius: 3px;
	box-shadow: 0 0 2px rgba(0,0,0,.6);
	border-radius: 3px;
	display: none;
	z-index: 4;
}
#loginfade{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.01;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	top: 0;
	display: none;
	z-index: 1;
}

/* @end */

.content {
	margin: 88px 0 0;
}
.content:after {
	content: ".";
	color: #fff;
}

/* @group Footer */

.footer {
	border: solid #c9c3c3;
	border-width: 1px 0 2px;
	overflow: hidden;
	margin: 32px 0 20px;
	color: #AdA6A6;
	padding: 1.4em 0;
	clear: both;
	_height: 1px;
	_overflow: visible;
}
.homepage .footer {
	padding: .5em 0;
}
.footer h5 {
	font-size: 1.2em;
	font-weight: bold;
	color: #968D8D;
}
.footer a,
.footer span {
	color: #AdA6A6;
	text-decoration: none;
	border: solid #AdA6A6;
	border-width: 0 0 0 1px;
	padding: 0 10px;
	margin: 0;
	font-size: 1.2em;
}
.footer a:first-child {
	border: 0;
}
.footer ul {
	margin: 0;
}
.footer li a {
	font-size: 1em;
	border: 0;
	margin: 0;
	padding: 0;
}
.footer li a:hover,
.footer a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Homepage specific */

.homepage .boxed-item {
	max-height: 185px;
	height: 154px;
	padding: 16px 10px;
}

/* .tickertape {
	background: #f4f3f3;
	padding: 5px 0;
	margin-top: -2em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	
}
.tickertape h3 {
	margin: 0;
}
.tickertape ul {
	margin: 0;
}
.tickertape li {
	background: #f4f3f3;
	width: 100% !important;
}
.tickertape a {
	color: #454141;
	text-decoration: none;
}
.tickertape a:hover {
	color: #0085CF;
}
.tickertape span {
	position: absolute;
	right: 0;
	top: 0;
	height: 1.8em;
	width: 1.8em;
}
.js-on .tickertape {
    height: 25px;
    overflow: hidden;
    position: relative;
}
.js-on .tickertape h3 {
    float: left;
    padding: 0 0 0 10px;
    line-height: 25px;
}

.js-on .tickertape ul {
    float: left;
    width: 800px;
}
.js-on .tickertape ul li {
    height: 25px;
    line-height:25px;
    list-style:none;
    list-style-image:none;
    margin:0;
    padding-left: 1em;
    overflow: hidden;
}
.js-on .tickertape a {
    *zoom: 1;
    display: block;
} */
.tickertape {
	background: #f4f3f3;
	padding: 5px 0;
	margin-top: -2em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	color: #0085CF;
	font-size: 1.2em;
}
.tickertape a {
	color: #454141;
	text-decoration: none;
}
.tickertape a:hover {
	color: #0085CF;
}
.tickertape span {
	position: absolute;
	right: 0;
	top: 0;
	height: 1.8em;
	width: 1.8em;
}




.out-the-box {
	position: absolute;
	bottom: 2px;
	right: -35px;
	margin: 0;
}

/* @end */

/* @group Buttons */

.button {
	background: url(../gfx/buttons.gif);
	line-height: 24px;
	display: block;
	float: left;
	padding: 0 0 0 20px;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
	text-decoration: none;
	margin: 10px 0 0;
}
.button span,
.button input {
	color: #fff;
	font-size: 1em !important;
	display: block;
	padding: 0 20px 0 0;
	line-height: 24px;
	height: 24px;
	border: 0 !important;
	background: url(../gfx/buttons.gif) no-repeat 100% 0;
	_float: left;
}

/* My Comment */

.button:hover{background-position: 0 -30px;}
.button:hover span, .button:hover input{background-position: 100% -30px;}
.landing .button, .grey {background-position: 0 -120px; color: #6e6d71 !important;text-shadow: 0 1px 0 #fff;}
.landing .button span, .grey span, .grey input {background-position: 100% -120px; color: #6e6d71 !important}
.landing .button:hover, .grey:hover {background-position: 0 -150px;}
.landing .button:hover span, .grey:hover span, .grey:hover input {background-position: 100% -150px;}
.highlighted-box .button {background-position: 0 -60px;color: #fff;	text-shadow: 0 1px 0 rgba(0,0,0,.1);}
.highlighted-box .button span, .highlighted-box .button input {background-position: 100% -60px; color: #fff !important;}
.highlighted-box .button:hover {background-position: 0 -90px;}
.highlighted-box .button:hover span, .highlighted-box .button:hover input {background-position: 100% -90px;}

.button + .button {
	margin-left: 20px;
}

/* @end */


/* @group List */

.list,
.boxed-item ul {
	overflow: hidden;
	margin: 0 0 10px;
}
.list li,
.boxed-item ul li {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	background: url(../gfx/arrows.gif) no-repeat 0 -787px;
	font-size: 1.2em;
	color: #6e6d71;
	position: relative;
	clear: both;
	overflow: hidden;
	border: 0;
	list-style: none;
	list-style-image: none;
}
.boxed-item .list li,
.boxed-item ul li {
	margin: 0 0 .4em;
	line-height: 1.5;
}
.list a,
.boxed-item ul li a {
	margin: 0 0 0 -10px;
	_margin: 0 -5px;
	position: relative;
	padding: 0 5px 0 10px;
	background: url(../gfx/arrows.gif) no-repeat 0 5px;
	display: block;
	float: left;
	text-decoration: none;
	font-family: helvetica,arial,sans-serif;
	font-size: 100%;
	font-weight: normal;
}
.list a,
.boxed-item ul li a {
	padding: 0 5px 0 13px;
}
.boxed-item .list li a {
	background: none;
}
.list a:hover,
.boxed-item ul li a:hover {
	text-decoration: underline;
}
li .list {
	margin: 0;
}
li .list li {
	background: transparent url(../gfx/arrows.gif) no-repeat 0 5px;
	font-size: 1.2em;
	margin: 0;
}
li .list a,
li:hover .list a {
	background: transparent url(../gfx/arrows.gif) no-repeat 0 5px;
	line-height: 1.5;
	text-align: left;
}
.list li:first-child:hover a {
	border:  0;
}
li:hover .list a {
	border: 0;
}

.third {
	width: 33%;
	float: left;
}

.homepage .links-list li a
{
    line-height: 18px;
    margin-bottom: 7px;
}

/* @end */

/* @group Subnav */

.subnav h4 {
	padding: 0;
	color: #0085CF;
	font-size: 1.4em;
}
.subnav ul {
	border: solid #e2e3e4;
	border-width: 1px 0 2px;
	padding: 3px 0;
	margin: 2px 10px 10px 0;
}
.subnav li {
	
	font-size: 1.2em;
	padding: 0 0 5px;
	list-style: none;
	list-style-image: none;
}
.subnav a {
	display: block;
	background: transparent url(../gfx/arrows.gif) no-repeat 10px 8px;
	padding: 5px 10px 0 20px;
	line-height: 13px;
	text-decoration: none;
	position: relative;
	_height: 1px;
	color: #968D8D;
}
.subnav a:hover {
	text-decoration: none;
}
.subnav li:hover {
	background: url(../gfx/subnav.gif) 0 100%;
}
.subnav li:hover a {
	background: url(../gfx/subnav.gif);
	color: #fff;
}

.subnav .active {
	
}
.subnav .active a {
	color: #0085CF;
}
.subnav .active:hover,
.subnav .active:hover a {
	background: none;
	color: #0085CF;
	background: transparent url(../gfx/arrows.gif) no-repeat 10px 8px;
}

.back-one-level a {
	background: url(../gfx/arrows.gif) no-repeat 0 -47px;
	padding: 0 0 0 10px;
}
.back-one-level a:hover {
	text-decoration: underline;
}

/* @end */

.big-movie {
	width: 700px;
	height: 369px;
	margin: -10px 0 20px;
}
h1 + p {
	margin-top: -10px;
}

/* @group Readmore */

.readmore {
	font-size: 1.2em;
	margin: 0;
}
.readmore a {
	background: url(../gfx/arrows.gif) no-repeat 100% 4px;
	padding: 0 13px 0 0;
	text-decoration: none;
}
.readmore a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Newslist Faqlist */
.newslist,
.faqlist {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	margin: -1px 0 0;
	clear: both;
}

.newslist li,
.faqlist li {
	font-size: 1em;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0 0 32px;
	border: solid #c9c3c3;
	border-width: 0 0 1px;
	padding: 0;
}
.newslist li:last-child,
.faqlist li:last-child {
	border-width: 0 0 2px;
}
.newslist h2,
.faqlist h2 {
	color: #454141;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	padding: 0;
	font-size: 1.4em;
}
.resultsamount {
	clear: both;
	border: solid #C9C3C3;
	border-width: 0 0 1px;
	padding: 0 0 12px;
}
.time {
	font-size: 1.2em;
	font-style: italic;
	color: #968D8D;
}
.feed {
	background: url(../gfx/icon-feed.gif) no-repeat 0 0;
	line-height: 21px;
	padding: 0 0 0 30px;
	margin: 0;
	color: #454141;
}
.feed + .readmore {
	padding: 0 0 0 30px;
}

/* @end */

/* @group Paging */

.paging {
	margin: -12px 0 0;
	padding: 0;
	text-align: center;
	position: relative;
}
.paging li {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 6px 0;
	*display: inline;
	*zoom: 1;
}
.paging a {
	display: block;
	border: solid #c9c3c3;
	border-width: 0 0 0 1px;
	line-height: 1;
	width: 25px;
	text-decoration: none;
}
.paging a:hover {
	text-decoration: underline;
}
.paging li:first-child a {
	border: 0;
}
.paging .active {
	border: solid #968d8d;
	border-width: 1px 1px 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 -1px 0 0;
	position: relative;
	z-index: 2;
}
.paging .active a {
	border: 0;
	color: #454141;
}
.paging .prev,
.paging .next {
	position: absolute;
	top: 0;
}
.paging .prev {
	left: 0;
	background: url(../gfx/arrows.gif) no-repeat 0 -48px;
	padding: 0 0 0 10px;
}
.paging .next {
	right: 0;
	background: url(../gfx/arrows.gif) no-repeat 100% 2px;
	padding: 0 14px 0 0;
}
.paging .prev a,
.paging .next a {
	width: auto;
	border: 0;
}

/* @end */

/* @group Forms */

.mandatory {
	color: #0085CF;
	font-weight: bold;
}
.errormessage {
	color: #f00;
	font-weight: bold;
	background: url(../gfx/ico-errormessage.gif) no-repeat 10px 10px;
	padding: 10px 10px 10px 40px;
	border: 1px solid #f00;
}
.standard-form input,
.standard-search-form input,
.standard-form textarea,
.standard-form select {
	border: 1px solid #968D8D;
	font-size: 1.2em;
}
fieldset {
	display: block;
	
}
.standard-search-form {
	margin: 0 0 12px;
	position: relative;
}
.standard-search-form .button {
	position: absolute;
	top: 0;
	left: 100%;
	margin: 5px 0 0 20px;
	_padding: 0;
	*padding: 0;
}

/* @group Formgroup */

.formgroup {
	clear: both;
	padding: 6px 0;
	position: relative;
	width: 100%;
	overflow: visible;
}
.formgroup label,
.formgroup .label {
	width: 140px;
	float: left;
	margin: 0 20px 0 0;
	_margin: 0 15px 0 0;
	position: relative;
	font-size: 1.2em;
	color: #6E6D71;
}
.formgroup .mandatory {
	position: absolute;
	right: -15px;
	top: 0;
}
.formgroup input,
.formgroup textarea {
	width: 292px;
	padding: 3px;
}
.formgroup textarea {
	height: 116px;
}
.formgroup input:focus,
.formgroup input:active {
	background: #f0f8fc;
	border: 1px solid #0085CF;
	outline: none;
	-webkit-box-shadow: 0 0 5px rgba(0,133,207,.7);
}

/* @end */

/* @group Errors */

.error label {
	color: #f00;
	
}
.error input {
	border: 1px solid #f00;
}
.error input:focus + .explanation,
.error input:active + .explanation {
	display: none;
}
.errortext {
	display: none;
}
.error .errortext {
	position: relative;
	width: 220px;
	float: right;
	overflow: hidden;
	top: 0;
	margin: 0 -240px 0 0;
	display: block;
	color: #f00;
	text-indent: 0;
	padding: 0 0 0 20px;
}

/* @end */

/* @group Labelgroup */

.labelgroup {
	width: auto;
	float: none;
	margin: 0 0 0;
	position: relative;
	overflow: hidden;
	_float: left;
	_width: 300px;
}
.labelgroup div {
	float: left;
	width: 50%;
	margin: 0;
	_width: 49.5%;
}
.labelgroup label {
	padding: 0 0 0 ;
	position: relative;
	width: 100%;
	display: block;
	clear: both;
	margin: 0;
}
.labelgroup input {
	width: auto;
	float: left;
	left: 0;
	padding: 0;
	border: none;
	margin: 2px 5px 0 0;
}
.labelgroup span {
	overflow: auto;
	display: block;
}

/* @end */

/* @group Q and A */

.questions {
	margin: 0 0 24px;
	_width: 100%;
}
.questions label {
	font-weight: bold;
	margin: 0 0 10px;
}
.answer {
	
}
.answer .highlighted-box {
	margin: 0 0 36px;
}
.answer .highlighted-box .boxed-item {
	padding: 0 10px;
}
.answer .highlighted-box h2 {
	background: url(../gfx/icon-alert.gif) no-repeat 0 50%;
	margin-top: 6px;
	padding: 0 0 0 24px;
}
.answer .highlighted-box p {
	font-weight: bold;
}
.answer .button {
	-margin-right: 20px;
}
.js-on .answer,
.js-on .statusanswer {
	display: none;
}

#recaptcha_image {
	float:right;
	height:57px;
	overflow:hidden;
	width:100% !important;
}
#recaptcha_image img {
	margin: 0 0 0 160px;
}
#recaptcha_image + p {
	text-align: right;
	clear: both;
}
/* @end */

/* @end */

.sitemap {
	width: 25%;
	float: left;
}
.sitemap li {
	font-weight: bold;
}
.sitemap li li {
	font-weight: normal;
}

.right {float: right;}
