/* cascading style sheet 
Copyright 2007 Adelaide IT Pty Ltd. All Rights Reserved. 
................................................................ */

body {
	color: #000000;
	PADDING: 0px;
	margin: 0px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: center;
	background: #1D3A89;
}



/* GLOBAL TEXT PROPERTIES
................................................................ */

h1 {
	font-size: 1.9em;
	padding: 0px 0px 5px 15px;
	margin: 15px 0px 0px;
	font-weight: bold;
	color: #000000;
	line-height: 1.5;
	text-decoration: none;
}

h2 {
	font-size: 1.5em;
	padding: 15px 0px 0px 15px;
	margin: 0px 0px 5px;
	font-weight: bold;
	color: #000000;
	line-height: 1.5;
	text-decoration: none;
	border-bottom: 2px solid #0063DF;
}

h3 {
	font-size: 0.9em;
	padding: 8px 0px 15px 0px;
	margin: 0px;
	font-weight: normal;
	color:  #1D3A89;
	text-decoration: none;
}

h4 {
	padding: 35px 0px 0px 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 1.6em;
	color: #000000;
}

h5 {
	padding: 15px 15px 0px 15px;
	margin: 0px;
	font-weight: bold;
	font-size: 1em;
	color: #ffffff;
}

p {
	padding: 0px;
	margin: 4px 15px 10px 15px;
	line-height: 1.25;
	font-weight: normal;
}

.topText {
	padding: 0px 15px 0px 0px;
	margin: 0px;
	text-align: right;
	font-size: 0.8em;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #3C3CE5;
	text-decoration: none;
}

.white a:link, .white a:visited {
	color: #ffffff;
	text-decoration: underline;
}

.white a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* print show/hide 
................................................................ */
.print { 
	display: none;
	}
	
.noprint { 
	display: block;
	}	

/* IMAGE PROPERTIES
................................................................ */

img {
	margin: 0px;
	padding: 0px;
}

.partner {
	margin: 5px 10px;
	padding: 0px;
	float: left;
}

/* FORM PROPERTIES
................................................................ */
LABEL {
	text-align: left;
	padding: 0px;
	margin: 4px 5px 10px 15px;
	font-size: 0.85em;
}


/* if css disabled
................................................................ */
.css { 
	display: none;
	}

/* MENU 
................................................................ */
.nav {
	font-size: 0.85em;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
	width: 100%;
	font-weight: bold;
	background: #1D3A89;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.nav UL {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.nav LI {
	FLOAT: left;
	line-height: 1.5;
	list-style: none;
	margin: 0px;
}

.nav a:link, .nav a:visited{
	color: #ffffff;
	text-decoration: none;
	padding : 7px 15px 7px 25px;
	display: block;
	background:  #1D3A89 no-repeat left center;
}

.nav a:hover
{
	color:  #000000;
	text-decoration: none;
	background:  #bdcaff no-repeat left center;
}

.active { color: #000000; padding : 7px 15px 7px 25px; background:#bdcaff urlno-repeat left center; text-decoration: none; display: block; }

/* main content
................................................................ */
.main {
	margin: 0px auto;
	padding: 0px;
	width: 85%;
	text-align: left;
}

.logo {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 20px 0px 0px 13px;
	background: url(images/top_left.gif) no-repeat left top;
}

.header {
	margin: 15px 0px 0px;
	padding: 0px 0px 10px;
	width: 100%;
	text-align: left;
	background: #ffffff url(images/top_right.jpg) no-repeat right top;
}

.content {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	background: #f8f8ff;
}

.sideBarNews {
	margin: 0px;
	padding: 0px;
	height: 150px;
	background: url(images/IT_services.jpg) no-repeat left top;
}

.text {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	padding: 0px;
	margin: 0px;	
}

.section {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 10px;
}

.box {
	margin: 0px;
	padding: 0px 0px 15px;
	color: #FFFFFF;
	background: #0063DF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}

/* footer
................................................................ */
.footer {
	margin: 10px 0px 0px;
	padding: 0px;
	font-size: 0.75em;
	color: #ffffff;
	text-align: right;
	float: left;
	width: 100%;
	background: #1D3A89;
}

.footer a:link, .footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}

.footer a:hover {
	color: #ffffff;
	text-decoration: none;
}