body {
	font-size: 11px;
	font-family: Arial, Verdana, 'Lucida Grande', Sans-Serif;
	background: #fff;
	color: #766;
	text-align: center;
	margin: 0;
	padding: 0;
}

a {
    color: #a79b8f;
}

p {
    padding: none;
    margin: 10px 0px;
}

h1, h2, h3, h4 {
    color: #922926;
    margin: 10px 0px 0px 0px;
	font-family: Arial, Verdana, 'Lucida Grande', Sans-Serif;
}

#page {
	width: 990px;
	text-align: left;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

#container {
    background-color: #e3dfdc;
}

#header {
    height: 150px;
    width: auto;
}

#headerimg {
    height: 150px;
    width: auto;
    background: url(images/logo.png) no-repeat 30px center;
}

#sidebar {
    background-color: #e3dfdc;
    width: 260px;
    float: left;
    padding: 0;
    margin: 0;
    min-height: 500px;
}

#navigation ul {
    margin: 20px;
    padding: 0;
    list-style: none;
}

#navigation li {
    margin: 0;
    border-bottom: 1px dashed #a79b8b;
}

#navigation li a {
    text-transform: uppercase;
    font-size: 1.3em;
    display: block;
    padding: 10px 0;
    width: 220px;
    text-decoration: none;
}

#navigation li a:hover {
    text-decoration: underline;
}

#navigation li.current_page_item a {
    color: #912630;
}

#navigation li ul {
    margin: 0;
    padding: 0;
}

#navigation li ul li {
    border-bottom: none;
}

#navigation li ul li a {
    margin: 0 0 0 10px;
    font-size: 1em;
    padding: 0 0 10px 0;
    width: 210px;
}

/* Hide sub pages when the parent is not selected */
#navigation li ul {
    display: none;
}
#navigation li.current_page_item ul, #navigation li.current_page_ancestor ul {
    display: block;
}
#navigation li.current_page_item ul li a {
    color: #A79B8F;
}

#sidebar #searchform {
    margin: 20px;
    
}

#sidebar #searchform label {
    display: none;
}

#sidebar #searchform input {
    font-size: 1.3em;
}

#sidebar #searchform #s {
    width: 140px;
    border: 1px solid #a89b8b;
    padding: 3px 5px;
    float: left;
}

#sidebar #searchform #searchsubmit {
    width: 60px;
    border: 1px solid #a89b8b;
    background-color: #a89b8b;
    margin-left: 5px;
    padding: 2px 5px;
    float: left;
}

#content {
	font-size: 1.3em;
    width: 730px;
    float: left;
    background: #dad7d2 url(images/sidebar_shadow.png) left repeat-y;
    margin: 0;
    min-height: 500px;
}

.content_block, .entry {
    background: #fcfcfc url(images/sidebar_shadow.png) left repeat-y;
    padding: 20px 30px;
    margin: 0px 20px 20px 0;
}

#content .hentry  {
    margin-bottom: 10px;
    border-bottom: 1px dashed #a79b8b;
}

#banner_top {
    height: 215px;
    width: auto;
    /* background: url(images/banner.jpg) no-repeat top right; */
    overflow: hidden;
}

#banner_top img {
    position: relative;
    left: 0;
    top: 0;
    float: left;
    z-index: 10;
}

/*
#banner_top div {
    height: 215px;
    width: auto;
    background: url(images/sidebar_shadow.png) left repeat-y;
}

#banner_top div span {
    display: block;
    overflow: hidden;
    height: 1px;
}
*/

#banner_bottom {
    height: 220px;
    width: auto;
    padding: 20px 20px;
    margin: 0px 20px 20px 0;
    background: #ffffff url(images/sidebar_shadow.png) left repeat-y;
}

#banner_bottom div {
    display: inline;
    width: 200px;
    height: 200px;
    margin-left: 19px;
    float: left;
    border-width: 20px 2px 2px 2px;
    border-color: #a89b8b;
    border-style: solid;
}

#banner_bottom div img {
    border: 0;
}

#banner_bottom .first {
    background: url(/wp-content/uploads/2009/12/criminal-law.jpg) top left no-repeat;
    margin-left: 10px;
}
#banner_bottom .second {
    background: url(/wp-content/uploads/2009/12/commercial-law.jpg) top left no-repeat;
}
#banner_bottom .third {
    background: url(/wp-content/uploads/2009/12/conveyancing.jpg) top left no-repeat;
}

#footer {
    background: #fcfcfc url(images/sidebar_shadow.png) left repeat-y;
    padding: 20px 30px;
    margin: 0px 20px 20px 0;
}

.separator_1, .separator_2, .separator_3, .separator_4{
    clear: both;
    margin: 10px 0px 0px 0px;
}

.separator_1 {
    height: 50px;
    background: url(images/separator_1.png) no-repeat right top;
}

.separator_2 {
    height: 37px;
    background: url(images/separator_2.png) no-repeat right top;
}

.separator_3 {
    height: 10px;
    background: url(images/separator_3.png) no-repeat right top;
}

.separator_4{
    height: 5px;
    border-bottom: 1px dashed grey;
}


/******************************************
* Staff profile style
******************************************/

#staff_profile_image {
    width: 170px;
    float: left;
}

#staff_profile_details {
    float: left;
    width: 480px;
}

.page_name_about_us .entry hr, .page_name_staff_profile .entry hr {
    clear: both;
    visibility: hidden;
    margin: 0;
    padding: 0;
}

.page_name_about_us .entry h3, .page_name_staff_profile .entry h3 {
    clear: both;
    padding: 10px;
    margin: 20px 0 0 0;
    background: url(images/header_background.png) top left no-repeat;
}


/******************************************
* Service page style
******************************************/

.service_block {
    padding: 10px;
    background-color:#e2e1df;
    margin-top: 10px;
}
.service_block img {
    float: left;
    margin-right: 10px;
}
.service_block h4 {
    margin-top:0;
}
.service_block h4,
.service_block ul {
    float: left;
    width: 380px;
}
.service_block ul li ul{
    width: auto;
}


/******************************************
* Align box
******************************************/

img.centered, .aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
margin: 0 0 10px 10px;
display: inline;
}

img.alignleft {
margin: 0 10px 10px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}

/******************************************
* Caption styling
******************************************/
.wp-caption {
    padding: 20px 10px 10px 10px;
    background-color: #efefef;
    text-align: center;
}
.wp-caption.alignright {
    margin: 10px 0px 10px 20px;
}
#caption_legal_aid, #caption_ballarat {
    height: 190px;
    width: 184px !important;
}
#caption_ballarat {
    margin-right: -10px;
}


