/* ----- general ----- */

body
{
margin: 0;
font: /*style*/normal /*weight*/normal /*variant*/normal /*size/line-height*/16px/1.3 /*family*/Arial, sans-serif;
background-color: rgb(25,25,25);
background-image: url(images/lblue047.gif);
}

#container
{
width: 460px;
margin: 5px auto;
background-color: #FFFFFF;
}

#container img
{
	max-width: 100%;
}

#mainContent
{
	clear: both;
	padding: 5px;
}

hr.floatClear
{
clear: both;
height: 1px;
margin: 0;
visibility: hidden;
}

.map
{
	font-style: italic;
	font-weight: normal;
	font-size: 75%;
}

.red
{
	color: rgb(153,0,0);
}

/* ----- links ----- */

a:link
{
	font-weight: inherit;
	font-style: inherit;
	text-decoration: inherit;
	color: blue;
	background-color: inherit;
}

a:visited
{
	font-weight: inherit;
	font-style: inherit;
	text-decoration: inherit;
	color: blue;
	background-color: inherit;
}

a:focus
{
	font-weight: inherit;
	font-style: inherit;
	text-decoration: inherit;
	color: blue;
	background-color: inherit;
}

a:hover
{
	font-weight: inherit;
	font-style: inherit;
	text-decoration: underline;
	color: red;
	background-color: inherit;
}

a:active
{
	font-weight: inherit;
	font-style: inherit;
	text-decoration: underline;
	color: white;
	background-color: red;
}

.linkPlain a:link
{
	font-weight: inherit;
	font-style: inherit;
	text-decoration: inherit;
	color: inherit;
	background-color: inherit;
}

.linkPlain a:visited
{
	font-weight: inherit;
	font-style: inherit;
	text-decoration: inherit;
	color: inherit;
	background-color: inherit;
}

.linkPlain a:focus
{
	font-weight: inherit;
	font-style: inherit;
	text-decoration: inherit;
	color: inherit;
	background-color: inherit;
}

.linkPlain a:hover
{
	font-weight: inherit;
	font-style: inherit;
	text-decoration: underline;
	color: red;
	background-color: inherit;
}

.linkPlain a:active
{
	font-weight: inherit;
	font-style: inherit;
	text-decoration: underline;
	color: white;
	background-color: red;
}

/* ----- header ----- */

#header
{
	margin-bottom: 5px;
	text-align: center;
	color: rgb(88,88,88);
	background-image: linear-gradient(180deg, rgb(133,182,215), rgb(225,235,245));
}

#header .logo
{
	font-size: 150%;
	font-family: "Lithos Pro Regular", "Julius Sans One", sans-serif;
	text-decoration: none;
	text-shadow: -.03em -.03em .03em black, .03em .03em .03em white;
}

#header .logo img
{
	margin: 0 0 -5px;
}

#header .menu
{
	padding: 0 2px;
}

#header h1
{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 130%;
	font-family: "Lithos Pro Regular", sans-serif;
	text-decoration: none;
	text-shadow: -.03em -.03em .03em black, .03em .03em .03em white;
}

#header ul
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-style: italic;
}

#header li
{
	display: inline-block;
}

/* ----- footer ----- */

#footer
{
	padding: 10px;
	background-image: linear-gradient(0deg, rgb(133,182,215), rgb(225,235,245));
	color: rgb(88,88,88);
	
}

#footer .address
{
	font-size: 125%;
	text-shadow: -.05m -.05em .05em black;
	text-shadow: .03em .03em .03em white;
}

/* ----- forms ----- */

fieldset
{
	margin: 20px 0;
	border: 1px solid rgb(112,112,112);
	border-radius: 10px;
	background-color: rgb(225,235,245);
	box-shadow: 3px 3px 3px gray;
}

#submit_button,
#reset_button  {
	margin-bottom: 5px;
	text-align: center;
}

input[type="submit"], input[type="reset"] {
	padding: 5px;
	text-decoration: none;
	color: blue;
	background-color: rgb(215,215,215);
	border-radius: 5px;
}

input[type="submit"] {
	
	font-size: 125%;
}

input[type="submit"]:hover, input[type="reset"]:hover {
	text-decoration: underline;
	color: red;
	background-color: inherit;
}

input[type="submit"]:active, input[type="reset"]:active {
	color: white;
	background-color: red;
	text-decoration: underline;
}