@charset "UTF-8";
/* CSS Document */



body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ddd;
	background-color:#555;
	
	}
.maincontain {
	width: auto;
	height: auto;
	background-color:#555;

}
h1{ 
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom:0;
	margin-bottom:0;
	font-size: 1.4em;}
	
h2{ 
	padding-left: 20px;
	padding-bottom:0;
	margin-bottom:0;
	font-size: 1.1em;}
	
h3{ 
	padding-left: 10px;
	padding-bottom:0;
	margin-bottom:0;
	font-size: 1.1em;}
	
p { margin:0;
	padding-top:3px;
	text-align:justify;
	}	
a:link { 
	color:#999999}
a: hover {
	color:#CCCCCC;}
	
#navcontainer
{
	margin: 0;
	padding: 0;
	height: 30px;
	width: 700px;
	background-image:url(BGimages/menubg.jpg);
	clear: both;
	
}

#navcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li
{
	
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	display:inline;
	position: relative;
	background-image:url(BGimages/menubg.jpg);
	
}

#navcontainer ul li a
{
	height: 15px;
	
	border-left: 1px solid #8a8a8a;
	border-bottom:none;
	border-right: none;
	padding-top: 7px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:8px;
	margin: 0;
	color: #ccc;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
	

	}
	
	#navcontainer ul li a:hover
{
	color: #fff;
	background-image:url(BGimages/menubg2.jpg);
	background-position: -1px;
}


#menu1 {
	width: 70px;}
	
#menu2 {
	width: 136px;}
	
#menu3 {
	width: 174px;}
	
#menu4 {
	width: 110px;
	border-right: 1px solid #8a8a8a;}


	
	
.twoColFixRtHdr #container { 
	
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}

.minicontainer {
	clear: both;
}
.twoColFixRtHdr #header { 
	height: 148px;
	background-image:url(BGimages/header.jpg);
	  
} 
.twoColFixRtHdr #header h1 {
	margin: 0; 
	padding: 10px; 
}
.twoColFixRtHdr #sidebar1 {
	float: right; 
	width: 240px; 
	background: #2076a8;
	padding:0;
	margin-top: 20px;
	margin-right: 10px;
}


.pics { width:100%;
		padding: 5px 20px 5px 20px;
		clear: both;}

.twoColFixRtHdr #sidebar1 p{
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	color:#b4eaef;
	
}

.twoColFixRtHdr #sidebar1 h3{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0;
	color:#b4eaef;
	
}


.twoColFixRtHdr #mainContent { 
	margin: 0 30px 0 30px;
	background-color:#333;
	
}

.twoColFixRtHdr #mainContent p {
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.twoColFixRtHdr #footer { 

	padding: 0 10px 0 20px; 
	height:30px;
	background-image:url(BGimages/menubg.jpg);
} 
.twoColFixRtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	
}

.mid {
	margin: 0 auto;
	width: 385px;
	
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.tablecolours {
	color:#ffffff;
	font-size:1em;
	}
	
	.submitbutton {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	background-color: #FEFDF8;
	height: 15px;
	width: 50px;
	color: #666666;
	border: 1px solid #999999; }
.dropDown {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	background-color: #FEFDF8;
	height: 15px;
	width: 200px;
	color: #666666;
	border: 1px solid #999999; }
.textArea {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	background-color: #FEFDF8;
	height: 70px;
	width: 280px;
	color: #000000;
	border: 1px solid #999999; }
.imgcont {
	width:225px;
	float:right;
	margin: 5px 30px 5px 5px;
	
	clear:both;}
.imgcont p {
	text-align: center;}
	
.gallery table { 
	text-align:center;
	width: 400px;
	margin: 0 auto;
	}