/* CSS Document */

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

Title : Bridge Housing
URL : http://www.bridgehousing.org.au

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

Description : full website styles

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

/*
----------------------------------------------------------------------------- 
GLOBAL BROWSER - Baseline values for browser consistency
-----------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote { 
	margin: 0;
	padding: 0;
	}

body {
	font: 12px/17px  Arial, Verdana, Tahoma,helvetica, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}

hr {
	border: 1px solid #ccc;
	height: 1px;
	margin: 2px auto;
	width: 100%;
	clear: both;
	}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}

h1 {
	font-size: 1.2em;/*formerly 16px converted to ems for scaleability*/
	color: #424da7;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: capitalize;
	margin-bottom: 14px;
	margin-top: 15px;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;/*formerly 12px converted to scalable*/
	color: #990000;
	margin: 25px 0 15px 0;
	}
	
h3 {
	color: #797979;
	font-size: .90em;/*formerly 11px converted to scalable*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	

a {
	color: #2f3776;
	text-decoration: underline;
	}
	
a:hover {
	color: #000000;
	text-decoration: none;

	}

#stats {
display: none;
height: 0;
line-height: 0;
} 



/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/


	
#top {
	width: 786px;
	margin: 0 auto 0 auto;
	height:90px;
	}
	
	#logo {
	float: left;
	width: 190px;
	height: 90px;
	}
	
	#logo_left {
	float: right;
	width: 250px;
	height: 90px;
	
	}

	#top_menu {
	width: 328px;
	height: 26px;
	float: right;
	background: url(/persistent/siteimages/top_menu_bg.gif) no-repeat;
	text-align: center;
	font-size: 11px;
	
	}
	
	#top_menu a {
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.9;	
	}
	
	#top_menu a:hover {
	color : #2f3776;
	}
	
#menu_bg {
width: 100%;
height: 44px;
background: url(/persistent/siteimages/menu_bg.jpg) repeat-x;

}

	#menu_wrapper {
	width: 786px;
	margin: 0 auto 0 auto;
	height: 44px;
	} 
	
	
#header_bg {
height: 145px;
width: 100%;
margin: 0 auto 0 auto;
background: url(/persistent/siteimages/header_bg.jpg) repeat-x;

}
	#header {
	height: 132px;
	width: 786px;
	margin: 0 auto 0 auto;
	padding-top: 8px;
	}
	
#content_wrapper {
	width: 786px;
	margin: 0 auto 0 auto;
	height: 100%;
	padding: 25px 0 15px 0;

}

.home_left {
	background: url(/persistent/siteimages/sub_bg_lan.jpg) repeat-x;

}

.content_home {
padding: 0 20px 20px 0;
vertical-align: top;

}

	#contentS_wrapper {
	padding: 5px 0 5px 0;
	width: 786px;
	margin: 0 auto 0 auto;
	
	}
	
	#contents {
	padding: 20px 0 20px 0;
	
	} 
	
	
	
	#contents {
	float: right;
	width: 570px;
	vertical-align: top;
	
	}

#footer_bg {
height: 40px;
width: 100%;
margin: 0 auto 0 auto;
background: url(/persistent/siteimages/footer_bg.jpg) repeat-x;
}

	#footer {
	width: 786px;
	height: 40px;
	margin: 0 auto 0 auto;
	font-size: 11px;
	}
	
	#footer a {
	color: #FFFFFF;
	
	
	} 
	
	#footer_menu {
	width: 370px;
	float: left;
		padding-top: 11px;
		color: #FFFFFF;

	
	}
	
	#copy {
	width: 350px;
	float: right;
	padding-top: 11px;	
	color: #FFFFFF;
	text-align: right;

	}


/*
----------------------------------------------------------------------------- 
NAVIGATION - Main Site
-----------------------------------------------------------------------------*/


/* -- Top Menu Sucker Fish 4 Level -- */


#nav, #nav ul {
	list-style: none;
	line-height: 3.0;
	padding: 0;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	 	}
	
#nav li {

	float: left;
	display:inline;
	padding: 0;
	}

#nav li a {
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 30px;
	}
	
#nav li a:hover { 
	color: #c3dffc;
	text-decoration: none;
	}

#mainNavItemSelected { 
	color: #c3dffc;
	}
	
.mainNavItem { 
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	padding-left: 0;
	padding-right: 14px;
	}


#nav li ul {
	position: absolute;
	border-bottom: 1px solid #FFFFFF;
	left: -999em;
	height: auto;
	width: 150px;
	margin: 0;
	padding: 0;
	}

#nav li ul li { 
	background-image: none;
	background-color: #3A2F19;
	}

#nav li ul a, #nav li ul a:visited {
	display: block;
	text-decoration: none;
	text-align: left;
	padding: 5px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	font: normal 11px Arial, Helvetica, sans-serif;
	width: 150px;
	background-color: #000000;
	background-image: none;
	}
	
#nav li ul a:hover { 
	color: #FFFFFF;
	background-image: none;
	background-color: #2e3573;
	}

#nav li li {
	width: 150px;
	}

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

#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;
	z-index: 500;
	}

#nav li:hover, #nav li.sfhover { 
	color: #3A2F19;
	}

