@charset "utf-8";
body {
	font: 13px Verdana, Geneva, sans-serif;
	line-height: 18px;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url('images/bg.png');
	background-repeat:repeat-x;
}
#container {
	width: 910px;
	margin: 0 auto;
	border: 1px solid #000000;
	border-top: none;
	text-align: left;
}
#header {
	background: #00335A url('images/logo.jpg') no-repeat right;
	padding: 0 10px 0 20px;
	height: 100px;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
	visibility: hidden;
}

/* Menu */
#menu {
	font: 13px 'Gotham Book', Gotham-Book, Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	float: left;
	width: 540px;
	padding-top: 63px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 10px 10px 0px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.8px;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a:hover, #menu .current a {
	background: #FFFFFF;
	text-decoration: none;
	color: #02C5E5;
}
#menu .current_page_item a {
	color: #02C5E5;
}

#logo {
  float:right;
  padding:0;
  margin:0;
  margin-top:-1px;
}
#logo a, a:link, a:visited, a:hover, a:active, a img{
  text-decoration: none;
  border: 0;
}

/* Main Content */
#mainContent {
	padding: 0 50px 0 50px;
}
#mainContent h1 {
	text-transform: uppercase;
	color: #02C5E5;
	font-size: 14px;
	font-weight:bold;
	margin-bottom:0px;
}
#mainContent p {
	text-align: justify;
}
#mainContent a {
	color: #02C5E5;
	font-weight: bold;
	text-decoration: none;
}

#middle {
  padding:0;
  margin:0;
}

.left{
	float:left;
	width: 48%;
	clear:none;
}
.right{
	float:right;
	width: 48%;
	clear:none;
}
.center{
	float:left;
	width: 96%;
}

.leftcontact{
	float:left;
	width: 20%;
}
.rightcontact{
	float:right;
	width: 79%;
}

.contacttype {
	text-transform:lowercase;
	font-weight:bold;
	color: #02C5E5;
	padding-right: 10px;
	display:inline-block;
	width: 20px;
}
.contactdetails {
	color:#000000;
}

#footer {
	background: #00335A;
	clear: both;
	padding: 0 10px 0 0;
}
#footer p {
	font-size: 10px;
	color:#FFF;
	margin: 0;
	padding: 5px 0;
}
.footerdetails {
	text-transform:lowercase;
	font-weight:bold;
	color: #02C5E5;
	padding: 5px 0 5px 0;
}