@charset "utf-8";

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #f2f2f2;
	background-attachment: scroll;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 5px;
	padding-left: 5px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin-top: 5px;
}

table {
	min-height: 200px;
	border: 1px solid #E1E1E1;
	border-radius: 2px;
	margin-right: 0;
	margin-bottom: 20px;
}

th {
	background-color: #234857;
	text-align: center;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
	color: white;
}

th a:link {
    color: #fff; 
}

td {
	color: black;
    font-size: 13px;
	padding: 10px;
	text-align: left;
}

tr {
	background-color: white;
}

tr:nth-child(even) {
    background: #e9e9e9;
}

#list {
	max-width: 1200px;
	box-shadow: none;
	border-collapse: separate;
    border-spacing: 2px;
	border-radius: 2px;
	margin-right: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
}

#list th {
	background-color: #444;
	border: 1px solid #e9e9e9;
	text-align: center;
	padding: 10px;
	color: white;
	font-weight: normal;
}

#list td {
	border: 1px solid #e9e9e9;
	text-align: left;
	padding: 10px;
	color: black;
}

#list tr {
	background-color: white;
}

#list tr:nth-child(even) {
    background-color: #e9e9e9;
}


.searchbox {
	width: 1200px;
	height: 64px;
	font-size: 14px;
	padding-top: 26px;
	padding-bottom: 6px;
	color: #666;
	border:1px solid #E1E1E1;
	border-radius: 4px;
	margin-bottom: 5px;
	margin-top: 10px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-sizing: border-box;
	background-image: url(/img/search24.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding-left: 40px;
}


.searchbox:focus {
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.logo {
	position: absolute;
	width: 372px; 
	height: 79px; 
	bottom: 15px;
	right: 30px;
}

.sk {
	position: absolute; 
	width: 105px; 
	height: 105px; 
	bottom: 30px;
	left: 30px;
	filter: alpha(opacity=70); 
}

#livesearch {
	padding: 20px;
	font-size: 13px;
	color: black;
    border-radius: 4px;
}

#livesearch a {
	color: red;
}

#livesearch a:link {
	font-size: 13px;
	line-height: 2.0;
	text-decoration: underline;
}

#livesearch a:hover {
	background-color: #f2f2f2;
	display: inline-table;
	width: 100%;
}

a {
    text-decoration: none;
}

a:link {
    color: red;
}

.footer a:link {
    color: #fff; 
}

.footer a:visited {
    color: #fff; 
}

a:visited {
    color: #ff0000;
}

a:hover, a:active, a:focus {
    text-decoration: underline;
}

#nav {
	position: fixed;
	width: 100%;
	min-width: 1200px;
	margin-left: 0;
	top: 0;
}		

#nav > a {
	display: none;
}

#nav li {
	position: relative;
}
				
#nav li a {
	color: white;
	display: block;
	margin-right: 1px;
	padding-left: 1px;
}
				
#nav span:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #F8F8F8;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */			
}

#nav > ul {
	height: 3.75em; /* 60 */
	background-color: #c20d20;
	filter: alpha(opacity=90);
}

#nav > ul > li {
	width: 12.5%;
	height: 100%;
	float: left;
}
					
#nav > ul > li > a {
	height: 100%;
	font-size: 15px; 
	font-weight: normal;
	line-height: 3.3em; /* 60 (24) */
	text-align: center;
}

	
#nav > ul > li:not( :last-child ) > a {
	
}
						
#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
	background-color: white;
	color: black;
	border-bottom: 1px solid #D0D0D0;
}

#nav li.active, #nav ul li:hover {
	background-color: white;
	border-bottom: 1px solid #D0D0D0;
}

#nav li.active a, #nav ul li:hover a {
	color: black;
}

#nav li ul {
   	background-color: #f2f2f2;
	display: none;
	position: absolute;
	top: 100%;
	border-right: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}

#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}

#nav li:not( :first-child ):hover ul {
	left: -1px;
}
						
#nav li ul a {
	color: black;
	font-size: 12px;
	font-weight: normal;
	border-top: 1px solid #D0D0D0;
	padding: 0.75em; /* 15 (20) */
}


#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
	background-color: white;
	color: black;
}

#subnav {
	position: static;
	max-width: 100%;
	min-width: 1200px;
	margin-left: 0;
	margin-top: 20px;
	top: 0;
}

#subnav > a {
	display: none;
}

#subnav li {
	position: relative;
}
				
#subnav li a {
	color: black;
	display: block;
	background-color: #f2f2f2;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 0;
	border-radius: 15px;
}

#subnav > ul {
	height: 6.0em; /* 60 */
}

#subnav > ul > li {
	width: 14.285714%;
	height: 100%;
	float: left;
}
					
#subnav > ul > li > a {
	height: 100%;
	font-size: 12px;
	line-height: 1.4em; /* 60 (24) */
	text-align: center;
	border: 1px solid #D0D0D0;
}

#subnav > ul > li:hover > a, #subnav > ul:not( :hover ) > li.active > a {
	background-color: white; 
	color: black;
}

#subnav ul li:hover a, #subnav li.active a {
	background-color: white;
	color: black;
}
						
ul, ol, dl { 
	padding: 0;
	margin: 0;
	list-style: none;
}

a img { 
	border: none;
}

img {
    max-width: 100%;
    height: auto;
}

.content {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 20px;
	padding-bottom: 10px;
	min-height: 800px;
	clear:both;
}

.content h1 {
	color: black;
	text-align: center;
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
}

.content h2 {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	color: black;
	margin-top: 40px;
}

.content h3 {
	text-align: center;
	font-size: 16px;
	color: #234857;
	margin-top: 20px;
	font-weight: normal;
}

.content p {
	color: #666;
	text-align: justify;
	font-size: 14px;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
}

.content ul, .content ol { 
	padding: 0px 15px 15px 40px; 
}

figure {
   max-width: 1200px;
   margin-right: 27px;
   margin-left: 5px;
}

figure img {
	border: 10px solid #F8F8F8;
	box-shadow: 1px 1px 2px #ccc;
	margin-top: -12px;
	margin-bottom: -5px;
}

figcaption {
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	margin-top: 2px;
}

.row:after {
    content: "";
    clear: both;
    display: block;
}

.bar {
	float: left;
	width: 600px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bar p {
	background-color: white;
	border: 1px solid #E1E1E1;
	padding: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

.bar h3 {
	background-color: #c20d20;
	padding: 10px;
	border-radius: 2px;
	border: 5px solid white;
	color: white; 
	margin-left: 5px;
	margin-right: 5px;
}

.bar h4 {
	margin-left: 5px;
	margin-right: 5px;
}

.bar2 {
	float: left;
	width: 400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

iframe {
	float: left;
	margin-top: 15px;
	margin-left: 17px;
	margin-right: 10px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 900px)
		{iframe {width: 240px; height: 135px;}}

@media only screen and (max-width: 601px) 
		{iframe {margin-left: 12px; width: 320px; height: 180px;}}

@media only screen and (max-width: 479px) 
		{iframe {width: 240px; height: 135px;}}
		
@media only screen and (max-width: 319px) 
		{iframe {margin-right: 10px; margin-left: 10px; width: 240px; height: 135px;}}
		
@media only screen and (max-width: 289px) 
		{iframe {margin-right: 5px; margin-left: 5px; width: 240px; height: 135px;}}

.footer {
	float:left;
	min-width: 100%;
	height: auto;
	background-color: #234857;
	color: white;
	margin-top: 30px;
	padding-top: 25px;
	padding-bottom: 15px;
}

.footer p {
	color: white;
	font-size: 12px;
	text-align: center;
}

