/* Site Layout Styles
 * Updated:  12 May 2008 @ 1.50pm
 * Author: Matthew Holmes <www.ivt.com.au>
 ---------------------------------------------*/

/* -- reset css [http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/] */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-size: inherit; 
	font-family: inherit; 
	vertical-align: baseline;
	list-style: none;
	}


	body {
		background: #d7d7d7;
		color: #444;
		font: normal 62.5%/1.6 "Trebuchet MS", Arial, Helvetica, sans-serif;
		}
	
	
		/* -- links */
		a {
			color: #1f99d7;
			}
		a:hover {
			text-decoration: none;
			}
		
		
		
		
		/* -- structure
		---------------------------------------------*/
		#container {
			width: 990px;
			margin: 0 auto;
			}
		#wrapper {
			background: #fff url(../webimage/bg-top.jpg) top center no-repeat;
			padding: 0 0 15px;
			}
			
			/* using clearfix solution to reduce any html markup just apply class="clearfix" to any div you want. */
 			.clearfix:after {
 				display: block;
 				clear: both;
 				height: 0;
 				content: ".";
 				visibility: hidden;
 				}
 			* html .clearfix { /* ie hack it needs to use height: 1%, does not support the :after pseudoclass */
 				height: 1%;
 				}
 			*+ html .clearfix {
 				height: 1%;
 				}
 				
 				
 			/* -- header [logo, main nav, sub nav] */
 			#header {
 				position: relative;
 				height: 154px;
 				background: url(../webimage/bg-header.gif) no-repeat;
 				}	
 				
 				/* logo */
 				#header h1 {
 					padding: 28px 0 0 36px;
 					}
 				#header h2 {
 					position: absolute;
 					top: 62px;
 					right: 40px;
 					}
 				
 				
 				/* main navigation */
 				ul#nav {
 					position: absolute;
 					bottom: 15px;
 					right: 40px;
 					height: 37px;
 					background: url(../webimage/btn-nav.gif) no-repeat;
 					}
 				#nav li {
 					float: left;
 					margin: 0;
 					}
 				#nav li a {
 					display: block;
 					height: 37px;
 					background: url(../webimage/btn-nav.gif) no-repeat;
 					text-indent: -999em;
 					}
 					
 					/* default */
 					#nav li a.aboutus { width: 79px; background-position: 0 0; }
 					#nav li a.national { width: 151px; background-position: -79px 0; }
 					#nav li a.news { width: 73px; background-position: -230px 0; }
 					#nav li a.events { width: 82px; background-position: -303px 0; }
 					#nav li a.research { width: 99px; background-position: -385px 0; }
 					#nav li a.resources { width: 106px; background-position: -484px 0; }
 					#nav li a.member { width: 113px; background-position: -590px 0; }
 					
 					/* hover */
 					#nav li a.aboutus:hover { width: 79px; background-position: 0 -37px; }
 					#nav li a.national:hover { width: 151px; background-position: -79px -37px; }
 					#nav li a.news:hover { width: 73px; background-position: -230px -37px; }
 					#nav li a.events:hover { width: 82px; background-position: -303px -37px; }
 					#nav li a.research:hover { width: 99px; background-position: -385px -37px; }
 					#nav li a.resources:hover { width: 106px; background-position: -484px -37px; }
 					#nav li a.member:hover { width: 113px; background-position: -590px -37px; }
 					
 					
 				/* sub navigation */
 				div#sub_nav {
 					position: absolute;
 					top: 70px;
 					left: 250px;
 					color: #fff;
 					font-size: 1.1em;
 					}
 				div#sub_nav a {
 					color: #fff;
 					}
 				
 				
 			/* main body [banner, content] */
 			#main_body {
 				min-height: 550px;
 				filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/sb/styles/public_pacfa_home/webimage/bg-content.png');
 				}
 			#main_body[id] {
 				background: url(../webimage/bg-content.png) top no-repeat;
 				}
 				
 				/* banner */
 				#banner {
 					margin: 0 30px;
 					}
 					
 				/* content */
 				#content {
 					margin: 0 30px;
 					font-size: 1.1em;
 					filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/sb/styles/public_pacfa_home/webimage/bg-content-dividers.png');
 					}
 				#content[id] {
 					background: url(../webimage/bg-content-dividers.png) no-repeat;
 					}
 					
 					/* common elements */
 					#content .col {
 						position: relative;
 						top: -20px;
 						float: left;
 						width: 202px;
 						padding: 15px;
 						}
 					#content .col h3 {
 						margin: 0 0 8px;
 						}
 					#content .col h3#contact_us {
 						margin: 22px 0 8px;
 						}
 					#content .col p.rss {
 						position: absolute;
 						top: 14px;
 						left: 60px;
 						}
 					#content .col p.more {
 						margin: 10px 0 0;
 						text-align: right;
 						}
 					#content .col p.more a {
 						padding: 0 0 0 20px;
 						background: url(../webimage/icon-arrow.gif) 4px 3px no-repeat;
 						}
 					#content .col ul li {
 						padding: 0 0 12px;
 						}
 					#content .end ul li {
 						padding: 0 0 8px;
 						}
 					#content .col span.large {
 						font-size: 1.3em;
 						font-weight: bold;
 						}
 					#content .col div.date {
 						color: #aaa;
 						font-style: italic;
 						}
 
 
