﻿@charset "utf-8";

body {background-color:#F0F3F7;}

html, body, p, th, td, li, dd, dt {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: 24px;
    text-align: left;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
    margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    line-height: 24px;
}
 
 h1 { font-size: 22pt; }
 h2 { font-size: 18pt;}
 h3 { font-size: 14pt ; }
 h4 { font-size: 12pt; }
 h5 { font-size: 10pt; }
 h6 { font-size: 8pt; }
 
 a:link { color: #073E76; }
 a:visited { color: #073E76; }
 a:hover { color: #EA1A29; }
 a:active { color: #EA1A29; }


p {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 24px;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
}


.PageMainTitle {
    font-size: 42px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 48px;
    color: #0d4f99;
    font-weight: bold; 
    word-spacing: -1px;
    text-align: center;
}

.PageSubTitle {
	font-size: 36px;
	margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 42px;
	letter-spacing: -1px;
	font-weight: lighter;
	text-align: left;
	color: #0d4f99;
	word-spacing: -1px;
}
	

.PageTagLine   {
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 36px;
	letter-spacing: -1px;
	font-weight: lighter;
	text-align: left;
	color: #333333;
	word-spacing: -1px;
	}


.PageNormal   {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight: lighter;
	color: #333333;
	text-align: left;
}
	

.PageNormalCenter   {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight: lighter;
	color: #333333;
	text-align: center;
}
	

.SectionWrapper_even {
    width: 100%;
    background-color: #ffffff;
}
.SectionWrapper_even:hover {
    background-color: #ffffff;
}

.SectionWrapper_odd {
    width: 100%;
    background-color: #f2f9fb;
}
.SectionWrapper_odd:hover {
    background-color: #e7f9fe;
}

.SectionContent {
    width: 100%;
    max-width: 1000px;
    padding: 32px 0px 32px 0px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 24px;
}
   


.SectionHeader {
    margin: 24px 0px 24px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -1px;
    font-weight: lighter;
    text-align: center;
    color: #333333;
    word-spacing: -1px;
}
.SectionColumns2 {
    width: 100%;
    margin: 0 auto;
    float: none;
    column-count: 2;
    -moz-column-count: 2;
    column-gap: 40px;
    vertical-align: top;
    column-rule: 0px solid #999999;
    text-align: left;
}



.image_wrapper {
    width: 100%;
    max-width: 800px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #bfbfbf;
    -moz-box-shadow: 2px 4px 4px #bfbfbf;
    -webkit-box-shadow: 2px 4px 4px #bfbfbf;
    box-shadow: 2px 4px 4px #bfbfbf;
}

.article_container {
	padding: 40px; 
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	border: 2px solid #8ab8e2;
	-moz-box-shadow:inset 0px 0px 30px 4px #8ab8e2;
	-webkit-box-shadow:inset 0px 0px 30px 4px #8ab8e2;
	box-shadow:inset 0px 0px 30px 4px #8ab8e2;
	}


/* -------------------------------------------------------------- */
/* ---------------- containers ---------------------------------- */
/* -------------------------------------------------------------- */
#container_error {
	width: 94%;
	margin: 10px;
	padding: 2px 6px 2px 6px;
	background-color: #FFD7D7; /* Fallback background color for non supported browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFECEC), to(#FFD7D7));
	background-image: -webkit-linear-gradient(top, #FFECEC, #FFD7D7);
	background-image: -moz-linear-gradient(top, #FFECEC, #FFD7D7);
	background-image: -ms-linear-gradient(top, #FFECEC, #FFD7D7);
	background-image: -o-linear-gradient(top, #FFECEC, #FFD7D7);
	background-image: linear-gradient(top, #FFECEC, #FFD7D7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFECEC', EndColorStr='#FFD7D7'); /* IE6�IE9 */
	border: 1px solid #CC0000;
	-moz-box-shadow:inset 0px 0px 1px #FFC6C6;
	-webkit-box-shadow:inset 0px 0px 1px #FFC6C6;
	box-shadow:inset 0px 0px 1px #FFC6C6;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align:left;
	}



#container_success {
	width: 94%;
	margin: 10px;
	padding: 2px 6px 2px 6px;
	background-color: #d4ffcd; /* Fallback background color for non supported browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d4ffcd), to(#d4ffcd));
	background-image: -webkit-linear-gradient(top, #d4ffcd, #d4ffcd);
	background-image: -moz-linear-gradient(top, #d4ffcd, #d4ffcd);
	background-image: -ms-linear-gradient(top, #d4ffcd, #d4ffcd);
	background-image: -o-linear-gradient(top, #d4ffcd, #d4ffcd);
	background-image: linear-gradient(top, #d4ffcd, #d4ffcd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d4ffcd', EndColorStr='#d4ffcd'); /* IE6IE9 */
	border: 1px solid #9AE88C;
	-moz-box-shadow:inset 0px 0px 1px #9AE88C;
	-webkit-box-shadow:inset 0px 0px 1px #9AE88C;
	box-shadow:inset 0px 0px 1px #9AE88C;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align:left;
	}


/* -------------------------------------------------------------- */
/* ---------------- buttons ------------------------------------- */
/* -------------------------------------------------------------- */
.button_green {
    font-size: 18px;
    font-family: Arial;
    font-weight: normal;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 1px solid #096b89;
    -moz-box-shadow: 2px 2px 2px #999999;
    -webkit-box-shadow: 2px 2px 2px #999999;
    box-shadow: 2px 2px 2px #999999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 4px;
    padding: 4px;
    background-color: #227c16;
}
    .button_green:hover {
        background-color: #479d3b;
        -moz-box-shadow: -1px -1px 2px #999999;
        -webkit-box-shadow: -1px -1px 2px #999999;
        box-shadow: -1px -1px 2px #999999;
    }.button_green:active {
	position:relative;
	top:1px;
	}


.button_red {
    font-size: 18px;
    font-family: Arial;
    font-weight: normal;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 1px solid #c00808;
    -moz-box-shadow: 2px 2px 2px #999999;
    -webkit-box-shadow: 2px 2px 2px #999999;
    box-shadow: 2px 2px 2px #999999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 4px;
    padding: 4px;
    background-color: #dd0707;
}

    .button_red:hover {
        background-color: #f13a3a;
        -moz-box-shadow: -1px -1px 2px #999999;
        -webkit-box-shadow: -1px -1px 2px #999999;
        box-shadow: -1px -1px 2px #999999;
    }

    .button_red:active {
        position: relative;
        top: 1px;
    }


.button_orange {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	text-decoration:none;
	color: white;
	width:170px;
	display:inline-block;
	border: 1px solid #FF732F;
	-moz-box-shadow: 2px 2px 2px #999999;
	 -webkit-box-shadow: 2px 2px 2px #999999;
	 box-shadow: 2px 2px 2px #999999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px ;
	margin:4px;
	padding: 4px;
	background-color: #EA5F0B;
	}.button_orange:hover {
	background-color: #F5792E;
	-moz-box-shadow: -1px -1px 2px #999999;
	 -webkit-box-shadow: -1px -1px 2px #999999;
	 box-shadow: -1px -1px 2px #999999;
	 }
	.button_orange:link {color: white;}
	.button_orange:visited { color: white; }
	.button_orange:active {
	position:relative;
	top:1px;
	color: white;
	}




/* -------------------------------------------------------------- */
/* ---------------- tooltip  ----------------------------------- */
/* -------------------------------------------------------------- */
.tooltip {
	border-bottom: 1px dotted #000000; 
	color: #000000; 
	outline: none;
	cursor: help; 
	text-decoration: none;
	position: relative;
	}
.tooltip span {
	margin-left: -999em;
	position: absolute;
	}
.tooltip:hover span {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px ;
	-moz-box-shadow: 2px 2px 5px #999999;
	-webkit-box-shadow: 2px 2px 5px #999999;
	box-shadow: 2px 2px 5px #999999;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	font-family: Arial;
	margin: 1px;
	padding: 5px;
	width: 220px;
	color: black;
	line-height: 120%;
	text-align:left;
	}
.tooltip_content { 
	background: #FFF7D7; 
	border: 1px solid #666666;
	}

#rotating-item-wrapper {
	position: relative;
	width: 960px;
	height: 300px;
	}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	}

