/*
================================================================
global settings miscellanea
================================================================
*/

* {/*universal selector, makes everything butt-fit*/
	margin: 0;
	padding: 0;
	}
	
a * {/*universal selector, removes default border from any hyperlinked images*/
	border: 0;
	}
	
img a {/*removes default border from any hyperlinked images*/
	border: 0;
	}


body {
	text-align: center;
	background: #DEDEDE;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	line-height: 1.6em;
	font-size: .8em;
	}
	

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	line-height: 1.1em;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	}


h1, h2, h3, h4, h5, h6, p, li, a { /*give this rule to IEWin*/
	margin: 0 0 1em 0  !important;/*ignored by IEWin*/
	margin: 0 0 .5em 0;/*for IEWin*/
	}
h3 #Label1 {
	font-size: 14px;
	font-style: italic;}

p {
margin-bottom: 2em;
}

a {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	color: #FF6600;
	}

a:hover {
	color: #FF6600;
	text-decoration: underline;
	}


.invisible {
	display: none;
	}

.floatRight {
	float: right;
	}

.floatLeft {
	float: left;
	}

#floatClear, .floatClear {
	clear: both;
	line-height : 0em;
	font-size: 0em;
	line-height: 0px;
	background-color: transparent;
	}
	
	

/*
================================================================
layout/positioning of main elements
================================================================
*/


#perimeter {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: auto;
	}

#outerContainer {
	text-align: left;
	margin: 20px;
	height: auto;
	width: auto;
	min-width: 700px;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	background: #444444;
	}
	
#innerContainer {
	background: #FFFFFF;
	border: none;
	border-bottom: none;
	margin: 0 auto;
	width: 100%;
	min-width: 700px;
	}

#upperNavigation {
	width: auto;
	height: 22px;
	overflow: hidden;
	text-align: right;
	font-size: 10px;
	color: white;
	}
	

#masthead {
	height: 114px;
	position: relative;
	width: auto;
	}
	
	
#mastheadLead {
	height: 114px;
	width: 300px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/fade_masthead_right.gif) 99% -1px no-repeat;
	overflow: hidden;
	}
	
#identity {
	position: absolute;
	top: 0;
	left: 0;
	}

#mastheadTail {
	height: 30px;
	position: absolute;
	top: 44px;
	left: 0px;
	width: 100%;
	}
	

#content {
	padding: 20px 0 0 0;
	width: auto;
	}
	
	
#leftContent  {
	display: none;
	}
	
	
#rightContent  {
	display: none;
	}


#mainContent  {
	margin: 0px 10px 0px 20px;
	padding: 10px;
	}

	

#layoutLeftMain #leftContent  {
	width: 238px !important;/*true content width*/
	width: 260px;/*true content width PLUS value of padding PLUS borders*/
	width/**/:/**/238px;/*true content width*/
	background: #FFDD99;
	border: 1px solid #FFDD99;
	margin-left:20px;
	margin-bottom:20px;
	padding: 10px;
	float:left;
	display: inline;
	overflow: hidden;
	}
	
#layoutLeftMain #mainContent  {
	margin: 0px 10px 0px 290px;
	padding: 10px;
	}
	
	
#layoutLeftMainRight #leftContent  {
	width: 210px !important;/*true content width*/
	width: 240px;/*true content width PLUS value of padding PLUS borders*/
	width/**/:/**/210px;/*true content width*/
	background: #FFDD99;
	border: 1px solid #FFDD99;
	margin-left:20px;
	margin-bottom:20px;
	padding: 10px;
	float:left;
	display: inline;
	overflow: hidden;
	}
	
#layoutLeftMainRight #mainContent  {
	margin: 0px 10px 0px 260px;
	padding: 10px;
	}
	
	
#layoutLeftMainRight #rightContent  {
	width: 210px !important;/*true content width*/
	width: 240px;/*true content width PLUS value of padding PLUS borders*/
	width/**/:/**/210px;/*true content width*/
	background: #FFDD99;
	border: 1px solid #FFDD99;
	margin: 0px 20px 20px 10px;
	padding: 10px;
	float:right;
	display: inline;
	overflow: hidden;
	min-height:600px;
	/*expression height for IEWin only*/
	height:expression(
    this.scrollHeight < 600? "600px" : "auto" );
}
	

