

@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;
  line-height: 0;
}

.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;
}




	
	
		
		

body{
	font-family: Lucida Grande, arial;
	font-size: 16px;
	color: #444444;
	margin: 10px;
	background: #ACBCC7;
}
body a{
	color: #33383b;
}
body a:hover{
	color: brown;
}

		

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

		

#page{
	margin: 10px auto 10px auto;
	max-width: 1024px;
}

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



#header{
	height: 75px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	box-shadow: 0 0px 15px #444444;
	-ms-box-shadow: 0 0px 15px #444444;
	-moz-box-shadow: 0 0px 15px #444444;
	-webkit-box-shadow: 0 0px 15px #444444;
	background: #9aa9b3;
	border-bottom: solid 1px #677077;
}
#header .inner{
	padding: 0px;
	height: 60px;
	width: 1024px;
	margin: 20px auto;
	position: relative;
}
#header .inner h1{
	padding-left: 20px;
	font-size: 200%;
	text-shadow: 0 0 10px white;
}
#header .inner h1 a{
	color: inherit;
	text-decoration: none;
}
#header .inner h1 a:hover{
	text-shadow: 0 0 10px white;
}

		#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 nav ul li:hover ul.drop-down{
	display: block;
}
#mainnav nav ul.drop-down, #mainnav nav ul .drop-down-content{
	display: none;
	position: absolute;
	z-index: 101;
}
#mainnav nav ul.drop-down li{
	float: none;
}



#mainnav{
	margin: 0px 5px;
}
#mainnav nav ul li{
	float: none;
	padding: 5px;
}
#mainnav a{
	display: block;
	text-decoration: none;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: solid 1px transparent;
	color: black;
	padding: 0 10px;
	line-height: 30px;
}
#mainnav a:hover{
	background: #bdceda;
	border: solid 1px #89969f;
}
#mainnav a.selected{
	border: solid 1px #607d9a;
	color: white;
	background: #607d9a;
	background-image: linear-gradient(#607d9a 40%,black);
	background-image: -ms-linear-gradient(#607d9a 40%,black);
	background-image: -moz-linear-gradient(#607d9a 40%,black);
	background-image: -webkit-linear-gradient(#607d9a 40%,black);
}

		#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{
	margin-top: 100px;
}
#content .leftcol{
	width: 250px;
}
#content .centercol{
	background: white;
	border: solid 5px #89969f;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-left: 250px;
}
#content .centercol .content-footer{
	left: 250px;
}
#content .rightcol{
	width: 200px;
}
#content .content-header{
	border-bottom: dotted silver 1px;
	font-size: 14px;
	padding: 5px;
}
#content .content-footer{
	position: absolute;
	bottom: 0px;
	border-top: solid 1px#565e63;
	right: 0px;
	left: 0px;
	font-size: 14px;
	text-align: center;
	padding: 10px;
}
#content .content-footer a{
	border-radius: 5px;
	-ms-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;
	-ms-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;
	min-height: 200px;
}
#content .content-body .copy{
	position: absolute;
	left: 25px;
	bottom: 5px;
}

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



#footer{
	border-top: solid 1px #89969f;
	margin-top: 20px;
	padding: 10px;
}

		
		
