/*
-----------------------------------------------
Ombudsman Western Australia
- - - - - - - - - - - - - - - - - - - - - - - -
Description:		Base Styles
Filename:			main.css
Author:				IBC (www.ibc.com.au)
Date:				20 / 10 / 2008
Updated:			
Version:			v.1.0
----------------------------------------------- */

/*
GLOBAL
	- Clearfix

COMMON

VARIANTS
	
STRUCTURE

	- CONTAINER ------------------- #container
	  - HEADER -------------------- #header
	   	- LOGO -------------------- #logo
	   	- GLOBAL MENU ------------- #globalMenu
	   	- SEARCH ------------------ #search
	  - RIGHT BACKGROUND ---------- #rightBackground
	  - MIDDLE -------------------- #middle
	    - LEFT -------------------- #left
	      - PRIMARY MENU ---------- #primaryMenu
	    - CENTRE ------------------ #centre
		  - BREADCRUMBS ----------- #breadcrumbs
		  - HIGHLIGHT ------------- .highlight
	    - RIGHT ------------------- #right
		  - RIGHT MENU ------------ #rtMenu
	  - FOOTER -------------------- #footer
   
COLOURS
	- Grey (Text): #565656
	- Blue (Links): #1F497D
	- Bright Blue (Background): #0070C0
	- Dark Blue (Background): #1F497D
	
*/

/*--------------------------------------------- */
/* =GLOBAL
----------------------------------------------- */
/* clear without structural mark-up*/
/* do not change or amalgamate clearfix styles*/
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}

 /* mac hide \*/
    * html .clearfix {height: 1%;}
      .clearfix {display: block;}
 /* End hide */


/*--------------------------------------------- */
/* =COMMON
----------------------------------------------- */
.hide { 
	text-indent:-9999em; 
	outline: none; 
}
h1,h2,h3,h4,p {
	margin-top:0;
}
a img{
	border: none;
}
#form{
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
}
/*--------------------------------------------- */
/* =VARIANTS
----------------------------------------------- */
#home #centre{
	border-right: 0!important;
}
#home #centre p, #home #centre li{
    font-weight: normal!important;
    border-color: #CCEBFE;
}
#home #right #rtMenu{
	border: 0px;
}
#home #right h2{
    font-size: 1em;
    font-family: "Century Gothic", Arial, "Trebuchet MS", Verdana, "Times New Roman";
    color: #0070C0;
    font-weight: bold;
    padding-bottom: 0px;
    margin-top: 16px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
#home #right h3{
    font-size: 1em;
    font-family: "Century Gothic", Arial, "Trebuchet MS", Verdana, "Times New Roman";
    color: #000000;
    font-weight: bold;
    width: 200px;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 14px;
    margin-top: 16px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    background: #81A1C8;
    padding-right: 15px;
}
#home #right h4{
    font-size: 0.85em;
    font-family: "Arial, "Trebuchet MS", Verdana, "Times New Roman";
    color: #DF0408;
    font-weight: bold;
    width: 200px;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 14px;
    margin-top: 16px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    background: #CCEBFE;
    padding-right: 15px;
}
/*--------------------------------------------- */
/* =STRUCTURE
----------------------------------------------- */

/* ------------------------------------ = body  */
body {
	color: #000;
	margin: 0px;
	padding: 0px;
	background: #CCEBFE;
	font-family: arial, helvetica, sans-serif;
	text-align: center; /*centre for ie5 */
}
/* --------------------------------- #container */
#container {
	width:994px;
	margin: auto; 
	background: #fff;
	text-align: left;
}
/* ------------------------------------ #header */
#header {
	height: 119px;
	border-bottom: 8px solid #0070C0;
	background: #fff url(../images/bg_header_dark_blue.jpg) no-repeat 100% 0;
	padding:0px;
}
/* -------------------------------------- #logo */
#header #logo{
	width: 600px;
	float: left;
}
#header #logo h1{
	margin: 0;
	padding: 0;
}
#header #logo a{
	width: 600px;
	height: 119px;
	display: block;
	background: url(../images/mainLogo-IOI.gif) no-repeat 0 0;
	border-bottom: 8px solid #0070C0;	
}
/* -------------------------------- #globalMenu */
#globalMenu{
    width: 310px;
    float: right;
	margin: 50px 0px 0px 0px;
	padding:0;
}
#globalMenu ul{
	width:310px;
	margin:0;
	padding:0;
}
#globalMenu li{
	list-style: none;
	float:left;
	padding: 0 7px;
	background: transparent url(../images/dl_global.gif) no-repeat 0px 5px;
	border: 0px solid #000;
}
#globalMenu li.firstLi{
	margin: 0 2px 0;
	background: none;
}
#globalMenu li a{
	font-size:0.625em;
	line-height:10px;
	color: #1F497D;
	text-decoration: underline;
	font-weight: bold;
}
#globalMenu li a:hover{
	text-decoration: none;
}
/* ------------------------------------ #search */
 #search{
	height: 29px;
	background: url(../images/bg_search_lt.gif) no-repeat 0 0;
	padding: 0px 0px 0px 5px;
	margin: 15px 38px 0px 0px;
	width: 255px;
	font-family: arial;
	font-size:12px;
	float:right;
}
#searchRt{
	height: 29px;
	background: url(../images/bg_search_rt2.gif) no-repeat 100% 0;
	border: 0px solid #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}
