/* - - - - - - - - - - - - - - - - - - - - -

Title : CIBSE
URL : http://www.cibse.com.au

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

- - - - - - - - - - - - - - - - - - - - - */


/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/

html {
	padding: 0;
	margin: 0 auto;
	}


body, normal{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: center;
	background: url(/persistent/templateimages/bg_gradient.jpg) #FFFFFF repeat-x;
	}



.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}	
	
	
/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/


div#container {
	width: 760px;
	margin: 0 auto;
	border: 1px solid #999999;
	background: url(/persistent/templateimages/content_bg.jpg) repeat-y;
	padding: 0;
	text-align: left;
	}
	
		div#header {
			width: 760px;
			height: 130px;
			border-top: 5px solid #FFFFFF;
			border-bottom: 3px solid #FFFFFF;
			}
					
		
		div#topNavbar {
			width: 760px;
			height: 30px;
			padding: 0;
			margin: 0;
			background-image:url(/persistent/templateimages/nav_bar.jpg);
			}

			
		div#imageBanner {
			width: 760px;
			height: 120px;
			margin: 0;
			padding: 0;
			border-top: 5px solid #FFFFFF;
			}
		/* --------------------   main section ------------------ */

		div#subNavbar {
			float: left;
			width: 170px;
			margin: 0 0 40px 0;
			padding: 0;
			min-height: 350px;
			border-top: 5px solid #FFFFFF;
			}
			
			#subNavbarImage {
				width: 170px;
				height: 120px;
				padding: 0;
				margin: 0;
				border-bottom: 5px solid #FFFFFF;
				}
				
				
			#searchBox {
				margin-bottom: 10px;
				padding: 10px;
				}
				
				#searchBox p {
					margin-bottom: 5px;
					}
					
				.SearchButton {
					font-size: 10px;
					padding: 1px;
					text-decoration: none;
					border-color: #CCCCCC;
					border-width: 1px;
					background-color: #CCCCCC;
					color: #666666;
					font-weight: bold;
					padding: 1px;
					}
		
			
		div#contentHome {
			float: left;
			width: 395px;
			margin: 0;
			padding: 20px;
			}	
		
				div#sponsors {
					width: 100%;
					}
					
					.sponsorImage {
						margin: 0 10px 10px 0;
						}
		
		div#promo {
			float: left;		
			width: 155px;
			margin: 0;
			padding: 0;
			padding-top: 20px;
			}
			
			div#promo a img {
				border: 1px solid #FFFFFF;
				}
				
				div#promo a:hover img {
				border: 1px solid #0099CC;
				}
		
		
		div#contentDefault {
			float: left;
			width: 550px;
			margin: 0;
			padding: 20px;
			}	
		
		
		

div#footer {
	width: 760px;
	height: 30px;
	margin: 0 auto;
	color: #999999;
	height: 26px;
	}
		div#footer p{font-size: 11px; color: #999999; margin:0; padding:3px 0}
		div#footer a{font-size: 11px; color: #999999; font-weight:bold; text-decoration:none;}
		div#footer a:hover{text-decoration: underline;}
		.copyright, .copyrightCIBSE {float: left; width: 300px; text-align: left;}
		.SS {float: right; text-align: right;}




div#stats {
	display: none;
	clear: both;
	}


/*
----------------------------------------------------------------------------- 
MAIN NAVIGATION MENU
-----------------------------------------------------------------------------*/

#nav {
	height: 30px;
	}

#nav, #nav ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 0 3px;
	z-index: 2;
	}
	
#nav li {
	float: left; 
	padding: 0px; 
	color: #FFFFFF;
	}

#nav li a {  /*top level item*/
	font-size: 11px;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 6px 10px 7px 11px;
	font-weight: bold; 
	}

.normal {
	color: #FFFFFF;
	border-left: 1px solid #EAEAEA;
	}
.selected {
	color: #1C4A66;
	border-left: 1px solid #EAEAEA;
	}

#homenormal {
	border: none;
	color: #FFFFFF;
	}
	
#homeselected {
	border: none;
	color: #1C4A66;
	}
	
#nav li a:hover {  
	color: #1C4A66;
	}


#nav li ul {  /*drop down list*/
	position: absolute;
	left: -950em;  /*hides submenu by default*/
	height: auto;
	width: 214px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	background-color:#DBDBDB;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	z-index: 2;
	}
	
#nav li ul li {  /*drop down list item*/
	width: 214px;
	margin: 0;
	padding: 0;
	}
	
