/*
========================================================================
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 {
	text-align: center;
	background-color: #192168;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
}

body { behavior: url("/js/csshover3.htc"); }

/*
==================[  Forms  ]=================================
*/
fieldset {
	border: 3px solid #192168;
	margin: 3px;
	background-color: #eaeef8;
	z-index: 1000;
}

input[type=password], textarea, select { float: left; z-index: 800; }

input[type=text] { float: left; z-index: 800; }

label {
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 5px;
	font-size: 0.80em;
	z-index: 800;
}

legend {
	border: 1px solid #192168;
	padding: 3px 10px;
	font: bolder larger;
	background-color: #b9c9e5;
}

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;
	background-color: #FFFFFF;
	margin-left: 230px;
	margin-right: 229px;
	padding: 5px;
}

#content h1 {
	font-size: 2.8em;
	background-image: url(images/H1Bullet.gif);
	font-family: "Times New Roman", Times, serif;
	background-position: left;
	background-repeat: no-repeat;
	min-height: 48px;
	padding-left: 45px;
	color: #192168;
}

#content h2 {
	font-size: 2.0em;
	background-image: url(images/H2Bullet.gif);
	font-family: "Times New Roman", Times, serif;
	background-position: left;
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 30px;
	color: #192168;
}

/*
==================[  Footer  ]=================================
*/
#footer {
	clear: both;
	color: #FFFFFF;
	text-align: center;
	background-color: #192168;
	border-top: 3px solid #B37439;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 90%;
}

#footer a:link,
#footer a:visited { color: #FFFFFF; }

/*
==================[  Header  ]=================================
*/
#header {
	color: #000000;
	background-image: url(images/HeaderLayout.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	height: 112px;
}

#header img { padding-top: 20px; margin-left: -100px; }

/*
==================[  Right column  ]=================================
*/
#imagesWrapper {
	float: right;
	/* border: 1px solid #FFFFFF;*/
	margin-right: 0px;
}

#imagesWrapper img { border: 1px solid #FFFFFF; margin: 0px; }

#logo { float: left; margin-top: -5px; margin-left: 100px; }

#maincontentWrapper { background-color: #8C90B3; text-align: left; }

/*
==================[  Navigation  ]=================================
*/
#navigationwrapper {
	float: left;
	width: 225px;
	margin-top: 130px;
	margin-left: -230px;
}

#navigationwrapper #navlist li {
	list-style-type: none;
	background-color: #192168;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: 600;
	padding: .3em;
	margin-bottom: .3em;
}

#navigationwrapper #navlist li a { color: #FFFFFF; text-decoration: none; display: block; }

#navigationwrapper #navlist li a:hover { background-color: #C3C7EF; color: #192168; }

/*
#navigationwrapper ul {
	background-color: #FFFFFF;
}
*/
#navigationwrapper ul#navlist {
	margin: 0 15px 0 10px;
	padding: 0;
	border: .1px solid #FFFFFF;
}

#wrapper {
	border: 1px solid #FFFFFF;
	background-color: #8C90B3;
	margin: 5px 3% auto;
}