@charset "utf-8";
/* Reset */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	line-height: 1.5;

}
ol li {
	line-height: 1.5;
	list-style-type: decimal;
	margin-left: 18px;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearing floats */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Layout */
html {
	height: 100%;
}

body {
	background: #fff url(../images/body_back.gif) 0 0 no-repeat;
	font-size: 14px;
	line-height: 22px;
	color: #354378;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

#master {
	width: 960px;
	padding-bottom: 25px;
}

#header {
	height: 161px;
}

#logo {
	float: left;
	padding: 71px 0 0 90px;
}

#slogan {
	float: left;
	padding: 81px 0 0 51px;
}

/* Menus */
#mainMenu {
	height: 33px;
	position: relative;
}

#mainMenu ul {
	padding: 5px 26px 1px 26px; display: inline-block;
}
#mainMenu ul { display: block; }
#mainMenu ul:after { content: '.'; display: block; clear: both; height: 0; visibility: hidden; }

#mainMenu ul li {
	float: left;
	padding: 0 9px;
	background: url(../images/main_menu_separator.gif) right 6px no-repeat;
}

#mainMenu ul li a {
	color: #00aac3;
	font-size: 16px;
	text-decoration: none;
	float: left;
	padding-bottom: 4px;
}

#mainMenu ul li a:hover, #mainMenu ul li.on a {
	color: #354378;
}

#mainMenu ul li.off ul, #mainMenu ul li.on ul {
	width: 908px;
	display: none;
	height: 19px;
	background: url(../images/submenu_back.png) 0 0 no-repeat;
	position: absolute;
	top: 33px;
	left: 0;
	padding-top: 0;
}

#mainMenu ul li.on ul {
	display: block;
}

#mainMenu ul li:hover ul {
	display: block;
	z-index: 6000;
}

#mainMenu ul li ul li {
	float: left;
	padding: 0 10px 0 8px;
	background: url(../images/submenu_separator.gif) right 4px no-repeat;
	line-height: 15px;
}

#mainMenu ul li ul li a, #mainMenu ul li.on ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#mainMenu ul li ul li a:hover, #mainMenu ul li.on ul li.active a {
	color: #354378;
}

#subMenu {
	height: 19px;
	background: url(../images/submenu_back.png) 0 0 no-repeat;
}

#mainMenu ul li.toRight ul {
	background: url(../images/submenu_inverse_back.png) right 0 no-repeat;
	text-align: right;
	line-height: 15px;
}

#mainMenu ul li.toRight ul li {
	float: none;
	padding: 0 10px 0 3px;
}

#mainMenu ul li.toRight ul li a {
	float: none;
}

#subMenu ul {
	padding: 0px 37px 0 28px;
	line-height: 16px;
}

#subMenu li {
	float: left;
	display: block;
	padding: 0 10px 0 8px;
	background: url(../images/submenu_separator.gif) right 4px no-repeat;
}

.layout4 #subMenu li, .layout5 #subMenu li, .layout6 #subMenu li {
	float: none;
	display: inline;
	padding: 0 10px 0 3px;
}

#subMenu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#subMenu ul li a:hover, #subMenu ul li.active a {
	color: #354378;
}

/* Container */
#container {
	min-height: 526px;
	height: auto;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(../images/content_back_normal.png);
}

#wrapper {
	padding-top: 19px;
}

#pageTitle {
	padding: 36px 0 0 128px;
	clear: both;
}

#pageTitle h1 {
	font-weight: normal;
	font-size: 16px;
	color: #00aac3;
	padding-bottom: 5px;
}

#content {
	float: left;
	width: 580px;
	padding-left: 148px;
}

#rightColumn {
	float: right;
	width: 170px;
	padding: 0px 30px 10px 30px;
}

/* Footer */
#footer {
	font-size: 10px;
	color: #1cb4cb;
	position: relative;
	margin-top: -25px;
}

#footerContainer {
	width: 960px;
	text-align: center;
}

#footer a {
	color: #1cb4cb;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* General styles */
#content {
	padding-bottom: 75px;
}

#content h1 {
	font-weight: normal;
	font-size: 22px;
	padding-bottom: 35px;
}
#content h2 {
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 14px;
}

#content p {
	padding-bottom: 22px;
}

#content a, #content ul ul a, #rightColumn a {
	color: #00aac3;
	text-decoration: none;
}

#content a:hover, #rightColumn a:ove {
	text-decoration: underline;
}

#content ul {
	padding-bottom: 22px;
}

#content ul li {
	background: url(../images/list.gif) 0 6px no-repeat;
	padding-left: 12px;
}

#content ul ul {
	padding-left: 12px;
	padding-bottom: 0;
}

#content ul a {
	color: #00AAC3;
}

#content ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding-bottom: 22px;
}

.layout1 #content {
	padding-bottom: 113px;
}

.layout2 #content {
	padding-bottom: 77px;
	padding-right: 150px;
	width: 430px;
}

.layout3 #content {
	padding-bottom: 177px;
}

.layout4 #content {
	padding-bottom: 104px;
}

.layout5 #content {
	padding-bottom: 200px;
}

.layout6 #content {
	padding-bottom: 90px;
}

#rightColumn {
	font-size: 11px;
}

#rightColumn b, #rightColumn strong {
	color: #00aac3;
}

/* Contact */
.tx_powermail_pi1_fieldwrap_html label, p.tx_powermail_pi1_fieldwrap_html_radio_title {
	float: left;
	width: 140px;
	padding-right: 6px;
}

input.powermail_text, textarea.powermail_textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #b3b8cd;
	background-color: #f0eff5;
	width: 350px;
	margin-bottom: 2px;
}

.powermail_mandatory_js {
	color: #c30;
	font-size: 9px;
	padding-left: 146px;
}

.powermail_radio_inner {
	display: block;
	float: left;
}

.powermail_radio_inner input {
	float: left;
}

.tx_powermail_pi1_fieldwrap_html .powermail_radio_inner label {
	width: auto;
}

.tx_powermail_pi1_fieldwrap_html {
	clear: both;
}

.tx-powermail-pi1_fieldset legend {
	display: none;
}

#content .tx-powermail-pi1_fieldset p {
	padding-bottom: 0;
}

input.powermail_submit {
	border: none;
	margin-left: 146px;
	padding: 2px;
	color: #fff;
	background-color: #b3b8cd;
	cursor: pointer;
	font-weight: bold;
}

#content h6 {
	font-weight: normal;
	font-size: 10px;
}