#search #lblSearch{
	font-family: arial;
	font-size:0.75em;
	float: left;
	background: transparent;
	margin: 6px 0px 0px 0px;
}
#txtSearch{
	float: left;
	margin: 3px 5px 0px 6px;
	/*background: url(../images/bg_Text.gif) no-repeat 0 0;*/
	border: 0px;
	font-size:0.75em;
	width: 133px;
	padding: 0px 0px 0px 3px;
	
}
#btnGo{
	display: inline;
	float: left;
	margin-top:3px;
	padding:0;
	cursor: pointer;
	background: url(../images/btn_go.gif) no-repeat 0 0;
	border: 0px;
	width: 34px;
	height: 21px;
	text-indent:-9999em; 
}
/* --------------------------- #rightBackground */
#rightBackground{
	min-height: 100%;
	height: 100%;
	width: 100%;
	z-index: 2;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
/* ------------------------------------ #middle */
#middle {
	margin: 0;
	padding: 0;
	min-height: 100%;
	display: block;
	background: #fff;
	min-height: 510px;
	border-top: 15px solid #1F497D;
	background: url(../images/bg_mid.gif) repeat-y  0 0;
	position: relative;
}
/* -------------------------------------- #left */
#left {
	float: left;
	width: 142px;
	min-height: 100%;
	display: block;
	background: #1F497D;
	padding: 0;
	margin: 0;
	
}
/* ------------------------------- #primaryMenu */
#left #primaryMenu{
	margin: 28px 0 0 0;
}
#left #primaryMenu ul{
	margin:0;
	padding:0;
}
#left #primaryMenu ul li{
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	border-bottom:1px solid #1F497D;
}
#left #primaryMenu ul li.selected a,
#left #primaryMenu ul li.selected a:hover{
	text-decoration: underline;	
	background-color: #fff;
	border: 1px solid #1F497D;
}
#left #primaryMenu ul li.level1 a{
	text-decoration: underline;
	color: #1F497D;
	background-color: #93D4FC;
	border: 0;
}
#left #primaryMenu ul li.selected li a{
	text-decoration: underline;
	background-color: #93D4FC;
	border: 0;
}

#left #primaryMenu ul li a{
    display: block;
    color: #FFFFFF;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0;
    padding-top: 8px;
    padding-right: 23px;
    padding-left: 18px;
    padding-bottom: 10px;
}

#left #primaryMenu ul li a:hover{
	text-decoration: underline;
	color: #1F497D;
	background-color: #93D4FC;
}
	#left #primaryMenu ul li ul{
		display:none;
		position: absolute;
		left: 142px;
		top: 0;
		color: #1F497D;
		background-color: #93D4FC;
		border: 1px solid #1F497D;
		width: 150px;
		padding: 5px 0 5px 0;
	}
	#left #primaryMenu ul li:hover ul{
		display:block;
	}
	#left #primaryMenu ul li:hover, #left #primaryMenu ul li.selected{
		cursor: pointer;
		color: #1F497D;
		background-color: #93D4FC;
	}
	#left #primaryMenu ul li ul li {
		list-style-type: none;
		height: 100%;
		border:0;
	}
	#left #primaryMenu ul li ul li a{
		font-size:0.75em;
		color: #1F497D;
		font-weight: bold;
		line-height: 1.6em;
		text-decoration: underline;
		height: 100%;
		padding: 0px 13px 0px 28px;
		background: url(../images/li_disc.gif) no-repeat 18px 7px;
	}
	#left #primaryMenu ul li.selected ul{
		display: block;
		position: relative;
		left: 0;
		top: 0;
		z-index: 3;
		background-color: #93D4FC;
		border: 0px solid #1F497D;
		width: 142px;
		padding: 0 0 10px 0;
	}
	#left #primaryMenu ul li.selected ul li a:hover, 
	#left #primaryMenu ul li ul li a:hover, 
	#left #primaryMenu ul li ul li.selected a{
		text-decoration: underline;
		background-color: #fff;
		border: 1px solid #1F497D;
	}
