body {
	font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
	font-size: 0.9em;	
}
@font-face {
	font-family: 'Vegur ExtraLight';
	src: url('Vegur-EL_0500.eot');
	src: local('Vegur ExtraLight'), local('Vegur-ExtraLight'), url('Vegur-EL_0500.otf') format('opentype');
}

@font-face {
	font-family: 'Vegur Regular';
	src: url('Vegur-R_0500.eot');
	src: local('Vegur Regular'), local('Vegur-Regular'), url('Vegur-R_0500.otf') format('opentype');
}

@font-face {
	font-family: 'Vegur Bold';
	src: url('Vegur-B_0500.eot');
	src: local('Vegur Bold'), local('Vegur-Bold'), url('Vegur-B_0500.otf') format('opentype');
}
#container {
	width: 742px;
	margin: 0 auto;
}

#masthead {
	height: 50px;
	margin-top: 30px;
}

.hplogo {
	float: right;
}
.raflogo {
	float: left;
}
.moduletable_mainmenu {
	margin: 10px 0 10px 0;
	height: 33px;
}

.pdflink {
	color: red;	
}
.pdflink a{
	padding-left: 30px;
	background: url(../images/pdf_btn.gif) no-repeat;	
	height: 30px;
	line-height: 30px;
	display: block;
}
.moduletable_mainmenu ul li {
	float: left;	
}
.moduletable_mainmenu ul li a {
	display: block;
	height: 33px;
	text-decoration: none;
	background: url(../images/menu_bkg.gif) no-repeat;
	position: relative;
	text-indent: -5000px;
}

.moduletable_mainmenu ul li a:hover {
	background-position: 0 -44px;
}
.moduletable_mainmenu ul .item1 a {
	width: 149px;
	background-position: 0 0;
}
.moduletable_mainmenu ul .item2 a  {
	width: 148px;
	background-position: -149px 0;
}
.moduletable_mainmenu ul .item2 a:hover, .moduletable_mainmenu ul #current.item2  a {
	width: 148px;
	background-position: -149px -44px;
}

.moduletable_mainmenu ul .item3 a {
	width: 147px;
	background-position: -297px 0;
}
.moduletable_mainmenu ul .item3 a:hover, .moduletable_mainmenu ul #current.item3  a {
	width: 147px;
	background-position: -297px -44px;
}

.moduletable_mainmenu ul .item4 a {
	width: 148px;
	background-position: -444px 0;
}
.moduletable_mainmenu ul .item4 a:hover, .moduletable_mainmenu ul #current.item4  a {
	width: 148px;
	background-position: -444px -44px;
}

.moduletable_mainmenu ul .item5 a {
	width: 148px;
	background-position: -592px 0;
}
.moduletable_mainmenu ul .item5 a:hover, .moduletable_mainmenu ul #current.item5  a {
	width: 148px;
	background-position: -592px -44px;
}

#content {
	border: 1px solid #6e6e6e;
	background-color: #F7F7F7;
	padding: 10px;
	position: relative;
	min-height: 580px;
	color: #3c5447;
}
.homepage #content  {
	background: #F7F7F7 url(../images/homepage_bkg.jpg) no-repeat top right;	
}
.news #content  {
	background: #F7F7F7 url(../images/news_bkg.jpg) no-repeat top right;	
}
.plans #content  {
	background: #F7F7F7 url(../images/plans_bkg.jpg) no-repeat top right;	
}
.forthcoming-events #content  {
	background: #F7F7F7 url(../images/events_bkg.jpg) no-repeat top right;	
}
#corner {
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 15px;
	height: 16px;
	background: url(../images/corner.gif);
}

#footer {
	font-family: verdana;
	color: #fff;
	font-size: 0.7em;
	height: 22px;
	background: url(../images/footer_bkg.gif);
	padding-top: 8px;
	margin-top: 10px;
}

#footer a {
	color: #fff;
	font-weight: 700;
}
#copyright {
	width: 350px;
	margin-left: 10px;
	float: left;	
}
#phone {
	width: 200px;
	margin-right: 20px;
	float: right;
	text-align: right;	
	font-size: 1.3em;
}