/* -- member_search [developed by, copyright] */
.members_search ol li { clear:both; margin: 0 0 .75em; }
.members_search ol li label { display: block; width: 95%; }
.members_search ol li input { display: block; width: 95%; }
.members_search ol li select { display: block; width: 98%; }

 			/* -- footer [developed by, copyright] */
 			#footer {
 				border-top: 5px solid #ccc;
 				font-size: 1.1em;
 				}
 			#footer a {
 				color: #777;
 				}
 			#footer div.wrapper {
 				width: 990px;
 				margin: 0 auto;
 				}
 				
 				/* developed by */
 				p.developed {
 					float: right;
 					padding: 20px 42px;
 					}
 				
 				/* copyright */
 				p.copyright {
 					float: left;
 					padding: 20px 42px;
 					}
		
		
					/* thickbox */
					  #TB_overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100}.TB_overlayMacFFBGHack{background:url(../webimage/machack.png) repeat}.TB_overlayBG{background:#fff;filter:alpha(opacity=75);-moz-opacity:0.75;opacity:0.75}* html #TB_overlay{position:absolute;height:expression(document.body.scrollHeight >document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight+'px')}#TB_window{position:fixed;top:20%;left:50%;display:none;border:5px solid #ccc;border-bottom:5px solid #aaa;border-right:5px solid #aaa;background:#fff;text-align:left;z-index:102}* html #TB_window{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2)+(TBWindowMargin = document.documentElement &&document.documentElement.scrollTop || document.body.scrollTop)+'px')}#TB_caption{display:none !important}#TB_title{height:28px;background:#d7d7d7}#TB_ajaxWindowTitle{float:left;padding:10px 5px;color:#c06;font-size:1.2em;font-weight:bold}#TB_closeAjaxWindow{float:right;padding:5px 5px 5px 0;text-align:right}#TB_ajaxContent{clear:both;margin:0;padding:15px;text-align:left;overflow:auto}#TB_load{display:none;position:fixed;top:50%;left:50%;width:208px;height:13px;margin:-6px 0 0 -104px;z-index:103}* html #TB_load{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2)+(TBWindowMargin = document.documentElement &&document.documentElement.scrollTop || document.body.scrollTop)+'px')}#TB_ajaxContent #dashboard_title{height:74px;margin:0;padding:0;background:#fff;text-align:center}#TB_ajaxContent #dashboard_title h2{padding:15px;color:#fff;font-size:1.8em;font-weight:normal}#TB_ajaxContent #dashboard_title div{background:#006ea5}#TB_ajaxContent form,#TB_ajaxContent fieldset{margin:0;padding:0;border:0}#TB_ajaxContent form ol{margin:0;padding:0;list-style:none}#TB_ajaxContent form li{clear:both;margin:0 0 .75em;padding:0}#TB_ajaxContent form label{float:left;width:65px;margin-right:5px;padding:4px 0 0;text-align:right;font-size:1.1em}#TB_ajaxContent form label:after{content:":"}#TB_ajaxContent form input{width:185px}#TB_ajaxContent form button{margin-left:70px;padding:0;border:0;background:transparent;cursor:pointer}#TB_ajaxContent p{margin:10px 0 0;text-align:center}#TB_ajaxContent p a{font-size:1.1em}