/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #404040;
	background-color: #d9e9f7;
	}
/* fonts headings etc */
h1 {
	width: 442px;
	height: 59px;
	position: relative;
	margin-left: 0px;
	float: left;
	font-size: 14px;
	color: #000000;
}
h1 span {
	background-image: url(/images/Logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	background-position: left top;
	background-color: #FFFFFF;
	}
h2{
	font-size: 1.2em;
	color: #404040; 
	font-weight: lighter;
	background-image: url(/images/h2.gif);
background-position: left bottom;
background-repeat: no-repeat;
padding-left: 4px;
padding-bottom: 2px;
}
h3{
font-size: 1.8em;
font-weight: lighter;
}
h4{
	font-size: .7em;
}
p{
	padding-top: 6px;
	padding-bottom: 6px;
}
a {
color: #3dada4;

}
a:hover{
color: #000000;
}
ul{
	padding-left: 40px;
}
.heading{
color: #FFFFFF;
	background-color: #3d8da4;
	background-image: url(/images/Head_end.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	width: 174px;
	padding-top: 8px;
	padding-bottom: 8px;
padding-left: 15px;
}
/* Menu */

#menu{
	height: 68px;
	float: left;
	background-image: url(/images/menuTile.gif);
	background-repeat: repeat-x;
	background-position: right top;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;	
}
#menu ul{
	height: 68px;
}
#menu li{
	display: inline;
	width: 139px;
	font-size: 20px;
	height:50px;
margin: 0;
list-style: none;
position: absolute;
top: 65px;
padding-top: 18px;
	}
#menu ul a{
	display: inline;
	height:68px;
	color: #FFFFFF;
	text-decoration: none;
	width: 139px;
	font-size: 0.8em;
	font-weight: 600;
	}
#menu ul a:hover{
	color: #2D6879;	
	}
.menu1{
	background-image: url(/images/menuP.gif);
	left: 0px;
	width: 139px;
	
	}

.menu2{
background-image: url(/images/menuB.gif);
	left: 139px;
width: 278px;

}
.menu3{
background-image: url(/images/menuG.gif);
	left: 278px;
width: 417px;
}


/* Structure */

#wrapper{
width: 100%;
}
#header{
	width: 100%;
	height: 65px;
	float: left;
	background-color: #FFFFFF;
 }
#contact{
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-right: 6px;
	clear: right;
 }
.tel{
	font-size: 2em;
	font-weight: lighter;
}
.email{
	background-color: #3c8dA4;
	position: absolute;
	top: 90px;
	left: 850px;
	padding-right: 15px;
	padding-bottom: 10px;
	font-size: 1.2em;
	font-weight: lighter;
}
.email a{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/emailIcon.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-bottom: 5px;	
	
}
.email a:hover{
	color: #2D6879;
	background-image: url(/images/emailIcon_over.gif);
}
#mainBody{
	width: 100%;
	
}
#col1{
	width: 200px;
	float: left;
	margin-left: 10px;
}
#col1 img{
	padding-bottom: 10px;
}
#col2{
	width: 55%;
	background-color: #FFFFFF;
	float: left;
	padding: 15px;
}
#col3{
	width: 160px;
	background-color: #FFFFFF;
	float: right;
	margin-left: 10px;
	padding: 8px;
}
#gallery{
width: 680px;
	background-color: #FFFFFF;
	float: left;
	margin-left: 60px;
	padding: 10px;

}

#gallery p{
	float: left;
	width: 160px;
	padding: 5px;
}

a img { border: none; }


.rssThumbFloat{
width: 189px;
float: left;
}

blockquote{
margin-top: 10px;
}