@charset 'utf-8';

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}

input, button {
	font: inherit;
}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}


/*
http://nitzsche.info
*/

body {
  background-color: #fff;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

abbr[title] {
  border-bottom: 1px dotted #888 !important;
  cursor: help;
}

a abbr {
  cursor: pointer !important;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
  * html .clearfix { height: 1%; }
  .clearfix { display: block; }
/* End hide from IE-mac */


/*
 * HTML5 default styles:
 */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

/* CM support */

.WGA-Item{
	border: solid transparent 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
}

.WGA-Item-hover{
	border-color: red !important;
	background: #efefef;
}






body {
	margin: 10px;
	background: url(/file/overlay/images/dragon_only.png) no-repeat fixed center 340px #bbbab9;
}
body #body-background {
	background: url(/file/overlay/images/gray-to-gray-2.jpg) repeat-x;
	position: absolute;
	height: 350px;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}



body {
	font-family: Lucida Grande, arial;
	font-size: 16px;
	color: #444444;
}
body a {
	color: inherit;
}


#page {
	margin: 10px auto 10px auto;
	width: 1048px;
}


#header {
	display: block;
	position: relative;
}



#header {
	height: 100px;
}
#header h1 {
	color: white;
	text-shadow: 0 0 5px black;
	padding: 10px;
	font-size: 24px;
}
#header h1 a {
	color: inherit;
	text-decoration: none;
}
#header h1 a:hover {
	text-shadow: 0 0 10px red;
}
#header .slogan {
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: center;
	width: 300px;
	padding: 10px 20px;
	background: rgba(255,255,255, .2);
	border-radius-topleft: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	border-radius-topright: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
#header .slogan h2 {
	font-size: 24px;
	color: #efefef;
	font-weight: bold;
	text-shadow: 0px 0px 10px black;
}
#header .slogan p {
	font-style: italic;
}

#mainnav {
	display: block;
	position: relative;
}
#mainnav nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#mainnav nav ul li {
	padding: 0px;
	margin: 0px;
	float: left;
}
#mainnav nav ul li a {
	display: block;
}



#mainnav {
	font-size: 14px;
	border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #bdbdbd;
	background-image: -moz-linear-gradient(silver 45%,gray);
	background-image: -webkit-linear-gradient(silver 45%,gray);
	padding-left: 5px;
	height: 35px;
}
#mainnav nav a {
	text-decoration: none;
	color: black;
	padding: 0 10px;
	line-height: 35px;
}
#mainnav nav a:hover {
	background: #efefef;
	background: rgba(255, 255, 255, 0.3);
}
#mainnav nav a.selected {
	color: white;
	background-color: #656565;
	background-image: -moz-linear-gradient(#666666 45%,black);
	background-image: -webkit-linear-gradient(#666666 45%,black);
}
#mainnav .addon {
}

#content {
	padding: 0px;
	margin: 0px;
	position: relative;
}
#content .leftcol {
	float: left;
	position: relative;
}
#content .centercol > .inner {
	overflow: hidden;
	width: 100%;
}
#content .rightcol {
	float: right;
	position: relative;
}



#content {
	background-image: -moz-linear-gradient(rgba(255,255,255, .8) 50%,rgba(255,255,255, .1));
	background-image: -webkit-linear-gradient(rgba(255,255,255, .8) 50%,rgba(255,255,255, .1));
}
#content .leftcol {
	width: 200px;
}
#content .centercol {
	background-color: white;
	background-color: rgba(255,255,255, .9);
}
#content .rightcol {
	width: 200px;
}
#content .rightcol #teaser {
	font-size: 14px;
	margin: 10px 0 0 -5px;
	padding: 10px 10px 20px 15px;
	background: #617b9c;
	background: rgba(0,48,96, .6);
	color: white;
	box-shadow: -2px 2px 5px gray;
	-moz-box-shadow: -2px 2px 5px gray;
	-webkit-box-shadow: -2px 2px 5px gray;
	border-radius-topleft: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	border-radius-bottomleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#content .rightcol #teaser h1 {
	color: #ffbf44;
}
#content .rightcol #teaser a {
	color: white;
}
#content.left .centercol {
	margin-left: 200px;
}
#content.left .centercol .content-footer {
	left: 200px;
}
#content.right .centercol {
	margin-right: 200px;
}
#content.right .centercol .content-footer {
	right: 200px;
}
#content .content-header {
	background: #efefef;
	background-image: -moz-linear-gradient(white 75%,#efefef);
	background-image: -webkit-linear-gradient(white 75%,#efefef);
	font-size: 40px;
	height: 44px;
	padding: 20px 20px 10px 30px;
}
#content .content-footer {
	border-top: dotted silver 1px;
	font-size: 14px;
	padding: 10px 20px;
}
#content .content-footer a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 3px 2px 3px;
}
#content .content-footer a:hover {
	box-shadow: 0 0 5px gray;
	-moz-box-shadow: 0 0 5px gray;
	-webkit-box-shadow: 0 0 5px gray;
}
#content .content-body {
	padding: 20px 30px;
	min-height: 440px;
}
#content .content-info {
	background: #ffdd8c;
	border-right-width: 0px;
	border-top-width: 0px;
	border-radius-bottomleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 5px 20px 20px;
	margin-left: -10px;
	box-shadow: 0px 2px 4px silver;
	-moz-box-shadow: 0px 2px 4px silver;
	-webkit-box-shadow: 0px 2px 4px silver;
	font-size: 12px;
}
#content .content-info label {
	margin-top: 10px;
	display: block;
	font-weight: bold;
}

