/*--------------body-------------------*/

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
}

/*--------------container-------------------*/

#pagewrapper {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	background-image:  url(images/containerbg.gif);
}

#homepagewrapper {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	background-image:  url(images/homecontainerbg.gif);
}

/*--------------header-------------------*/

#logobar {
	width: 960px;
	height: 131px;
	display: block;
}

#headerpicture {
	width: 960px;
	height: 200px;
	display: block;
}

#hlogo {
	height: 131px;
	width: 960px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/logobar.gif);
	background-repeat: no-repeat;
}

#hlogotwo {
	height: 200px;
	width: 960px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/headerpic.jpg);
	background-repeat: no-repeat;
}

/*--------------titlebar-------------------*/

#titlebar {
	width: 960px;
	height: 57px;
	display: block;
	background-image: url(images/titlebar.gif);
	color: #000000;
}

#hometitlebar {
	width: 960px;
	height: 57px;
	display: block;
	background-image:  url(images/hometitlebar.gif);
	color: #000000;
}

#titleleft {
	float: left;
	height: 57px;
	width: 450px
}

#titleleft h3 {
	color: #000000;
	font-size: 100%;
	line-height: 1.3em;
	margin: 0 0 0.7em;
	padding-left: 10px;
	padding-top: 15px;
}

#titleright {
	float: right;
	height: 52px;
	width: 450px;
	text-align: right;
	font-size: 85%;
	margin-right: 10px;
	padding-top: 5px;
}

#titleright a {
	color: #000000;
	text-decoration: none;
}

#titleright a:hover {
	color: #ffffff;
	text-decoration: none;
}

.boldwhite {
	font-weight: bold;
	color: #ffffff;	
}

/*--------------navigation-------------------*/

#navigation {
	width: 200px;
	float: left;
	height: 477px;
	margin-left: 10px;
}

#navmain {
	margin-right: 20px;
	margin-left: 20px;
	letter-spacing: 2px;	
}

#navigation ul {
	margin:0px;
	padding: 12px 5px 2px 0px;	
}

#navigation li {
	list-style-type: none;
	margin:0px;
	padding-top :12px;
	background: url(images/button.gif) no-repeat left;
	padding-bottom: 15px;
}

#navigation li.selected a {
	color: #fea020;
	font-weight: bold;
}

#navigation li a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

#navigation li a:hover{
	text-decoration: none;
	color: #fea020;
	font-weight: bold;
}

#navfooter {
	height: 157px;
	width: 200px;
}

/*--------------main-------------------*/

#main {
	width: 708px;
	float: right;
	margin-right: 20px;
}

#main a {
	color: #990000;
	text-decoration: none;
}

#main a:hover {
	color: #cccccc;
	text-decoration: none;
}

#mainleft {
	float: left;
	width: 337px;
}

#mainright {
	float: right;
	width: 339px;
}

/*--------------footer-------------------*/

#footerone {
	width: 960px;
	background-image:  url(images/footerone.gif);
	background-repeat: no-repeat;
	height: 77px;
	clear: both;
	color: #000000;
	font-size: 85%;	
}

#homefooterone {
	width: 960px;
	background-image:  url(images/homefooterone.gif);
	background-repeat: no-repeat;
	height: 77px;
	clear: both;
	color: #000000;
	font-size: 85%;	
}

#footeroneone {
	font-weight: bold;
	float: left;
	width: 100px;
	margin-left: 77px;
	height: 32px;	
	padding-top: 45px;		
}

#footeronetwo {
	font-weight: bold;
	float: left;
	width: 170px;
	height: 32px;	
	padding-top: 45px;
	margin-left: 40px;	
}

#footeronetwo a {
	text-decoration: none;
	color: #000000;
}
#footeronetwo a:hover {
	text-decoration: none;	
	color: #ffffff;	
}

#footeronethree {
	float: right;
	height: 37px;
	width: 270px;
	height: 39px;
	padding-top: 38px;
	text-align: right;
	padding-right: 10px;
}

#footertwo {
	width: 940px;
	background-image: url(images/footertwo.gif);
	background-repeat: no-repeat;
	height: 41px;
	clear: both;
	color: #FFFFFF;
	font-size: 85%;
	padding-top: 5px;
	padding-left: 20px;
}

#footertwo a {
	color: #FFFFFF;
	text-decoration: none;
}

#footertwo a:hover {
	color: #000000;
}

/*--------------contact form-------------------*/

#contactleft {
	float: left;
	width: 345px;
}

#contactright {
	float: right;
	width: 345px;	
}

#form {
	margin-left: 0px;
}

.sendbutton	{
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;	
}

.textbox {
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	width: 300px;
	margin-top: 3px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.bigbox {
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	height: 100px;
	width: 300px;
	margin-top: 3px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.border {
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

.greyborder {
	border: 1px solid #999999;
}

.red {
	color: #C65573;
}

.centre {
	text-align: center;
}

/*--------------pages-------------------*/

#pageleft {
	float: left;
	width: 390px;
}

#pageright {
	float: right;
	width: 300px;	
}

/*--------------gallery-------------------*/

#gallery {
	width: 708px;
	display: block;
	text-align: center;
	float: right;
	margin-right: 20px;	
}

#gallery ul{
	margin: 0px;
	padding: 0px;
}

#gallery li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#thumbcontainer {
	width: 708px;
	display: block;
}

#thumb {
	width: 175px;
	display: block;
	text-align: center;
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
	}

/*--------------other-------------------*/

.hidden {
	visibility: hidden;
}

p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.centre {
	text-align: center;
}