/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/
/***********************************************/
/* COLOURS                                     */
/* Purple: #6c1e88;                             */
/***********************************************/ 

/***********************************************/
/* HTML tag styles       

  A class is a reusable attribute that may be applied
  to any elememht on teh opage - an id is a unique 
  attribute used once per page                      */
/***********************************************/ 


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	/*line-height: 1.166;*/
	line-height:1.33;
	text-align: center;
	margin: 0;
	padding: 0;
	float: none;
	background-color: #ffffff; /*background to whole page lilac #d6ccff*/
}
/*must be in order: link visited hover active*/
a:link, a:visited, a:hover {
 color:#6c1e88; /*Purple #6c1e88 */
 border:0px;
 font-weight:600;  /*400 is normal 700 is normal bold*/
 text-decoration: none;
}


/* col was  color: #006699; */
/*a:hover {
	text-decoration: none;
	display: inherit;
	
	}
	*/

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 18px;
	/*color: #334d55;*/
	color: #6C1E88; /*Green complementaqry to purple */
}

h2{
	font-size: 12px;
	color: #660066;  /*Purple #6c1e88 */
	text-align: center;
}

h3{
	font-size: 110%;
	color: #0a5535;
	/* margin: top, right, bottom, left */
padding: 0px 0px 5px 0px;
	/*margin: 2px;*/
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #0a5535;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	color: #0a5535;
	text-align: right;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 100%;
	clear: none;
	float: left;
	/*Overwrites faux col graphic in wrapper with white bkg*/
	background: #FFFFFF url(../../images/770_white_bkg.jpg) repeat-y 50% 0;
	height: 6.2em; /*this gives the masthead an explicit height other wise floated items take up no space: ra*/
}

#navBar{
	/* margin top, margin right, margin bottom, margin left */
	margin: 0 0 0 0%;
	padding: 0px;
}

#content{
	width: 730px;
	padding: 0px 0px 0px 20px;
}

#wholepagecontent{
	/*For when no rhs nav bar is used. */ 
	width: 730px;
	padding: 0px 0px 0px 20px;
}

#homepagecontent{
	padding: 0 0 0 0;
	/*margin: 5 5 5 5;*/
}
#homepagecontent a:link {
	text-decoration: underline;
}


#homepagecontent a:visited{
		text-decoration: underline;
}

#homepagecontent a:hover{
		text-decoration: underline;
}




#gencontent{
/*Main, Non-navigation content on most pages*/
	width:600px;
	padding : 0 0 0 0;
	float: left;
	position: relative;
}
/*a:link, a:visited, a:hover {
 color: #6c1e88; border:0px;
 font-weight:600; 
text-decoration: none;
}*/

#gencontent a:link {
	text-decoration: underline;
}


#gencontent a:visited{
		text-decoration: underline;
}

#gencontent a:hover{
		text-decoration: none;
}










/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	font-size: 114%;   /*this makes it a H2 size font*/
	color: #6c1e88;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
		/*small shadow on text*/ 
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	font-weight:600;
	min-height: 1px;	/* to force has layout  - used to be: zoom:1;*/
	margin-top: -10px ;
}

#HPpageName{
	font-size: 120%;   /*this makes it a H2 size font*/
	color: #6c1e88;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight:600;
	float: right;
	width: 600px;
	margin-top: -15px;
	/*small shadow on text*/ 
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	/*zoom: 1;*/
	/*margin-top: -10px;*/
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	/*border-top: 1;*/
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.feature h3{
	padding: 15px 0px 5px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}



/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #ccc;
	font-size: 75%;
	color: #ff0000;/*  cccccc*/
	padding: 1px 5px 5px 5px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	display:inline;
	padding-top: 0.2em;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	/* this is a work around to get rid of extra white space inlist anchors*/
	display: inline-block;
	display:block;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 3px 0px 3px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	/*	voice-family: "\"}\""; 
	voice-family:inherit;*/
	width: auto;

}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 3px 0px 3px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 3px 0px 3px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
 list-style-type: square;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 75%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 10px 10px;
	font-size: 75%;
	border-top: 1px solid #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

#advert img{
	display: block;
	margin-left: 10px;
}


/************** #headlines styles **************/

#Newsheadlines{
	margin: 0px;
	/* margin: top, right, bottom, left */
	padding: 10px 10px 20px 10px;
	font-size: 75%;
	border-bottom-color: #cccccc;
	border-bottom: 1px;
	border-bottom-style: groove;
}

#Newsheadlines p{
/*oringinal = padding: 1px 0px -1px 0px; = invalid css bof -1*/
	padding: 1px 0px 0px 0px;
}
#Blogheadlines{
	margin: 0px;
	/* margin: top, right, bottom, left */
	padding: 10px 10px 20px 10px;
	font-size: 75%;
	border-bottom-color: #cccccc;
	border-bottom: 1px;
	border-bottom-style: groove;
}