.rtf p{
	margin: 16px 0px;
}
.rtf p:first-child{
	margin-top: 0px;
}
.rtf img{
	max-width: 100%;
}
.rtf h1{
	color: #33383b;
	font-size: 24px;
	border-bottom: dotted silver 1px;
	margin: 24px 0 16px;
}
.rtf h1:first-child{
	margin-top: 0px;
}
.rtf .code{
	border: solid 1px #acbcc7;
	background: #efefef;
	color: #222222;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 2px 2px 8px gray;
	-ms-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: pre;
}
.rtf .code p{
	margin: 0px;
}
.rtf .code blockquote{
	margin: 0 0 0 30px;
}
.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: linear-gradient(gray 40%,black);
	background: -ms-linear-gradient(gray 40%,black);
	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;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 1px 1px 10px black;
	-ms-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 black;
	-ms-box-shadow: 1px 1px 10px black;
	-moz-box-shadow: 1px 1px 10px black;
	-webkit-box-shadow: 1px 1px 10px black;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	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;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: linear-gradient(#efefef 40%,silver);
	background-image: -ms-linear-gradient(#efefef 40%,silver);
	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;
	-ms-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;
}

		
.search-box{
	position: absolute;
	right: 5px;
	bottom: 3px;
}
.search-box input{
	width: 200px;
	border: inset gray 1px;
	height: 19px;
	border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 0px 8px;
}

		
.module-cm_content-box{
	color: red;
	font-family: courier;
}
.module-cm_content-box .content p{
	margin: 0px;
}



.module-cm_form label{
	float: left;
	width: 200px;
}
.module-cm_form .formfield .data, .module-cm_form .field-message{
	margin-left: 210px;
}
.module-cm_form .form-message{
	display: none;
}
.module-cm_form input, .module-cm_form textarea{
	width: 100%;
}
.module-cm_form textarea{
	height: 100px;
}
.module-cm_form button{
	font-size: inherit;
}

		
		.pathnav{
	position: relative;
}
.pathnav ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.pathnav ul li{
	display: inline-block;
}




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



.childnav li{
	float: left;
	padding: 5px;
}
.childnav a{
	display: block;
	padding: 2px 10px;
	margin: 0px;
	color: #444444;
	border: solid transparent 1px;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
}
.childnav a:hover{
	color: #607d9a;
}
.childnav > ul > li > a.selected{
	border: solid #607d9a 1px;
	background-color: #607d9a;
	background-image: linear-gradient(#607d9a 40%,black);
	background-image: -ms-linear-gradient(#607d9a 40%,black);
	background-image: -moz-linear-gradient(#607d9a 40%,black);
	background-image: -webkit-linear-gradient(#607d9a 40%,black);
	color: white;
}

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



.langnav{
	position: absolute;
	top: 10px;
	right: 10px;
}
.langnav a{
	display: block;
	color: white;
	font-size: 14px;
	text-decoration: none;
}
.langnav a .langtitle{
	display: none;
	margin-left: 10px;
}
.langnav a .langtitle:hover{
	text-shadow: 0 0 10px white;
}
.langnav a .langimage{
	display: block;
	margin-left: 5px;
}
.langnav a .langimage:hover{
	box-shadow: 0 0 10px white;
	-ms-box-shadow: 0 0 10px white;
	-moz-box-shadow: 0 0 10px white;
	-webkit-box-shadow: 0 0 10px white;
}

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



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

		.form-field.error label.form-field-label, .form-field.error .error-message{
	color: red !important;
}
.form-field label.form-field-label{
	font-weight: normal;
	float: left;
	cursor: auto;
}
.form-field .form-field-controls{
	margin-right: 10px;
}
.form-field .form-field-controls select{
	font: inherit;
	margin-top: 2px;
}


.form-field{
	margin: 10px 0;
}
.form-field label.form-field-label{
	width: 100px;
	margin-top: 5px;
	text-align: right;
	color: gray;
}
.form-field .form-field-controls{
	margin-left: 110px;
}
.form-field .form-field-controls input[type=text], .form-field .form-field-controls input[type=password], .form-field .form-field-controls textarea{
	width: 100%;
}
.form-field .form-field-controls.mode-view{
	padding-top: 5px;
}
.form-field .form-field-controls p{
	padding-top: 3px;
}
.form-field.required label.form-field-label{
	color: black;
	font-weight: bold;
}


.form-messages{
	border: solid silver 1px;
	background: white;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin: 10px 0;
	box-shadow: inset 0 0 5px silver;
	-ms-box-shadow: inset 0 0 5px silver;
	-moz-box-shadow: inset 0 0 5px silver;
	-webkit-box-shadow: inset 0 0 5px silver;
	color: red;
}

	
