/* ==== Google font ==== */
 @font-face {
    font-family: 'MyriadProSemibold';
    src: url('font/MyriadProSemibold.eot');
    src: url('font/MyriadProSemibold.eot') format('embedded-opentype'),
         url('font/MyriadProSemibold.woff2') format('woff2'),
         url('font/MyriadProSemibold.woff') format('woff'),
         url('font/MyriadProSemibold.ttf') format('truetype'),
         url('font/MyriadProSemibold.svg#MyriadProSemibold') format('svg');
}
@font-face {
    font-family: 'MyriadWebPro';
    src: url('font/MyriadWebPro.eot');
    src: url('font/MyriadWebPro.eot') format('embedded-opentype'),
         url('font/MyriadWebPro.woff2') format('woff2'),
         url('font/MyriadWebPro.woff') format('woff'),
         url('font/MyriadWebPro.ttf') format('truetype'),
         url('font/MyriadWebPro.svg#MyriadWebPro') format('svg');
} 


body { 
	font-family:'MyriadWebPro', Arial, sans-serif;
	font-size: 115%; color: #585959; font-weight: 300;
}
 
/* basics */ 
area, usemap {border:0;}
a img {border:0;}
a { color: #ea7322; transition: 0.5s all; text-decoration: none;} 
a:hover {color: #ea7322; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
p a {/*text-decoration: underline;*/}
a.more {/* float: right; */}

h1, h2, h3 {
	font-family:'MyriadWebPro', Arial, sans-serif;  font-weight: 300; /*color: #ea7322;*/ font-style: normal;
	padding: 0; margin: 5px 0 5px 0; /*text-transform: uppercase;*/
}
h1 { font-size: 30px;	line-height:150%; margin: 15px 0 20px 0; }
h2 { font-size: 20px;	line-height:150%; margin: 15px 0 10px 0;}
h3 { font-size: 20px; line-height:120%; width: 100%; margin: 15px 0 10px 0;  padding-bottom: 20px;}
h4 { font-size: 18px; line-height:140%; margin: 15px 0 10px 0; font-weight: 300;}
h5 { font-size: 0.9em; line-height:120%; margin:4px 0 0 0;}
h6 { font-size: 0.8em; line-height:120%; margin:2px 0 0 0;}

hr{ height: 0px; margin: 10px 0 20px 0; background: #fff; clear:both; border: none; border-bottom: 1px solid #585959; }

p {	margin: 5px 0 10px 0; line-height: 30px;}

li { padding-bottom: 8px;	} 

ul {	
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 2;
	padding-left: 0.9em;
	/*list-style-image: url(images/li.gif);
	list-style-type: square	*/
	list-style-type: square;
}

ol {	
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;		
}

address {
	line-height:120%;
	margin: 10px 0 20px 0;
	padding-left: 10px;
	border-left: 6px solid #327893;
	font-style: normal;
	font-weight: bold;
}

blockquote {
	background:transparent url(images/bg50.png);
	font-size:0.9em;
	padding: 10px;
	border-left: 2px solid #666666;
	margin: 3px 0 20px 5%;
}

pre, code {
	padding: 0 0 20px 6px;
	margin: 3px 0 20px 0;
	border-top: 1px solid #327893;
	border-right: 1px solid #327893;
	border-bottom: 1px solid #327893;	
	border-left: 6px solid #327893;
	background:transparent url(images/bg75.png);
	
	color: #327893;
	font-size:1em;	
	overflow:auto; 
	line-height:2.2em;			
}
strong, .strong {font-weight: 600;}

.big {font-size: 30px; font-weight: 600;}

/*
table {	
	border-collapse:collapse;	
	border-top: 1px solid #666666;
	margin-top: 3px;
	margin-bottom:5px;
	width:100%;
	font: 0.85em;	
}
table caption {font-size:1.1em; text-align:left; }
table th {font-size:0.9em; padding: 4px; text-align:left; vertical-align: top;  background:transparent url(images/bg75.png); border-bottom: 1px solid #666666;}
table tbody td {font-size:0.9em; padding: 4px; vertical-align: top;  background:transparent url(images/bg50.png); border-bottom: 1px solid #666666;}
table tbody tr:hover td {background-color:#fff;}
tbody td p, tbody td h1, tbody td h2, tbody td h3, tbody td h4 {margin: 0; line-height:110%;}
*/

tr {vertical-align: top;}


/*-----------------------------------------------------------------*/	

/* Specials */
p img[align="right"], h3 img[align="right"] { float:right; margin: 4px 0 5px 10px; }
p img[align="left"], h3 img[align="left"] { float:left; margin: 4px 10px 5px 0;}

.orange {color: #ea7322;}
.left {float: left; width: 49%; min-width: 300px;}
.right {float: right; width: 49%; min-width: 300px;}