#Blogheadlines p{
/*oringinal = padding: 1px 0px -1px 0px; = invalid css bof -1*/
	padding: 1px 0px 0px 0px;
}

/*********** .invis styles ***********/

.invis{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 5%;
	color:#FFFFFF;
	visibility:hidden
}


/**************  gen text format styles ****************/
.text_red_bold {
color: #ff0000;
font-weight: bold;
}

/*********** page navig styles ***********/


.page_top_tag_class {

text-align:right;

}
/*********** body text styles ***********/

.homepage_main_area 
{
	font-size: 75%;
	margin-left:10px;
	padding-left: 20px;
}
.readable_long_text 
{
	font-size: 75%;
	position: relative;
	padding: 5px;
}	


	
/*.readable_long_text a:link
{
 text-decoration:underline;
}*/




/*This works to overcome bug that first paragraph after page title div is pushed down 20px or so.  NOTE this does not show on DW editor*/
.readable_long_text p:first-child
{
	margin-top:-10px;
	font-size: 10px;
 
}

.readable_long_text_90 
{
	font-size: 90%;
	margin-left:20px;
	padding-left: 10px;
}

.readable_long_text_noul 
{
	font-size: 75%;
	position: relative;
	padding: 5px;
}
.readable_long_text_noul a:link{

text-decoration: none;
}	

.readable_long_text_noul a:hover{

	text-decoration: none;
}	



.readable_table_text
{font-size: 75%; 
margin-left:20px; /*to move table from left margin*/
 padding: 0px 0px 0px 0px;
 }

.midtextindex{
 /* margin: top, right, bottom, left */
	margin: 0 15% 0 15%; /*placement of region on page*/
	padding: 0px 10px 10px 10px;
	background-color: #eeeeee;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#mti_smaller{
font-size:80%;
}


.midtext{
	/* margin: top, right, bottom, left */
	margin: 0 5% 0 5%;
	padding: 5px;
	background-color: #eeeeee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
}
#midtextimg
{
	position:relative;
	left:-4%;
	border: 1px solid #ccc;
	float: left;
	padding: 10px;
	background-color: #FFFFFF;
	margin: 10px 0px 10px 10px;
}

.leftimage
{
	position:relative;
	border:0;
	left:-2%;
	float:left;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px;
 
}

.leftimagenopad
{position:relative;
left:-2%;
float:left;
 padding: 0px 0px 0px 10px;
 
}
.rightimage
{
	position:relative;
	float:right;
	padding: 0px 5px 5px 5px;
 
}
.centerimage
{
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}
.leftoffsetblocktext
{
font-size: 75%;
margin-left:20px;
 padding: 0px 0px 10px 10px;
 
}

/*********** button styles ***********/
.advbutt{margin-left: 50px}

.button {
background-color: white;
color: #000066;
cursor: pointer;
font-size: 100%;
font-weight: bold;
margin-left:100px;
letter-spacing: 0px;
}


/*********** search styles ***********/
#searchbox {
	position: absolute;
	top: 79px;
	right: 448px;
	color:#6c1e88;
	font-family: monospace;
	z-index:8;
}
#searchboxgeneral {
position:relative; 
left:620px; 
top:-25px; 
width:158px; 
height:30px; 
z-index:8;
}
  
#c1 {
	float: left;
	width: 580px;
	margin-left: 10px;
	margin-right: 13px;
	
}
#c2 {
	float: left;
	width: 140px;
	/*	background: #FF0000 url(../images/genc2_bkg.jpg) repeat-y 50% 0;*/
margin-left: 5px;
	margin-right: 10px;
	clear: left;
}
/* to cause a rhs nav */
#c2R {
	float: right;
	width: 140px;
	/*	background: #FF0000 url(../images/genc2_bkg.jpg) repeat-y 50% 0;*/
margin-left: 5px;
	margin-right: 10px;
	clear: left;
}

#c3 {
	float: left;
	width: 240px;
}
#wrapper {
	/*	background-color: #FFFFFF;*/
	background: #FFffff url(../../images/770_wrap_bkg.jpg) repeat-y 50% 0;
	text-align: left;
	float: none;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 0px;
}
#logo {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#logo img{
 border: 0px;
}

/* LISTMATICD LIST http://css.maxdesign.com.au/index.html */

#navcontainer ul
{
	/*text-align: center; */ /*comment out to make float left*/
padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
	background-color: #6c1e88;
	color: white;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
/* fixes Firefox 0.9.3 */
}

/* format first word in list - qowl is staff surveys - so it does a padding job but does not display */
#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
text-decoration: none;
color:#6c1e88;
}

/*format for other nav items - with anchors to other pages */
#navcontainer ul li a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
/*border-right: 1px solid #fff;*/
}

#navcontainer ul li a:hover
{
background-color: #369;
color:white;
}


#navcontainer #active 
/* give the list item id="active" then the following will highlight */
{  
/* background-color:#991199;  
color:#999900;  */

}

