body
{
	background-color: #3F6C96;
}

/* Wide Styles */

div#topbar
{
	position: absolute; top: 0; left: 0;
	width: 96%;
	background-color: #333333;
	padding-left: 2em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	height: 40pt;
	display: inline;
	color: white;
	z-index: 100;
}

div#navigation-wide
{
	float: left; 
	font-weight: bold; 
	height: 50px; 
	width: 600px; 
	font-size: 14px; 
	margin-left: 3em; 
	margin-top: 0.2em; 
	position: relative;
}

div#central
{
	margin: 0 auto;
}

div#topbar div#heading
{
	font-size: 30px;
	margin-top: 10px;
	font-weight: bold;
}

div#topbar ul li
{
	list-style: none;
	display: inline;
	margin-left: 0.4em;
}

div#topbar ul li a
{
	color: white;
}

div.centeredContent
{
	width: 100%;
	text-align: center;
}

div#pictureMenu
{
	width: 50%;
	text-align: center;
	margin-left: 1em;
	margin-top: 2em;
}

div#pictureMenu ul
{
	position: relative; left: -1em;
}

div#pictureMenu a
{
	padding-left: 0.6em;
	padding-right: 0.6em;
}

div#pictureMenu a:hover
{
	color: white;
}

div#pictureMenu ul li
{
	list-style: none;
	display: inline;
	font-size: 24px;
	font-weight: bold;
}

div#pictureMenu ul li:hover
{
	background-color: #6396FC;
}

img#displayPicture
{
	border: 2pt #CCCCCC solid;
}

.searchbox
{
	background-color: #21578A; 
	background-image: url('/images/input-box-bg-with-google.png'); 
	background-repeat: no-repeat; 
	border: 0; 
	margin: 0; 
	padding-right: 5px; 
	padding-bottom: 1px; 
	padding-top: 3px; 
	padding-left: 7px; 
	width: 190px; 
	height: 20px;
}

.searchbox-active
{
	background-color: #21578A; 
	background-image: url('/images/input-box-bg.png'); 
	background-repeat: no-repeat; 
	border: 0; 
	margin: 0; 
	padding-right: 5px; 
	padding-bottom: 1px; 
	padding-top: 3px; 
	padding-left: 7px; 
	width: 190px; 
	height: 20px;
}

div.contactdetails-heading
{
	font-weight: bold;
	margin-bottom: 5pt;
}


.footnote
{
	font-size: small;
	color: #CCCCCC;
	padding-top: 1em;
}
