/* div {
	border: 1px solid red; 
} */
body {
	margin: 0;
	padding: 0;
	background: white url(/imgs/bg_content11.gif) 190px 140px repeat;
}
#top {
	height: 140px;
	padding: 0;
	margin: 0;
	background:  white url(/imgs/bg_body2.gif) repeat-x;	
}

/***************   LOGO + HEADER ***************/

h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	display: block;
	width: 173px;
	height: 98px;
	overflow: hidden;	
	float: left;
}
h1 span#logoimg {
	background: url(/imgs/logo.gif) left top no-repeat;
	z-index: 2;
	width: 173px;
	height: 98px;
	display: block;
	position: absolute;
	cursor: pointer;
	top: 0px;
	left: 0px;	
}
#top .header {
	display: block;
	height: 98px;
	width: 575px;
	margin-left: 175px;
	background: url(/imgs/bg_header2.gif) left top no-repeat;
	color: #001262;
}

/*******************  NAVIGATION *******************/

#container {
	width: 770px;	
	position: relative;
	overflow: visible;
}
#navigation {
	width: 194px;
	height: 910px;
	background: #000109 url(/imgs/bg_nav.jpg) left top no-repeat;
	border-top: 1px solid #000109;
	font-family: "Times New Roman", geneva, arial, helvetica, helve, serif;
	color: white;
	float: left;
	position: absolute;
	top: -40px;
	left: 0px;	
}
#navigation ul {	
	list-style-type: none;
	margin: 39px 0 0 0;
	padding: 0;
	width: 193px;
	border-left: 1px solid #000109;	
}
#navigation li {
	float: left;
	margin: 0;	
	padding: 0;
	width: 194px;
}
#navigation li a {
	height: 48px;
	width: 193px;
	font-size: 17px;
	letter-spacing: 0.05em;
	line-height: 1.1em;
	color: white;
	display: block;	
	text-decoration: none;
	background: transparent url(/imgs/bg_li_off.gif) repeat;
	border-bottom: 1px solid #000109;
}
#navigation li a span {
	position: relative;
	left: 16px;
	top: 4px; 
}
#navigation li a span.singleline {
	position: relative;
	left: 16px;
	top: 12px; 
}
#navigation li a:link, #navigation li a:visited {
	display: block;	
	text-decoration: none;
	background: transparent url(/imgs/bg_li_off.gif) repeat;
}
#navigation li a:hover, #navigation li a.selected {
	background: transparent url(/imgs/bg_li_on.gif) repeat;
}



/**********************  CONTENT ******************/

#content {
	font-family: Garamond, "Times New Roman", helvetica, helve, serif;
	font-size: 1.1em;
	margin: 0px 160px 0px 215px;	
	line-height: 1.3em;
	border: 1px solid white;
	border-width: 1px 0;
	text-align: justify;
	padding-right: 20px;
}
#content ul {
	margin: 20px;
	list-style: none; 
}
#content ul li {
	padding: 0 0 0 20px;
	background-image: url(/imgs/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
#content a:hover {
	color: #001262;
}
/* Contact form */
form {
	margin: 0;
	padding: 0;
}
label {
	font-weight: bold;
	display: block;
	margin: 8px 0 0 0;
}
input#submitbutton {
	margin: 10px 0 0 0;
	display: block;
	padding: 4px 5px;
	background-color: #001262;
	color: white;
	font-weight: bold;
}
h2 {
	font-size: 180%;
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 1em;
	text-align: left;
}
#pics {
	margin-top: 20px;
	width: 160px;
	float: right;
	border-left: 1px dotted #001262;
	border-top: 1px solid white;
}
#pics img {
	margin: 0 8px;	
/*	border: 1px solid #001262; */
}
div#telnos {
	width: 125px;
	text-transform: uppercase;
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #333;	
	border: 2px solid #AAAAFF;
	border-width: 2px;
	display: block;
	clear: left;
	margin: 10px 0 0 15px;	
	position: relative;
	top: 20px;
	overflow: visible;
}
div#telnos p {
	text-align: center;
	position: relative;
	top: -15px;
	margin: 0;
	padding: 0 0 3px 0;
}
span#telicon {
	display: block;
	background: transparent url(/imgs/telicon.gif) left top no-repeat;
	width: 30px;
	height: 29px;
	position: relative;
	top: -10px;
	left: -10px;
}
span#iso {
	display: block;
	text-align: center;
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 0.7em;
}

#footer {
	clear: both;
	width: 550px;
	margin-left: 215px;
	padding: 4px 4px;
	border-top: 2px solid #001262;
	font-family: arial, verdana, sans serif;
	font-size: 10px;
	color: #666;
	text-align: center;	
	position: absolute;
	top: 960px;
}