#navlist  
{ margin:0;
}


#wrapper #strapline {
	float: right;
	margin-top: 30px;
	margin-right: 20px;
	font-style: italic;
	color: #4f2683;
}

/*must be in order: link visited hover active*/
#strapline a {
 color: #4f2683; 


}

#footer_area { 
 clear:both; 
  margin: 0px 0px 0px 0px;
background-color:#4C1560; /* darker purple to control for colour induction effects see http://www.colorschemer.com/online.html */

}

#footer_logo {
	display: inline;
	float: left;
	clear: both;
	margin: 0px auto;
	padding-left: 13.5em; /*move logo away from left hand margin*/
	padding-top: 0.2em;

}
#footer_text_items {
	
	 color:white;  /* gives colour to item divider char*/
	padding-left: 16em; /* padding between logo and footer text items*/
	height: 1.5em;
	padding-top: 0.7em;
}

#footer_text_items a
/* allm footer text items which are anchor links */
{
	font-weight: normal;
color:white;
}

#footer_text_items a:hover
{
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	
background-color: #246;
color:white;
}



#strapline {
	font-size: small;
	font-style: italic;
}
#search_text {
	font-size: x-small;
	color: #FFFFFF;
}

#homepagetesttext {
	vertical-align:middle;
	text-align:center;
	font-size: small;
	margin: 0px;
	clear: both;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 1px;
	border: 1px outset #ccc;

}

#formTable td { padding-bottom: 10px; }
.formLabel {
	font-weight: bold;
	text-align: right;
}
.formLabelTop {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
legend {
	font-weight: bold;
	color: #046280;
	font-size: medium;
	padding: 10px 5px;
}

fieldset {
	padding: 10px;
}

.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	border: none;
}

.textfieldValidState input, input.textfieldValidState {
	background-color: transparent;
}


#copyright {
	/* copyright info in footer */
	font-weight: normal;
	font-size:10px;
	color: #fff;
	
}
#orgcol2 {
	width: 230px;
	float: left;
		border-top: 1px solid #ddd;
	padding-top: 5px;
}
#orgcol1 {
	width: 230px;
	float: left;
	border-top: 1px solid #ddd;
	padding-top: 5px;
}
#orgcol3 {
	width: 230px;
	float: left;
	border-top: 1px solid #ddd;
	padding-top: 5px;
}

	
/*
	Vertical Accordions for FAQ page
*/
		
    .accordion_toggle {
	/* Passive / closed header state */
			display: block;
			height: 30px;
			width: 570px;
			/*background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;*/
			background: no-repeat top right #d6ccff;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight:bold;
			text-decoration:none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #6c1e88;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
		/* Passive / closed header state */
			/*background:  no-repeat top right #6c1e88;*/
			background:  no-repeat top right #6c1e88;
			color: #ffffff;
			border-bottom: 1px solid #6c1e88;
		}
		
		.accordion_content {
		     line-height: 125%;
			 margin-top: 5px;
			background-color: #ffffff;
			color: #333333;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
/*
	END of FAQ page accordians
*/	  	

/*LAYOUT FOR FAUX COLUMNS	ORIGINAL BACKGROND*/
#org_bkg {
	margin-left: 20px;
	float:left;
	background-color: #eeeeee;
	background-image: url(../../images/org_bkg.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0;

}

/*LAYOUT FOR POSTAL TABLE*/
.postal_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	border-style: solid;
	border: 1px solid #ddd;
	line-height: 1.5;
}
.postal_table tr {
	background-color: #ccccff;
}
.postal_table td {
	border: 1px solid #eee;
	padding: 10px 2px 0px 5px;
}
.postal_table th {
	border: 1px solid #eee;
	padding: 2px;
}

/* RIGHT FLOATED IMAGES WITH CAPTIONS*/
.img_floatright {
	float: right;
	width:270px;
	margin: 2.5em 0 10px 10px;








background color: #ddd;
}
.img_floatright img {
	text-align:center;
	margin-top: 0px;
}

.img_floatright p {
margin-top:0px;
text-align:center;
font-size:smaller;
font-style:italic;
}

.right_caption {
	font-weight: bold;
	position:relative;
	float:right;
	padding: 10px 5px 5px 5px;
}
.main_button_wrap {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 75px;
	border-top-style: none;
	background-color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.large_purple_font {
	/*used for purple question mark on index page*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px;
	font-style: normal;
	/*text shadow effcect not viewable in firefox or ie before 9*/
	text-shadow: 2px 2px 1px rgba(0,0,0,.3);
	color: #6c1e88;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.large_download_font {
		/*used for download word in download intro page*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	/*text shadow effcect not viewable in firefox or ie before 9*/
	text-shadow: 2px 2px 1px rgba(0,0,0,.3);
	color: #6c1e88;
	/*float: right;*/
	margin-right: 15px;
	
}