#nav li ul li a {  
	font-size: 11px;
	display: block;
	text-decoration: none;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 4px;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
	width: auto;
	text-transform:none;
	}

#nav li ul li a:hover{
	color: #333333;
	background-color: #C0C0C0;
	}
	
#nav li li {
	width: 214px; }

#nav li ul ul {
	margin: -1.90em 0 0 19em; }

#longMenu { display: block; width: 155px; height: 10px; position: relative; top: -11px; left: 30px; }


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { left: -999em; }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { left: auto; }




/*-- Sub Navigation (default) --*/


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

ul#subNav  {
	width: 150px;
	padding: 0;
	margin: 10px;
	margin-bottom: 30px;
	}

ul#subNav li {
	border-bottom: 1px solid #FFFFFF;
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	min-height: 22px;
	}
		ul#subNav li a {   /*--- SECOND LEVEL ---*/
			display: block;
			padding: 8px 5px 8px 0;
			color: #666666;
			margin: 0;
			}
		ul#subNav li.subnav_selected a{     /*--- SECOND LEVEL ACTIVE ---*/
			font-weight: bold;
			color: #666666;
			}

ul#subNav li.parentItem {
	border-bottom: 1px solid #FFFFFF;
	background: none;
	list-style: none;
	text-transform: uppercase;
	display: block;
	padding: 0;
	color: #B7B7B7;
	}
		ul#subNav li.parentItem a {  /*--- FIRST LEVEL ---*/
			color: #336699;
			padding: 0 8px 8px 0px;
			}
	
ul#subNav li ul {

	margin: 0;
	padding: 0;
	width: 150px;
	}
	ul#subNav li ul li, ul#subNav li.subnav_selected ul li  {  /*--- FIRST LEVEL ---*/
		border-bottom: none;
		margin: 0;
		padding: 0;
		}
		
		ul#subNav li ul li a, ul#subNav li.subnav_selected ul li a {  /*--- THIRD LEVEL ---*/
			font-weight: normal;
			padding: 7px 4px 7px 12px;
			color: #666666;
			}
		ul#subNav li.subnav_selected ul li.subnav_selected a {    /*--- THIRD LEVEL ACTIVE---*/
			color: #666666;
			font-weight: normal;
			background-color: #E9E9ED;
			}
		

/*
----------------------------------------------------------------------------- 
HEADINGS
-----------------------------------------------------------------------------*/


h1 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	margin: 0 0 20px 0;
	}
	
h2 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	}

h3 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	}
	



/*
----------------------------------------------------------------------------- 
DEFAULT FONT STYLES
-----------------------------------------------------------------------------*/


td, p, li {
	font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	}
	
p {
	margin-bottom: 10px;
	}
	

hr {
	border: none;
	border-top: 1px dashed #D7D7D7;
	color: #FFFFFF;
	}
	
b, strong {
	color: #666666;
	}

li {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	}


/*
----------------------------------------------------------------------------- 
LINKS
-----------------------------------------------------------------------------*/

a { 
	text-decoration: none;
	font-weight: bold;
	color: #0099CC;
	}
	
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #0099CC;
	}




/*
----------------------------------------------------------------------------- 
FORMS
-----------------------------------------------------------------------------*/


form {
  	margin: 0;
	padding: 0;
}

input, textarea, .feedback_input, .feedback_input2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #999999;
	color:#333333;
 }
 
select { 
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #999999;
	color:#006699;
 }

.feedback_button{ 
	font-size: 11px;
	padding: 0;
	text-decoration: none;
	border-color: #F9AB23;
	border-width: 1px;
	background-color: #F9AB23;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px;
	}

.feedback_td {
	vertical-align: top;
	}

checkbox {
	border: none;
	}

#formLabel{
	color: #999999;
	text-align:right; 
}	


#enquiryForm h2 {
	color: #FF6600;
	padding: 4px 0;
	}
	

/*
----------------------------------------------------------------------------- 
ADDITIONAL STYLES
-----------------------------------------------------------------------------*/

/*  home page  */

#homeNews  h2 {   
	padding: 0;
	margin: 0 0 2px 0;
	}
	
#homeNews p {
	margin: 0 0 15px 0;
	padding: 0;
	}
	
.newsArchiveSearch {
	text-align: right;
	}	


/*  news and events internal pages  */
	
.dateinner{
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	}
	
/*
----------------------------------------------------------------------------- 
FORUM STYLES
-----------------------------------------------------------------------------*/
	
#contentForum{
	width: 720px;
	margin: 20px;
	}









	
	
