* {
margin: 0;
padding: 0;
}

html {
height: 100%;
font-size: 62.5%;
}

body {
	height: 100%;
	text-align: center;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	min-width: 850px;
	padding-bottom: 80px; /* Simulates margin-bottom for wrapper in IE */
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
}

a:link, a:visited {
color: #00598D;
text-decoration: underline;
font-weight: bold;
}

a:hover {
text-decoration: none;
}

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}

.noscreen {
display: none;
}


/* Paragraphs, headings, ... */

p {
line-height: 1.9;
margin-bottom: 7px;
}

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 0px;
	width: 55%;
	padding: 15px 0 5px 0;
}

h1 a:link, h1 a:visited {
font-weight: normal;
text-decoration: none;
color:#003300;

}

h2 {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #FFFFFF;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding: 30px;
}

h3 {
	
	color:#330033;
	letter-spacing: 1px;
	background-position: 0;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: lighter;
}

h4 {
font-size: 1em;
background-color: #005E85;
color: #FFFFFF;
letter-spacing: 1px;
border: 2px solid #FFFFFF;
margin-top: 7px;
padding: 6px 10px;
}

ul {
list-style-type: none; 
}


/* Site wrapper */

#wrapper {
width: 850px;
margin: 0 auto 80px auto;
position: relative;
background-color: #FFFFFF;
display: table; /* margin-bottom for FF   (?) */
text-align: left;
}


/* Header */

#header {
	margin: 0 auto;
	height: 157px;
	position: relative;
	border-top: 4px solid #003042;
	border-bottom: 1px solid #46A0CA;
	background-color: #004E6C;
	background-image: url(../img/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#header-arrow {
	position: absolute;
	top: 0;
	right: 50px;
	/*background: url('../img/header-arrow.gif') no-repeat 0 0;*/
	width: 137px;
	height: 150px;
}


/* Menu */

#menu {
width: 850px;
margin: 0 auto;
background: #4A4A4A url('../img/menu-bg.gif') repeat-x 0 0;
}

#menu li {
display: inline;
list-style-type: none;
}

#menu li.first a {
margin-left: 1.6em;
display: inline;
}

#menu li a {
float: left;
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
font-size: 1.1em;
line-height: 33px;
margin: 0 0.5em;
padding: 0 1em;
}

#menu li a:hover {
	color: #B1EEFF;
}

#menu li a.active {
font-weight: bold;
color: #B1EEFF;
}

.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%;
	color: #151515;
	position: relative;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

#content-box-in {
width: 100%;
}

.content-box-left {
	float: right;
	width: 625px;
	margin-bottom: 4em;
}
.content-box-center {
	float: left;
	width: 850px;
	margin-bottom: 4em;
}

.content-box-right {
float: right;
width: 220px;
margin-bottom: 4em;
background-color: #DBF3FF;
}

#column-right-bottom {
background: #DBF3FF url('../img/column-right-bottom.gif') no-repeat 0 0;
width: 220px;
height: 20px;
}

.content-box-left-in {
margin: 0.4em 1.7em 0 2em;
}

.gallery {
margin-top: 18px;
}
img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
	}


/*.gallery a img, .gallery a:visited img {
margin: 0 11px 16px 0;
/*border: 4px solid #EEEEEE;*/


/*.gallery a:hover img {
border: 4px solid #74BDDC;
}*/

/*.content-box-right-in {
margin: 0.4em 1.6em 0 0.8em;
}*/

/*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;
}


/* Footer */

#footer {
	background-color: #530e3d;
	color: white;
	width: 850px;
	height: auto;
	font-size: 0.9em;
	/*border-bottom: 2px solid #003042;*/
}

#footer a, #footer a:visited {
font-weight: normal;
color: white;
}

#footer p.left, #footer p.right {
	width: 830px;

	margin-bottom: 0;
	/*line-height: 30px;*/
	background-color: #530e3d;
}

#footer a.b, #footer a.b a:visited {
font-weight: bold !important;
}

#footer p.left {
	padding-left:10px;
	padding-right:10px;

	text-align: center;
	/*margin-left: 15px;*/
	background-color: #530e3d;
	line-height: 1.5em;
	width: 830px;
}

