/* CSS Document */

body {
    margin: 0;
    padding: 0; 	
	/*background-color:#7F0514;*/
	background-color:#eaf4e9;
/*	background-image:url('img/BG/BG1.jpg');*/
	height:100%;
	font-family: "trebuchet MS", arial, helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 18px;
}

#container {
	min-height: 100%; 
	width:879px;
	background-color:#fff;
	margin:5% auto;
	border:2px solid #000;
}

.head {
	height:288px;
	background-image: url('img/header/home.gif'); 
	background-repeat:no-repeat; 
}

.h_home { background-image: url('img/header/home.gif'); background-repeat:no-repeat; }
.h_photo_gallery { background-image: url('img/header/photo_gallery.gif'); background-repeat:no-repeat; }
.h_events_calendar { background-image: url('img/header/events.gif'); background-repeat:no-repeat; }
.h_packages { background-image: url('img/header/packages.gif'); background-repeat:no-repeat; }
.h_useful_links { background-image: url('img/header/useful_links.gif'); background-repeat:no-repeat; }
.h_members { background-image: url('img/header/members.gif'); background-repeat:no-repeat; }
.h_maps { background-image: url('img/header/maps.gif'); background-repeat:no-repeat; }
.h_contact { background-image: url('img/header/contact.gif'); background-repeat:no-repeat; }


#centre {
	margin-top:-100px;
	padding-left:40px;
	height:auto;
}

#nav { text-align:left; vertical-align:top; }

#nav ul{
	font-family: "trebuchet MS", arial, helvetica, sans-serif;
	list-style-type:none;
}

#nav ul a{
	color:#466e0d;
}

#nav ul a:hover{
	color:#AE1325;
}

#text-centre-home {
	vertical-align:top;
	padding-left:40px;
	padding-top:10px;
	color:#ad1224;
	font-family: verdana;	
	width:400px;	
}

#text-centre {
	vertical-align:top;
	padding-left:40px;
	padding-top:10px;
	color:#ad1224;
	font-family: verdana;	
	width:550px;	
}

#col-right {
	vertical-align:top;
	padding:10px;
	padding-top:15px;
	width:170px;	
	text-align:center;
	font-size:9px;
	font-family: verdana;	
	color:#ad1224;
}

.news {
	text-align:left;
	color:#ad1224;
	font-weight:bold;
}
.col-right-title {
	text-align:right;
	font-size:10px;
	border-top:1px solid #466e0d;
	border-bottom:1px solid #466e0d;
	font-family: impact;		
	color:#466e0d;
}

.excerpt {
	margin-top:-10px;
	font-size:9px;
	font-weight:normal;
	line-height:10px;	
}

#events {
/*	height:250px;
	border-left:1px solid #466e0d;
	border-top:1px solid #466e0d;
	padding:10px;*/
}

.homenews p {
	margin-top:10px;
}

td p {
	margin-top:0px;
}

h2 {
	font-family: helvetica, arial;
	font-size:16px;
	color:#7dc0d8;
}

h3 {
	font-family: arial;
	font-size:12px;
	color:#7dc0d8;
}

#centre a, a:link, a:visited {
	text-decoration:none;
	color:#466e0d;
}


a, a:link, a:visited {
	text-decoration:none;
	color:#466e0d;
}

/* accommodation */
#acc {
	width:560px;	
}

.acc-name {
	background-color:#faec7f;
	padding:2px;
	margin-bottom:12px;
	color:#466e0d;
}


/**/

a:hover {
	text-decoration:underline;
}

/* footer */

.footer {
	position:relative;
/*	z-index:2;
	background-color: #fff;
	background-image:url('img/home-foot.gif');
	background-repeat:no-repeat;
	height:73px;*/
}

.foot_l {
	float:left;
	width: 500px;
	text-align:left;
}

.foot_r {
	float:right;
	width: 200px;
	text-align:right;
}

/* admin menu*/

#admin-menu {
	text-align:right;
	height:10px;
	font-family: arial, helvetica;
	margin-right:10px;
}

#admin-menu a {
	font-size:12px;
	color:#000;
}

.cmf-list td
{
vertical-align: middle;
}

/* cmf_login */

.cmf-login {
	font-family:arial;
	font-size:12px;
}


/* cmf gallery */

.cmf-gallery-item
{
float: left;
margin-top: 0px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 0px;
text-align: center;
width: 110px;
}

.cmf-gallery-item  a:hover img{
	border:2px solid #AE1325;
}


.cmf-gallery-line
{
	margin-left:70px;
	text-align:right;
}

/* Module ads */

	#ads {
	width: 160px;
	height: 115px;
	display: block;
	overflow: hidden;
	position: relative;
	}

	#homeads {
		display: block;
		text-align:center;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#homeads li {
		display: block;
		width: 160px;
		color: #333333;
		text-align: left;
		font-size: 11px;
		margin: 0;
		padding: 6px;
		float: left;
	}

