@charset "utf-8";
/* CSS Document */

body{
	margin:10px;
}

#wrapper{
	width:878px;
	height:578px;
	border:2px solid #014a8e;
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
}

#wrapper-what{
	width:878px;
	height:auto;
	border:2px solid #014a8e;
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
}

#heading{
width:650px;
margin-left:188px;
}

#headtext {
width:640px;
float:right;
margin-right:40px;
margin-top:30px;
}


#content {
width:640px;
float:right;
margin-right:40px;
margin-top:15px;
margin-bottom:15px;
}

#logo{
	margin-left:500px;
	margin-top:15px;
	width:339px;
	height:80px;
	background-image: url(../images/logo_sm.jpg);
}

#menu{
	margin-left:10px;
	margin-top:26px;
	width:114px;
	float:left;
	display: inline;
}


a.nav, a.nav:link, a.nav:visited, .chosen{
	display:block;
	width:114px;
	height:20px;
	background:#addfea;
	border:1px solid #014a8e;
	margin-top:2px;
	text-align:left;
	padding-left:3px;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#014a8e;
	line-height:20px;

}

a.nav:hover {
	color:#fff;
	background:#014a8e;
	background-repeat: no-repeat;
	background-position:70px;
}

a.nav:active, .chosen {
color:#fff; 
background:#4d7fae;
background-repeat: no-repeat;
background-position:70px;
}

#menu span {display:none;}

#contactarea{
width:400px;
height:auto;
float:right;
margin-top:-300px;
margin-right:50px;
border: 1px dotted #000;
}

#whoarea{
width:600px;
height:auto;
float:right;
margin-top:-300px;
margin-right:30px;
}

.whopods {
width:auto;
height:auto;
margin-bottom:10px;
padding:3px;
border: 1px dotted #000;
}

.img {
padding-right:15px;
}

#whatarea{
width:470px;
height:450px;
float:right;
margin-top:-300px;
margin-right:30px;
overflow: scroll;
overflow-y: auto;
overflow-x: hidden;
overflow:-moz-scrollbars-vertical;
}

.heading{
	font-family: Arial, Helvetica, sans-serif;
	color:#014a8e;
	font-size:12px;
	font-weight:bold;
}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.text2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#clear{
clear:both;}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #014A8E;
}
a:active {
	text-decoration: none;
	color: #333333;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

.img {
border:1px solid #333333;
padding:2px;
}