﻿/* Header block styles */
div.logo
{
	background-image: url(../../images/navy-logo.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 90px;
	float: left;
	z-index: 9;
	margin-left:8px;
	margin-top:8px;	
}
/* Image Summary and Image Item */
div.imagegallery
{
	background-color: #eee;
	width: 540px;
	padding: 10px;
}
div.thumbnail
{
	float: left;
	text-align: center;
	width: 180px;
}
div.thumbnail p
{
	margin: 5px;
}
div.thumbnail img
{
	border: solid 1px black;
}
div.fullimage
{
	text-align: center;
}
div.fullimage img
{
	border: solid 1px black;
}
/* Organisation Chart */
div.treeitem p
{
	margin: 5px;
}
div.treeitem img
{
	border: solid 1px black;
}
/* Homepage whats new box */
div.whatsnewbox
{
	font-size: 80%;
	background-color: white;
	padding: 0.2em 1.5em;
}
div.whatsnewbox h1
{
	font-size: 110%;
	font-weight: bold;
	color: #036;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
div.whatsnewbox p
{
	margin: 2px 0px;
}
div.whatsnewheading
{
	background-color: #003e7e;
	background-image: url(../../images/header-whats-new-bg.gif);
}
div.homepagelinks
{
	width: 80%;
	text-align:left;
	margin: 1.5em;
}
div.addressblock
{
	background-color: #eee;
	margin: 0px 0px 10px 0px;
	padding: 4px;
	font-size: 80%;
}
div.externallinkbutton
{
	background-color: #007db1;
	margin-bottom: 5px;
}

div.externalapplicationbutton
{
	background-color: #007db1;
	border: solid 1px white;
	margin-bottom: 5px;
}
/* Search input field */
input.searchinput
{
	border: solid 1px #ccc;
}
div.searchdiv
{
	width: 80%;
	font-size:80%;
	font-weight: bold;
	text-align: left;
	color: #069;
	margin-bottom: 8px;
	margin-top: 10px;
}
/* Header banner image at top of page */
img.headerImage
{
	float:right;
	border: none;
}