﻿
html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0;
	padding:0;
	overflow:scroll;
}

body,.bodyDiv,td{
	margin:0px; padding:0px; font-family: Arial, Tahoma, Verdana; font-size: 11Px;
	}
body,body.subPage,.bodyDiv{
	background:#000 url('/gfx/spacer.gif') no-repeat scroll center center;
}
strong{font-weight:bold;}
/*Txts*/
.heading{font-size:12px; font-weight:bold; color:#000; text-transform:uppercase;margin-bottom:10px;}
div.subHeading{font-weight:bold; color:#FFF; font-size:12px; margin-bottom:5px;}
div.subHeading a{color:#FFF;}



a, a:hover, a:link, a:visited{color:#fff}
a:visited{
	color:#ddd;
}
a:hover{color:#aaa; text-decoration:underline;}



.bodyCls{
	text-align:center;
}

#container{
	background-color:#fff;
	position:relative;
	width:1000px;	
	margin:0 auto;
	top:0px;
	text-align:left;
	height:500px;
}	

div#DKMap{
	position:absolute;
	height:103px;
	width:119px;
	top:0px; left:0px;	
}
div#Phone{
	position:absolute;
	top:14px;
	left:885px;
	height:30px;
	width:91px;
}
div#SmallImages{
	position:absolute;
	width:195px;
	height:52px;
	left:296px;
	top:51px;
}
div#logo{
	position:absolute;
	left:119px;
	top:51px;
	width:177px;
	height:45px;
}
	
	div#menu{
		position:absolute;
		display:block;
		left:130px;
		padding-top:96px;
		height:100px;
		font-family:arial;
		text-transform:uppercase;
}
div#menuTop{
	left:130px;
	position:absolute;
	width:173px;
	height:96px;
		background:url('/gfx/backgrounds/Menu/background.png'); 
}
	
	
.frontTxtBackground, .frontTextlayer{

	position:absolute;
	
	height:404px;
	width:682px;
	left:296px;
	top:96px;
}
.frontTxtBackground{
	background-color:#203a73;
 
}
.frontTextlayer{
	padding:20px;
	width:442px;
	color:#FFF;
}

div.imgTxt{
	font-style:italic;
	
}
	
	
		
div.inputDiv{
	margin-bottom:15px;
}


div.inputDiv input,div.inputDiv textarea{
	border:1px #FFF solid;
	font-size:11px;
	width:100%;
}
div.inputDiv input.submit{width:50px; float:right;}