/* ------------------------------------ #centre */
#centre	{
    float: left;
    width: 495px;
    display: block;
    background: #fff;
    min-height: 100%;
    margin: 28px 0px 20px 0px;
    padding-top: 0px;
    padding-right: 50px;
    padding-left: 36px;
    padding-bottom: 20px;
    border-right: 1px solid #1F497D;
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 1em;
}
#centre p{
	font-size:0.75em;
	color: #444444;
	text-align: justify;
}
.formquestion{
    color: #444444;
    font-size: 0.9em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
    padding-bottom: 10px;
    text-align: left;
}
#centre a{
	color: #1F497D;
	font-weight: bold;
	text-decoration: underline;
	-moz-background-inline-policy: continuous;
}
#centre ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	color: #1F497D;
}
#centre li{
	font-weight: normal;
	font-size: 0.75em;
	color: #565656;
	list-style-type: disc;
	list-style-position: outside;
	text-align: justify;
	vertical-align: 1.6ems;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 8px;
	margin-left: 17px;
}
/* ------------------------------- #breadcrumbs */
#centre #breadcrumbs{
	float:left;
	font-size:12px;
	font-weight: bold;
	margin: -19px 0px 0px -23px;
}
#centre #breadcrumbs ul{
	margin:0;
	padding:0;
}
#centre #breadcrumbs ul li{
	list-style: none;
	float: left;
	padding: 0px 0px 0px 6px;
	color: #1F497D;
	font-weight: bold;
}
#centre #breadcrumbs ul li a{
	background: url(../images/li_arr.gif) no-repeat 100% 60%; 
	color: #565656;
	font-weight: bold;
	padding: 0px 12px 0px 0px;
}
#centre #breadcrumbs ul li.last a{
	background: none;
	font-weight: bold;
	color: #565656;
}
#centre h1{
	clear: both;
	color: #0070C0;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.6em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-family: "Century Gothic", Arial, "Trebuchet MS", Verdana, "Times New Roman";
	padding: 0px;
	margin-top: 20px;
	text-align: left;
}
#centre h2{
	clear: both;
	font-size: 1.25em;
	line-height: 1.6em;
	font-family: "Century Gothic", Arial, "Trebuchet MS", Verdana, "Times New Roman";
	color: #1F497D;
	font-weight: bold;
	top: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}
#centre h3{
    clear: both;
    color: #1F497D;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    font-family: "Century Gothic", Arial, sans-serif;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-align: left;
}
#centre h4{
    clear: both;
    color: #565656;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 16px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin-top: 0px;
    text-align: left;
}
#centre h5{
    clear: both;
    color: #0070C0;
    font-size: 0.9em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 8px;
}
#centre h6{
	clear: both;
	color: #1F497D;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	line-height: 1.6em;
	margin-bottom: 8px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	border: thin solid #CCEBFE;
	background-color: #CCEBFE;
}
#centre h7{
	clear: both;
	color: #1F497D;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	border: thin solid #CCEBFE;
	background-color: #CCEBFE;
}
# h4{
	clear:both;
	color: #565656;
	font-size: 0.75em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
}
/* --------------------------------- .highlight */
#centre .highlight{
    width: 440px;
    background-color: #CCEBFE;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
}
#centre .highlight2{
    width: 440px;
    background-color: #c0d5ee;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
}
#centre .highlight3{
	width: 440px;
	background-color: #C9CFD7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#centre .highlight4{
	width: 440px;
	background-color: #93D4FC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#centre .highlightred{
    width: 475px;
	color: #DF0408;
	font-size: 0.85em;
	font-weight: bold;
    background-color: #CCEBFE;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
#centre .highlight h2{
    font-size: 1.125em;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    padding: 6px 0px 0px 0px;
}
#centre .highlight2 h2{
    font-size: 1.125em;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    padding: 6px 0px 0px 0px;
}
#centre .highlight3 h2{
    font-size: 1.125em;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    padding: 6px 0px 0px 0px;
}
#centre .highlight4 h2{
    font-size: 1.125em;
    font-weight: bold;
    text-align: left;
    margin-top: 0px;
    margin-right: -5px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}
