* {
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: 1024px;
}

#main {
	width: 100%;
	min-height: 100%;
	height: 100%;
	position: relative;
	background-attachment: fixed;
	background-image: url(../img/main-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
 
body>#main {
height: auto;
}

a:link, a:visited {
	text-decoration: none;
	color: #082558;
}

a:hover {
text-decoration: none;
}

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

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

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

.noscreen {
display: none;
}

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


/* Paragraphs, headings, ... */

p {
	line-height: 170%;
	margin-bottom: 10px;
}

h1 {
	font-size: x-large;
	font-weight: normal;
	color: #082558;
	text-align: left;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

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

h2 {
	font-size: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	margin: 3px 0 0 2px;
	color: #FF7B3B;
}

h3 {
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF7B39;
	letter-spacing: 1px;
	padding-bottom: 3px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

address {
font-style: normal;
line-height: 180%;
margin-left: 7px;
}

/* Images */

img.float {
	float: left;
	margin-top: 0em;
	margin-right: 0.8em;
	margin-bottom: 0.5em;
	margin-left: 0;
}


/* Header */

#header {
	min-height: 198px;
	background-image: url(../img/hd-g.gif);
	background-color: #5B99E0;
	background-repeat: repeat-x;
	background-position: center 0;
	background-attachment: scroll;
}

#header-in {
	width: 1024px;
	height: 198px;
	position: relative;
	background-image: url(../img/hd-bg.jpg);
	background-color: #5B99E0;
	background-repeat: no-repeat;
	background-position: center 0;
	background-attachment: scroll;
	margin: 0 auto;
}

ul#navigation {
	float: right;
	display: inline;
	color: #FFFFFF;
	margin-top: 8px;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 0;
}
ul#navigation1 {
	float: left;
	display: inline;
	color: #FFFFFF;
	margin-top: 8px;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 45px;
	font-size: 0.9em;
}

ul#navigation li {
float: left;
display: inline;
list-style-type: none;
text-align: center;
font-size: 0.9em;
}

ul#navigation li a, ul#navigation li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

ul#navigation li a:hover {
text-decoration: underline;
}

li#house {
	background: url('../img/house.gif') no-repeat 0 1px;
	padding-left: 24px;
	font-size: 0.9em;
}

li#house a {
margin-right: 16px;
}

li#sitemap {
background: url('../img/sitemap.gif') no-repeat 0 2px;
padding-left: 24px;
margin-left: 16px;
}

li#sitemap a {
margin-right: 16px;
}

li#envelope {
background: url('../img/envelope.gif') no-repeat 0 2px;
padding-left: 23px;
margin-left: 16px;
}


/* Search form */

form.searching {
width: 210px;
position: absolute;
top: 47px;
right: 0;
}

form.searching fieldset {
border: 0;
}

form.searching input.search {
letter-spacing: 1px;
float: left;
padding: 2px 0 2px 6px;
width: 139px;
border: 1px solid gray;
}

form.searching input.hledat {
letter-spacing: 1px;
padding-left: 0;
margin-left: 4px;
font-weight: bold;
color: #FFFFFF;
float: left;
}

form.searching label {
display: none;
}


/* Menu */

#menu-box {
	background: #ffffff url('../img/menu-bg.gif') repeat-x 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF7B39;
}

#menu {
	width: 950px;
	margin: 0 auto;
}

#menu li {
display: inline;
list-style-type: none;
text-align: center;
}

#menu li.first a {
	display: inline;
}

#menu li a {
	float: left;
	color: #FFFFFF;
	font-size: 1.1em;
	display: block;
	padding-top: 0.5em;
	padding-right: 1.4em;
	padding-bottom: 0.5em;
	padding-left: 1.4em;
}

#menu li a:hover, #menu li a.active {
	color: #FFFFFF;
	background-color: #FF7B39;
	font-size: 1.1em;
}


/* Content box */

#content {
background: #FFFFFF url('../img/content-bg.gif') repeat-x 0 0;
min-height: 624px;
}

#content-box {
	width: 950px;
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: left;
	border-right: 1px solid #B0B0B0;
	border-left: 1px solid #B0B0B0;
	padding-bottom: 80px;
	min-height: 544px;
}

#content-box-in-left {
	width: 70%;
	float: left;
	background-color: #FFFFFF;
}

#content-box-in-left-in {
	border-left-width: 0px;
	border-left-color: #000000;
	margin-top: 1.8em;
	margin-right: 1.8em;
	margin-bottom: 2em;
	margin-left: 1.8em;
}

#content-box-in-right {
width: 29%;
float: right;
background-color: #FFFFFF;
}

#content-box-in-right h3 {
	border: 0;
	background-color: #000000;
	color: #FFFFFF;
	padding: 3px 0 4px 10px;
	font-size: 1.3em;
}

#content-box-in-right-in {
	margin-top: 1.8em;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 1.5em;
}

#content-box-in-right-in dl {
margin: 0 0 40px 2px;
}

#content-box-in-right-in dt {
	margin-bottom: 3px;
	background-color: #082558;
	color: #FFFFFF;
	line-height: 140%;
	padding: 1px 0 1px 5px;
}

#content-box-in-right-in dd {
margin: 0 5px 18px 2px;
line-height: 140%;
}


/* Table */

table {
	font-size: 1.1em;
	margin: 15px 0 20px 0;
	table-layout: fixed;
	width: 90%;
}

th, td {
	padding: 3px 13px;
}

th {
text-align: right;
font-weight: bold;
}

td {
text-align: right;
}

.first-row {
background: #F4FF7C;
}

.first-row th {
text-align: center;
font-weight: bold;
border-bottom: 2px solid #FFFFFF;
}

.first-column {
	background: #FFD162;
}

.last-column {
	background-color: #FFD162;
}
#CC1782518{ width: 270px;
float:left;
}

iframe{ float:right;}
#footer {
	width: 100%;
	height: 80px;
	background: #ffffff url('../img/foot.gif') repeat-x 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

#footer-in {
width: 950px;
margin: 0 auto;
}

p.footer-left {
	float: left;
	width: 450px;
	color: #000000;
	text-align: left;
	display: inline;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}

p.footer-left a, p.footer-left a:visited {
	color: #000000;
	padding: 1px 2px;
}

p.footer-left a:hover {
	background-color: #FFFFFF;
	color: #000000;
}

p.footer-right {
	float: right;
	width: 450px;
	color: #000000;
	text-align: right;
	display: inline;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0;
	font-size: x-small;
}

p.footer-right a, p.footer-right a:visited {
	color: #000000;
	padding: 1px 2px;
	font-size: x-small;
}

p.footer-right a:hover {
	background-color: #FFFFFF;
	color: #000000;
}

p.footer-right a, p.footer-right a:visited  {
font-weight: normal;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

