/*
========================================================================
A La Castina  Style Sheet 05
Author: Michael Kear,   AFP Webworks Pty Ltd
http://afpwebworks.com
18/Oct/2008
=========================================================================
*/
@charset "utf-8";
/* CSS Document */
/*
==================[  Structure  ]=================================
*/
html {
	margin: 0;
	padding: 0;
}
body {
	background: #192168;
	font: 76% Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
body {
	behavior: url("/js/csshover3.htc");
}
/*
==================[  Forms  ]=================================
*/
fieldset {
	border: 3px solid #192168;
	margin: 3px;
	background: #eaeef8;
	z-index: 1000;
}
label {
	float: left;
	width: 120px;
	margin-right: 5px;
	display: block;
	font-size: 0.80em;
	text-align: right;
	z-index: 800;
}
legend {
	border: 1px solid #192168;
	padding: 2px 12px;
	background: #b9c9e5;
	font: bolder larger;
}
textarea {
	height: 50px;
	z-index: 800;
}
.form-row {
	padding: 5px 0;
	clear: both;
}
.submit {
	margin-left: 125px;
	margin-top: 10px;
}
/*
==================[  Content  ]=================================
*/
#content {
	border: 2px solid #b37439;
	margin-left: 230px;
	margin-right: 229px;
	padding: 5px;
	background: #ffffff;
}
#content h1 {
	padding-left: 45px;
	color: #192168;
	background: url(images/H1Bullet.gif) no-repeat left;
	font: 2.8em "Times New Roman", Times, serif;
	min-height: 48px;
}
#content h2 {
	padding-left: 30px;
	color: #192168;
	background: url(images/H2Bullet.gif) no-repeat left;
	font: 2.0em "Times New Roman", Times, serif;
	height: 30px;
}
/*
==================[  Footer  ]=================================
*/
#footer {
	clear: both;
	border-top: 3px solid #b37439;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #ffffff;
	background: #192168;
	font-size: 90%;
	text-align: center;
}
#footer a:link,
#footer a:visited {
	color: #ffffff;
}
/*
==================[  Header  ]=================================
*/
#header {
	color: #000000;
	background: #ffffff url(images/HeaderLayout.jpg) repeat-x bottom;
	height: 112px;
}
#header img {
	padding-top: 20px;
	margin-left: -100px;
}
/*
==================[  Right column  ]=================================
*/
#imagesWrapper {
	float: right;
	/* border: 1px solid #FFFFFF;*/
	margin-right: 0;
}
#imagesWrapper img {
	border: 1px solid #ffffff;
	margin: 0;
}
#logo {
	float: left;
	margin-top: -5px;
	margin-left: 100px;
}
#maincontentWrapper {
	background: #8c90b3;
	text-align: left;
}
/*
==================[  Navigation  ]=================================
*/
#navigationwrapper {
	float: left;
	width: 225px;
	margin-top: 130px;
	margin-left: -230px;
}
#navigationwrapper #navlist li {
	border: 1px solid #ffffff;
	padding: .3em;
	margin-bottom: .3em;
	list-style-type: none;
	color: #ffffff;
	background: #192168;
	font-weight: 600;
}
#navigationwrapper #navlist li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
#navigationwrapper #navlist li a:hover {
	color: #192168;
	background: #c3c7ef;
}
/*
#navigationwrapper ul {
	background-color: #FFFFFF;
}
*/
#navigationwrapper ul#navlist {
	margin: 0 15px 0 10px;
	padding: 0;
	border: .1px solid #ffffff;
}
#wrapper {
	border: 1px solid #ffffff;
	margin: 5px 3% auto;
	background: #8c90b3;
}
input[type=password], textarea, select, input[type=text] {
	float: left;
	z-index: 800;
}
