/************/
/*  GLOBAL  */
/************/

/* NON-HEADER */
*{
	margin: 0;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
body {
	font-size:62.5%;
	background-color:rgb(255,255,255);
	font-family:Arial, Helvetica, sans-serif;
} /*Font-size: 1.0em = 10px when browser default size is 16px*/

/* PAGE CONTAINER */
.page-container {
	max-width:960px;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
	font-size:1.0em;
}

/* FOOTER */
.footer {
	clear:both;
	width:960px;
}
@media only screen and (max-width : 667px) {
	.footer {
		width:100%;
	}
}
.footer-bottom {
	padding:1.0em 0 1.0em 0;
	border-top:solid 3px rgb(175,175,175);
	border-left:solid 3px rgb(175,175,175);
	border-right:solid 3px rgb(175,175,175);
	border-bottom:solid 3px rgb(175,175,175);
	background:rgb(225,225,225);
	font-size:1.0em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}

/* HEADER */
.header {
	width:960px;
}
@media only screen and (max-width : 667px) {
	.header {
		width:100%;
	}
}
.header-top {
	height:85px;
	border-top:solid 3px rgb(175,175,175);
	border-left:solid 3px rgb(175,175,175);
	border-right:solid 3px rgb(175,175,175);
	margin-top:10px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-color: rgb(235,235,235);
}
.header .header-middle {
	height:80px;
	background:rgb(230,230,230) url(../img/bg_head_middle.jpg);
	border-left:solid 3px rgb(175,175,175);
	border-right:solid 3px rgb(175,175,175);
	border-top:solid 1px rgb(175,175,175);
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
.header-bottom {
	border-bottom:solid 3px rgb(175,175,175);
	border-left:solid 3px rgb(175,175,175);
	border-right:solid 3px rgb(175,175,175);
	border-top:solid 1px rgb(175,175,175);
}
@media only screen and (max-width : 667px) {
	.header-bottom {
		display:none;
	}
}
.header-bottom-mobile {
	display:none;
	border-bottom:solid 3px rgb(175,175,175);
	border-left:solid 3px rgb(175,175,175);
	border-right:solid 3px rgb(175,175,175);
	border-top:solid 1px rgb(175,175,175);
}
@media only screen and (max-width : 667px) {
	.header-bottom-mobile {
		display:block;
	}
}
.header-breadcrumbs {
	clear:both;
	padding:1.0em 0 1.5em 0;
	border-left:solid 3px rgb(175,175,175);
	border-right:solid 3px rgb(175,175,175);
}
@media only screen and (max-width : 667px) {
	.header-breadcrumbs {
		visibility:hidden;
	}
}
.header-breadcrumbs .searchform input.field {
	width:10.0em;
	padding:0.2em 0 0.2em 0;
	border:1px solid rgb(200,200,200);
	font-family:verdana,arial,sans-serif; font-size:120%;
}
.header .round-border-topleft {
	width:25px;
	height:25px;
	position:absolute;
	z-index:100;
	background:url(../img/bg_head_corner_topleft_25px.gif) no-repeat;
	margin-top:-3px;
	margin-left:-3px;
}
.header .round-border-topright {
	width:25px;
	height:25px;
	float:right;
	position:relative;
	z-index:100;
	background:url(../img/bg_head_corner_topright_25px.gif) no-repeat;
	margin-top:-3px;
	margin-right:-3px;
}

/*************/
/*  2. HEAD  */
/*************/
.sitelogo {
	width:51px;
	height:51px;
	position:absolute;
	z-index:1;
	margin:18px 0 0 18px;
	background:url(../img/bg_head_top_logo.jpg);
}
.sitelogo2 {
	width:160px;
	height:55px;
	position:absolute;
	z-index:1;
	margin:18px 0 0 52px;
	background-image: url(../img/logo_itvision.png);
}
.sitename {
	width:300px;
	height:45px;
	position:absolute;
	z-index:1;
	margin:23px 0 0 75px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
.sitename h1 {
	font-weight:normal;
	font-size:240%;
}
.sitename h2 {
	margin:-2px 0 0 0;
	color:rgb(125,125,125);
	font-weight:normal;
	font-size:120%;
}
.sitename a {
	text-decoration:none;
	color:rgb(125,125,125);
}
.sitename a:hover {
	text-decoration:none;
	color:rgb(125,125,125);
}
.nav0 {
	width:350px;
	position:absolute;
	z-index:2;
	margin:25px 0 0 0;
	margin-left:610px !important /*Non-IE6*/;
	margin-left:613px /*IE6*/;
}
.nav0 ul {
	float:right;
	padding:0 20px 0 0;
}
.nav0 li {
	display:inline;
	list-style:none;
}
.nav0 li a {
	padding:0 0 0 3px;
}
.nav0 a:hover {
	text-decoration:none;
}
.nav0 a img {
	height:20px; border:none;
}

.nav1 {
	width:150px;
	float:right;
	position:relative;
	z-index:3;
	margin-top:55px;
	margin-right:-200px;
}
.nav1 ul {
	float:right;
	padding:0 15px 0 0;
	font-weight:normal;
}	
.nav1 li {
	display:inline;
	list-style:none;
}
.nav1 li a {
	display:block;
	float:left;
	padding:2px 5px 2px 5px;
	color:rgb(125,125,125);
	text-decoration:none;
	font-size:110%;
}
.nav1 a:hover {
	text-decoration:none;
	color:rgb(50,50,50);
}
#icons {
	float : right;
	padding : 0;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
}
#icons img {
	padding-right : 2px;
	border : 0;
}

/*Drop-down menu*/
.nav2 {
	white-space:nowrap /*IE hack*/;
	float:left;
	width:954px;
	background:rgb(225,225,225);
	color:rgb(100,100,100);
	font-size:120%;
} /*Color navigation bar normal mode*/
@media only screen and (max-width : 667px) {
	.nav2 {
		width:100%;
	}
}

.nav2 ul {
	list-style-type:none;
	padding: 0 0 0 0;
}
.nav2 ul li {
	float:left;
	z-index:auto !important /*Non-IE6*/;
	z-index:1000 /*IE6*/;
	border-right:solid 1px rgb(175,175,175);
	font-size:110%
}
@media only screen and (max-width : 667px) {
	.nav2 ul li {
		font-size:130%
	}
}
.nav2 ul li a {
	float:none !important /*Non-IE6*/;
	float:left /*IE-6*/;
	display:block;
	height:2.1em;
	line-height:2.1em;
	padding:0 16px 0 16px;
	text-decoration:none;
	font-weight:normal;
	color: #000000;
}
.nav2 ul li ul {
	display:none;
	border:none;
}

/*Non-IE6 hovering*/
.nav2 ul li:hover {
	position:relative;
} /*Sylvain IE hack*/
.nav2 ul li:hover a {
	background-color:rgb(215,215,215);
	text-decoration:none;
} /*Color main cells hovering mode*/
.nav2 ul li:hover ul {
	display:block;
	width:11em;
	position:absolute;
	z-index:999;
	top:2em;
	margin-top:0.1em;
	left:0;
}
.nav2 ul li:hover ul li a {
	white-space:normal;
	display:block;
	width:10em;
	height:auto;
	line-height:1.3em;
	margin-left:-1px;
	padding:4px 16px 4px 16px;
	border-left:solid 1px rgb(175,175,175);
	border-bottom: solid 1px rgb(175,175,175);
	background-color:rgb(240,240,240);
	font-weight:normal;
	color:rgb(100,100,100);
} /*Color subcells normal mode*/
.nav2 ul li:hover ul li a:hover {
	background-color:rgb(215,215,215);
	text-decoration:none;
} /*Color subcells hovering mode*/

/*IE6 hovering*/
.nav2 table {
	position:absolute;
	top:0;
	left:-1px;
	border-collapse:collapse;
}
.nav2 ul li a:hover {
	position:relative /*Sylvain IE hack*/;
	z-index:1000 /*Sylvain IE hack*/;
	background-color:rgb(215,215,215);
	text-decoration:none;
} /*Color main cells hovering mode*/
.nav2 ul li a:hover ul {
	display:block;
	width:10.0em;
	position:absolute;
	z-index:999;
	top:2.1em;
	top:2.0em;
	left:0;
	margin-top:0.1em;
}
.nav2 ul li a:hover ul li a {
	white-space:normal;
	display:block;
	width:10.0em;
	height:1px;
	line-height:1.3em;
	padding:4px 16px 4px 16px;
	border-left:solid 1px rgb(175,175,175);
	border-bottom: solid 1px rgb(175,175,175);
	background-color:rgb(240,240,240);
	font-weight:normal;
	color:rgb(50,50,50);
} /*Color subcells normal mode*/
.nav2 ul li a:hover ul li a:hover {
	background-color:rgb(215,215,215);
	text-decoration:none;
} /*Color subcells hovering mode*/
.header-breadcrumbs ul {
	float:left;
	width:560px;
	list-style:none;
	padding:5px 0 0 15px;
	font-family:Arial, Helvetica, sans-serif;
}
.header-breadcrumbs ul li {
	display:inline;
	padding:0 0 0 10px;
	background:transparent url(../img/bg_bullet_arrow.gif) no-repeat 0 50%;
	font-weight:bold;
	color:rgb(125,125,125);
	font-size:100%;
}
.header-breadcrumbs ul a {
	color:rgb(70,122,167);
	text-decoration:none;
}
.header-breadcrumbs ul a:hover {
	color:rgb(42,90,138);
	text-decoration:underline;
}
.header-breadcrumbs .searchform {
	float:right;
	width:285px;
	padding:0 17px 0px 0px !important /*Non-IE6*/;
	padding:0 12px 0px 0px /*IE6*/;
}
.header-breadcrumbs .searchform form fieldset {
	float:right;
	border:none;
}
.header-breadcrumbs .searchform input.button {
	width:3.0em;
	padding:1px !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	background:rgb(230,230,230);
	border:solid 1px rgb(150,150,150);
	text-align:center;
	font-family:verdana,arial,sans-serif;
	color:rgb(150,150,150);
	font-size:120%;
}
.header-breadcrumbs .searchform input.button:hover {
	border:solid 1px rgb(80,80,80);
	background:rgb(220,220,220);
	color:rgb(80,80,80);
	cursor:pointer;
}

/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN CONTENT */
.column1-unit {
	max-width:530px;
	margin-bottom:10px!important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	text-align:justify;
}
.column2-unit-left {
	float:left;
	width:200px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
.column2-unit-right {
	float:right;
	width:200px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
.column3-unit-left {
	float:left;
	width:120px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}
.column3-unit-middle {
	float:left;
	width:120px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	margin-left:73px;
}
.column3-unit-right {
	float:right;
	width:120px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	margin-right: 25px;
}

/* MAIN SUBCONTENT */
.subcontent-unit-border {
	width:183px;
	margin:0 0 2.0em 0;
	padding:0 0 5px 0;
	border:solid 1px #CCCCCC;
	background:rgb(242,242,242);
}
@media only screen and (max-width : 667px) {
	.subcontent-unit-border {
		display:none;
	}
}
.subcontent-unit-border-green {
	width:183px;
	margin:0 0 2.5em 0;
	padding:0 0 10px 0;
	border:solid 1px rgb(42,90,138);
	background-color:rgb(239,244,250);
}
.subcontent-unit-border-blue  {
	width:183px;
	margin:0 0 2.5em 0;
	padding:0 0 10px 0;
	border:solid 1px rgb(42,90,138);
	background-color:rgb(239,244,250);
}
.subcontent-unit-border-orange {
	width:183px;
	margin:0 0 2.5em 0px;
	padding:0 0 10px 0;
	border:solid 1px rgb(232,177,13);
	background-color:rgb(248,224,150);
}
.subcontent-unit-noborder {
	width:185px; margin:0 0 2.5em 0;
	padding:0 0 10px 0;
	background:rgb(235,235,235);
}
.subcontent-unit-noborder-green {
	width:185px;
	margin:0 0 2.5em 0;
	padding:0 0 10px 0;
	background-color:rgb(217,239,185);
}
.subcontent-unit-noborder-blue {
	width:185px;
	margin:0 0 2.5em 0;
	padding:0 0 10px 0;
	background-color:rgb(213,225,240);
}
.subcontent-unit-noborder-orange {
	width:185px;
	margin:0 0 2.5em 0;
	padding:0 0 10px 0;
	background-color:rgb(248,224,150);
}
.round-border-topleft {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	background:url(../img/bg_corner_topleft.gif) no-repeat;
	margin-top:-1px;
	margin-left:-1px;
}
.round-border-topright {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	background:url(../img/bg_corner_topright.gif) no-repeat;
	margin-top:-1px;
	margin-left:174px;
}
.round-noborder-topleft {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	background:url(../img/bg_corner_topleft.gif) no-repeat;
	margin-top:0px;
	margin-left:0px;
}
.round-noborder-topright {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	background:url(../img/bg_corner_topright.gif) no-repeat;
	margin-top:0px;
	margin-left:175px;
}

/********************/
/*  FOOTER SECTION  */
/********************/
.footer p {
	line-height:1.3em;
	text-align:center;
	color:rgb(125,125,125);
	font-weight:bold;
	font-size:110%;
}
.footer p.credits {
	font-weight:normal;
}
.footer a {
	text-decoration:underline;
	color:rgb(125,125,125);
}
.footer a:hover {
	text-decoration:none;
	color:rgb(0,0,0);
}
.footer a:visited {
	color:rgb(0,0,0);
}

/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header:after, .header-bottom:after, .header-bottom-mobile:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content:after, .main-content div:after, .main-subcontent:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.column1-unit:after, .column2-unit-left:after, .column2-unit-right:after, .column3-unit-left:after, .column3-unit-middle:after, .column3-unit-right:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.subcontent-unit-border:after, .subcontent-unit-noborder:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.subcontent-unit-border-blue:after, .subcontent-unit-border-green:after, .subcontent-unit-border-orange:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.subcontent-unit-noborder-blue:after, .subcontent-unit-noborder-green:after, .subcontent-unit-noborder-orange:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
 p:after {
 	content:".";
	display:block;
	height:0;
	/*clear:both*/;
	visibility:hidden;
}
.footer:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/********************************/
/*  MAIN  */
/********************************/
.main {
	clear:both;
	width:960px;
	box-sizing:border-box;
	padding-bottom:30px;
	border-left:solid 3px rgb(175,175,175);
	border-right:solid 3px rgb(175,175,175);
	background:transparent url(../img/bg_main.gif) top left repeat-y;
}
@media only screen and (max-width: 667px) {
	.main {
		background:transparent;
		width:100%;
	}
}

.main-navigation {
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	width:185px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background:rgb(242,242,242);
}
@media only screen and (max-width : 667px) {
	.main-navigation {
		display:none;
	}
}
.main-navigation .round-border {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100;
	margin:0 0 0 176px;
	background:url(../img/bg_corner_topright.gif) no-repeat;
}

.main-subcontent {
	display:inline /*Fix IE floating margin bug*/;
	float:right;
	width:185px;
	margin:0 15px 0 0;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}

.main-content {
	display:inline; /*Fix IE floating margin bug*/
	float:left;
	padding:0 10px 0 20px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	font-family: Arial, Helvetica, sans-serif;
}
.clear-contentunit {
	clear:both;
	height:1px;
	color:rgb(210,210,210);
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/********************/
/*  COMMON CLASSES  */
/********************/
.red {
	color: #FF0000;
}
.green {
	color: #00FF00;
}
.blue {
	color: #0000FF;
}
.yellow {
	color: #FFFF00;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.justify {
	text-align:justify;
}
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.contactform {
	margin:10px 0 10px 0;
	padding:10px;
	border:solid 1px rgb(200,200,200);
	background-color:rgb(240,240,240);
}
.contactform fieldset {
	padding:20px 0 0 0 !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	margin:0 0 20px 0;
	border:solid 1px rgb(220,220,220);
}
.contactform fieldset legend {
	margin:0 0 0 5px !important /*Non-IE*/;
	margin:0 0 20px 5px /*IE6*/;
	padding:0 2px 0 2px;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:130%;
}
.contactform label.left {
	float:left;
	width:100px;
	margin:0 0 0 10px;
	padding:2px;
	font-size:100%;
	clear: left;
}
.contactform select.combo {
	width:175px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	font-family:verdana,arial,sans-serif;
	font-size:110%;
}
.contactform input.field, .contactform select.field {
	width:250px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	clip: rect(auto,auto,auto,auto);
	margin: 0;
}
.contactform input.button {
	float:left;
	width:9em;
	margin-right:0px;
	padding:2px!important /*Non-IE6*/;
	padding:0 /*IE6*/;
	background:rgb(230,230,230);
	border:solid 1px rgb(150,150,150);
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:rgb(0,0,0);
	font-size:90%;
	margin-left: 0px;
}
.contactform input.g-recaptcha {
	float:left;
	width:9em;
	margin-right:0px;
	padding:2px!important /*Non-IE6*/;
	padding:0 /*IE6*/;
	background:rgb(230,230,230);
	border:solid 1px rgb(150,150,150);
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:rgb(0,0,0);
	font-size:100%;
	margin-left: 0px;
}
.contactform input.button:hover, .contactform input.g-recaptcha:hover {
	cursor: pointer;
	background:rgb(230,230,230);
	color:rgb(80,80,80);
	border: solid 1px rgb(80,80,80);
}
.contactform textarea {
	width:250px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
}

/******************/
/*  MAIN SECTION  */
/******************/
.nav3-bullet {
	width:170px;
	margin:10px 0 0 0px;
	list-style-type: none;
}
.nav3-bullet dt a, .nav3-bullet dt a:visited {
	line-height:2em; 
	padding:0 0 0 10px; 
	text-decoration:none; 
	color:rgb(90,120,150); 
	font-weight:bold; 
	font-size:130%;
}
@media only screen and (max-width : 667px) {
	.nav3-bullet dt a, .nav3-bullet dt a:visited {
		font-size:150%;
	}
}
.nav3-bullet dd a, .nav3-bullet dd a:visited {
	line-height:1.7em; 
	margin:0 0 0 20px; 
	padding:0 0 0 10px; 
	background:url(../img/bg_bullet_full_1.gif) no-repeat 0px 50%; 
	text-decoration:none; color:rgb(70,122,167); 
	font-weight:normal; 
	font-size:130%;
}
@media only screen and (max-width : 667px) {
	.nav3-bullet dd a, .nav3-bullet dd a:visited {
		font-size:150%;
	}
}
.nav3-bullet dt a:hover {
	text-decoration:underline;
	color:rgb(42,90,138);
	list-style-type: none;
}
.nav3-bullet dd a:hover {
	background:url(../img/bg_bullet_full_2.gif) no-repeat 0px 50%; 
	text-decoration:underline; 
	color:rgb(42,90,138);
}
.nav3-nobullet {
	width:170px;
	margin:0 0 0 20px;
	padding-left: 0px;
}
.nav3-nobullet dt a, .nav3-nobullet dt a:visited {
	line-height:2em;
	text-decoration:none;
	color:rgb(70,122,167);
	font-weight:bold;
	font-size:130%;
	background: url(../img/bg_bullet_arrow.gif) no-repeat 0px 50%;
	padding-left: 15px;
}
@media only screen and (max-width : 667px) {
	.nav3-nobullet dt a, .nav3-nobullet dt a:visited {
		font-size:150%;
	}
}
.nav3-nobullet dd a, .nav3-nobullet dd a:visited {
	line-height:1.7em; 
	margin:0 0 0 15px; 
	text-decoration:none; 
	color:rgb(70,122,167); 
	font-weight:normal; 
	font-size:130%;
}
@media only screen and (max-width : 667px) {
	.nav3-nobullet dd a, .nav3-nobullet dd a:visited {
		font-size:150%;
	}
}
.nav3-nobullet dt a:hover, .nav3-nobullet dd a:hover {
	text-decoration:underline;
	color:rgb(42,90,138);
	background: url(../img/bg_bullet_arrow.gif) no-repeat 0px 50%;
}
.main img {
	clear:both;
	float:left;
	margin:3px 5px 7px 0;
	padding:1px;
	border:1px solid rgb(150,150,150);
}
.main img.center {
	clear:both;
	float:none;
	display:block;
	margin:0 auto;
	padding:1px;
	border:1px solid rgb(150,150,150);
}
.main img.right {
	clear:both;
	float:right;
	margin:3px 0 7px 10px;
	padding:1px;
	border:1px solid rgb(150,150,150);
}
.main a {
	color:rgb(90,120,150);
	font-weight:bold;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.main a:hover {
	color:rgb(42,90,138);
	text-decoration:underline;
}
.main a:visited {
	color:rgb(90,120,150);
}
.main a.right {
	text-align:right;
	float:right;
	font-size:120%;
}
@media only screen and (max-width : 667px) {
	.main a.right {
		font-size:150%;
	}
}
.main a img {
	border:solid 1px rgb(150,150,150);
}
.main a:hover img {
	border:solid 1px rgb(220,220,220);
}

/* MAIN NAVIGATION */
.nav3-grid {
	width:185px;
	border-bottom:solid 1px rgb(200,200,200);
}
.nav3-grid dt a, .nav3-grid dt a:visited {
	display:block;
	min-height:2em;
	height:auto !important;
	height:2.0em /*IE6*/;
	line-height:2em;
	padding:0px 10px 0px 20px;
	border-top: solid 1px rgb(180,180,180);
	text-decoration:none;
	color:rgb(70,122,167);
	font-weight:bold;
	font-size:120%;
}
.nav3-grid dd a, .nav3-grid dd a:visited {
	display:block;
	min-height:1.7em /*Non-IE6*/;
	height:auto !important;
	height:1.7em /*IE6*/;
	line-height:1.7em;
	padding:2px 10px 2px 35px;
	border:none;
	font-weight:normal;
	text-decoration:none;
	color:rgb(70,122,167);
	font-size:120%;
	margin: 0 0px 0 0px;
	background-image: url(../img/bg_bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: 21px 50%;
}
.nav3-grid dt a:hover, .nav3-grid dd a:hover {
	background-color:RGB(215,215,215);
	color:rgb(42,90,138);
	text-decoration:none;
}
.nav3-grid dt a.selected {
	background-color:RGB(200,200,200);
	color:rgb(42,90,138);
	text-decoration:none;
}
.nav3-grid dd a.selected {
	background-image: url(../img/bg_bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: 21px 50%;
	background-color:RGB(200,200,200);
	color:rgb(42,90,138);
	text-decoration:none;
}

.main-navigation h1.first, div.first {
	clear:both;
	margin:0px;
	padding:4px 20px 3px 20px;
	background-color:rgb(40,90,138);
	font-family:Arial, Helvetica, sans-serif;
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:140%;
	width: 146px;
}
.main-navigation h1, div.next {
	clear:both;
	margin:30px 0 0px 0;
	padding:4px 20px 3px 20px;
	background:rgb(40,90,138);
	font-family:Arial, Helvetica, sans-serif;
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:140%;
}
.main-navigation p {
	clear:both;
	margin:0 10px 10px 20px;
	color:rgb(80,80,80);
	line-height:1.3em;
	font-size:110%;
}

/* MAIN CONTENT */
.main-content .rs {
	float : none;
	border : 1px solid #ddd;
	padding : 10px;
	background : rgb(240,240,240);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-type: none;
}
.main-content .indent {
	margin-left:1.2em
}
.main-content .nav3-nobullet {
	width:auto;
	margin:0 0 0 0;
	padding-left: 0px;
}
.main-content h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:180%;
	clear:both;
	margin:1.0em 0 0.5em 0;
}
.main-content h1.block {
	clear:both;
	margin:1.0em 0 0em 0;
	padding:2px 0 2px 2px;
	background:rgb(190,190,190);
	font-family:"trebuchet ms",arial,sans-serif;
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:220%;
}
.main-content h1.pagetitle {
	font-family:Arial, Helvetica, sans-serif;
	color:rgb(90,120,150);
	font-weight:bold;
	font-size:180%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgb(90,120,150);
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 0.3em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
.main-content h1.pagetitle i.right {
	text-align:right;
	float: right;
	font-size: 100%;
	font-style: italic;
	margin-top: 4px;
	color: rgb(90,120,150);
	margin-bottom: 0px;
}
@media only screen and (max-width : 667px) {
	.main-content h1.pagetitle i.right {
		display:none;
	}
}
.main-content h1 a {
	color:rgb(70,122,167);
	font-weight:normal;
	text-decoration:none;
}
.main-content h2 {
	font-family:Arial, Helvetica, sans-serif;
	margin:1.0em 0 0.5em 0; 
	color:rgb(80,80,80); 
	font-weight:bold; 
	font-size:150%;
}
.main-content h2.pagetitle {
	font-family:Arial, Helvetica, sans-serif;
	color:rgb(90,120,150);
	font-weight:bold;
	font-size:150%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgb(90,120,150);
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0.3em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
.main-content h2 a {
	color:rgb(70,122,167);
	text-decoration:underline;
}
.main-content h3 {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	text-decoration: none;
	font-style: italic;
	float: right;
}
.main-content h1.side, h2.side, h3.side {
	clear:none;
}
.main-content h4 {
	margin:1em 0 0.2em 0;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:150%;
}
.main-content h6 {
	margin:0em 0 0.1em 0;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:110%;
}
.main-content p {
	margin:0.1em 0 0.2em 0;
	line-height:1.5em;
	font-size:130%;
	font-family: Arial, Helvetica, sans-serif;
}
@media only screen and (max-width : 667px) {
	.main-content p {
		font-size:150%;
	}
}
.main-content ul {
	list-style:none;
	margin:0.5em 0 1.0em 1.5em;
	padding: 0;
}
.main-content ul li {
	list-style-type: square;
	font-size: 130%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-weight: normal;
	text-align: left;
}
@media only screen and (max-width : 667px) {
	.main-content ul li {
		font-size:150%;
	}
}
.main-content li ul {
	padding-left : 10px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(10,118,158);
}
.main-content li ul li {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(../img/bg_bullet_full_1.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.main-content ol {
	margin:0.5em 0 1.0em 1.5em!important /*Non-IE6*/;
	margin:0.5em 0 1.0em 25px /*IE6*/;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}
.main-content ol li {
	list-style-position:outside;
	margin:0 0 0.2em 0.5em;
	line-height:1.4em;
	font-size:130%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	list-style-image: url(../img/bg_bullet_full_2.gif);
}
@media only screen and (max-width : 667px) {
	.main-content ol li {
		font-size:150%;
	}
}
.main-content ul ol {
	margin:0.5em 0 1.0em 20px !important /*Non-IE6*/;
	margin:0.5em 0 1.0em 25px /*IE6*/;
	font-family: Arial, Helvetica, sans-serif;
}
.main-content ul ol li {
	list-style-position:outside;
	margin:0 0 0.2em 0;
	line-height:1.4em;
	font-size:120%;
	font-family: Arial, Helvetica, sans-serif;
}
.main-content blockquote {
	padding-left : 10px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(10,118,158);
}
.main-content blockquote li {
	font-size: 130%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(../img/bg_bullet_full_1.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}
@media only screen and (max-width : 667px) {
	.main-content blockquote li {
		font-size:150%;
	}
}
.main-content p.details {
	clear:both;
	margin:-0.25em 0 1.0em 0;
	line-height:1.0em;
	font-size:110%;
}
.main-content table {
	clear:both; width:500px;
	margin:1.5em 0.5em 2em 1.5em;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-color:rgb(233,232,244);
}
.main-content table th.top {
	height:2.7em;
	padding:0.5em 0.6em 0.5em 0.5em;
	empty-cells:show;
	background-color:rgb(175,175,175);
	text-align:center;
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:130%;
}
.main-content table th {
	height:2.5em;
	padding:5px 20px 0px 20px;
	border-left:solid 2px rgb(255,255,255);
	border-right:solid 2px rgb(255,255,255);
	border-top:solid 2px rgb(255,255,255);
	border-bottom:solid 2px rgb(255,255,255);
	background-color:rgb(225,225,225);
	text-align:left;
	color:#000000;
	font-weight:bold;
	font-size:130%;
}
.main-content table td {
	height:2em;
	padding:2px 25px 0px 2px;
	border-left:solid 2px rgb(255,255,255);
	border-right:solid 2px rgb(255,255,255);
	border-top:solid 2px rgb(255,255,255);
	border-bottom:solid 2px rgb(255,255,255);
	background-color:rgb(225,225,225);
	text-align:right;
	font-weight:normal;
	color:#333333;
	font-size:130%;
}
.main-content table th ul li {
	text-align:left;
	color:#333333;
	font-weight:normal;
	font-size:100%;
	list-style-type: none;
	padding: 0px 20px 0px 7px;
}
.main-content table td ul li {
	text-align:right;
	color:#333333;
	font-weight:normal;
	font-size:100%;
	padding: 0px 2px 0px 2px;
	list-style-type: none;
}

/* MAIN SUBCONTENT */
.main-subcontent h2.blue, div.blue {
	clear:both;
	margin:0 0 5px 0;
	padding:4px 10px 3px 15px;
	background-color:rgb(40,90,138);
	font-family:Arial, Helvetica, sans-serif;
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:130%;
}
.main-subcontent p {
	clear:both;
	margin:5px 15px 1.0em 15px;
	color:rgb(80,80,80);
	line-height:1.3em;
	font-size:115%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.main-subcontent p.novertspace {
	margin-top:0px;
	margin-bottom:0px;
}
.main-subcontent ul {
	list-style:none;
	margin:1.5em 10px 0.5em 10px;
	padding: 0 0 0 0;
}
.main-subcontent ul li {
	background:url(../img/bg_bullet_full_2.gif) no-repeat 0 0.4em;
	line-height:1.2em;
	font-size:115%;
	padding: 0px 0px 10px 10px;
	font-weight: normal;
}
.main-subcontent ol {
	margin:1.5em 15px 1.0em 15px!important /*Non-IE6*/;
	margin:0.5em 10px 1.0em 35px /*IE6*/;
	list-style-type: none;
}
.main-subcontent ol li {
	list-style-position:outside;
	margin:0 20px 10px 0;
	font-size:110%;
}
