@charset "utf-8";
/* CSS Document */
/*--------------------- Created: 10:00 AM 11/09/2017 -----*/
/*--------------------- Revised: 10:46 AM 11/09/2017 -----*/

/*-------------------------------- Document Reset --------------*/
* {margin:0px; padding:0px;}
img {border:0px;}
p {margin-bottom:20px;}
h1 {padding-left:10px;}

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

body {
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
background-image:url(../images/bkgradiant.jpg);
background-repeat:repeat-x;
background-color:#414141;
}
	
#master {
position:relative;
margin:0px auto 0px auto;
width:960px;
background-position:center;
background-repeat:no-repeat;	
}




/*-------------------------------- Header --------------*/
    #header {
    position:relative;
    margin:0px 0px 0px 0px;
    width:960px;
    text-align:center;
    }
	
	#language {
	position:relative;
	margin:2px 0px 0px 0px;
	width:960px;
	text-align:right;
	font-size:12px;
	padding-top:6px;
	}	
	
	#logo-pich {
	position:absolute;
	margin:0px 0px 0px 0px;
	width:960px;
	text-align:center;
	}
	
    #headline {
    position:relative;
    margin:-6px 0px 0px 0px;
	width:955px; height:2px;
	background-color:#a3a3a3;
    }
	





/*-------------------------------- Navigation --------------*/	
    #navigation-main {
    position:relative;
    margin:115px 0px 0px 0px;
	padding-bottom:1px;
    width:960px;
	height:38px;
    text-align:center;
    }
	
    #nav-info {
	position:absolute;
    margin:0px 0px 0px 0px;
	padding-top:10px;
    width:238px;
	height:27px;
    text-align:center;
	vertical-align:middle;
	background:#748a98;
    }

    #nav-promo {
	position:absolute;
    margin:0px 0px 0px 239px;
	padding-top:10px;
    width:357px;
	height:27px;
    text-align:center;
	background:#748a98;
    }
	
    #nav-bureau {
	position:absolute;
    margin:0px 0px 0px 597px;
	padding-top:10px;
    width:358px;
	height:27px;
    text-align:center;
	background:#748a98;
    }

	
	



/*-------------------------------- Main Page --------------*/	
    #main {
    position:relative;
    margin:0px 0px 0px 0px;
    width:955px;
	background-color:#FFFFFF;
    }	
	
    #content {
	margin:0px 10px 0px 10px;
	height:inherit;
    }	
	
    .callout {
	background:#d5dfe0;
	margin-left:10px;
	padding:22px 22px 5px 22px;
    }

	
	#bot-box {
	margin-top:25px;
	background:#d5dfe0;
	padding:22px 22px 22px 22px;
	text-align:right;
	}
	.color-line {background-color:#2e373c;}

	


/*-------------------------------- Footer --------------*/
    #footer {
	font-size:12px;
    position:relative;
    margin:2px 0px 10px 0px;
    text-align:center;
    }
	
    #footline {
    position:relative;
    margin:2px 0px 0px 0px;
	width:955px; height:2px;
	background-color:#a3a3a3;
    }

    #foot-nav {
    position:static;
    margin:2px 0px 0px 0px;
	width:955px;
    text-align:left;
	color:#FFFFFF;
    }
	
    #foot-copy-line {
    position:inherit;
	margin:-38px 0px 0px 0px;
	width:inherit;
	height:42px;
	background:#373737;
    }
	



/*-------------------------------- Classes --------------*/
.btn {
	background:#748a98;
	height:37px;
	margin:0px 10px 10px 0px;
	padding-left:20px;
	padding-top:20px;
	vertical-align:middle;
	}
	
.btnOn {
	background:#748a98;
	background-image:url(../images/marker.png);
	background-repeat:no-repeat;
	background-position:right;
	height:37px;
	margin:0px 10px 10px 0px;
	padding-left:20px;
	padding-top:20px;
	vertical-align:middle;
	}
	

.pl-10 {padding:0px 0px 0px 10px;}

.UnderLine {border-bottom:1px solid #ffae00; padding:0px 0px 0px 10px;}
.smaller {
font-size:12px;}

a.orange-links {color:#ffae00; text-decoration:underline;}
a.orange-links:link {color:#ffae00; text-decoration:underline;}
a.orange-links:visited {color:#ffae00; text-decoration:underline;}
a.orange-links:active {color:#ffae00; text-decoration:underline;}
a.orange-links:hover {color:#ffae00; text-decoration:underline;}

a.black-links {color:#000000; text-decoration:none;}
a.black-links:link {color:#000000; text-decoration:none;}
a.black-links:visited {color:#000000; text-decoration:none;}
a.black-links:active {color:#000000; text-decoration:none;}
a.black-links:hover {color:#000000; text-decoration:underline;}







	








