#backgroundpic {
background-color:#FFFFFF;
background-image:url(images/tableback.jpg);
background-repeat:no-repeat;
width:848px;
height:306px;
}

.titlecolour {

	color:#529ad5;

	font-size: 11px;

	font-family: verdana;

	text decoration: none;

}

.paracolour {

	color:#9dc9ee;

	font-size: 16px;

	font-family: verdana;

	text decoration: none;

}

.headingcolour {
    color:#fff;

    font-size: 16px;

	font-family: verdana;

	text decoration: none;

}

h1 {

	color:#fff;

	font-size:13px;

	font-family: verdana;

	text decoration: none;

}



h2 {

	color:#529ad5;

	font-size: 14px;

	font-family: verdana;

	text decoration: none;

}



h3 {

	color:#EE0577;

	font-size: 14px;

	font-family: verdana;

	text decoration: none;

}



h4 {

	color:#DF8E01;

	font-size: 14px;

	font-family: verdana;

	text decoration: none;

}



p {

	color:#529ad5;

	font-size: 11px;

	font-family: verdana;

	text decoration: none;

}



strong {

	color:#fff;

	font-size:14px;

	font-family: verdana;

	text-decoration:none;

}



strong a {

	color:#fff;

	font-size:12px;

	font-family: verdana;

	text-decoration:none;

}



strong a:hover	{

	color:#fff;

	font-size:12px;

	font-family: verdana;

	text-decoration:underline;

}

												

a	{

	color:#529ad5;

	font-size:11px;

	font-family: verdana;

	text-decoration:underline;

}



a:hover	{

	color:#529ad5;

	font-size:11px;

	font-family: verdana;

	text-decoration:none;

}

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #fff; /*THEME CHANGE HERE*/
font: normal 12px Verdana;
color: #FFFFFF;
line-height:18px;
z-index:100;
background-color: #529ad5;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #9dc9ee;
}

.dropmenudiv2{
position:absolute;
top: 0;
border: 1px solid #fff; /*THEME CHANGE HERE*/
font: normal 12px Verdana;
color: #FFFFFF;
line-height:18px;
z-index:100;
background-color: #529ad5;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #9dc9ee;
}

.gallerycontainer{
position: relative;
height: 533px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 0px;
margin: 0 0px 0px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: fff;
padding: 5px;
left: -1000px;
top: 155px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
background-color: #fff;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 20;
left: 490px; /*position where enlarged image should offset horizontally */
z-index: 50;
width: 420px;
}
