body {
	font-size: 70%;
	line-height:145%;
	font-family: Arial, Sans-Serif;
	margin: 30px 0 0 0;
	padding: 0;
	background: #fff;
	color:#6d6f71;
}

h1 {
	color:#45b7c8;
	font-size:200%;
	margin-top:20px;
	line-height:125%;
}

#newsbox h1 {
	color:#fff;
	font-weight:normal;
	font-size:230%;
	margin-top:0px;
	background:#bee6eb;
	border-bottom:1px solid #fff;
	padding-bottom:5px;
}

.homepagebox {
	border:1px solid #666666;
	padding:10px;
	width:200px;
	height:200px;
	float:right;
	margin-top:20px;
}

#page {
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 764px;
}

#logo {
	float:left;
}

#addressblock {
	margin-top:20px;
	float:right;
}

.green {
	color: #46b7c7;
}

.fc:after { 
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; 
} 
.fc {display: inline-block;}   
* html .fc {height: 1%;} 
.fc {display:block;}

ul#menu	{
	width:762px;
	height:47px;
	background: transparent url(../images/nav_full_new.gif) top left no-repeat;
	margin: 0px;
	padding: 0px;
	position: relative;
	clear:both;
}

ul#menu li {
	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style:none;
	top: 0px;
	line-height:0px;
	font-size:1px;
	float:left;
}

ul#menu li, ul#menu a {
	height: 47px;
	display: block;
	margin: 0px;
	padding: 0px;
}

ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
}

#about			{left: 0px; width:121px; }
#services		{left: 121px; width:108px; }
/* #contact		{left: 220px; width:110px; } */
#news			{left: 229px; width:97px; }
/* #testimonials	{left: 440px; width:120px; } */
#vacancies		{left: 326px; width:112px; }
#links			{left: 438px; width:95px; }

#about a:hover			{background: transparent url(../images/nav_full_new.gif) 0px -47px no-repeat;}
#services a:hover 		{background: transparent url(../images/nav_full_new.gif) -121px -47px no-repeat;}
/* #contact a:hover 		{background: transparent url(../images/nav_full_new.gif) -220px -47px no-repeat;} */
#news a:hover 			{background: transparent url(../images/nav_full_new.gif) -229px -47px no-repeat;}
/* #testimonials a:hover 	{background: transparent url(../images/nav_full_new.gif) -440px -47px no-repeat;} */
#vacancies a:hover 		{background: transparent url(../images/nav_full_new.gif) -326px -47px no-repeat;}
#links a:hover 			{background: transparent url(../images/nav_full_new.gif) -438px -47px no-repeat;}

body#aboutpage #about 					{background: transparent url(../images/nav_full_new.gif) 0px -47px no-repeat;}
body#servicespage #services 			{background: transparent url(../images/nav_full_new.gif) -121px -47px no-repeat;}
/* body#contactpage #contact 				{background: transparent url(../images/nav_full_new.gif) -220px -47px no-repeat;} */
body#newspage #news 					{background: transparent url(../images/nav_full_new.gif) -229px -47px no-repeat;}
/* body#testimonialspage #testimonials 	{background: transparent url(../images/nav_full_new.gif) -440px -47px no-repeat;} */
body#vacanciespage #vacancies 			{background: transparent url(../images/nav_full_new.gif) -326px -47px no-repeat;}
body#linkspage #links 					{background: transparent url(../images/nav_full_new.gif) -438px -47px no-repeat;}

a:link {color: #46b7c8; text-decoration: underline; font-weight:bold;}
a:visited {color: #46b7c8; text-decoration: underline; font-weight:bold;}
a:hover {color: #46b7c8; text-decoration: none; font-weight:bold;}
a:active {color: #46b7c8; text-decoration: underline; font-weight:bold;}

#left {
	width:210px;
	margin-right:30px;
	float:left;
}

#main {
	width:500px;
	float:left;
}

#newsbox {
	width:175px;
	background:#bee6eb;
	margin-top:5px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:10px;
}

#subnavbox {
	width:175px;
	background:#bee6eb;
	margin-top:5px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:10px;
}

#footer {
	width:762px;
	clear:both;
	margin-top:10px;
	border-top:2px solid #46b7c8;
}

#footerleft {
	float:left;
	margin-top:10px;
}

#footerright {
	float:right;
	margin-top:10px;
}