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

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #CECDCD;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left:50px;
	color: #002E6E;
	margin-top:0;
	font-weight: bold;
}
.bodtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-left:50px;
	margin-right:50px;	
	
}
.foottext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align:center;
	
}
.foottext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
}

.foottext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration:none;
}

.bodtextlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	text-decoration:none;
}

.bodtextlink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration:none;

}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left:50px;
	color: #FF0000;
}

.map{
padding-left:50px;

}

.contact{
padding-right:20px;

}

.leftimage{
vertical-align:top;

}

.timetable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
}

.gallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-left:10px;	
	
}
table.mytable {
border:1px solid #999999;
}
table.mytable td {
	border:1px solid #666666;
	color: #FFF;
} 
/* *************************** 
   FireFox Dotted Border fix
   ***************************/
   a:active
{
outline: none;
 
}
 
a:focus
{
-moz-outline-style: none;
}
 
 
/* Links --a:active and a:focus remove the dotted line from image boarder!*/
 
a:active
{
outline: none;
 
}
 
a:focus
{
-moz-outline-style: none;
}
 
.nav .select a:hover, 
.nav .select li:hover a {
background: url(../images/pro_line_1.gif); 
padding:0 0 0 15px; 
cursor:pointer; 
color:#fff;
}