#nav li ul li:hover, #nav li ul li.sfhover { 
	background-image: none;
	background-color: #3A2F19;
	}

/* Sub Nav
--------------------------- */


#sub_bg {
	width: 187px;
	float: left;
	background: url(/persistent/siteimages/sub_bg.jpg) no-repeat;
	height: 454px;	
	}
	
	
.subMenu {
    height: 30px;
    width: 170px;
	padding-left: 20px;
	background-position: bottom;
	text-align: left;
	background: url(/persistent/siteimages/sub_bg.jpg) repeat-x;	
}

.subMenu a {
font-family: Tahoma, Arial, sans-serif, Helvetica, Verdana ;
font-size: 11px;
	font-style: normal;
	color: #FFF;
	text-align: left;
	line-height: 1.1;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;

}

.subMenu a:hover {
	color: #000000;
	text-decoration: none;
}

#selected {
	color: #000000;
		}


.content_home li {

} 

#contentS_wrapper li {
margin-left: 45px;

}

.td_light_grey {
background-color: #EBEBEB;/*formerly #F4F4F4*/

}

.td_darker_grey {
background-color: #CCCCCC;/*formerly #DDDDDD*/

} 

a.linkopacity img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	}

a.linkopacity:hover img {
	filter:alpha(opacity=80);   
	-moz-opacity: 0.90;   
	opacity: 0.90;
	}

/*
----------------------------------------------------------------------------- 
NEWS PLUGIN
-----------------------------------------------------------------------------*/


/*March 2009: | Amendments on behalf of Bridge Housing by Tada Productions contact at URL: http://www.tada.com.au
----------------------------------------------------------------------------- 
OL decimal
-----------------------------------------------------------------------------*/
#numlist ol li{
	list-style-type:decimal;
}
#numlist ol li li{
	list-style-type:circle;
}

/*
----------------------------------------------------------------------------- 
UL in tables
-----------------------------------------------------------------------------*/
#numlist_td ul li{
	margin-left:12px;
}
/*
----------------------------------------------------------------------------- 
Accessibility Icons
-----------------------------------------------------------------------------*/
#show-with-script{
	display:none;
	height:22px;
	width:auto;
}

#access{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:2px;
	margin-bottom:10px;
	float:right;
}
#access ul{
	margin-left:0px;
	text-indent:none;

}
#access a{
	text-decoration:none;
	display:block;
		
}

#access li{
	list-style-type:none;
	float:left;
	font-weight:bold;
	height:22px;
	color:#CC0000;
	position:relative;
	width: 20px;	
	margin-left:5px;
}

.access_print{
	background-image:url(/images/accessibility_icons/newicon_f02.gif);
	background-repeat: no-repeat;
}

.access_email{
	background-image:url(/images/accessibility_icons/newicon_f01.gif);
	background-repeat: no-repeat;
}

.access_text2{
	font-size:15px;
}

.access_text3{
	font-size:22px;
}

/*
--------------------------------------------------------
accessibility showhide demo
--------------------------------------------------------
*/

#container {
			width: 100%;
			margin: 0 auto;
		}
#hide-with-script {
			width:100%;
			font-size:100%;
			color: #000;
		}
		
		/*
--------------------------------------------------------
directors image and caption
--------------------------------------------------------
*/
#directors{
	position:relative;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #eeeeee;
	width:380px;
}
.image_caption{
	margin-left:auto;
	margin-right:auto;
	width:380px;
	padding:3px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:100%;
}

/*
-----------------------------------------------------------
sidenav on homepage
-----------------------------------------------------------
*/
#sidenav{
	width:205px;
	height:auto;
}
#sidenav ul{
	list-style-type:none;
	margin-left:-45px;
	
}
#sidenav li{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-indent:30px;
	line-height:38px;
	text-align:left;
}
#sidenav a{
	text-decoration:none;
	display:block;
	color:#FFFFFF;
}
#sidenav a:hover{
	color:#CCCCCC;
}

.sidenav_blue{
	background-image:url(/images/sidenav/side_buttons_bg_f01.jpg);
	background-repeat:no-repeat;
	height:40px;
	margin-bottom:1px;
}
.sidenav_grey{
	background-image:url(/images/sidenav/side_buttons_bg_f02.jpg);
	background-repeat:no-repeat;
	width:205px;
	height:40px;
	background-position:top center;
	margin-bottom:1px;
}
#buttonalign{
	height:6px;

}
#buttonalign2{
	height:18px;
	background-color:#FFF;

}
/*
----------------------------------------------------------------------------- 
maxwidth
-----------------------------------------------------------------------------*/

#maxwidth{
	max-width:580px;
	width : expression((this.width<580) ? "auto" : "580px");

}
#maxtable{
	max-width:580px;
	width:expression((this.width<580) ? "auto" : "580px");
	
}
/*
----------------------------------------------------------------------------- 
holding pg 
-----------------------------------------------------------------------------*/

#holindpg {
margin-top: 50px;

} 

.holdingpg {
font: 14px normal Arial, Helvetica, sans-serif;
color: #555555;

} 
#tabletext{
	width:100%;
}
.tabletext{
	float:left;
	width:580px;
	position:relative;
	z-index:1;
} 
