body {
	margin : 5px;
	padding : 0px;
	font-family: Arial;
	font-size:10pt;
}

a {
	text-decoration:none;
	color:#0000FF;
}

a img{
	border: 0;
}

.header {
	padding: 3px;
	border-bottom:10px solid #000C97;
}

.header, .header_text {
	background-color : #FFFFFF;
	color : #ffffff;
	font-size:14pt;
	font-weight:bold;
}


.header_text {
	padding-left:20px;
	text-transform: uppercase;
}

.menubar {
	font-color:#555555
	background-color:#ffffff;
	color:#444444;
}

.menuitem {
	font-color:#999999;
	font-weight:bold;
	color:#999999;
}

.menuitem_selected {
	font-weight:bold;
	font-color:#228b22;
	color:#228b22;
}

.menuitem:hover {
	font-weight:bold;
	font-color:#000000;
	color:#000000;
}

.main {
	font-color: #555555;
	font-weight: bold;
	font-size: 10pt;
}

.footer {
	padding:10px;
	text-align:center;
	font-size:10pt;
}

p.home{
	padding-right: 10px;
}

/* Added for static images in Domestic, Commercial and other services ADDED by AJK 8th Jan 2008 */

.clear{
	clear: left;
}

div#fullsizeimage{
	width: 500px;
	/*background-color: green;*/
}

div#fullsizeimage img{
	width: 320px; 
	height: 200px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	
	/*border: 1px solid black;*/
}

div.gallerythumbnail{
	float: left;
	width: 110px; 
	height: 80px;
	
	margin-left: 6px;
	margin-right: 6px;
	padding: 0;
	
	/*background-color: yellow;*/
}

div.gallerythumbnail img{
	width: 100px; 
	height: 63px;
	
	border: 1px solid black;
}

div#thumbnail_container{
	width: 500px;
	/*height: 80px;*/
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	
	/*background-color: pink;*/
}

/*
------------------
image viewer
------------------
*/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: normal 8pt "trebuchet MS";
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}