@charset "UTF-8";

/*color: #e0f2fb; /*white*/
/*color: #0056ad; /*blue*/

* {
	padding: 0px;
	margin: 0px;
}

html {
	overflow-y: scroll;
}

body {
	/*font-family: "Avenir LT W01 55 Roman", Arial, sans-serif;*/
	font-size: 14px;
	color: #e0f2fb;
	background-color: #0056ad;
}

h1 {
	font-size: 1em;
	text-align: left;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 16px;
}

h2 {
	font-size: 1em;
	text-align: left;
	font-weight: normal;
}

p {
	line-height: 140%;
	padding-bottom: 8px;
}

ul {
	padding: 2px 0px 10px 20px;
}

li {
	line-height: 130%;
	
}

input[type=text] {
	border: none;
}

textarea {
	border: none;
	margin-top: 2px;
}

table {
	border-collapse: collapse;
	line-height: 135%;	
}

a, a:visited {
	text-decoration: none;
	color: #d5edfa;
	/*font-style: italic;
	text-shadow: #d5edfa 0 0 2px;*/
}

a img {
	border: none;
}

noscript {
	background-color: yellow;
}

div#container {
	position: relative;
	width: 1024px;
	height: 768px;
	margin-right: auto;
	margin-left: auto;
	
	/* fallback */
	background-image: url('../images/hg_et.jpg');
	background-repeat: no-repeat;
	
	/* Safari 5.1+, Chrome 10+ */ 
	background: -webkit-radial-gradient(50% 40%, circle closest-side, #0075c2 7%, #0056AD 94%); 
	
	/* Firefox 3.6+ */ 
	background: -moz-radial-gradient(50% 40%, circle closest-side, #0075c2 7%, #0056AD 94%); 
	
	/* IE 10 */ 
	background: -ms-radial-gradient(50% 40%, circle closest-side, #0075c2 7%, #0056AD 94%); 
	
	/* Opera */
	/* background: -o-radial-gradient(50% 40%, circle closest-side, #0075c2 7%, #0056AD 94%); */
}

div#exactt {
	padding: 25px 0px 150px 49px;
}

div#main {
	min-height: 320px;
}

div.navi {
	float: left;
	border-left: 1px dotted #e0f2fb;
	min-height: 320px;
	/*padding: 0px 30px 0px 30px;*/
}

div.navi p {
	padding: 4px 48px 4px 48px;
}

p.selected {
	background-color: #e0f2fb;
	color: #0056ad;
}

p.selected a, p.selected a:visited {
	color: #0056ad;
}

div#text {
	float: left;
	border-left: 1px dotted #e0f2fb;
	width: 520px;
	min-height: 320px;
	padding: 0px 48px 0px 48px;
}

div#text :first-child {
	margin-top: 4px;
}

div#text a, div#text a:visited {
	text-decoration: none;
	color: #d5edfa;
	/*font-family:"Avenir LT W01 55 Oblique";*/
}

div.banner { 
	margin: 0px 0px 10px 0px;
}

div.banner img {
	width: 468px;
	height: 60px;
	
	border: none;
	
	box-shadow: 7px 7px 7px #555;
	-moz-box-shadow: 7px 7px 7px #555;
	-webkit-box-shadow: 7px 7px 7px #555;
	margin: 10px 0px 10px 0px;
}

img.shadow {
	box-shadow: 7px 7px 7px #555;
	-moz-box-shadow: 7px 7px 7px #555;
	-webkit-box-shadow: 7px 7px 7px #555;
	margin: 10px 0px 15px 0px;
}

div#exactt_other {
	padding-top: 100px;
	padding-bottom: 48px;
	width: 95%;
	text-align: right;
	clear: left;
}

/*contact.jsp*/
div#map_canvas {
	width: 520px;
	height: 400px;
	margin-top: 32px;
	margin-bottom: 32px;
}

object, iframe {
	width: 100%;
	height: 240px;
}

div#legal {
	position: fixed;
	width: 100%;
	bottom: 0px;
	background-color: #e0f2fb; /*white*/
	text-align: right;
}

div#legal p {
	font-size: 10px;
	margin-top: 6px;
}

div#legal a {
	color:  #0056ad; /*blue*/
	margin-right: 20px;
	
}