* {
	margin:0px;
	padding:0px;
	font-family: Arial;
	color: #000;
}

img {
	border:none;
	behavior: url("/pngbehavior.htc");
}
 
html {
	font-size: 62.5%;	
}

body {
	font-size: 1.3em;
	line-height: 1.5em;
}

 
html, body {
	width: 100%;
	height:100%;
	background: #a2b9d5  top center no-repeat;
}

html, body, textarea {
	word-spacing: normal;
}

input, textarea, select {
	color: #000;	
}

h1 {
	font-size:1.5em;
	padding-top:1px;
	padding-bottom: 0.3em;
	font-weight: normal;
	margin-bottom: 0.5em;
	color:#2e4159;
}

h2 {
	font-size:1.3em;
	line-height: 1em;
	font-weight: bold;
	color:#2e4159;
}

h3 {
	font-size:1em;
	line-height: 1em;
	font-weight: bold;
	color:#2e4159;
}

a:link,
a:visited
{
	color:#2e4159;
	text-decoration: underline;
}

a:active {
	color:#2e4159;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom:1.5em;
}

hr
{
	border: none;
	width:100%;
	border-bottom: 1px dashed #000;
	clear:both;
}

div.clear {
	clear:both;
}

div#container {
	width:100%;
	position: relative;
	height:auto !important;
	min-height:100%;
	height:100%;  
}

div#header {
	height: 200px;
	width:100%;
}

img#fire-top {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index: 100000;
}

img#fire-bottom {
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
	z-index: 100000;
}

img#logo {
	display:block;
	margin:0 auto;
	margin:0 auto 0 -254px;
	position:absolute;
	left: 50%;
	top:-20px;
	z-index: 0;

}

div#danger-line {
	height: 22px;
	width:100%;
	z-index: 1;
}

div#menu-top {
	display: block;
	position: relative;
}

div#menu-top p {
	text-align:center;
	position: relative;
	margin:0px !important;
	padding: 0px !important;
	top:1px;
}

div#menu-top a {
	margin: 0em 0.4em;
}

div#main {
	display: block;
	margin: 30px auto 150px auto;
	width: 740px;
}

div#main ul {
	list-style-type: square;
	list-style-position: inside;
	margin-left:0em;
}

div#main ul li {
	margin-bottom: 0.5em;
}

div#footer {
	width: 100%;
	height: 100px;
	margin: 0px auto;
	position:absolute;
	bottom:0px;
}

/* ----FORM---- */
form {
	display:block;
	margin: 2em auto 0em auto;
	width: 70%;
}

form table {
	width:100%;
}

form table tr td {
	padding-bottom: 1em;
}

form table tr td.name {
	vertical-align:top;
	width:20%;
	text-align: right;
}

form table tr td.input {
	vertical-align:top;
	width:80%;
	text-align: left;
}


fieldset {
	-moz-border-radius:5px;
	display:block;
	padding: 0em 2em 0em 2em;
	border:1px solid #fff;
}

legend {
	margin-left:35%;
	padding: 0.5em 0.5em 1em 0.5em;
	font-weight:bold;
	color:#000;
}

label
{

	text-align:right;
	margin-right:0.5em;
}

form table tr td.input input.submit {
	display:block;
	position: relative;
	padding: 0.1em 0.3em;
	width: 100px;
}

form table tr td.input input, 
form table tr td.input textarea
{
	width: 70%;	
	position: relative;	
}

form table tr td.input textarea
{
	width: 90%;
	height:10em;
	overflow: auto;	
}


/* ------------ */

div.news-item {
	margin-bottom:2em;
}

div.news-item img {
	float:left;
	margin: 3px 5px 5px 0px;
	border: 1px solid #fff;  
		
}


div.news-item span.date {
	white-space:nowrap;
	padding:1px 3px;
	text-align:left;
	/*
	-moz-border-radius:3px;
	opacity:0.5;
	filter: alpha(opacity=50);
	//width:110px; 
	//display: block;*/
}

span.date {

	color:#FFFFFF;
	white-space:nowrap;
	padding:1px 3px;
}