body {
	margin: auto;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #ffffff url(/images/green_white_gradient.gif) repeat-x;
}
#bgrndContainer {
	margin: auto;
	background: url(/images/echo_bgrnd.jpg) no-repeat;
	width: 100%;
	height: 100%;	
	display:table;
	background-position:top center;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #663399;
	text-decoration: underline;
}
a:hover {
	color: #df9738;
	text-decoration: underline;
}
img {
	border: 0;
}
p {
	margin: 0;
	padding: 0 0 12px 0;
}
/* h3, h4, h5
*************************************************/
h3 { /* Page Headings */
	font-size: 15px;
	margin: 0 0 12px 0;
	color: #238994;
}
h4 { /* Sub headings */
	font-size: 13px;
	color: #238994;
	margin: 5px 0 5px 0;
}
h5 { /* Head Office, Services Offered */
	font-size: 12px;
	margin: 5px 0 5px 0;
}
/* Content and Columns
*******************************************/
#content {
	position: relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
    width: 752px;			/* width of whole page */
	overflow: hidden;		/* This enables the footer_swirl to be shown */
	background: #ffffff url(/images/footer_swirl.gif) no-repeat;
	background-position: bottom left;
}
#leftColumn {
	float: left;
	margin: 0;
	padding: 0;		
	width: 173px;
}
#rightColumn {
	float: right;
	padding: 20px 31px 0 0;
	width: 515px;
}
/* IDs
*******************************************/
#container {
	margin: auto;
	padding: 16px 0 0 0;
	width: 750px;
	height: auto;
	text-align: left;
}
#flashContent {
	width: 750px;
	height: 192px;
	margin: 0;
	padding: 0;
	background-color: #999999;
}
#flashContent p {
	padding: 20px;
}
/* individual padding, floats, classes and IDs
*************************************************/
#padMainContent {
	padding: 20px;
}
.padRight {
	padding-right: 17px;	/* used for infoBoxes on homepage */
}
.padLeft {
	padding-left: 17px;
}
#lastBox {
	padding-left: 1px;		/* to align the infoBoxes neatly on homepage */
	overflow: visible;
}
img.floatRight {
	float: right;
	padding: 0 0 0 12px;
}
.dotPoints {
	margin: 0 0 0 12px;
	padding: 0 0 12px 12px;
}
.listNoPoints {
	margin: 0;
	padding: 0 0 12px 0;
	list-style-type: none;
}
.servicesContactInfo {	/* located in Company Profile */
	margin: 10px 0 10px 10px;
}
#map {
	float: right;
}
a.top {
	color: #df9738;
}
/* Job Placement Service Recruitment Process List
*************************************************/
#jobPlacementService {
	margin: 10px 0 15px 0;
	padding: 0;
}
#jobPlacementService ul {
	margin: 0;
	padding: 0;
}
#jobPlacementService ul li {	
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	list-style-type: none;
}
#jobPlacementService ul li.moreInfo {	/* indented info */
	margin: 0;
	padding: 0 0 5px 20px;
	font-weight: normal;
}

/* Info Box
*************************************************/
.infoBox {
	float: left;
	width: 175px;
	height: 160px;
	overflow: hidden;
	position: relative;
}
.infoBox p a {				/* aligns the info link to the bottom of infoBox */
	position:absolute;
	bottom:0;
}
.infoBox h4 {
	margin: 21px 0 9px 0;
	padding: 4px 5px 4px 10px;
	font-size: 12px;
	color: #ffffff;
	background-color: #d3cf12;
}
.infoBox p {
	margin: 0;
	padding: 0 0 12px 10px;
	font-size: 11px;
}
/* Top Navigation
*************************************************/
#nav {
	margin: 0;
	padding: 0;
	width: 752px;
	height: 21px;
	font-size: 11px;
	background: #ffffff url(/images/nav_top_bgrnd.gif) no-repeat;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav ul li {	
 	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
#nav ul li a {
	margin: 0;
	padding: 4px 10px 2px 10px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	display: block;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #643b71;
}
#nav li a.active {	
	margin: 0;
	padding: 4px 10px 2px 10px;
	color: #643b71;
	font-weight: bold;
	text-align: center;
	display: block;
}
.active li a {
	color:red;
}
/* sideNav Left Column Navigation
*******************************************/
#sideNav {	
	margin: 19px 0 0 0;
	padding: 0;
	width: 175px; 
	height: auto;
	font-size: 12px; 
}
#sideNav li, #sideNav li ul { 	
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sideNav li a {
	margin: 0;
	padding: 5px 0 4px 10px; 
	display: block;
	font-weight: bold;
	color: #ffffff;
	background-color: #8b6c95;
	border-bottom: 1px solid #643b71;
	height: 100%;	/* This fixes IE6 bug whereby extra padding is added below the <li>links</li> */
	text-decoration: none;
	list-style-type: none;
}
#sideNav li ul li a {
	font-weight: normal;
	padding: 5px 0 4px 10px; 
	display: block;
	color: #ffffff;
	background-color: #8b6c95;
	border-bottom: 1px solid #643b71;
	text-decoration: none;
	height: 16px;
}
#sideNav li a:hover { 
	background-color: #643b71;
}
#sideNav li a.active { 
	background-color: #643b71;
}
/* Footer
*******************************************/
#footer {
	float: left;
	padding: 50px 0 15px 0;
	width: 752px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
#footer ul li#first {
	padding: 0 25px 0 0;
}
#footer ul li a {	
	margin: 0;
	padding: 0 25px 0 0;
}
#footer ul li a:hover {
	color: #df9738;
	text-decoration: underline;
}
/* Tables
/*************************************/
table.workInfo { 
	margin: 10px 0 20px 0;
	width: 515px;
	border: 1px solid #B9BB94;
	border-collapse: collapse;	/* changes solid 2 line borders to 1 line */
	background-color: #fafafa;
}
table.workInfo td { 
	margin-left: 5px;
	padding: 5px;
	text-align: left;
	vertical-align: top; 
	border: 1px solid #B9BB94;
	background-color: #fafafa;		
}
table.workInfo td.heading { 
	font-weight: bold;
	border: 1px solid #6699CC;
	background-color: #BEC8D1;  
}
/* Bulletin Board Table
/*************************************/
table.bulletinBoard { 
	margin: 0;
	width: 515px;
	border: 0;
}
table.bulletinBoard td { 
	margin-left: 5px;
	padding: 5px;
	vertical-align: top; 
}
table.bulletinBoard td.month h4 {
	margin: 5px 0 0 0; 
}
.pink {
	background-color: #f5e7f2;
}
.cream {
	background-color: #f5f8d6;
}
/* Forms
*******************************************/
table#form h4 {		/* membership form, disability service register, contact feedback, lodge vacancy */
	padding-right: 17px;
	text-align: right;
}
#yes,#no,#full,#part,#casual {	/* radio button IDs */
	border: 0;
}
input, textarea {
	margin: 5px 0 5px 0;
	padding: 2px;
	border: 1px solid #B9BB94;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* Employees
*******************************************/
#employeeLogIn {
	padding: 20px;
}
#echo_employees_login_form input, #echo_employees_login_form label {
	margin: 0 0 6px 0;
	display: block;
}
#logout {
	float: right;
	padding: 15px 190px 0 0;
}
#echo_employees_homepage_form {
	margin: 0;
	pading: 0;
}