#centre .highlight p{
	margin: 10px 0px 10px 0px;
}
/* ------------------------------------- #right */
#right	{
    float: left;
    width: 270px;
    display: block;
    min-height: 100%;
}
#right #rtMenu{
	min-height: 100%
}
/* ------------------------------------ #rtMenu */
#rtMenu{
	margin: 0px 0px 20px 0px;
	padding: 0px 40px 28px 25px;
}
#right #rtMenu a{
	color: #1F497D;
	font-weight: bold;
	text-decoration: none;
}
#right #rtMenu a:hover{
	text-decoration: underline;
}
#right #rtMenu .highlight{
    width: 200px;
    background-color: #C0D5ED;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    color: #565656;
    font-size: 0.8em;
}
#right #rtMenu .highlight2{
    width: 220px;
    background-color: #C0C7D1;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
}
#right #rtMenu .subscribebutton{
    width: 100px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
    background-color: #1f497D;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
}
#right h2{
	font-size:1em;
	color: #0070C0;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding:0;
	font-family: "Century Gothic", Arial, "Trebuchet MS", Verdana, "Times New Roman";
}
#right p{
	font-size:0.75em;
	font-weight: normal;
	color: #565656;
	text-align: justify;
}
.rtColumn{
	margin:0;
	padding:0;
	text-decoration: underline;
}
.rtColumn li{
    margin: 0;
    background-image: url(../images/liRt.gif);
    background-repeat: no-repeat;
    background-position: 0 48%;
    padding: 0 0 5px 20px;
    text-decoration: underline;
    list-style: none outside none;
    color: #1F497D;
}
.rtColumn li a{
	color: #1F497D;
	font-size:0.75em;
	font-weight: bold;
	text-decoration: none;
}
.rtColumn li a:hover{
	text-decoration: underline;
}
#right hr {
	background-color: #fff;
	border-color: #1F497D;
	border-style: none none solid;
	border-width: 1px;
	color: #fff;
	display: block;
	margin: 15px 0px 0px 0px;
}
#centre hr {
	background-color: #fff;
	border-color: #1F497D;
	border-style: none none solid;
	border-width: 1px;
	color: #fff;
	display: block;
	margin: 15px 0px 0px 0px;
}
/* ------------------------------------ #footer */
#footer {
	clear:both;
	font-size: 0.65em;
	line-height: 1.2em;
	font-family: "Century Gothic", Arial, "Trebuchet MS", Verdana, "Times New Roman";
	color: #FFFFFF;
	text-align: justify;
	font-weight: bold;
	height: 110px;
	background:#1F497D;
}
#footer #statement{
	width: 994px;
	height:5px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #1F497D;
}
#footer h1{
	font-size:2.2em;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding:0;
	font-family: "Century Gothic", Arial, "Trebuchet MS", Verdana, "Times New Roman";
}
#footer h2{
	font-size:1.7em;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding:0;
	font-family: "Century Gothic", Arial, "Trebuchet MS", Verdana, "Times New Roman";
}
#footer h3{
	font-size:1.25em;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding:0;
	font-family: "Century Gothic", Arial, "Trebuchet MS", Verdana, "Times New Roman";
}
.footertablehdr {
	font-size:1.25em;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding:0;
	font-family: "Century Gothic", Arial, "Trebuchet MS", Verdana, "Times New Roman";
	background-color: #1F497D;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.footertablehdr2 {
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1em;
    text-align: justify;
    font-family: "Century Gothic", Arial, "Trebuchet MS", Verdana, "Times New Roman";
    background-color: #1F497D;
    border-bottom-width: medium;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
}
#footer a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}	
#statement h2{
	padding:0px;
	margin:0px;
}
.tablehdr {
    color: #1F497D;
    background-color: #CCEBFE;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    font-family: "Century Gothic", Arial, "Trebuchet MS", Verdana, "Times New Roman";
    font-size: 0.85em;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    border-bottom: thin solid #CCEBFE;
    border-top: thin solid #CCEBFE;
}
.tablerow {
	color: #565656;
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CCEBFE;
}
.tablerownoborder {
	color: #565656;
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.sitemaptableleft {
	background-color: #c0d5ee;
	text-align: left;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
}
.sitemaptableright {
	background-color: #C9CFD7;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-left: 5px;
}
.commlanghdr {
	font-family: "Century Gothic", Arial, "Trebuchet MS", Verdana, "Times New Roman";
	font-size:1em;
	font-weight: bold;
	color: #1F497D;
	padding-bottom: 10px;
}
.commlangtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #1F497D;
	padding-bottom: 10px;
}	
.commlangtablehome {
	background-color: #C9CFD7;
	text-align: left;
	vertical-align: middle;
	padding-left: 3px;
	border: thin solid #C9CFD7;
}
.surveytable {
	background-color: #FFFFFF;
	text-align: left;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	padding-left: 5px;
}
.surveytabletick {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	vertical-align: bottom;
	padding-left: 5px;
	font-size:0.65em;
	color: #565656
	font-weight: bold;
	font-style: italic;
	font-weight: bold;
	color: #565656;
}
.surveytablegrey {
	background-color: #E9E9E9;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	padding-left: 5px;
	font-size:0.75em;
	color: #565656
}
.surveytablewhite {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size:0.75em;
	color: #565656
}
.surveytablegreybutton {
	background-color: #E9E9E9;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	padding-left: 5px;
	font-size:0.75em;
}
.surveytablewhitebutton {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size:0.75em;
}
.languagename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #1F497D;
	line-height: 30px;
}
.languagenameblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #1F497D;
	line-height: 30px;
}	
.formtableborder {
	background-color: #FFFFFF;
	text-align: left;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
	line-height: 12px;
}
.formtablegreyheader {
	background-color: #D2D3D5;
	text-align: left;
	vertical-align: top;
	font-size: 1em;
	color: #005174;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.formtablenoborder {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	color: #565656;
}
fieldset {
    border: medium none;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #444444;
    line-height: 1.15em;
}
.Midorangetable {
	background-color: #93D4FC;
	font-family: Arial, Helvetica, sans-serif;
}
.Lightbluetable {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCEBFE;
}
.Lightyellowtable {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fdf5da;
}
.Lightorangetable {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FDEDD8;
}
.Lightorangetablewithborder {
	border: 1px solid #CCCCCC;
	background-color: #FDEDD8;
	margin: 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.Whitetablewithborder {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px;
	border: 1px solid #CCC;
}
.videoheading {
	font-family: "Century Gothic", Arial, sans-serif;
	text-align: left;
	vertical-align: middle;
	font-size: 0.8em;
	color: #1f497d;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #CCEBFE;
	width: 100%;
}
#Heading7 {
	font-family: "Century Gothic", Arial, sans-serif;
	color: #1F497D;
}
.CGBlueHeaading {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 1.1em;
	text-align: left
}
#home #container #rightBackground #middle #centre .CGBlueHeaading .CGBlueHeaading {
	color: #1F497D;
}
.Lightbluetablewithborder {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	color: #1F497D;
	background-color: #CCEBFE;
	padding: 5px;
	border: 1px solid #CCC;
	font-size: 0.9em;
	font-weight: bold;
}
.casestudy {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	color: #005174;
	background-color: #FFFFFF;
	padding: 5px;
	border-bottom: medium solid #C34614;
	font-size: 0.9em;
	font-weight: normal;
	text-align: justify
}
.casestudyheading {
	font-family: "Century Gothic";
	color: #C34614;
	font-size: 0.9em;
	font-weight: bold;
	text-align: justify
}	
#CGChartHeading {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 0.9em;
	color: #005174;
	text-align: center
}
.CGChartHeading {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 0.9em;
	color: #005174;
	text-align: center;
}
.Captionbox {
	font-family: "Century Gothic", Arial, sans-serif;
	background-color: #FEC77C;
	text-align: justify;
	padding: 5px;
}
numberlist {
	font-family: Tahoma, Geneva, sans-serif;
	list-style-type: decimal;
}
#home #container #rightBackground #middle #centre ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 10px;
	margin-left: -27px;
}
#home #container #rightBackground #middle #centre asterisk {
	color: #990000;
}
.corpexnameboxright {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #005174;
	background-color: #FFFFFF;
	padding: 5px;
	border-top: medium solid #005174;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
}
.corpexnameboxleft {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #005174;
	background-color: #FFFFFF;
	padding: 5px;
	border-top: medium solid #005174;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}
.photocaption {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.5em;
	text-align: center;
	line-height: 1em;
}
.Aquatable {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	background-color: #01BCBC;
	padding: 15px;
}

#container .highlight-banner{
	width: 964px;
	background-color: #01BCBC;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.6em;
	text-align: center;
	font-family: "Century Gothic", Arial, "Trebuchet MS", Verdana, "Times New Roman";
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.badge {
    vertical-align: middle;
    margin-top: -0.5em;
}

form > fieldset > legend {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.15;
}
.form-group {
    margin-bottom: 25px;
}

main > header {
    text-align: center;
    margin-bottom: 3rem;
}

#sub-header {
    font-size: small;
}

.small-text {
    font-size: smaller;
}

.submit-wrapper {
    text-align: center;
}

.invisible-label {
    display: none;
}
