/* CSS Document */

/* General */

{
margin: 0;
padding: 0;
}

html {
height: 100%;
font-size: 75%;
}

body {
	height: 100%;
	text-align: center;
	font: 1.2em Arial, Helvetica, sans-serif;
    /*background-color:#e7e7e7/*003366*/;
	min-width: 850px;
	padding-bottom: 80px; /* Simulates margin-bottom for wrapper in IE */
	background-image:
		/*url(../img/g3sf35.gif)*/
	url(../img/lgrey014.jpg)
	/*url(../img/lgrey078.gif)*/
	 /*url(../img/lgrey035.jpg)*/;
}

a:link, a:visited {
color: #0099ff;
text-decoration: underline;
font-weight: bold;
}

a:hover {
	text-decoration: none;
	background-color:#BFD1DB;
	color: #003366;
	/*color: #BFD1DB;*/
}

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

.noscreen {
display: none;
}


/* Paragraphs, headings, ... */

p {
	line-height: 1.9;
	width: auto;
	text-align: left;
}

p.text-content:first-letter {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 0.9;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	width: auto;
}

h1 {
font:2.6em Arial, Helvetica, sans-serif
margin: 0 0 10px 40px;
	border-bottom: 2px solid #BFD1DB;
	width: 55%;
	padding: 15px 0 5px 0;
	color: #FFF;
}

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

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

h3 {
	color: #003366;
	font: 1.7em Georgia, "Times New Roman", Times, serif;
	/*font:1.7em Arial, Helvetica, sans-serif;*/
    letter-spacing: 1px;
	background: url('../img/h3-bg.gif')	
	 no-repeat 0 50%;
	padding-left: 35px;
	margin: 18px 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

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

ul {
	list-style-type: circle;
	line-height: 1.7em;
}

/* 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: 127px;
	position: relative;
    background: #003366 url('../img/header-bg.gif') repeat-x 0 0;
	border-top: 4px solid #003042;
	border-bottom: 1px solid #46A0CA;
	
}

#header-arrow {
	position: absolute;
	top: 0;
	right: 0px;
	background:
	url(../img/page2-img1.jpg)/*url(../img/slogan2.gif)*/ no-repeat 0 0;
	width: 217px;
	height: 217px;
}


/* Menu */

#menu {
	width: 850px;
	margin: 0 auto;
	background-color: #000000;
	background-image: url(../img/menu-bg.gif);
	background-repeat: repeat-x;
	background-position: 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 {
text-decoration: /*underline;*/
}

#menu li a.active {
font-weight: bold;
/*color: /*#B1EEFF;*/
color:#0099ff;
}

.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:#000000;
	position: relative;
}

#content-box-in {
width: 100%;
}

.content-box-left {
float: left;
width: 625px;
margin-bottom: 4em;
}

.content-box-right {
	float: right;
	width: 220px;
	background-color: #BFD1DB;
}

#column-right-bottom {
background: #BFD1DB;
width: 220px;
height: 20px;
float:right;
}

.content-box-left-in {
	margin: 0.4em 1.7em 0 2em;
}

.gallery {
	margin-top: 18px;
	text-align: center;
	width: 800px;
}

.gallery a img, .gallery a:visited img {
margin: 0 11px 16px 0;
border: 4px solid #EEEEEE;
}

.gallery a:hover img {
border: 4px solid #BFD1DB;
}

.content-box-right-in {
	margin: 0.4em /1.6em 0 0.8em;;
	color: #000000;
}


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


/* Footer */

#footer {
	background-color: #BFD1DB;
	min-width: 850 px;
	height: 34px;
	font-size: 0.9em;
	border-right-style: 0;
	/*margin-right: 20px;*/
	border-top-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	text-align: center;
}
