/*	default settings */
html {
	margin: 0;
	padding: 0;
	border: 0;
	background:url(images/bg.jpg) #fff repeat-x;				
}

body * {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Arial", "Placard Condensed";
	font-size: 8pt;
	background-color: transparent;
	color:#666666;
	text-decoration:none;
}

ul {
	list-style: none;
}
	
div {
	top: 0;
	background-color: #ffffff;
}

p {
	padding-top: 3px;
	font-size: 9pt;
	padding-bottom: 3px;
}

h1 {
	font-size: 1.75em;
	line-height:1.1em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.6em;
	color:#0e3192;
	padding-top:10px;
	padding-bottom:5px;
}

h2 
{
	font-size: 1.4em;
	line-height: 1em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.6em;
	color: #0e3192;
	padding-top: 23px;
	padding-bottom: 0px;
}

h3
{
	font-size: 1.2em;
	line-height:1em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.5em;
	color:#0e3192;
	padding-top:10px;
	padding-bottom:10px;
}

h4
{
	font-size: 1.1em;
	line-height:0.5em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.3em;
	color:#0e3192;
	padding-top:10px;
	padding-bottom:5px;
}

a {
	color:#0e3192;
}

a:hover{
	color:#CC0000;
}

input {
	border:1px #0e3192 solid;
}

/*	site container - used to centre the site within the browser */
.siteContainer {
	width:900px; 
	margin:0 auto; /* Centers content inside this container on screen */
	background:#fff;
	text-align:left; 
}


/* Site menu settings on the header*/
div.headerNavigation {
	margin: 0px 0px 0px 20px;
	height:auto;
	border:0;
	border-style: none;
	border-width: thin;
	list-style: none;
	position:relative;
	z-index:2;
}

ul#dynamicNavMenu {
	margin: 0;
	padding: 0;
}

ul#dynamicNavMenu li  {
	margin: 0 -1px 0 0;
	padding: 0px 0px 0px 0px;
	color:#0e3192;
	text-decoration:none;
	list-style-type: none;
	float:left;
	position:relative;
/*	background-color: #0e3192; */
}

ul#dynamicNavMenu a {
	text-decoration: none;
	display: block;
	color: white;
	background: url("images/navbar.jpg") 0 0 repeat;
	padding: 5px;
	font: 11pt Arial;
	height:20px;
	width:96px;
	text-align:center;
}

ul#dynamicNavMenu a:hover {
	text-decoration: none;
	color:white;
	background: url("images/navbar_hover.jpg") 0 0 repeat;
}

ul#dynamicNavMenu li ul {
	display: none;
	list-style-type: none;
}

ul#dynamicNavMenu li li {
	border:none;
	width: 160px;
	display: block;
}	

ul#dynamicNavMenu li li a {
	padding: 2px 2px 2px 10px;
	font: 9pt Arial;
	width: 160px;
}

ul#dynamicNavMenu li:hover ul, ul#dynamicNavMenu li.over ul {
	visibility: visible;
	display: block;
	position:absolute;
	width:160px;
	padding: 0;
	margin: 0;
	color:#CC0000;
	display: list-item;
} /* The magic for ie6 */

#dynamicNavMenu-lhs {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0px;
	background: url("images/bg_navbar_lhs.jpg") 0 0 no-repeat;
	position: static;
}

#search-box {
	display: block;
	float: right;
	width: 211px;
	height: 30px;
	background: url("images/bg_search.jpg") 0 0 no-repeat;
	position: static;
}

#search-box fieldset {
	border: none;
	padding-top: 1px;
}

#search-box input {
	width: 105px;
	height: 18px !important;
	margin-left: 70px;
	border: none !important;
	background-color: transparent;
	font-size: 1.1em !important;
	padding-top: 3px;
	padding-left:10px;
}

