/*
-----------------------------------------------
TICT Site Base Styles
Author: 	Ionata Pty Ltd
URL:		www.ionata.com.au
Version: 	22 December 2005
----------------------------------------------- */


body {
	background-color: 	#9BAFC3;
	margin: 			0; 
	padding: 			0; 
	font-family: 		Verdana, Arial, Helvetica; 
	color:				#333333;
}

body * { 
	margin: 			0; 
	padding: 			0; 
}

.clear-all { clear: both; }


#main {
    clear: 				both;
    position: 			relative;
}

a	{
	color:				#003366;
}
	
a:hover, a:visited	{
	color:				#376086;
}

/* PAGE CONTAINER
----------------------------------------------------------------------------- */

#container {
    margin: 			0 auto;
    width: 				100%;
}

#inner-container {
    background: 		transparent;
    text-align: 		left;
	width: 				740px;
	margin: 			0 auto;
}

#nav-container {
    margin: 			0 auto;
    width: 				100%;
}

#nav-inner-container {
    background: 		transparent;
    text-align: 		left;
	width: 				740px;
	margin: 			0 auto;
}

/* MASTHEAD
----------------------------------------------------------------------------- */

#header {
	border-bottom: 		10px solid white;
    border-top: 		10px solid white;
	z-index: 			100;
}

#masthead {
    background: 		#053868 url(/images/tict_masthead.gif) top center no-repeat;
    height: 			94px;
    position: 			relative;
}

#masthead h1 {
    display: 			none;
}

/* NAV-UTIL
----------------------------------------------------------------------------- */

#nav-util {
	width: 				520px;
	margin-top: 		10px;
	height: 			30px;
	padding: 			0;
	border-top: 		10px solid white;
	border-left: 		10px solid white;
	border-right: 		10px solid white;
	font-size: 			11px;
	background-color: 	#C3D6A1;
	font-weight: 		bold;
	color: 				#053868;
}

#nav-util a {
	height: 			24px;
	width: 				auto;
	text-decoration: 	none;
}

#nav-util a:link,
#nav-util a:visited {
	color: 				#053868;
}

#nav-util a:hover,
#nav-util a:active {
	text-decoration: 	underline;
}

#nav-util ul {
	float:				left;
	padding: 			0 0 0 2px;
}

#nav-util li {
	padding: 			6px 5px 0 8px;
	list-style-type: 	none;
	float:				left;
}

#nav-util .search-form {
	text-align: 		right;
	margin: 			2px 5px 0 0;
	vertical-align: 	top;
	float: 				right;
	width: 				190px;
}
#nav-util .search-form input.search {
	width: 				120px;
	vertical-align: 	middle;
	font-size:			10px;
}
#nav-util .search-form input.submit {
	vertical-align: 	middle;
	padding: 			0;
}

/* NAV-MAIN
----------------------------------------------------------------------------- */
#nav {
    border-top: 		10px solid white;  
    background: 		#6A9913;
	position: 			relative;
	width:				100%;
}
#nav-main {  
    height: 			30px;
    margin-left: 		0px;
    width: 				740px;
    z-index: 			100;
}
#nav-main ul {
    background: 		#6A9913;
    height: 			30px;
}

#nav-main li {
	list-style-type: 	none;
    float: 				left;
    height: 			30px;
    line-height: 		30px;
}

#nav-main li a {
    color: 				white;
    display: 			block;
    height: 			30px;
    text-decoration: 	none;
	font-size: 			11px; 
	color:				#FFFFFF;
	font-weight: 		bold;
	padding-left:		12px;
	padding-right: 		12px;
}

#nav-main li a:hover {
	background:			#9AB558;
    color: 				white;
    display: 			block;
    height: 			30px;
    text-decoration: 	none;
}

#nav-main li.active {
	background: 		#9AB558;
    color: 				white;
    height: 			30px;
    text-decoration: 	none;
}  

#nav-main .nav-li-aboutus {
	width:				80px;
	text-align:			center;	
}

#nav-main .nav-li-accreditation {
	width:				110px;
	text-align:			center;	
}

#nav-main .nav-li-mediareleases {
	width:				120px;
	text-align:			center;	
}

#nav-main .nav-li-annualawards {
	width:				115px;
	text-align:			center;	
}

#nav-main .nav-li-membership {
	width:				95px;
	text-align:			center;	
}


#nav-right {
	width: 				182px;
	float:				left;
    background: 		#C3D6A1;
    border-bottom: 		10px solid white;
    border-left: 		10px solid white;
}

/* NAV-SUB
----------------------------------------------------------------------------- */

#nav-sub {
	width: 				182px;
	float:				left;
}

#nav-sub ul {
    background: 		#C3D6A1;
    border-bottom: 		10px solid white;
    border-left: 		10px solid white;
    margin: 			0;
    padding: 			0;
}

#nav-sub li {
	list-style-type: 	none;
    font-size: 			11px;
	font-weight: 		bold;
    padding: 			0;
	margin: 			0;
    width: 				auto;
}

