html {
	background: #000000
}
body {
	padding: 0;
	margin: 0;
	width: 100%;
	height:650px;
	display: table;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;	
  background: #000000 url(images/bg_2018pna.jpg) no-repeat left top fixed;
  }
  
#content {
	width: 800px;
	margin: 100px auto 0;
	padding: 0px;
}

#gray {
background-color:#171d2d;
margin-top:3px
	}
	
	#white {
background-color: #171d2d;
margin-top:3px
	}

.main_accord {
    height: 350px;
	width:790px;
   	margin-top:10px;
	margin:0 auto;
    background: #171d2d ;
	border: #999999 thin solid;
}

#accord_box {   
    margin: 0 auto;
    position: relative;	
	padding-bottom:3px;
	padding-top:3px
	}

#menu {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
line-height:2;
text-align:right;
vertical-align: bottom;
width:190px}

#menu a:hover{
background-color: #ff6100; 
color: #fff;
padding-right: 20px;
text-indent:100px;
width:100%
}


H1 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;  
 font-size:14pt; 
 color: #313950;
 margin: 0;
 margin-bottom:8px;
padding: 3px;}
 


A {text-decoration:none;
 color: #07256b;
 }
A IMG {
 border: none
}

#copy {font-family: Arial, Helvetica, sans-serif; color:#798099; font-size:8pt; margin-top:6px;  letter-spacing:1px}

ul.home {
    list-style: none;
    margin: 0;
	padding: 6px 0 5px 0;
	}

ul.home li {
    display: inline;
    margin-right: 4px;	
	padding-top: 6px; 
	padding-bottom:6px; 
	font-size:9px;
	font-weight:bold
}

ul.home a {
    padding: 6px;
    color: #fff;
    text-decoration: none;
}

ul.home a:hover {
    background-color: #fff;
	color: #000;
	}

ul.home a.selected {
    background-color: #fff;
	color:#000000;
	cursor:default;
	font-size:9px;
	font-weight:normal
}

/* FORM CONTACT*/


label {
	float: left; clear: left; margin: 11px 20px 0 0; width: 95px;
	text-align: right; font-size: 14px; color: #000; 
	text-transform: uppercase; 
}

input {
	width: 260px; height: 30px; padding: 5px 20px 0px 20px; margin: 0 0 20px 0; 
	background: #728eaa ;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; font-size: 16px; color: #f2f2f2; text-transform: uppercase;  
}

textarea {
	width: 260px; height: 170px; padding: 12px 20px 0px 20px; margin: 0 0 20px 0; 
	background: #728eaa;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; font-size: 16px; color: #f2f2f2;  
}
	
input:focus, textarea:focus {
	background: #5E768D;
}

input[type=submit] {
	width: 185px; height: 48px; float: right; padding: 10px 15px; margin: 0 15px 0 0;
	-moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;
	border: 1px solid #556f8c;
	cursor: pointer;
}


