@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

html {
height: 100%;
}

body {
	height: 100%;
	text-align: center;
	padding-bottom: 80px; /* Simulates margin-bottom for wrapper in IE */
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
}

ol,ul{
  list-style:none;
}

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}

.noscreen {
display: none;
}


/* Paragraphs, headings, ... */

p {
	line-height: 25px;
	margin-bottom: 7px;
	margin-top: 15px;
}

p.text-content:first-letter {
font-size: 1.4em;
font-weight: bold;
line-height: 0.9;
color: #202020;
font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
font: 2.6em  Georgia, "Times New Roman", Times, serif;
margin: 0 0 10px 40px;
border-bottom: 1px solid #4C8CA6;
width: 55%;
padding: 15px 0 5px 0;
}

h1 a:link, h1 a:visited {
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
}

h2 {
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
letter-spacing: 1px;
color: #FFFFFF;
border-left: 3px solid #FFAE20;
padding-left: 14px;
margin: 12px 0 0 40px;
}

h3 {
	color: #D71920;
	font-size:15px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-shadow: 1px 1px 1px black, -1px -1px 1px white;
	-webkit-text-shadow: 1px 1px 1px black, -1px -1px 1px white;
	-o-text-shadow: 1px 1px 1px black, -1px -1px 1px white;
	-moz-text-shadow: 1px 1px 1px black, -1px -1px 1px white;
	-ms-text-shadow: 1px 1px 1px black, -1px -1px 1px white;
	line-height: 25px;
}

h4 {
font-size: 1em;
background-color: #005E85;
color: #FFFFFF;
letter-spacing: 1px;
border: 2px solid #FFFFFF;
margin-top: 7px;
padding: 6px 10px;
}

form{
	width:890px;
	font-size:11px;
	color:#626262;
	margin-bottom:20px;
	margin-right:60px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.page_fld{
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	border:1px solid #C00;
	height:30px;
	width:425px;
	line-height:30px;
	color:#323232;
	font-size:14px;
	margin-bottom:15px;
	float: left;
}

.page_select{
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	border:1px solid #861F18;
	height:30px;
	border:1px solid #C00;
	width:300px;
	line-height:15px;
	color:#323232;
	font-size:12px;
	margin-bottom:5px;
}

.page_textarea{
	border:1px solid #C00;
	color:#323232;
	font-size:12px;
	margin-bottom:5px;
	width: 500px;
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
}

.page_button{
	border:0px;
	background-color:#CCCCCC;
	color:#000000;
	font-size:11px;
	padding:5px;
}

.frmcol{
	float:left;
	margin-left:10px;
	margin-right:10px;
	width:425px;
}

.frmcol label{
	display:block;
	font-size:12px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:0px;
	line-height:20px;
	text-align:left;
	width: 425px;
}

/* Site wrapper */

#wrapper {
	position: relative; /* margin-bottom for FF   (?) */
	text-align: left;
	margin: 0;
	width: 100%;
	background-image: url(../img/background.png);
	background-repeat: repeat-x;
	background-position: center 250px;
	background-color: #CCC;
}
#banda {
	background-color: #040B35;
	height: 40px;
	width: 100%;
	line-height: 40px;
	text-align: right;
	box-shadow: 0px 0px 5px black;
	-webkit-box-shadow: 0px 0px 5px black;
	-o-box-shadow: 0px 0px 5px black;
	-moz-box-shadow: 0px 0px 5px black;
	-ms-box-shadow: 0px 0px 5px black;
	position: relative;
	z-index: 1000;
}
#banda a {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	padding-right: 100px;
	transition-property: opacity;
	transition-duration: 1s;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	-o-transition-property: opacity;
	-o-transition-duration: 1s;
	-moz-transition-property: opacity;
	-moz-transition-duration: 1s;
	-ms-transition-property: opacity;
	-ms-transition-duration: 1s;
}

#banda a:hover {
	opacity: 0.5;
}


/* Header */

#header {
	height: 250px;
	width: 100%;
	margin: 0;
	background-image: url(../img/header.jpg);
	background-repeat: repeat-x;
	background-position: center -50px;
	padding-top: 30px;
}
#header a {
	display: block;
	height: 159,665;
	width: 400px;
	margin-left: auto;
	transition-property: opacity;
	transition-duration: 1s;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	-o-transition-property: opacity;
	-o-transition-duration: 1s;
	-moz-transition-property: opacity;
	-moz-transition-duration: 1s;
	-ms-transition-property: opacity;
	-ms-transition-duration: 1s;
	position: relative;
	z-index: 1000;
	margin-right: auto;
}

#header a:hover {
	opacity: 0.2;
}
#header marquee {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	height: 30px;
	width: 300px;
	margin-top: 40px;
	color: rgba(255,255,255, 0.2);
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#text {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
}



.cleaning-box { 
min-height: 1px;
}

.cleaning-box:after {
display: block; 
clear: both; 
visibility: hidden; 
height: 0; 
font-size: 0; 
content: ' ';
}

.hidden { /* Skip menu */
position: absolute;
top: -10000px;
left: 0;
width: 1px;
height: 1px;
overflow: hidden;
}


/* Content boxes */

#content-box {
width: 100%;
margin: 0 auto;
color: #151515;
position: relative;
}

#content-box-in {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.content-box-right {
	width: 100%;
	background-color: #D71920;
	height: 40px;
	position: relative;
	z-index: 1000;
	box-shadow: 0px 0px 5px black;
	-webkit-box-shadow: 0px 0px 5px black;
	-o-box-shadow: 0px 0px 5px black;
	-moz-box-shadow: 0px 0px 5px black;
	-ms-box-shadow: 0px 0px 5px black;
}

.content-box-left-in {
	text-align:justify;
	width: 900px;
	margin-left: auto;
	padding: 20px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	border: 2px solid #999;
	background-color: #FFF;
}
.content-box-left-in iframe {
	border: 1px solid #999;
}
.text-content img {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	box-shadow: 0px 10px 10px -10px #999;
	-webkit-box-shadow: 0px 10px 10px -10px #999;
	-o-box-shadow: 0px 10px 10px -10px #999;
	-moz-box-shadow: 0px 10px 10px -10px #999;
	-ms-box-shadow: 0px 10px 10px -10px #999;
	border: 1px solid #999;
}
.content-box-left-in ul {
	margin-bottom: 20px;
}
.content-box-left-in ul li {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 10px;
}
.text-content a {
	font-weight: bold;
	color: #040B35;
	text-decoration: none;
	
	transition-property: opacity;
	transition-duration:1s;
	-webkit-transition-property: opacity;
	-webkit-transition-duration:1s;
	-o-transition-property: opacity;
	-o-transition-duration:1s;
	-moz-transition-property: opacity;
	-moz-transition-duration:1s;
	-ms-transition-property: opacity;
	-ms-transition-duration:1s;
}

.text-content a:hover {
	opacity:0.5;
}


dt {
font-size: 0.9em;
font-weight: bold;
}

dd {
line-height: 1.4;
margin-bottom: 12px;
}

dd.heading, dd.heading a, dd.heading a:visited {
margin-bottom: 1px;
color: #D15900;
font-weight: bold;
}

address {
line-height: 1.5;
margin-bottom: 7px;
}
