/* Employee CSS Document 22/07/2009 */

/* BASIC */	
	
body {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	font: 67.5% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	}

.message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #0000FF;
}

.nomessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333333;
}
	
.baseline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
}

.baseline_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #23549B;
}

.headline {
	font: bold 1.8em Verdana, Arial, Helvetica, sans-serif;
	color: #990033;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.boxtext {
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	text-align:justify;
	}

.dropcap {
	font-size: 37px;
	font-weight: bold;
	float: left;
	line-height: 0.8em;
	color: #23549B;
	padding-right: 2px;
	}
	
.tb_disabled {
    background-color: #CCCCCC;
}

	
h1, h2, h3, h4, h5, p, ul, li {
	padding: 0;
	margin: 0;
	}
	
h1, h2, h5 {color: #23549B;}
	
h1 {
	font: bold 2.4em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
	display: block;
	clear: both;
	}
	
h2 {
	font: bold 1.8em Verdana, Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
	z-index: 1;
	}

h3 {
	color: #000000;
	font-size: 1.2em ;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 5px;
	}

h4 {
	color: #000000;
	font-size: 1em;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 5px;
	}
	
h5 {
	font: bold 3.0em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	z-index: 1;
	}

#right h3 {
	color: #23549B;
	font-size: 1em;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	}

p {
	font: 1em/150% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 8px;
	}

.notBold {font-weight: normal;}

.bold {font-weight: bold;}
	
.bold_red {
	font-weight: bold;
	color: #FF0000;
	}

.hidden {display: none;}

.lineBelow {
	border-bottom: 1px solid #9fceee;
	margin-bottom: 20px;
	padding-bottom: 15px;
	}

.extraSpace {margin-bottom: 15px;}

.noBorder {border-style: none;}

a.upper:link, a.upper:visited, a.upper:active {
	color: #23549B;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

a.upper:hover {
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	}

a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {color: #23549B;}

a:active {color: #000000;}

/* TABLES */

td.tablehead { 
	border-bottom: 2px solid #23549B;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #9fceee;
	text-align: left;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #404040; 
	}

td.tablecell {
	border-bottom: 2px solid #23549B;
	padding-top: 5px;
	padding-bottom: 5px;
	}

/* LAYOUT */

#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	}
	
#topShadow {
	background: url(../images/top-shadow.gif) repeat-x center top;
	width: 806px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-top: 23px;
	}

#wrapper {
	width: 754px; 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(../images/bg-shadow.gif) repeat-y center top;
	padding-left: 26px; 
	padding-right: 26px;
	}
	
#topBanner {
	margin-left: 0px;
	margin-right: 0px;
	width: 754px;
	padding-left: 0px;
	}	

#mainContent {
	width: 716px;
	padding-left: 19px;
	padding-right: 19px;
	margin-left: 0px;
	margin-right: 0px;
	}

#main {
	width: 570px;
	float: left;
	clear: left;	
	}

#headerBox {
	float: left;
	width: 570px;
	background: #9fceee url(../images/headerBox-bg.gif) no-repeat center top;
	}
	
#bottomBox {
	float: left;
	width: 570px;
	background: #9fceee url(../images/headerBox-bottom.gif) no-repeat center bottom;
	}
	
#right {
	float: right;
	width: 130px;
	background: #9fceee url(../images/right-bg.gif) no-repeat center top;
	}

#footer {
	clear: both;
	background: #23549B;
	margin-top: 15px;
	padding: 10px 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 754px;
	}

/* NAVIGATION */

/* MINI NAV */

#wrapper #topNav #miniNav {
	margin-left: 487px;
	width: 250px;
	margin-bottom: 5px;
	}
	
#wrapper #topNav #miniNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	}

#wrapper #topNav #miniNav a:hover {color: #FFFFFF;}

#wrapper #topNav #miniNav p {
	font-size: 0.9em;
	color: #FFFFFF;
	margin-bottom: 0px;
	text-align: right;
	}

/* TOP NAV GRAPHIC MENU */

#topNav {
	padding-top: 10px;
	margin-bottom: 20px;
	background: url(../images/menu-bg.gif) repeat-x left top;
	margin-left: 0px;
	margin-right: 0px;
	width: 754px; /* was 754px pre 21/05/2008 */
	padding-bottom: 0px;
	z-index: 1000;
	}

#topNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 0px;
	}

#topNav li {
	float: left;
	width: 150px;
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

#topNav a {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 150px;
	padding-bottom: 8px;
	border-bottom: 2px solid #23549B;
	}

#topNav a:visited {color: #000000;}

#topNav a:hover {
color: #FFFDEE;
background-color: #23549B
}

#topNav a:active {color: #000000;}

#topNav img {
	margin-bottom: 8px;
	border-style: none;
	margin-left: 10px;
	margin-right: 10px;
}
	
.extraPadding {padding-right: 4px;}	
	
/* DROPDOWN MENUS */

#topNav ul li ul {
	display: none;
	position: absolute;
	top: 14.8em;
	left: 0.0em;
	z-index: 1000;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#topNav ul li ul li {
	width: 135px;
	float: none;
	background-color: #FFFFFF;
	}	
	
li > ul {
	top: auto;
	left: auto;
	}	
	
#topNav ul li ul a {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	padding: 8px 5px;
	text-align: center;
	display: block;
	width: 137px;
	border: 2px solid #23549B;
	border-top: none;
	}			

#topNav ul li:hover ul, #topNav ul li.over ul {display: block;}	

/* QUICKLINKS */

#quickLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#quickLinks li {
	width: 120px;
	margin-bottom: 0px;
	}

#quickLinks a {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 130px;
	padding-bottom: 0px;
	}

#quickLinks a:hover {color: #23549B;}

#quickLinks img {
	margin-bottom: 3px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	}

/* MAIN */

#mainContent ul {list-style: none;}

#mainContent li {
	margin-bottom: 5px;
	line-height: 150%;
	}

.largeLink {
	font-size: 1.4em;
	line-height: 125%;
	}

.mainContentimg {
	float: left;
	margin-right: 10px;
	border: 1px solid #23549B;
	margin-bottom: 10px;
	}

/* FOOTER */

#footer p {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 160%;
	}

#footer a:link {color: #FFFFFF;}
	
#footer a:visited {color: #FFFFFF;}		

#footer a:hover {color: #FFFFFF;}	

#footer a:active {color: #FFFFFF;}

.copyright {
	margin-top: 3px;
	margin-bottom: 25px;
	text-align: right;
	font-size: 0.9em;
	margin-right: 20px;
	}


/* SIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 24px;
	}
	
.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 18px;
	}
	
	
/* FLOAT DROP FIX */

br.clear {
	clear: both;
	}
	
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
	}

.clear {
	min-height: 1px;
	}
	
* html .clear {
	height: 1px;
	}	
	


 