/* Site Layout Styles
 * Updated:  11 Mar 09 @ 9.43am
 * Author: Matthew Holmes <www.ivt.com.au>
 * ---------------------------------------------*/

	#content_inner_mainbar img { border: 0 solid #DEDCDC; }

	@import "thickbox.css";

	/*
	-- TOC
	---------------------------------------
	1. Colors
	2. Reset
	3. Fix Floats
	4. Links
	5. Typography
	6. Structure
	*/

	/* -- COLORS
	---------------------------------------*/
	/* blue 	=				#004990 */
	/* grey		=				#666666 */


	/* -- RESET
 	---------------------------------------*/
 	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: 100%; font-family: inherit; list-style: none; }
 	
 	table { border-collapse: collapse; border-spacing: 0; }
 	
 	
 	/* -- FIX FLOATS
 	---------------------------------------*/
 	.clearfix:after { display: block; clear: both; height: 0; content: "."; visibility: hidden; }
 	* html .clearfix { height: 1%; }
 	*+ html .clearfix { height: 1%; }


	/* -- LINKS
	---------------------------------------*/
	a { color: #004990; text-decoration: none; }
	a:hover { text-decoration: underline; }

	
	/* -- TYPOGRAPHY
	---------------------------------------*/
	h2 { padding: 18px 0 12px; color: #004990; font-size: 1.2em; font-weight: bold; text-transform: uppercase; }
	
	h2#content_title { margin: 0 0 .2em; padding: 0 0 0 40px; color: #fff; font-size: 2em; text-transform: uppercase; }
	h2#record_title { margin: 0 0 .5em; padding: 0; color: #000; font-size: 1.6em; text-transform: none; }
	
	h3 { margin: 0 0 1em; color: #000; }
	
	p { margin: 0 0 1em; }

	/* -- STRUCTURE
 	---------------------------------------*/
	body { background: #e3e2e2; color: #000; font: 62.5%/1.6 Helvetica, Arial, sans-serif; }
	
	
		/* --- container */
		#container { position: relative; width: 990px; margin: 0 auto; }
		
		
			/* ---- header */
			#header { height: 152px; background: url(../images/bg.gif) 0 0 no-repeat; }
			
				/* ----- logo */ 
				#header h1 { float: left; width: 115px; padding: 11px 0 0 65px; }
				
				/* ----- sub nav */
				#header ul#subnav { float: right; padding: 10px 34px 0 0; }
				#header ul#subnav li { float: left; margin: 0; padding: 0; background: url(../images/subnav-divider.gif) right no-repeat; }
				#header ul#subnav li.end { background: none; }
				#header ul#subnav li a { float: left; display: block; padding: 4px 10px; font-size: 1.2em; }
				
					/* ------ search form */
					#header form { width: 240px; height: 26px; background: url(../images/search-form.gif) no-repeat; }
					#header form label { float: left; display: block; width: 58px; height: 26px; margin: 0; border: 0; text-indent: -999em; }
					#header form input { float: left; width: 150px; margin: 0; padding: 6px 5px 0; border: 0; background: none; }
					#header form button { float: left; width: 22px; height: 26px; margin: 0; border: 0; background: none; text-indent: -999em; cursor: pointer; }
				
				/* ----- main nav */
				#header ul#nav { float: right; width: 742px; height: 45px; margin: 65px 0 0 0; padding: 0 25px 0 0; }
				#header ul#nav li { float: left; height: 45px; }
				#header ul#nav li a { display: block; height: 45px; background-image: url(../images/main-nav.gif); text-indent: -999em; }
				
					/* ------ off state */
					#header ul#nav li a.professional { width: 216px; background-position: 0 0; }
					#header ul#nav li a.events { width: 163px; background-position: -216px 0; }
					#header ul#nav li a.news { width: 65px; background-position: -379px 0; }
					#header ul#nav li a.awards { width: 80px; background-position: -444px 0; }
					#header ul#nav li a.resources { width: 104px; background-position: -524px 0; }
					#header ul#nav li a.membership { width: 114px; background-position: -628px 0; }
					
					/* ------ over state */
					#header ul#nav li a.professional:hover { width: 216px; background-position: 0 -45px; }
					#header ul#nav li a.events:hover { width: 163px; background-position: -216px -45px; }
					#header ul#nav li a.news:hover { width: 65px; background-position: -379px -45px; }
					#header ul#nav li a.awards:hover { width: 80px; background-position: -444px -45px; }
					#header ul#nav li a.resources:hover { width: 104px; background-position: -524px -45px; }
					#header ul#nav li a.membership:hover { width: 114px; background-position: -628px -45px; }
					
					
			/* ---- content */
			#content { padding: 10px 0 5px; background: url(../images/web/bg.gif) 0 -152px no-repeat; font-size: 1.1em; position: relative; }
			
				#content_inner { padding: 15px 0 15px 40px; font-size: 1.1em; }
				#content_inner a { color: #000; text-decoration: underline; }
				#content_inner a:hover { text-decoration: none; }
				
				#content_inner_mainbar { float: left; width: 674px; padding: 0 20px 0 0; }
				#content_inner_mainbar ul { margin: 0 0 1em 10px; }
				#content_inner_mainbar ul li { padding: 0 0 0 10px; background: url(../images/bullet-point-icon.gif) 0 5px no-repeat; }
				
				#content_inner_mainbar ul.sitemap_level1 { margin: 0; }
				#content_inner_mainbar ul.sitemap_level1 li { margin: 0; padding: 0 0 0 10px; }
				
				#content ul.icons { position: absolute; top: 65px; right: 265px; }
				#content ul.icons li { float: left; margin: 0; padding: 0 0 0 10px; background: none; }
				#content ul.icons li.email a { float: left; display: block; width: 24px; height: 21px; background: url(../images/email-icon.gif) no-repeat; text-indent: -999em; }
				#content ul.icons li.print a { float: left; display: block; width: 23px; height: 21px; background: url(../images/print-icon.gif) no-repeat; text-indent: -999em; }
				#content ul.icons li.twitter a { float: left; display: block; width: 21px; height: 21px; background: url(../images/twitter-icon.gif) no-repeat; text-indent: -999em; }

				
				#content_inner_sidebar { position: relative; top: -31px; float: left; width: 220px; padding: 0 0 0 10px; }
				#content_inner_sidebar li { width: 220px; margin: 0 0 4px; background: #e9e9e9; }
				#content_inner_sidebar li a { display: block; padding: 5px 5px 3px; text-decoration: none; font-weight: bold; }
				#content_inner_sidebar li li { width: 220px; margin: 0; background: #fff; border-bottom: 1px dotted #ccc; }
				#content_inner_sidebar li li a { padding: 5px 5px 3px 26px; background: url(../images/bullet-point-menu-icon.gif) 5px 7px no-repeat; font-weight: normal; }
				#content_inner_sidebar li li a:hover, #content_inner_sidebar li li.on a { font-weight: bold; }
				
				p.breadcrumb { width: 500px; }
				
				
				/* ----- login form */
				form#login ol li, form#login button { margin: 0 0 .5em; }
				form#login ol li label { display: block; width: 100%; margin: 0; }
				form#login input { width: 250px; padding: 5px; border: 1px solid #ccc; }
				form#login button { display: block; width: 66px; height: 24px; padding: 0; border: 0; background: url(../images/login-btn.gif) no-repeat; cursor: pointer; text-indent: -999em; }
				
				/* ----- forgotten password form */
				form#passwordForm legend { display: none; }
				form#passwordForm ol li { margin: 0 0 .5em; }
				form#passwordForm ol li label { display: block; width: 100%; margin: 0; }
				form#passwordForm input { width: 250px; padding: 5px; border: 1px solid #ccc; }
				
				/* hidden elements */
				p.path { display: none; }
				
				/* main search */
				div.search_form { padding: 0 0 15px; }
				div.search_form legend, div.search_form label { display: none; }
			
			
			/* ---- footer */
			#footer { height: 87px; background: url(../images/web/bg.gif) 0 -5040px no-repeat; text-align: center; color: #999; }
			#footer p#tagline { padding: 10px 0 0; color: #004990; font-size: 1.4em; font-style: italic; font-weight: bold; }
			#footer a,#footer a:link,#footer a:visited {color: #999; font-size: 1em; text-decoration: underline;}
			#footer a:hover,#footer a:active {color: #666; font-size: 1em; text-decoration: underline;}
			
			
			/* ---- copyright */
			#copyright { padding: 8px 0 15px; background: url(../images/web/bg.gif) 0 -5127px no-repeat; text-align: center; color: #666666; font-size: 1.1em; }
			
			
.formtable input,.formtable select,.formtable textarea{
margin:6px 0;
}
.formtable select{
width:145px;
}

.formtable textarea{
font-family:arial;
font-size:13px;
width:400px;
height:110px;
}

.formtable .submit{
width: 91px;
height: 28px;
text-indent: -9999px;
background-image: url(/sb/styles/contacts/images/web/submit-btn.gif);
cursor: pointer;
display:block;
overflow: hidden;
border:0;
float:left;
display:inline;
margin:0 0 0 150px;
}


.formtable .cancel{
display:none;
}

.formtable{
text-align:left;
}

.add-this{
position:relative;
left:620px;	
}

#content_inner_mainbar img{border:7px solid #dedcdc; margin:0;padding:0;}
div#pdSideBar  img{border:0;}
#content_inner_mainbar .newsListFull img {border:0;}

form#info_form
{
	width: 600px;
}

form#info_form th { text-align: left; vertical-align: top; }


/*form#info_form #formpage_0 label.wide
{
	display: block;
	width: 100%;
}*/

form#info_form label.labelinput, form#info_form label.wide { float: left; display: block; width: 180px; padding: 3px 0 0; }
/*form#info_form label.wide { float: left; display: inline; }*/
form#info_form label.wide span.subject { display: inline-block; width: 92px; color: #000; }
form#info_form span.security { float: none; display: inline-block; width: 100% !important; }
form#info_form br { clear: both; }
form#info_form img { border: none; padding: 0; }
form#info_form fieldset fieldset { margin-left: 180px; }
form#info_form input.cancel { display: none; }
table#form_info_buttons { width: auto; }
input.submit {
width: 91px;
height: 28px;
text-indent: -9999px;
background-image: url(/sb/styles/contacts/images/web/submit-btn.gif);
cursor: pointer;
display:block;
overflow: hidden;
border:0;
float:left;
padding: 28px 0 0;
display:inline;
margin:0 0 0 180px;
}

form#info_form select { margin: 0 0 5px; }
.textarea_small_off, .textarea_small_on, .input_medium_off, .input_medium_on, .input_large_off, .input_large_on { width: 350px; margin: 0 0 5px; padding: 3px; border: 1px solid #ccc; }

.select_large_off, .select_large_on { font-size: 11px !important; }
.input_medium_on, .input_medium_off { width: 250px; margin: 0 0 5px; }