#layoutMainRight #rightContent  {
	width: 238px !important;/*true content width*/
	width: 260px;/*true content width PLUS value of padding PLUS borders*/
	width/**/:/**/238px;/*true content width*/
	background: #FFDD99;
	border: 1px solid #FFDD99;
	margin: 0px 20px 20px 10px;
	padding: 10px;
	float:right;
	display: inline;
	overflow: hidden;
	min-height:600px;
	/*expression height for IEWin only*/
	height:expression(
    this.scrollHeight < 600? "600px" : "auto" );
	}


#pageFoot {
	margin: 0 auto;
	background: #FFDD99;
	height:25px;
	width:auto;
	text-align:left;
	padding:10px 10px 0px 10px;
	font-size:11px;
	color: black;
	background: url(../images/fade_footer.gif) 0 0 no-repeat;
	}
	

#backToTop {
	float: right;
	}
	

#footer {
	color: #fff;
	text-align:left;
	margin: 0;
	width:auto;
	font-size:10px;
	padding:10px 0 10px 40px;
	height: 30px;
	}



/*
================================================================
specific treatments
================================================================
*/



#upperNavigation ul {
	height: 30px;
	margin-right: 10px;
	margin-top: 2px;
	padding-top: 2px;
	}
	

#upperNavigation li {
	display: inline;
	height: 30px;
	}


#upperNavigation a {
	display: inline;
	height: 30px;
	padding: 9px 6px 6px 6px;
	color: #eee;
	border-bottom: none;
	}


#upperNavigation a:hover{
	height: 30px;
	color: white;
	background: #FF6600;
	border-left: 1px solid white;
	padding-left: 5px;
	}

#rightContent .inset_box {
	background: white;
	border: 1px solid #FFDD99;
	padding: 10px;
	margin-top: 10px;
	}

#pageFoot #backToTop a:link {
	color: #444444;
	text-decoration: none;
	}


#pageFoot #backToTop a:visited {
	color: #444444;
	text-decoration: none;
	}


#pageFoot #backToTop a:hover {
	color: #444444;
	text-decoration: underline;
	}		

	
#footer p {
	line-height: 20px;
	}
	
	
#footer li {
	display: inline;
	}


#footer a {
	display: inline;
	margin-right: 20px !important;
	color: white;
	text-decoration: none;
	}
	
#footer a:visited {
	color: white;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: none;
	color: white;
	text-decoration: none;
	text-decoration: underline;
	}




/*
================================================================
element treatments - grouped list treatments
================================================================
*/


#upperNavigation li, #menuList li, #subMenuList li,  #leftNavigation li, #footer li {
	list-style-type: none;
	overflow: hidden;
	}




/*
================================================================
typography - specific treatments
================================================================
*/


#leftContent p, #rightContent p, 
#leftContent p li, #rightContent p li,
#leftContent p a, #rightContent p a
	{
	font-size: 11px;
	line-height: 1.6em;
	}

#rightContent div.inset_box p {
margin: 0px 10px;
}

#rightContent .news p.date {
font-weight: bold;
margin-bottom: -4em;
}

#rightContent .news h4 {
font-weight: bold;
background: #444444;
padding: 2px;
color: white;
}




/*
================================================================
images - specific treatments
================================================================
*/


img#logo_slogan {
	margin: 10px 0 0 30px;
	}



/*
================================================================
main navigation elements
================================================================
*/


    
/*===NAVIGATION (MENU LEVEL 1) ======*/
 
 
#mainMenu {
	padding:0;
	margin:0;
	position:relative;
}
  
#menuList {
	display: block;
	float:left;
	font-size:.9em;
	line-height:normal;
	position: absolute;
	top: 16px;
	left: 0px;
	right: 0px;
	width: auto;
	background: url(../images/navBgd.gif) repeat-x 0 0;
	height: 50px;
	}

#menuList li {
	float:left;
	white-space: nowrap;
	padding:0 0 0 0;
	}

#menuList li.alignRight {
	list-style-type:none;
	float:right;
	white-space: nowrap;
	padding:0 0 0 0;
	}
	
	
#menuList a {
	display:block;
	float:left;
	padding:10px 12px 20px 12px;
	text-decoration:none;
	font-weight:normal;
	color:#333333;
	/*border-left: 1px solid transparent;*/
	border-right: 1px solid #666666;
	}
	