#footer {
	display: block;
	position: relative;
}



#footer {
	padding: 5px 15px;
	border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: solid silver 1px;
	background-color: rgba(255, 255, 255, .9);
}



.rtf {
}
.rtf p {
	line-height: 24px;
	margin: 16px 0px;
}
.rtf p:first-child {
	margin-top: 0px;
}
.rtf ul {
	margin: 0px;
	padding: 0px;
}
.rtf ul li {
	line-height: 24px;
	margin: 10px;
}
.rtf ul > li {
	margin-left: 25px;
}
.rtf ul > ul > li {
	margin-left: 45px;
}
.rtf img {
	max-width: 100%;
}
.rtf blockquote {
	margin-left: 40px;
}
.rtf h1 {
	color: #004080;
	font-size: 28px;
	margin: 24px 0 16px;
}
.rtf h1:first-child {
	margin-top: 0px;
}
.rtf h2, .rtf h3 {
	font-weight: bold;
}
.rtf .code {
	border: solid silver 1px;
	background: #efefef;
	color: #222222;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 2px 2px 8px gray;
	-moz-box-shadow: 2px 2px 8px gray;
	-webkit-box-shadow: 2px 2px 8px gray;
	padding: 5px;
	font-family: courier;
	white-space: nowrap;
	overflow: auto;
}
.rtf .code p {
	margin: 0px;
}
.rtf .code blockquote {
	margin: 0 0 0 30px;
}
.rtf table {
}
.rtf table.gray {
	border-spacing: 2px;
	border-collapse: separate;
}
.rtf table.gray td {
	background-color: #efefef;
	border: solid silver 1px;
	padding: 5px;
}
.rtf table tr.table-header td {
	background-color: gray;
	background: -moz-linear-gradient(gray 40%,black);
	background: -webkit-linear-gradient(gray 40%,black);
	color: white;
}
.rtf table td.green {
	border: solid green 2px;
}
.rtf img.dia {
	border:  solid silver 1px;
	background: gray;
	background-image: -moz-linear-gradient(300deg, white 60%, gray 90%);
	background-image: -webkit-gradient(linear, left top, right bottom, from(white), to(gray), color-stop(.7, white));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 1px 1px 10px black;
	-moz-box-shadow: 1px 1px 10px black;
	-webkit-box-shadow: 1px 1px 10px black;
	padding: 10px;
	margin: 0 20px 20px 0;
	max-height: 80px;
	max-width: 80px;
}
.rtf img.shadow {
	box-shadow: 1px 1px 10px silver;
	-moz-box-shadow: 1px 1px 10px silver;
	-webkit-box-shadow: 1px 1px 10px silver;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
}
.rtf img.right {
	float: right;
	margin: 0 0 0 8px;
}
.rtf img.left {
	float: left;
	margin: 0 8px 0 0;
}
.rtf a.button {
	text-decoration: none;
	color: black;
	padding: 2px 10px;
	border: solid gray 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: -moz-linear-gradient(#efefef 40%,silver);
	background-image: -webkit-linear-gradient(#efefef 40%,silver);
}
.rtf a.button:hover {
	box-shadow: 1px 1px 2px gray;
	-moz-box-shadow: 1px 1px 2px gray;
	-webkit-box-shadow: 1px 1px 2px gray;
	color: brown;
}
.rtf .quote {
	border-left: solid #607d9a 3px;
	padding-left: 10px;
	text-indent: -5px;
	font-style: italic;
	color: gray;
}
.rtf table.specs {
	border-collapse: separate;
	border-spacing: 10px;
	margin-bottom: 20px;
	margin-left: -10px;
}
.rtf table.specs td:first-child {
	padding: 5px 10px;
	background: #efefef;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 1px silver;
	-moz-box-shadow: 1px 1px 1px silver;
	-webkit-box-shadow: 1px 1px 1px silver;
}


.search-box {
	position: absolute;
	right: 10px;
	bottom: 6px;
}
.search-box input {
	width: 220px;
	border: inset gray 1px;
	height: 18px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 2px 8px;
}



#live-search-result {
	position: absolute;
	right: 0px;
	width: 400px;
	background: white;
	z-index: 10;
	border: solid silver 3px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 20px silver;
	-moz-box-shadow: 0 0 20px silver;
	-webkit-box-shadow: 0 0 20px silver;
	margin-top: 7px;
	font-size: 12px;
}
#live-search-result a {
	text-decoration: none;
	padding: 0px;
	display: block;
}
#live-search-result a:hover .entry {
	background: #efefef;
}
#live-search-result a:focus {
	outline: none;
}
#live-search-result a:focus .entry {
	background: #004080;
	color: white;
}
#live-search-result a .entry {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#live-search-result a .group {
	font-style: italic;
	text-align: right;
}
#live-search-result a.groupchange > div {
	padding-top: 10px;
}
#live-search-result .search-info {
	background: #efefef;
	padding: 5px;
}
#live-search-result .search-info.top {
	border-bottom: solid silver 1px;
	border-radius-topleft: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
	border-radius-topright: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
}
#live-search-result .search-info.bottom {
	border-top: solid silver 1px;
	border-radius-bottomleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
	border-radius-bottomright: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
