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

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #4F443F;
	line-height: 1.25;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4C6470;

}
a:link {
	color: #4C616D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4C616D;
}
a:hover {
	text-decoration: underline;
	color: #D0240D;
}
a:active {
	text-decoration: none;
	color: #4C616D;
}

td#footer a:link {
	color: #E5DCCC;
}
td#footer a:visited {
	color: #E5DCCC;
}
td#footer a:hover {color: white;}
td#footer a:active {
	color: #E5DCCC;
}

.topban {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	text-align: center;
}
.nav {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	height: 52px;
	background-image: url(images/assets/bg_nav.jpg);
	overflow: hidden;
}

.nav ul {
	clear: both;
	list-style-type: none;
	padding: 18px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 500;
	font-size: 15px;
	font-family: 'Georgia', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.nav li {
	display: inline;	
	position: relative;
	text-align: left;
	padding: 5px 16px 0px 5px;
	margin: 0px 0px 0px 0px;	
}


.nav li  a{
	 /* border: 1px solid black;  */
	 color: white;

}
.logoarea {
	z-index: 10;
	width: 100%;
	position: absolute;
	right: 300px;
}
.logo {
	position: relative;
	margin-right:auto;
	margin-left:auto;
}

	
.navnudge {
	padding-left: 300px;
}
.contactdetails {
	font-size: 12px;
	color: #E5DCCC;
}
.imgright {
	float: right;
	padding-left: 15px;
	padding-bottom: 5px;
}
.imgleft {
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
}
.facebook {
	clear:both;
	margin-top: -7px;
}
img {
	border: none;
}
