/* ########## styles main ########## */

html {
	scrollbar-face-color:		#eee;
	scrollbar-highlight-color:	#fff;
	scrollbar-shadow-color:		#ddd;
	scrollbar-3dlight-color:	#ccc;
	scrollbar-base-color:		#aaa;
	scrollbar-arrow-color:		#444;
	scrollbar-track-color:		#eee;
	scrollbar-darkshadow-color:	#bbb;
	height: 100%;
}
body {
	position: relative;
	margin: 0;
	background: #fff;
	padding: 0;
	text-align: left;
	font: 12px Arial, Verdana, sans-serif;
	color: #444;
}
table {
	font: 12px Arial, Verdana, sans-serif;
	color: #444;
}
th { text-align: left; vertical-align: top; }
td { text-align: left; vertical-align: top; }

a:link { color: #00a2e0; text-decoration: underline; }
a:visited { color: #00a2e0; text-decoration: underline; }
a:hover { color: #00a2e0; text-decoration: none; }
a:active { color: #00a2e0; text-decoration: underline; }

img { display: block; border: 0; }

h1 {
	margin: 0 0 16px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
h2 {
	margin: 0 0 16px;
	font-size: 12px;
	font-weight: normal;
	color: #00a2e0;
}
h1 + h2 { margin-top: -14px; }
h3, h4, h5, h6  {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: bold;
	color: #444;
}

hr {
	clear: both;
	margin: 0 0 16px;
	border: 0;
	background: #fff url(../image/bg_hr.gif) repeat-x top left;
	height: 1px;
}
* + html hr {
	margin: 0 0 6px;
	border-bottom: 1px dotted #bfbfbf;
	color: #fff;
} /* IE7 */
* html hr {
	margin: 0 0 6px;
	border-bottom: 1px dotted #bfbfbf;
	color: #fff;
} /* IE6 */

p {
	margin: 0 0 16px;
	line-height: 18px;
}
h1 img,
h2 img,
h3 img,
p img,
span img {
	display: inline;
	vertical-align: middle;
}

sup {
	position: relative;
    bottom: 0.4em;
	vertical-align: baseline;
	font-size: 10px;
}
h1 sup {
    bottom: 0.5em;
	font-size: 11px;
}

* html h1 sup {
    bottom: 0.6em;
	font-size: 13px;
} /* IE6 */
* + html h1 sup {
    bottom: 0.6em;
	font-size: 13px;
} /* IE7 */

sub {
	position: relative;
    bottom: -0.2em;
	vertical-align: baseline;
	font-size: 10px;
}

ul {
	margin: 6px 0 18px 30px;
	padding: 0;
	list-style: square;
}
ol {
	margin: 6px 0 18px 35px;
	padding: 0;
}
li {
	margin-bottom: 6px;
	line-height: 16px;
}


/* ########## forms ########## */

form { margin: 0 0 16px; }
input, select, textarea { font-family: Arial, Verdana, sans-serif; }
input[type=checkbox],
input[type=radio] { vertical-align: middle; }
.frm {
	border: 1px solid #ccc;
	padding: 2px 0 2px 3px;
	font-size: 11px;
}
select.frm { background: #fff; }
p .frm {
	margin-bottom: 0;
	vertical-align: middle;
}

/* ########## btnSubmit ########## */

input.btn {
	border-width: 1px;
	border-style: solid;
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding: 2px 30px 2px 10px;
	font-size: 11px;
}
* html input.btn {
	overflow: visible;
	width: 1%;
} /* IE6 */
* + html input.btn {
	overflow: visible;
	width: auto;
} /* IE7 */

/* ########## btnLink ########## */

a.btn { display: block; }
a.btnLeft { float: left; }
a.btnRight { float: right; }

a.btn,
a.btnLeft, 
a.btnRight,
a.btnInline {
	border-width: 1px;
	border-style: solid;
	line-height: 16px;
	font-size: 11px;
}

/* ########## btnStyle ########## */

.btnStyleGray {
	border-color: #bfbfbf;
	background: #bfbfbf url(../image/bg_btn-gray.gif) no-repeat 100% 0;
	padding: 1px 30px 1px 10px;
	color: #444;
}
a.btnStyleGray,
a.btnStyleGray:link,
a.btnStyleGray:visited,
a.btnStyleGray:hover,
a.btnStyleGray:active {
	color: #444;
	text-decoration: none;
}
.btnStyleNeutral {
	border-color: #bfbfbf;
	background: #bfbfbf url(../image/bg_btn-gray.gif) repeat-x 0 0;
	padding: 1px 10px;
	color: #444;
}
a.btnStyleNeutral,
a.btnStyleNeutral:link,
a.btnStyleNeutral:visited,
a.btnStyleNeutral:hover,
a.btnStyleNeutral:active {
	color: #444;
	text-decoration: none;
}
.btnStyleBlue {
	border-color: #00a2e0;
	background: #00a2e0 url(../image/bg_btn-blue.gif) no-repeat 100% 0;
	padding: 1px 30px 1px 10px;
	color: #fff;
}
a.btnStyleBlue,
a.btnStyleBlue:link,
a.btnStyleBlue:visited,
a.btnStyleBlue:hover,
a.btnStyleBlue:active {
	color: #fff;
	text-decoration: none;
}


/* ########## clearingTools ########## */

.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 */

.floatbox { overflow: hidden; }
/* Hides from IE-mac \*/
* html .floatbox { width: 100%; }
/* End hide from IE-mac */


/* ########## layoutContainers ########## */

.page {
	position: relative;
	margin: 17px auto 0;
	width: 958px;
}
.pagePrint {
	position: relative;
	margin: 0;
}
.pagePopup {
	position: relative;
	margin: 10px 10px 0 0;
}
.pageHeaderHome {
	position: relative;
	height: 118px;
}
.pageHeader {
	position: relative;
	height: 77px;
}

.pageHeaderHome .headerLogo,
.pageHeader .headerLogo {
	position: absolute;
	top: 20px;
	left: 0;
}
.pageHeaderPrint .headerLogo,
.pageHeaderPopup .headerLogo {
	margin: 0 0 10px 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.pageHeaderHome .headerTools,
.pageHeader .headerTools {
	overflow: hidden; /* analog floatbox */
	position: absolute;
	left: 255px;
	top: 0;
	width: 703px; /* analog floatbox */
}
.headerTools .toolsSearch { float: left; }
.headerTools .toolsLinks {
	overflow: hidden; /* analog floatbox */
	float: right;
	margin: 0; 
	border: 2px solid #ccc;
	padding: 5px 0;
	width: 349px; /* analog floatbox */
	wid\th: 345px; /* IE-Hack Box-Model Bug */
	list-style: none;
}
.pageHeaderHome .headerNav,
.pageHeader .headerNav {
	overflow: hidden; /* analog floatbox */
	position: absolute;
	left: 250px;
	top: 42px;
	width: 708px; /* analog floatbox */
}
.contentFull {
	overflow: hidden; /* analog floatbox */
	width: 958px; /* analog floatbox */
}
.fullLeftHome {
	float: left;
	padding-bottom: 20px;
	width: 604px;
}
.fullRightHome {
	float: right;
	padding-bottom: 20px;
	width: 354px;
}
.contentNav {
	float: left;
	padding: 100px 0 120px;
	width: 230px;
}
.contentMain {
	float: right;
	padding-bottom: 20px;
	width: 713px;
}
.pageContentPrint .contentMain {
	float: none;
	padding-bottom: 0;
	width: 713px;
}
.pageContentPopup .contentMain {
	float: none;
	padding-bottom: 0;
	width: 100%;
}
.contentMain .mainColumns {
	overflow: hidden; /* analog floatbox */
	width: 100%; /* analog floatbox */
}
.mainColumns .columnPrimary {
	float: left;
	width: 516px;
}
.mainColumns .columnSecondary {
	float: right;
	width: 172px;
}

.pageTools {
	position: absolute;
	bottom: 75px;
	left: 30px;
	width: 200px;
}

.pageFooter {
	overflow: hidden; /* analog floatbox */
	border-top: 1px solid #ccc;
	padding: 8px 30px 20px;
	font-size: 11px;
	color: #999;
	zoom: 1; /* analog floatbox */
}
.pageFooterPrint,
.pageFooterPopup {
	overflow: hidden; /* analog floatbox */
	margin-left: 10px;
	border-top: 1px solid #ccc;
	padding: 8px 0;
	font-size: 11px;
	color: #999;
	zoom: 1; /* analog floatbox */
}


/* ########## navStyles ########## */

ul.navLevel1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navLevel1 li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}
* html .navLevel1 li { display: inline; } /* IE-Hack Double Float-Margin Bug */
.navLevel1 a,
.navLevel1 a:link,
.navLevel1 a:visited,
.navLevel1 a:hover,
.navLevel1 a:active {
	display: block;
	background: #00a2e0;
	padding: 6px 0 0;
	width: 172px;
	text-align: center;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.pageHeaderHome .navLevel1 a:hover { text-decoration: none; }
.pageHeader .navLevel1 a,
.pageHeader .navLevel1 a:link,
.pageHeader .navLevel1 a:visited,
.pageHeader .navLevel1 a:hover,
.pageHeader .navLevel1 a:active { padding: 6px 0; }
.pageHeader .navLevel1 a:hover,
.pageHeader .navLevel1 a.selected,
.pageHeader .navLevel1 a.selected:link,
.pageHeader .navLevel1 a.selected:visited,
.pageHeader .navLevel1 a.selected:active {
	background: #bfbfbf;
	text-decoration: none;
}
.pageHeaderHome .navLevel1 .description {
	display: block;
	margin-top: 6px;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	background: #fff;
	padding: 4px 10px 0;
	width: 172px;
	wid\th: 150px; /* IE-Hack Box-Model Bug */
	height: 36px;
	heigh\t: 31px; /* IE-Hack Box-Model Bug */
	line-height: 13px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-transform: none;
}
.pageHeaderHome .navLevel1 a:hover .description,
.pageHeaderHome .navLevel1 .selected .description {
	border-color: #ccc;
	color: #999;
}
.pageHeader .navLevel1 .description { display: none; }

.contentNav ul {
	margin: 0;
	padding: 0;
	width: 230px;
	list-style: none;
}
.contentNav li {
	margin: 0;
	padding: 0;
}

.navLevel2 li a,
.navLevel2 li a:link,
.navLevel2 li a:visited,
.navLevel2 li a:active {
	display: block;
	border-bottom: 1px solid #fff;
	background: #e5e5e5;
	padding: 5px 5px 5px 30px;
	line-height: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #444;
	text-decoration: none;
}
.navLevel2 li.selected a,
.navLevel2 li.selected a:link,
.navLevel2 li.selected a:visited,
.navLevel2 li.selected a:active {
	background: #e5e5e5 url(../image/icon_ad-blue.gif) no-repeat 15px 11px;
	color: #00a2e0;
	text-decoration: none;
}
.navLevel2 li a:hover,
.navLevel2 li.selected a:hover {
	color: #00a2e0;
	text-decoration: none;
}

.navLevel2 .navLevel3 li a,
.navLevel2 .navLevel3 li a:link,
.navLevel2 .navLevel3 li a:visited,
.navLevel2 .navLevel3 li a:active {
	display: block;
	border-bottom: 1px dotted #ccc;
	background: #f0f0f0;
	padding: 5px 5px 5px 50px;
	line-height: 15px;
	font-size: 13px;
	font-weight: normal;
	color: #444;
	text-decoration: none;
}
.navLevel2 .navLevel3 li.selected a,
.navLevel2 .navLevel3 li.selected a:link,
.navLevel2 .navLevel3 li.selected a:visited,
.navLevel2 .navLevel3 li.selected a:active {
	background: #f0f0f0 url(../image/icon_ad-dark.gif) no-repeat 30px 11px;
	color: #444;
	text-decoration: none;
}
.navLevel2 .navLevel3 li a:hover,
.navLevel2 .navLevel3 li.selected a:hover {
	color: #00a2e0;
	text-decoration: none;
}

.navLevel2 .navLevel3 .navLevel4 li a,
.navLevel2 .navLevel3 .navLevel4 li a:link,
.navLevel2 .navLevel3 .navLevel4 li a:visited,
.navLevel2 .navLevel3 .navLevel4 li a:active {
	display: block;
	border-bottom: 1px dotted #ccc;
	background: #fafafa;
	padding: 6px 5px 6px 65px;
	line-height: 13px;
	font-size: 11px;
	font-weight: normal;
	color: #444;
	text-decoration: none;
}
.navLevel2 .navLevel3 .navLevel4 li.selected a,
.navLevel2 .navLevel3 .navLevel4 li.selected a:link,
.navLevel2 .navLevel3 .navLevel4 li.selected a:visited,
.navLevel2 .navLevel3 .navLevel4 li.selected a:active {
	background: #fafafa url(../image/icon_ar-dark.gif) no-repeat 41px 9px;
	color: #444;
	text-decoration: none;
}
.navLevel2 .navLevel3 .navLevel4 li a:hover,
.navLevel2 .navLevel3 .navLevel4 li.selected a:hover {
	color: #00a2e0;
	text-decoration: none;
}


/* ########## toolBlocks ########## */

.toolsLinks li {
	float: left;
	margin: 0;
	border-left: 1px solid #ccc;
	padding: 0 15px;
	line-height: 11px;
	font-size: 11px;
}
.toolsLinks li:first-child { border-left: 0; }
/* IE-Hacks */
* html .toolsLinks li {
	border-right: 1px solid #ccc;
	border-left: 0;
} 
* html .toolsLinks li.last { border-right: 0; } 
.toolsLinks li a,
.toolsLinks li a:link,
.toolsLinks li a:visited,
.toolsLinks li a:active {
	color: #999;
	text-decoration: none;
}
.toolsLinks li a:hover {
	color: #999;
	text-decoration: underline;
}
.toolsLinks li.linkLanguage {
	float: right;
	margin: 0;
	border: 0;
	padding: 0 4px 0 0;
	line-height: 11px;
	font-size: 11px;
}

ul.blockNavInline {
	overflow: hidden; /* analog floatbox */
	margin: 0 0 20px 10px;
	border: 1px solid #e5e5e5;
	background: #e6e6e6 url(../image/bg_tab-gray.gif) repeat-x top left;
	padding: 0;
	zoom: 1; /* analog floatbox */
	list-style: none;
}
.pageContentPrint ul.blockNavInline { display: none; }
.blockNavInline li {
	float: left;
	margin: 0;
	border-right: 1px solid #fff;
	padding: 0;
}
.blockNavInline li a,
.blockNavInline li a:link,
.blockNavInline li a:visited,
.blockNavInline li a:active {
	display: block;
	border-right: 1px solid #e5e5e5;
	padding: 10px 20px;
	line-height: 12px;
	font-size: 10px;
	color: #444;
	text-decoration: none;
	text-transform: uppercase;
}
.blockNavInline li.selected a,
.blockNavInline li.selected a:link,
.blockNavInline li.selected a:visited,
.blockNavInline li.selected a:active {
	background: #ddd url(../image/bg_tab-gray_selected.gif) repeat-x bottom left;
	color: #444;
	text-decoration: none;
}
.blockNavInline li a:hover,
.blockNavInline li.selected a:hover {
	color: #00a2e0;
	text-decoration: none;
}

.blockNavList {
	overflow: hidden; /* analog floatbox */
	margin: 0 0 20px 10px;
	zoom: 1; /* analog floatbox */
}
.blockNavList .navInfo { float: left; }
.blockNavList .navLinks { float: right; }
.blockNavList p { margin: 0 0 5px; }
.blockNavList .pageSelector { font-weight: bold; }
.blockNavList .pageSelector a,
.blockNavList .pageSelector a:link,
.blockNavList .pageSelector a:visited,
.blockNavList .pageSelector a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #00a2e0;
}
.blockNavList .pageSelector a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #00a2e0;
}

ul.blockSearchResults {
	margin: 0 0 20px 10px;
	border-bottom: 1px dotted #bfbfbf;
	padding: 0;
	list-style: none;
}
.blockSearchResults li {
	overflow: hidden; /* analog floatbox */
	margin: 0;
	border-top: 1px dotted #bfbfbf;
	padding: 10px 0 0;
	zoom: 1; /* analog floatbox */
}
.blockSearchResults li .resultRelevance {
	float: left;
	width: 6%;
	font-size: 12px;
	font-weight: bold;
	color: #444;
}
.blockSearchResults li .resultDetails {
	float: right;
	width: 90%;
}
.blockSearchResults li h2 {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	color: #444;
}
.blockSearchResults li h2 a,
.blockSearchResults li h2 a:link,
.blockSearchResults li h2 a:visited,
.blockSearchResults li h2 a:active {
	color: #00a2e0;
	text-decoration: none;
}
.blockSearchResults li h2 a:hover {
	color: #00a2e0;
	text-decoration: underline;
}

ul.blockPartners {
	overflow: hidden; /* analog floatbox */
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%; /* analog floatbox */
}
.blockPartners li {
	float: left;
	margin: 0 0 10px 10px;
	border-top: 1px dotted #bfbfbf;
	padding: 1em 0 0;
	line-height: 16px;
	font-size: 12px;
	width: 227px;
	height: 9em;
	heigh\t: 8em; /* IE-Hack Box-Model Bug */
}
.columnPrimary .blockPartners li { width: 246px; }
* html .blockPartners li { display: inline; } /* IE-Hack Double Float-Margin Bug */

.blockSitemap {
	overflow: hidden; /* analog floatbox */
	margin: 0 0 10px 5px;
	width: 708px; /* analog floatbox */
}
.blockSitemap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.blockSitemap .sitemapLevel1 { width: 708px; }
.blockSitemap li {
	margin: 0;
	padding: 0;
}
.sitemapLevel1 li {
	float: left;
	margin: 0 0 10px 5px;
	width: 172px;
}
* html .sitemapLevel1 li { display: inline; } /* IE-Hack Double Float-Margin Bug */
.sitemapLevel1 li a,
.sitemapLevel1 li a:link,
.sitemapLevel1 li a:visited,
.sitemapLevel1 li a:active {
	display: block;
	background: #00a2e0;
	padding: 5px 5px 5px 10px;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.sitemapLevel1 li a:hover {
	color: #fff;
	text-decoration: underline;
}
.sitemapLevel1 .sitemapLevel2 {
	border-bottom: 2px solid #00a2e0;
	padding: 0 0 5px;
	width: 172px;
}
.sitemapLevel1 .sitemapLevel2 li {
	float: none;
	margin: 0;
	border: 0;
	width: 172px;
}
.sitemapLevel1 .sitemapLevel2 li a,
.sitemapLevel1 .sitemapLevel2 li a:link,
.sitemapLevel1 .sitemapLevel2 li a:visited,
.sitemapLevel1 .sitemapLevel2 li a:active {
	display: block;
	border-top: 1px dotted #bfbfbf;
	background: transparent;
	padding: 4px 5px 4px 10px;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #444;
	text-transform: none;
	text-decoration: none;
}
.sitemapLevel1 .sitemapLevel2 li a:hover {
	color: #00a2e0;
	text-decoration: none;
}
.sitemapLevel1 .sitemapLevel2 li:first-child a { border-top: 0; }
.sitemapLevel1 .sitemapLevel2 .sitemapLevel3 { padding: 0 0 5px; }
.sitemapLevel1 .sitemapLevel2 .sitemapLevel3 li {
	float: none;
	margin: 0 0 0 10px;
	border: 0;
	background: url(../image/bullet-blue.gif) no-repeat 0 0.4em;
	padding-left: 10px;
	width: 162px;
	wid\th: 152px; /* IE-Hack Box-Model Bug */
}
.sitemapLevel1 .sitemapLevel2 .sitemapLevel3 li a,
.sitemapLevel1 .sitemapLevel2 .sitemapLevel3 li a:link,
.sitemapLevel1 .sitemapLevel2 .sitemapLevel3 li a:visited,
.sitemapLevel1 .sitemapLevel2 .sitemapLevel3 li a:active {
	display: block;
	border-top: 0;
	background: transparent;
	padding: 0 5px 2px;
	line-height: 15px;
	font-size: 12px;
	font-weight: normal;
	color: #444;
	text-transform: none;
	text-decoration: none;
}
.sitemapLevel1 .sitemapLevel2 .sitemapLevel3 li a:hover {
	color: #00a2e0;
	text-decoration: none;
}

.pageTools a,
.pageTools a:link,
.pageTools a:visited,
.pageTools a:hover,
.pageTools a:active {
	font-size: 11px;
	color: #9A9A9A;
	text-decoration: none;
}
.pageTools .linkTop,
.pageTools .linkPrint,
.pageTools .linkRecommend {
	display: block;
	margin: 0 0 5px;
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 15px;
}
.pageTools .linkTop { background-image: url(../image/icon_top.gif); }
.pageTools .linkPrint { background-image: url(../image/icon_print.gif); }
.pageTools .linkRecommend { background-image: url(../image/icon_recommend.gif); }

.pageFooter a,
.pageFooter a:link,
.pageFooter a:visited,
.pageFooter a:active { text-decoration: none; }
.pageFooter a:hover { text-decoration: underline; }

.pageFooter .footerCopyright { float: left; }
.pageFooter .footerLinks { float: right; }


/* ########## primaryBlocks ########## */

.block {
	overflow: hidden; /* analog floatbox */
	margin: 0 0 0 10px;
	zoom: 1; /* analog floatbox */
}
.fullLeftHome .block { margin: 0; }
.fullRightHome .block {
	margin-left: 15px;
}
.columnSecondary .block {
	margin: 0 0 10px;
	width: 172px;
}
.block ul {
	margin: 6px 0 18px 20px;
	padding: 0;
	list-style: none;
}
.block ul li {
	background: url(../image/bullet-blue.gif) no-repeat 0 0.5em;
	padding-left: 1.4em;
}
.columnSecondary .block h1,
.columnSecondary .block h2 {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: bold;
	color: #444;
}
.columnSecondary .block p {
	margin-bottom: 6px;
	line-height: 15px;
	font-size: 11px;
}

.blockImageHeader { margin: 0 0 20px 10px; }

.blockImage {
	margin: 0 0 20px 10px;
	font-size: 11px;
	color: #808080;
}
.fullLeftHome .blockImage { margin: 0; }
.fullRightHome .blockImage {
	margin: 0;
	border-left: 5px solid #fff;
}
.columnSecondary .blockImage { margin: 0 0 10px; }
.blockImage a,
.blockImage a:link,
.blockImage a:visited { color: #808080; }
.blockImage a:hover { color: #1f7099; }
.blockImage img { display: inline; }
.blockImage p,
.blockImage .caption {
	margin-top: 6px;
	line-height: 13px;
	text-align: left;
}

.blockImages {
	overflow: hidden; /* analog floatbox */
	margin: 0 0 20px;
	width: 713px; /* analog floatbox */
	font-size: 11px;
	color: #808080;
}
.columnPrimary .blockImages { width: 516px; }
.blockImages .imageLeft {
	float: left;
	margin-left: 10px;
}
.blockImages .imageRight { float: right; }
* html .blockImages .imageLeft { display: inline; } /* IE-Hack Double Float-Margin Bug */
* html .blockImages .imageRight { display: inline; } /* IE-Hack Double Float-Margin Bug */
.blockImages a,
.blockImages a:link,
.blockImages a:visited { color: #808080; }
.blockImages a:hover { color: #1f7099; }
.blockImages img { display: inline; }
.blockImages p,
.blockImages .caption {
	margin: 6px 0 0;
	line-height: 13px;
	text-align: left;
}

.blockFile { margin-left: 10px; }
.blockFile div {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 10px 30px;
	line-height: 16px;
	font-size: 12px;
}
.blockFile div p {
	margin: 0;
	padding: 0;
	line-height: 16px;
	font-size: 12px;
}
ul.blockFiles {
	margin: 0 0 20px 10px;
	padding: 0;
	list-style: none;
}
ul.blockFiles li {
	margin: 0;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 10px 30px;
	line-height: 16px;
	font-size: 12px;
}

.blockTeaser100 {
	overflow: hidden; /* analog floatbox */
	margin: 0 0 20px 10px;
	background: #eee;
	padding: 20px 20px 0;
	width: 703px; /* analog floatbox */
	wid\th: 663px; /* IE-Hack Box-Model Bug */
}
.columnPrimary .blockTeaser100 {
	width: 506px;
	wid\th: 466px; /* IE-Hack Box-Model Bug */
}
.blockTeaser100b {
	overflow: hidden; /* analog floatbox */
	margin: 0 0 20px 10px;
	border-bottom: 1px dotted #bfbfbf;
	padding: 0;
	width: 703px; /* analog floatbox */
}
.columnPrimary .blockTeaser100b { width: 506px; }
.blockTeaser {
	overflow: hidden; /* analog floatbox */
	width: 100%; /* analog floatbox */
}
.teaser50 {}
.teaser33 {}
.teaser25 {}



/* ########## secondaryBlocks ########## */

.columnSecondary .blockListNews {
	overflow: hidden; /* analog floatbox */
	margin-bottom: 6px;
	background: url(../image/bg_footer172-blue.gif) no-repeat bottom left;
	padding-bottom: 5px;
	width: 172px; /* analog floatbox */
}
.columnSecondary .blockListNews h1 {
	margin: 0 0 14px;
	border: 1px solid #00a2e0;
	background: #00a2e0 url(../image/bg_tab-blue.gif) repeat-x top left;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.columnSecondary .blockListNews ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.columnSecondary .blockListNews li {
	margin: 0 0 16px;
	padding: 0;
}
.columnSecondary .blockListNews li h2 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #444;
}
.columnSecondary .blockListNews li p {
	margin-bottom: 6px;
	line-height: 15px;
	font-size: 11px;
}
.columnSecondary .blockListNews li p.date {
	margin: 0;
	line-height: 13px;
	color: #00a2e0;
}


/* ########## home ########## */

.homeTeaserSingle {}

.homeTeaserDouble {
	overflow: hidden; /* analog floatbox */
	width: 354px; /* analog floatbox */
}
.homeTeaserDouble img {
	float: left;
	border-left: 5px solid #fff;
}

ul.homeTags {
	margin: 0;
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
	background: #00a2e0;
	padding: 10px 5px 5px;
	width: 354px;
	wid\th: 339px; /* IE-Hack Box-Model Bug */
	height: 120px;
	heigh\t: 105px; /* IE-Hack Box-Model Bug */
	text-align: center;
}
ul.homeTags li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 0.5em;
	vertical-align: middle;
	line-height: 120%;
	color: #fff;
}
ul.homeTags li span { white-space: nowrap; }
.homeTags li a,
.homeTags li a:link,
.homeTags li a:visited,
.homeTags li a:active {
	color: #fff;
	text-decoration: none;
}
.homeTags li a:hover {
	color: #fff;
	text-decoration: underline;
}
.homeTags li.tagWeight1 { font-size: 10px; }
.homeTags li.tagWeight2 { font-size: 11px; }
.homeTags li.tagWeight3 { font-size: 12px; }
.homeTags li.tagWeight4 { font-size: 13px; }
.homeTags li.tagWeight5 { font-size: 14px; }
.homeTags li.tagWeight6 { font-size: 15px; }
.homeTags li.tagWeight7 { font-size: 16px; }
.homeTags li.tagWeight8 { font-size: 17px; }
.homeTags li.tagWeight9 { font-size: 18px; }
.homeTags li.tagWeight10 { font-size: 19px; }

.homeService {
	overflow: hidden; /* analog floatbox */
	border: 2px solid #eee;
	width: 604px; /* analog floatbox */
	wid\th: 600px; /* IE-Hack Box-Model Bug */
}
.homeNews {
	overflow: hidden; /* analog floatbox */
	margin-left: 5px;
	border: 2px solid #eee;
	width: 349px; /* analog floatbox */
	wid\th: 345px; /* IE-Hack Box-Model Bug */
}
.homeService .serviceTitle,
.homeNews .newsTitle {
	float: left;
	background: #ccc;
	padding: 5px 8px;
	font-weight: bold;
	color: #fff;
}
.homeService .serviceLinks,
.homeService .serviceImageLinks,
.homeNews .newsHeadlines {
	overflow: hidden; /* analog floatbox */
	float: left;
	margin: 0; 
	padding: 6px 5px;
	zoom: 1; /* analog floatbox */
}
.serviceLinks li {
	float: left;
	margin: 0;
	border-left: 1px solid #00a2e0;
	padding: 0 8px;
	list-style: none;
	line-height: 12px;
	font-size: 12px;
}
.serviceLinks li:first-child { border-left: 0; }
/* IE-Hacks */
* html .serviceLinks li {
	border-right: 1px solid #00a2e0;
	border-left: 0;
}
* html .serviceLinks li.last { border-right: 0; } 

.serviceImageLinks li {
	float: left;
	margin: 0;
	padding: 0 12px;
	list-style: none;
	line-height: 12px;
	font-size: 12px;
}
.serviceImageLinks li a,
.serviceImageLinks li a:link,
.serviceImageLinks li a:visited,
.serviceImageLinks li a:hover, 
.serviceImageLinks li a:active {
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
}

.newsHeadlines li {
	float: left;
	margin: 0;
	padding: 0 8px;
	list-style: none;
	line-height: 12px;
	font-size: 12px;
}


/* ########## frmLayout ########## */

form.layout { margin: 0 0 20px; }
form.layout .inputSet {
	overflow: hidden; /* analog floatbox */
	margin: 0 0 15px;
	border-top: 1px dotted #bfbfbf;
	padding-top: 6px;
	width: 100%; /* analog floatbox */
}
form.layout .inputLabel {
	float: left;
	width: 30%;
}
form.layout .inputItem {
	float: right;
	width: 65%;
}
form.layout .inputItem table.Layout th {
	padding-right: 10px;
	font-weight: normal;
	color: #888;
}
form.layout .inputItem input.frm  { width: 80%; }
form.layout .inputItem textarea.frm { width: 85%; }
form.layout .inputItem input.toggle { float: left; }
form.layout .inputItem label.toggle {
	display: block;
	padding-left: 30px;
}
form.layout .inputItem p.toggle {
	display: block;
	margin: 3px 0 0;
	padding-left: 30px;
}
form.layout .inputItem p.toggle a.typePDF,
form.layout .inputItem p.toggle a.typePDF:link,
form.layout .inputItem p.toggle a.typePDF:visited,
form.layout .inputItem p.toggle a.typePDF:hover, 
form.layout .inputItem p.toggle a.typePDF:active {
	float: left;
	display: block;
	background: url(../image/icon_pdf16.gif) no-repeat top left;
	padding: 0 0 5px 25px;
}
form.layout .inputComment {
	clear: both;
	float: left;
	padding: 10px 0 0;
	width: 100%;
}
form.layout .inputSpacer { margin-bottom: .5em; }
form.layout p { margin: 0 0 6px; }


/* ########## table ########## */

table {
	margin-bottom: 16px;
	border-bottom: 2px solid #00a2e0;
	background: #fff;
	padding-bottom: 5px;
	width: 100%;
}
th {
	border-bottom: 5px solid #fff;
	border-left: 2px solid #fff;
	background: #00a2e0;
	padding: 6px 10px;
	color: #fff;
}
th a,
th a:link,
th a:visited,
th a:hover,
th a:active { color: #fff; }
td {
	border-bottom: 1px solid #fff;
	border-left: 2px solid #fff;
	background: #e5e5e5;
	padding: 6px 10px;
}
tr th:first-child,
tr td:first-child {
	border-left: 0;
	padding-left: 20px;
}
tr.even td { background: #f0f0f0; }

table.layout { width: auto; }
table.layout th,
table.layout td {
	border: none;
	background: transparent;
	padding: 0;
}


/* ########## inlineImage ########## */

.inlineImageLeft,
.inlineImageRight {
	margin-bottom: 10px;
	font-size: 11px;
	color: #808080;
}
.inlineImageLeft {
	float: left;
	margin-right: 20px;
}
.inlineImageRight {
	float: right;
	margin-left: 20px;
}
.inlineImageLeft a,
.inlineImageLeft a:link,
.inlineImageLeft a:visited,
.inlineImageRight a,
.inlineImageRight a:link,
.inlineImageRight a:visited { color: #808080; }
.inlineImageLeft a:hover,
.inlineImageRight a:hover { color: #1f7099; }
.inlineImageLeft p,
.inlineImageLeft .caption,
.inlineImageRight p,
.inlineImageRight .caption {
	margin-top: 6px;
	line-height: 13px;
	text-align: left;
}
* html .inlineImageLeft { display: inline; } /* IE-Hack Double Float-Margin Bug */
* html .inlineImageRight { display: inline; } /* IE-Hack Double Float-Margin Bug */


/* ########## secondaryText ########## */

.star,
.red { color: red; }
 
.smallprint { font-size: 11px; }
.comment {
	font-size: 11px;
	color: #888;
}
.error {
	font-size: 11px;
	color: red;
}
p.smallprint,
p.comment,
p.error {
	margin-bottom: 6px;
	line-height: 13px;
}
.smallprint li,
.comment li { line-height: 13px; }

.framed {
	border: 1px solid #d8d8d8;
	background: #fff;
	padding: 4px;
}


/* ########## ctrlNuggets ########## */

.FL { float: left; }
.FR { float: right; }
* html .FL,
* html .FR { display: inline; } /* IE-Hack Double Float-Margin Bug */

.CB { clear: both; }

.DB { display: block; }
.DI { display: inline; }

.MTS { margin-top: 5px; }
.MRS { margin-right: 5px; }
.MBS { margin-bottom: 5px; }
.MLS { margin-left: 5px; }
.MTM { margin-top: 10px; }
.MRM { margin-right: 10px; }
.MBM { margin-bottom: 10px; }
.MLM { margin-left: 10px; }
.MTL { margin-top: 15px; }
.MRL { margin-right: 15px; }
.MBL { margin-bottom: 15px; }
.MLL { margin-left: 15px; }
.MTX { margin-top: 20px; }
.MRX { margin-right: 20px; }
.MBX { margin-bottom: 20px; }
.MLX { margin-left: 20px; }

.PTS { padding-top: 5px; }
.PRS { padding-right: 5px; }
.PBS { padding-bottom: 5px; }
.PLS { padding-left: 5px; }
.PTM { padding-top: 10px; }
.PRM { padding-right: 10px; }
.PBM { padding-bottom: 10px; }
.PLM { padding-left: 10px; }
.PTL { padding-top: 15px; }
.PRL { padding-right: 15px; }
.PBL { padding-bottom: 15px; }
.PLL { padding-left: 15px; }
.PTX { padding-top: 20px; }
.PRX { padding-right: 20px; }
.PBX { padding-bottom: 20px; }
.PLX { padding-left: 20px; }

.MN { margin: 0; }
.BN { border: 0; }
.PN { padding: 0; }

.TAL { text-align: left; }
.TAC { text-align: center; }
.TAR { text-align: right; }

.TTN { text-transform: none; }
.TTU { text-transform: uppercase; }

.VAT { vertical-align: top; }
.VATT { vertical-align: text-top; }
.VAM { vertical-align: middle; }
.VABL { vertical-align: baseline; }
.VATB { vertical-align: text-bottom; }
.VAB { vertical-align: bottom; }

.WSN { white-space: nowrap; }