#live-search-result .search-result {
	max-height: 300px;
	overflow: auto;
}

.module-cm_latest_updates {
}
.module-cm_latest_updates li {
	margin: 5px 0;
}



.module-cm_image-box {
}
.module-cm_image-box .image-box .image img {
	box-shadow: 0px 0px 5px gray;
	-moz-box-shadow: 0px 0px 5px gray;
	-webkit-box-shadow: 0px 0px 5px gray;
}



.module-cm_carousel {
	margin: 20px 20px 0 20px;
}
.module-cm_carousel .rtf {
}
.module-cm_carousel .rtf * {
	font-size: 18px;
}
.module-cm_carousel .rtf h1, .module-cm_carousel .rtf h2 {
	font-size: 30px;
	line-height: 36px;
	text-shadow: 0px 1px 1px gray;
}
.module-cm_carousel .rtf h2 {
	font-size: 24px;
	color: gray;
}
.module-cm_carousel .nav {
	margin-right: -25px;
}


.module .news-collection {
}
.module .news-collection .date {
	display: none;
}
.module .news-collection .intro {
	line-height: 24px;
}
.module .news-collection .more {
	text-align: left;
}
.module .news-collection .even .img {
	margin: 0 20px 0 0;
}
.module .news-collection .odd .img {
	float: right;
	margin: 0 0 0 20px;
}


.module .module-cm_form {
}
.module .module-cm_form textarea {
	height: 150px;
}


.pathnav {
	position: relative;
}



.pathnav {
}

.childnav {
}
.childnav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}



.childnav {
	background: #617b9c;
	background: rgba(0,48,96, .6);
	box-shadow: 1px 1px 4px gray;
	-moz-box-shadow: 1px 1px 4px gray;
	-webkit-box-shadow: 1px 1px 4px gray;
	margin: 10px -5px 0 0;
	padding: 10px 0;
	border-radius-topright: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	border-radius-bottomright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 14px;
}
.childnav a {
	display: block;
	padding: 7px 10px;
	margin: 0px;
	text-decoration: none;
	color: #efefef;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgba(0,48,96, .2);
}
.childnav a:hover {
	color: #ffc800;
}
.childnav > ul > li:first-child > a {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(0,48,96, .2);
}
.childnav > ul > li {
}
.childnav > ul > li > a {
}
.childnav > ul > li > a.selected {
	color: white;
	border-color: #666666;
	background-image: -moz-linear-gradient(#666666 45%,black);
	background-image: -webkit-linear-gradient(#666666 45%,black);
	background-color: gray;
}
.childnav > ul > li > ul > li {
}
.childnav > ul > li > ul > li > a {
	padding-left: 30px;
}
.childnav > ul > li > ul > li > a.selected {
	color: #ffc800;
	background-image: url(/file/overlay/images/arrow.png);
	background-position: 10px 8px;
	background-repeat: no-repeat;
}
.childnav > ul > li > ul > li > ul > li {
}
.childnav > ul > li > ul > li > ul > li > a {
	padding-left: 40px;
}
.childnav > ul > li > ul > li > ul > li > a.selected {
	color: #004080;
	background-image: url(/file/images/triangle_right_dark_blue.gif);
	background-position: 25px 4px;
	background-repeat: no-repeat;
}
.childnav > ul > li > ul > li > ul > li > ul > li {
}
.childnav > ul > li > ul > li > ul > li > ul > li > a {
	padding-left: 55px;
}
.childnav > ul > li > ul > li > ul > li > ul > li > a.selected {
	color: #004080;
	background-image: url(/file/images/triangle_right_dark_blue.gif);
	background-position: 40px 4px;
	background-repeat: no-repeat;
}

.langnav {
}
.langnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.langnav ul li {
	float: left;
}



.langnav {
	position: absolute;
	bottom: 5px;
	right: 0px;
}
.langnav li.selected {
	background: rgba(0, 48, 96, .3);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.langnav a {
	display: block;
	color: white;
	text-decoration: none;
}
.langnav .langtitle {
	display: none;
	margin-left: 0px;
}
.langnav .langtitle:hover {
	text-shadow: 0 0 10px white;
}
.langnav .langimage {
	margin: 5px;
}

.servicenav {
}
.servicenav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.servicenav ul li {
	float: left;
}



.servicenav {
	position: absolute;
	bottom: 5px;
	right: 50px;
}
.servicenav a {
	color: white;
	font-size: 14px;
	margin-right: 10px;
	text-decoration: none;
}
.servicenav a:hover {
	text-shadow: 0 0 10px #ffc80;
}
.servicenav a.selected {
	color: white;
	text-shadow: 0 0 10px #ffc800;
}