#nav-sub li a {
    background: 		#C3D6A1;
    color: 				#053868;
    display: 			block;
    padding: 			5px 11px;
    text-decoration: 	none;
}

#nav-sub li.alt a {
    background: 		#E1EBD0;
}

#nav-sub li.active a {
    background: #053868;
    color: white;
    font-weight: bold;
    }

#nav-sub li.section a {
    border-top: 		10px solid white;
	background:			#88AD42;
    color: 				white;
}

/* PAGE BODY
----------------------------------------------------------------------------- */

#outer-content {
    background: 		#fff url(/images/content_bg.gif) bottom no-repeat;
    border-left:		10px solid white;
    border-right: 		10px solid white;
    border-bottom: 		10px solid white;
    float:				left;
    top: 				0;
	padding-top: 		0px;
	overflow: 			hidden;
	padding-bottom: 	10px;
	z-index:			1;
	width:				538px;
}
    
#content {
    position: 			relative;
	padding: 			10px;
}

#content a	{
	color:				#003366;
}
	
#content a:hover	{
	color:				#376086;
}

#text {
	padding-top:		20px;
	padding-bottom:		10px;
	font-size: 			12px; 
}

#text td {
	font-size: 			12px; 
}

#text p {
	line-height: 18px;
	padding-bottom: 12px;
}

#text ul {
	padding-bottom: 12px;
}

#text li {
	list-style-type: disc;
	list-style-image: url( /images/li.gif );
	margin-left: 20px;
	line-height: 18px;
}

#text h2 { 
	font-family: 		Verdana, Arial, Helvetica; 
	font-size: 			16px; 
	font-weight: 		bold; 
	line-height: 		18px;  
	color:				#003366; 
	padding-top:		10px;
	padding-bottom: 	16px;
}

#content .print { 
	font-size: 			11px; 
	float: 				right; 
	padding-right:		10px;
}


#content .updated { 
	font-size: 			11px; 
	float: 				left; 
	font-style:			italic;
}

#document {
	clear:				both;
	margin: 			5px;
	margin-left: 		10px;
	margin-right:		0px;
	padding: 			10px;
	float: 				right;
	border: 			1px solid #CCCCCC;
	width: 				230px;
}

#document .heading {
    font-size: 			11px; 
    font-weight: 		bold; 
	letter-spacing: 	0.15em; 
	margin-bottom: 		5px;
	text-transform: 	uppercase;
	
}

#document .document {
	margin-bottom: 		8px;
}

#findaccredited {
	margin-right:		10px;
}

/* LAYOUT
---------------------------------------------------------------------*/

#footer {
    left: 				182px;
    width: 				496px;
}

/* BREADCRUMBS
----------------------------------------------------------------------------- */
#breadcrumbs {
	z-index: 			90;
	margin: 			0px 0 0 0px;
	padding: 			0;
	font-size: 			11px;
}
#breadcrumbs ul {
    list-style-type: 	none;
    margin: 			0;
    padding: 			0;
}

#breadcrumbs ul li {
	list-style-type: 	none;
    float: 				left;
    margin: 			0 8px 0 0;
    color: 				#333;
	background: 		url(/images/arrow.gif) no-repeat center left;
	padding: 			0 2px 0 12px;
}

#breadcrumbs .breadcrumb {
	list-style-type: 	none;
}

#breadcrumbs ul li a {
	font-weight: 		bold;
	color: 				#6A9913;
}

#breadcrumbs ul li.last-child {
	background: 		none;
}


/* HOMEPAGE
----------------------------------------------------------------------------- */


#frontpage {
	border-left:		10px solid white;
    border-bottom: 		10px solid white;
    border-right:		10px solid white;
    float:				left;
	padding: 			0px;
	z-index:			1;
	width:				490px;
}

#image {
    border-bottom: 		10px solid white;
}

#frontpage-content {
	background:			#F0F5E8;
	padding:			10px;
	font-size:			12;
}

#frontpage-content  h2 {
	display:			none;
}

#frontpage-content  p {
	line-height: 		18px;
	padding-bottom: 	12px;
}

#media-container {
	float:				left;
	background:			#EAEDF2;
    border-right:		10px solid white;
    border-bottom: 		10px solid white;
	z-index:			1;
	width:				200px;
	padding:			10px;
	font-size:			12px;
}

#media-container .heading { 
	font-family: 		Verdana, Arial, Helvetica; 
	font-size: 			14px; 
	font-weight: 		bold; 
	line-height: 		18px;  
	color:				#003366; 
	padding-bottom: 	12px;
}

.smallnews-item {
	padding-bottom:		25px;
	clear:				both;
}

.smallnews-date {
	font-style:			italic;
	font-size:			10px;
}

#media-container .more {
	font-weight:		normal;
	float:				right;
}

#media-container a	{
	font-weight:		bold;
}


/* HIDDEN
---------------------------------------------------------------------*/


#header h1 {
	display: none;
}

#credit {
	display: none;
}
h4.side_title
{
	background: white;
	padding: 5px 11px;
	font-size: 12px;
	font-weight: bold;
}