@charset "UTF-8";
/* Main CSS for Balance Physiotherapy website (www.balancephysio.com.au)
		
		Author: Alyssa Finlay - www.artifact.com.au 
		Date: Feb 2009
		
*/


/* main div styles */

body  {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #63717d;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #4d81c8 url(images/bg.gif) top left repeat-y;

}

#wrapper {
	width: 1050px;
	margin: 0;
	padding: 0;
}


#sidebar1 {
	float: left;
	width: 400px;
	background: #20395f url(images/bpt_banner.jpg) top left no-repeat;
	margin-left: -860px;
	height:800px;
	display: inline;
}

#home #sidebar1 {
	background: #20395f url(images/banner_home.jpg) top left no-repeat;
}

#mainContent {
	float: left;
	width: 445px;
	margin-left:415px;
	padding: 50px 0 50px 0;
	display: inline;
	background-color: #FFFFFF;
}

#bodytext {
	padding-left: 35px;
	}

#sidebar2 {
	float: right;
	width: 150px;
	background-color: #20395f;
	display: inline;

}

#mainnav {
	padding-top: 20px;
}

#copyright {
	position: absolute;
	left: 0;
	top: 770px;
	width: 375px;
	text-align: right;
	font-size: .7em;
	color: #4d81c8;
	}
		


/* main navigation styles */


#mainnav ul {
	list-style:none;
	}
	
#mainnav li {
	padding-bottom: 15px;
	font-size: 0.9em;
}	

#mainnav li a {
	color: #213a60;
	text-decoration: none;
	font-weight: bold;
}

#mainnav li a:hover{
	color: #fff;
}

body#home li#home a, body#about li#about a, body#services li#services a,
body#staff li#staff a, body#hours li#hours a, body#links li#links a, 
body#contact li#contact a, body#articles li#articles a {
	color: #fff;
	}


/* main FONT styles */

h1.logo {
	width: 300px; height: 85px;
	background: url("images/logo.gif");
	text-indent: -9999px;
	margin-bottom: 50px;
}

h2 {
	color: #3a99cf;
	font-size:1.2em;
	}
	
h3 {
	color: #3a99cf;
	font-size:0.9em;
	margin-bottom: -2px;
	}
	

h4 {
	color: #3a99cf;
	font-size:0.8em;
	margin-bottom: -5px;
	}
	
#call-us {
	font-weight: bold;
	font-size: 120%;
	}

#mainContent p, #mainContent ul{
	font-size: .8em;
	}
	
#mainContent ul {
	margin-top:0;
	padding:3px 0 0 20px;
	}
	
#mainContent li {
	margin-top: 3px;
	}
	
#mainContent p {
	margin-bottom: 10px;
	}
	
#copyright a {
	color: #4d81c8;
	font-weight: bold;
	}
	
label.fixedwidth {
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
	font-size: .8em;
	}
	
/* Articles page specific style rules */

#articles #bodytext h3 {
	font-size: 0.95em;
	padding-top: 10px;
	border-top: 1px dashed #3a99cf; 
	}
	
#articles #bodytext em {
	font-weight: bold;
	font-style: normal;
	}

body#articles #bodytext img {
	float: right;
	margin: 5px;
	padding: 3px;
	border: 1px solid #3a99cf
	}
 	