#menuList li.alignRight a {
	border-left: 1px solid #666666;
	border-right: none;
	}
	


/* Commented Backslash Hack hides rule from IE5-Mac \*/
   	#menuList a {float:none;}
/* End IE5-Mac hack */

#menuList a:visited {
	color:#333333;
	}
	
#menuList a:hover {
	color:#222222;
	text-decoration:underline;
	background-image:url(../images/navBgdLight.gif);
	}

#menuList #currentMenuItem {
	background-image:url(../images/navBgdDark.gif);
	}

#menuList #currentMenuItem a {
	background-image:url(../images/navBgdDark.gif);
	font-weight: bold;
	text-transform: uppercase;
	color:#000;
	/*border-left: 1px solid transparent;*/
	border-right: 1px solid #666666;
	}
  
#menuList #currentMenuItem a:hover {
	text-decoration:none;
	}
    
  
/*===NAVIGATION (MENU LEVEL 2) ======*/
  
#subMenuList {
	float:left;
	font-size:.9em;
	line-height:normal;
	display: block;
	position: absolute;
	top: 46px;
	left: 0px;
	width: 100%;
	background: url(../images/subnavBgdMid.gif) repeat-x 0 0;
	}

#subMenuList li {
	float:left;
	white-space: nowrap;
	padding:0 0 0 0;
	height: 25px;
	}

#subMenuList a {
	display:block;
	float:left;
	padding:8px 14px 10px 14px;
	text-decoration:none;
	font-weight:normal;
	color:#333333;
	/*border-left: 1px solid transparent;*/
	border-right: 1px solid #333333;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#subMenuList a {float:none;}
/* End IE5-Mac hack */

#subMenuList a:visited {
	color:#333333;
	}
	
#subMenuList a:hover {
	color:#000000;
	text-decoration:underline;
	background:url(../images/subnavBgdLight.gif) repeat-x top left;
	}

#subMenuList #currentSubMenuItem {
	background-image:url(../ images/submenu_left_current.gif);
	}

#subMenuList #currentSubMenuItem a {
	color:#000000;
	background:#ffffff;
	/*border-left: 1px solid transparent;*/
	border-right: 1px solid #333333;
	text-transform: uppercase;
	background:url(../images/subnavBgdBright.gif) repeat-x top left;
	}
  
#subMenuList #currentSubMenuItem a:hover {
	text-decoration:none;
	}
	

	
/*
================================================================
forms
================================================================
*/
	
input {
	padding: 0;
	margin: 3px;/*extra space added, especially to suit FireFox presentation */
	}
	
textarea {
	padding: 0;
	margin: 0;
	}
	
form {
	padding: 0;
	margin: 0;
	}
	
fieldset  {
	font: 0.85em arial, sans-serif;
	color: #666;
	background-color: #efefff;
	border: solid 1px #369;
	padding: 20px;
	margin: 20px 0;
	}


legend  {
	color: #fff;
	font-family: "arial black";
	background-color: #369;
	padding: 3px 8px;
	}

label   {
	width: 160px;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	display: block;
	margin-right: 10px;
	position: relative;
	border-bottom: 1px solid white;
	float: left;
	margin-top: 6px;
	}
	
label.inlineLabel {
	display:inline;
	width: auto;
	float: none;
	border-bottom: none;
	position: relative;
}
	
input.inputField   {
	border: solid 1px #369;
	background-color: #fff;
	color: #000;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	height: 15px;
	}
		
textarea.inputField   {
	border: solid 1px #369;
	background-color: #fff;
	color: #000;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	font: 1em arial, sans-serif;
	}


ul.indented100 {
margin-left: 100px;
}

ul.indented200 {
margin-left: 200px;
}

ul.indented300 {
margin-left: 300px;
}

ul.indented400 {
margin-left: 400px;
}
td.middle {
	background-color: #FFFF99;
	padding-right: 5px;
	padding-left: 5px;
	border-right: solid #FFCC66 2px;
}
td.ausreg {
	background-color: #FFFF99;
	padding-left: 5px;
	padding-right: 5px;
}
td.celltitle {
	background-color: #FFCC66;
	padding-left: 5px;
}

