/*/
//////////////////////////////////////////////////////Style Guide/////////////////////////////////////////////////////////#idName {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: auto;
    height: auto;
    overflow: auto;
    margin: 0px;
    border: 0px solid #FFFFFF;
    padding: 0px;
    background: #FFFFFF url('../images/spacer.gif') no-repeat top left;
    font: italic small-caps bold 68%/1.4 Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    text-align: left;
    text-decoration: none;
}
*/
/*/
//////////////////////////////////////////////////////general style information//////////////////////////////////////////////////////
/*/
/*/
///// structure module /////
/*/
html {
    width: 100%;
}
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
/*    background-image: url("../images/bgBody.gif");
    background-repeat: repeat-x;
    background-position: 0px 11px;*/
    font: 70%/1.4 verdana, arial, helvetica, sans-serif;
    color: #000000;
    text-align: center;
}
div {
    margin: 0px;
    padding: 0px;
}
/*/
///// text module /////
/*/
p {
    margin: 0px;
    margin-bottom: 1.2em;
}
blockquote {
    margin: 0px 3.5em;
}
h1 {
    margin-bottom: 0.4em;
    font-size: 1.7em;
    text-transform: uppercase;
}
h2 {
    margin-bottom: 0.3em;
    font-size: 1.4em;
    text-transform: uppercase;
    font-family: "Trebuchet MS", verdana, sans-serif;
}
h3 {
    margin-bottom: 0.2em;
    font-size: 1.3em;
    text-transform: uppercase;
    color: #000000;
}
h4 {
    margin-bottom: 0.2em;
    font-size: 1.0em;
    text-transform: uppercase;
    color: #000000;
}
h5 {
    margin-bottom: 0.1em;
    font-size: 1.0em;
    font-weight: bold;
    font-variant: small-caps;
    color: #000000;
}
h6 {
    margin-bottom: 0.1em;
    font-size: 1.0em;
    font-style: italic;
}
abbr {
    border-bottom: 1px dashed #999999;
    color: #999999;
    cursor: help;
}
acronym {
    border-bottom: 1px dashed #999999;
    color: #999999;
    cursor: help;
}
address {
}
cite {
    color: #630203;
    font-size: 1.0em;
}
code {
    color: #630203;
    font-size: 1.2em;
}
dfn {
    color: #630203;
    font-size: 1.0em;
}
em {
    color: #630203;
    font-style: italic;
}
kbd {
    color: #630203;
    font-size: 1.2em;
}
pre {
    color: #630203;
    font-size: 1.0em;
}
q {
    font-style: italic;
    color: #630203;
}
samp {
    color: #630203;
    font-size: 1.0em;
}
span {
}
strong {
    color: #630203;
    font-weight: bold;
}
var {
    color: #630203;
    font-size: 1.0em;
}
/*/
///// hypertext module /////
/*/
a:link {
    color: #881517;
    text-decoration: underline;
}
a:visited {
    color: #630203;
    text-decoration: underline;
}
a:hover {
    color: #A83537;
    text-decoration: underline;
}
a:focus {
    color: #A83537;
    text-decoration: underline;
}
a:active {
    color: #330000;
    text-decoration: underline;
}
/*/
///// list module /////
/*/
dl {
    margin-bottom: 1.2em;
}
dt {
    margin: 0px;
    margin-top: 1.2em;
    font-weight: bold;
}
dd {
    margin: 0px;
}
ol {
    margin-top: 0px;
    margin-bottom: 1.2em;
}
ul {
    margin-top: 0px;
    margin-bottom: 1.2em;
    list-style-type: square;
}
li {
    margin-bottom: 0.5em;
}
/*/
///// presentation module /////
/*/
big {
}
hr {
    width: 50%;
    height: 1px;
    margin: 0 auto;
    margin-bottom: 0.6em;
    border-bottom: 1px solid #630203;
    color: #630203;
    text-align: center;
}
small {
}
sup {
    color: #630203;
}
sub {
    color: #630203;
}
/*/
///// forms module /////
/*/
form {
    text-align: center;
}
fieldset {
    display: block;
    margin: 0em auto 0.6em auto;
    border: none;
    padding: 0px;
    text-align: left;
}
legend {
}
label {
    float: left;
    width: 15em;
    text-align: left;
}
input, select {
    font-size: 1em;
}
select {
    width: 14.4em;
}
input:focus, select:focus {
    background: #EEEEEE;
    color: #630203;
}
option {
}
textarea {
}
submit, reset, button {
}
/*/
///// table module /////
/*/
table {
    font-size: 100%;
    line-height: 1.5;
    border-collapse: separate;
}
caption {
    display: none;
    /* padding: 8px;
    border: 1px solid #999999;
    border-bottom: none;
    background: #630203;
    font-size: 0.9em;
*/
}
thead {
}
tbody th {
}
tfoot {
}
th {
    padding: 4px 8px;
    text-align: left;
    font-weight: bold;
}
tr {
}
td {
}
/*/
///// image module /////
/*/
img {
    display: block;
    margin: 0px;
    border: none;
}
/*/
//////////////////////////////////////////////////////class and id styles//////////////////////////////////////////////////////
/*/
form {
    margin: 0em;
    margin-top: 0.8em;
    margin-bottom: 1.6em;
}
fieldset {
    margin-top: 0.4em;
    border: none;
}
label {
    display: table-cell;
    vertical-align: top;
    width: 30%;
    height: 2em;
}
label.radio {
    width: auto;
}
input, select, textarea {
    font: 1.0em Verdana, sans-serif;
    border: 1px solid #000000;
    background: #FFFFFF !important;
}
input, select, textarea {
    width: 160px;
}
input.radio {
    width: auto !important;
    border: none;
    background: transparent !important;
}
.hiddenFields {
    display: none;
}
.button {
    width: auto;
    margin-left: 31%;
    border: 2px solid #000000 !important;
    background: #630203 !important;
    color: #FFFFFF;
}
form hr {
    visibility: hidden;
    height: 0px;
}
#sitecontainer
{
    margin: 10px auto;
    width: 1001px;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}
#container {
    float: left;
    width: 100%;
    padding: 0px;
    text-align: left;
/*
    background-color: #881518;
     width: 755px;
    padding-left: 23px;
    background: transparent url("../images/bgContainer.gif") repeat-x 0px 92px;
    background-image: url('/images/rightbottom.jpg');
    background-position: right bottom;
    background-repeat: no-repeat;
*/
}
#container-left
{
    background-color: #ffffff;
    width: 720px;
    float: left;
    display: block;
}
#container-left .flash
{
    float: left;
}
#container-right
{
    display: block;
    width: 281px;
    float: left;
    background-color: #881518;
    background-image: url('/images/rightbottom.jpg');
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}
#right-top
{
    width: 100%;
    float: left;
    height: 162px;
    background-color: #ffffff;
}
#right-top img
{
    padding-top: 80px;
}
#right-bottom
{
    width: 100%;
    float: left;
    color: #ffffff;
}
#right-bottom h2
{
    padding: 5px;
    color: #ff6b72;
}
#right-bottom p
{
    padding: 5px;
}

#right-bottom .statebox .name
{
    background-image: url('/images/statebkgnd.jpg');
    background-repeat: no-repeat;
    margin: 0 0 3px 0;
    padding: 3px 0 3px 0;
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    text-indent: 10px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

#right-bottom .statebox ul
{
}

#right-bottom .statebox ul li
{
    list-style-image: url('/images/rightlistimage.jpg');
}

#right-bottom .statebox ul li a
{
    width: 349px;
    padding: 2px 0 2px 0;
    color: #ffffff;
}

.hidden
{
    display: none;
}

.visible
{
    display: block;
}

#masthead {
    height: 91px;
    margin: 0px;
    padding: 0px;
    background: #759B5A url("../images/bgMasthead.gif") repeat-y top right;
    float: left;
}
#masthead h1 {
    margin: 0px;
    padding: 0px;
}
#masthead a {
    display: block;
    width: 388px;
    height: 0px !important;
    height: 91px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    padding-top: 91px;
    background: #FFFFFF url("../images/logo.gif") no-repeat top left;
}
#content {
    float: left;
    position: relative;
    min-height: 280px;
    margin: 0px;
    border-bottom: 1px solid #FFFFFF;
    background: #EBEBEB url("../images/bgContent.jpg") no-repeat bottom left;
    color: #000000;
    line-height: 1.6;
    width: 100%;
}
#content .container {
    padding: 7px
}
#content p {
    text-align: justify;
}
#content h1 {
    display: none;
}
#content h2 {
    margin: 0px;
    padding: 0px;
    font-size: 1.4em;
    font-weight: bold;
    color: #630203;
    text-transform: uppercase;
}
#content h3 {
    margin: 0px;
    padding: 0px;
    font-size: 1.0em;
    font-weight: bold;
    color: #630203;
    text-transform: uppercase;
}
#navSearch {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    margin: 0px;
    padding: 0px;
    text-align: right;
}
#navSearch li {
    margin: 0px;
    margin-bottom: 0.5em;
    padding: 0px;
    list-style: none;
}
#navSearch a {
    display: block;
    width: auto;
    height: 16px;
    margin: 1px;
    border: 1px solid #EBEBEB;
    padding: 0.2em 0.4em;
    background: #496D2F url("../images/spacer.gif") no-repeat 1px 50%;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
#navSearch a:hover {
    border: 1px solid #496D2F;
    background-color: #FFFFFF;
/* B7AEA1 */
    color: #496D2F;
}
a#flagNSW {
    background-image: url("../images/flagNSW.gif");
}
a#flagVIC {
    background-image: url("../images/flagVIC.gif");
}
a#flagQLD {
    background-image: url("../images/flagQLD.gif");
}
a#flagSA {
    background-image: url("../images/flagSA.gif");
}
a#flagWA {
    background-image: url("../images/flagWA.gif");
}
a#flagTAS {
    background-image: url("../images/flagTAS.gif");
}
a#flagACT {
    background-image: url("../images/flagACT.gif");
}
a#flagNT {
    background-image: url("../images/flagNT.gif");
}
/*#clickableMap {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0px;
    padding: 0px;
}
#clickableMap img {
    position: relative;
    top: -200px;
    left: -252px;
    z-index: 100;
}
#clickableMap ul {
    position: relative;
    top: -200px;
    left: -258px;
    z-index: 100;
}
*/
#clickableMap {
    float: left;
    margin-right: 3em;
    /* text-align: center;
*/
}
#flagList {
    clear: right;
    padding-bottom: 0.5em;
    overflow: auto;
}
#flagList li {
    margin: 0px;
    margin-bottom: 1.5em;
    padding: 0px;
    list-style: none;
}
#flagList a {
    display: block;
    width: auto;
    height: 16px;
    margin: 1px;
    padding: 0.2em 0.4em 0.2em 45px;
    background: transparent url("../images/spacer.gif") no-repeat 1px 50%;
    font-weight: normal;
    text-decoration: none;
}
#flagList a#flagNSW {
    background-image: url("../images/flagNSW.gif");
}
#flagList a#flagVIC {
    background-image: url("../images/flagVIC.gif");
}
#flagList a#flagQLD {
    background-image: url("../images/flagQLD.gif");
}
#flagList a#flagSA {
    background-image: url("../images/flagSA.gif");
}
#flagList a#flagWA {
    background-image: url("../images/flagWA.gif");
}
#flagList a#flagTAS {
    background-image: url("../images/flagTAS.gif");
}
#flagList a#flagACT {
    background-image: url("../images/flagACT.gif");
}
#flagList a#flagNT {
    background-image: url("../images/flagNT.gif");
}
#mapList {
    background: url("../images/mapAustralia.gif") no-repeat;
    height: 200px;
    width: 250px;
    margin: 10px 0px;
    padding: 0px;
    position: relative;
}
#mapList LI {
    position: absolute;
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    background: none transparent scroll repeat 0% 0%;
}
#mapList a {
    display: block;
    text-decoration: none;
}
#mapList {
    text-indent: -9999px;
}
#mapNSW {
    height: 54px;
    left: 145px;
    top: 90px;
    width: 110px;
}
#mapVIC {
    height: 32px;
    left: 142px;
    top: 125px;
    width: 84px;
}
#mapQLD {
    height: 98px;
    left: 126px;
    top: 0px;
    width: 124px;
}
#mapSA {
    height: 91px;
    left: 75px;
    top: 83px;
    width: 73px;
}
#mapWA {
    height: 146px;
    left: 0px;
    top: 15px;
    width: 85px;
}
#mapTAS {
    height: 137px;
    left: 152px;
    top: 160px;
    width: 84px;
}
#mapACT {
    height: 16px;
    left: 178px;
    top: 125px;
    width: 50px;
}
#mapNT {
    height: 83px;
    left: 76px;
    top: 0px;
    width: 55px;
}
#mapNSW a {
    height: 64px;
}
#mapVIC a {
    height: 36px;
}
#mapQLD a {
    height: 96px;
}
#mapSA a {
    height: 91px;
}
#mapWA a {
    height: 146px;
}
#mapTAS a {
    height: 37px;
}
#mapACT a {
    height: 16px;
}
#mapNT a {
    height: 83px;
}
#mapNSW a:hover {
    background: url("../images/mapAustralia.gif") no-repeat -145px -990px;
}
#mapVIC a:hover {
    background: url("../images/mapAustralia.gif") no-repeat -142px -425px;
}
#mapQLD a:hover {
    background: url("../images/mapAustralia.gif") no-repeat -126px -300px;
}
#mapSA a:hover {
    background: url("../images/mapAustralia.gif") no-repeat -75px -683px;
}
#mapWA a:hover {
    background: url("../images/mapAustralia.gif") no-repeat 0px -315px;
}
#mapTAS a:hover {
    background: url("../images/mapAustralia.gif") no-repeat -152px -760px;
}
#mapACT a:hover {
    background: url("../images/mapAustralia.gif") no-repeat -178px -725px;
}
#mapNT a:hover {
    background: url("../images/mapAustralia.gif") no-repeat -76px -600px;
}
#footer {
    display: block;
    clear: both;
    margin: 0px;
    background: #759B5A url("../images/bgFooter.gif") repeat-y top right;
    font-size: 90%;
    text-align: right;
    float: left;
    width: 100%;
}
#footer .container
{
    padding: 3px 10px;
}
#footer ul {
    margin: 0px;
    padding: 0.3em 0px;
}
#footer li {
    display: inline;
    margin: 0px;
    padding: 0px 0.5em;
    list-style: none;
}
#footer a {
    color: #FFFFFF;
    text-decoration: none;
}
#footer a:hover {
    color: #330000;
}
#validate {
    float: left;
    font-size: 90%;
    text-align: left;
}
#validate ul {
    margin: 0px;
    padding: 0.4em 0px;
    text-align: center;
}
#validate li {
    display: inline;
    margin: 0px;
    padding: 0px 0.2em;
    list-style: none;
    text-align: center;
}
#validate a {
    color: #3C5E24;
    text-decoration: none;
}
#validate a:hover {
    color: #EBEBEB;
}
#banner {
    display: none;
    background: #FFFFFF;
}
#banner ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}
#banner li {
    display: inline;
    width: 20%;
    padding: 10px;
}
dt.image {
    margin-top: 2.2em;
    margin-bottom: -0.8em;
}
dd li {
    margin-bottom: 0.0em;
}
.regions {
    display: block;
    clear: both;
    width: 99%;
    margin: 0.6em 0px 1.8em 0px;
    padding: 0px;
    list-style: none;
}
.regions li {
    float: left;
    width: 49%;
    margin: 0px;
    margin-bottom: 0.4em;
    padding: 0px;
    list-style: none;
}
#map {
    margin: 0px auto;
    padding-left: 140px;
    text-align: center;
}
ul.agents {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.agents li {
    margin-bottom: 0.4em;
}
ul#Optimum a {
    margin-bottom: 0.2em;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
}
ul#Premium a {
    font-weight: bold;
    font-size: 1.1em;
}
ul#Standard a {
    font-weight: normal;
    font-size: 1.0em;
}
ul#Basic a {
    font-weight: normal;
    font-size: 1.0em;
    color: #000000;
}
dl.details {
    overflow: auto;
    clear: both;
    margin-bottom: 1.4em;
}
dl.details dt {
    float: left;
    width: 30%;
    margin: 0px;
    padding-top: 0.4em;
    vertical-align: top;
}
dl.details dd {
    float: left;
    width: 65%;
    margin: 0px;
    padding-top: 0.4em;
    vertical-align: top;
}
dl.details dt.name {
    width: 99%;
    /* padding-left: 30%;
*/
    font-size: 1.2em;
    text-transform: uppercase;
    color: #496D2F;
}
span.memberPhoto {
    position: absolute;
    right: 140px;
    float: right;
    width: 120px;
    margin: -23px 220px 10px 10px;
}

#blocklink
{
    width: 100%;
    display: block;
    padding: 10px;
    clear: both;
}

.blockLink {
    text-align: center;
    width: 100%;
    display: block;
    clear: both;
    float: left;
}
.blockLink li {
    list-style-type: none;
    text-align: center;
    display: block;
    float: left;
}
.blockLink li img {
    margin: auto;
}
.blockLink li a {
    width: 130px;
    display: block;
    padding: 3px;
    font-weight: bold;
    text-decoration: none !important;
}
.blockLinks {
    margin: 0px 30px 1.4em 30px;
    text-align: center;
}
.blockLinks li {
    display: inline;
    width: 30%;
    margin: 0px 1.5%;
    padding: 3px;
    background: #496D2F;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    vertical-align: center;
}
.blockLinks li a {
    color: #FFFFFF !important;
    text-decoration: none !important;
}
.courts li {
    list-style: none;
}
.courts li a {
    padding-left: 16px;
    background: transparent url("../images/checkbox.gif") no-repeat 0px 3px;
    text-decoration: none !important;
    color: #294D0F;
    font-variant: small-caps;
}
.courts li a:visited {
    padding-left: 16px;
    background: transparent url("../images/checkbox.gif") no-repeat 0px 3px;
    text-decoration: none !important;
    color: #294D0F;
    font-variant: small-caps;
}
.courts li a:hover {
    padding-left: 16px;
    background: transparent url("../images/checkboxDown.gif") no-repeat 0px 3px;
    text-decoration: none !important;
    color: #496D2F;
    font-variant: small-caps;
    font-weight: bold;
}
.agents dt {
    float: left;
    width: 70%;
    margin: 0px;
    border-bottom: 1px solid #DBDBDB;
    padding: 0.3em 0px;
    vertical-align: top;
}
.agents dt a {
    padding-left: 16px;
    background: transparent url("../images/checkbox.gif") no-repeat 0px 3px;
    text-decoration: none !important;
    color: #294D0F;
    font-variant: small-caps;
}
.agents dt a:visited {
    padding-left: 16px;
    background: transparent url("../images/checkbox.gif") no-repeat 0px 3px;
    text-decoration: none !important;
    color: #294D0F;
    font-variant: small-caps;
}
.agents dt a:hover {
    padding-left: 16px;
    background: transparent url("../images/checkboxDown.gif") no-repeat 0px 3px;
    text-decoration: none !important;
    color: #496D2F;
    font-variant: small-caps;
    font-weight: bold;
}
.agents dd {
    float: left;
    width: 25%;
    margin: 0px;
    border-bottom: 1px solid #DBDBDB;
    padding: 0.3em 0px;
    vertical-align: top;
}
.specialists {
    margin: 0px;
    margin-bottom: 0.5em;
    padding-bottom: 2.5em;
}
.specialists dt {
    float: left;
    width: 60%;
    margin: 0px;
    border-bottom: 1px solid #DBDBDB;
    padding: 0.5em 0px;
    vertical-align: top;
}
.specialists dt a {
    padding-left: 16px;
    background: transparent url("../images/checkbox.gif") no-repeat 0px 3px;
    text-decoration: none !important;
    color: #294D0F;
    font-variant: small-caps;
}
.specialists dt a:visited {
    padding-left: 16px;
    background: transparent url("../images/checkbox.gif") no-repeat 0px 3px;
    text-decoration: none !important;
    color: #294D0F;
    font-variant: small-caps;
}
.specialists dt a:hover {
    padding-left: 16px;
    background: transparent url("../images/checkboxDown.gif") no-repeat 0px 3px;
    text-decoration: none !important;
    color: #496D2F;
    font-variant: small-caps;
    font-weight: bold;
}
.specialists dd {
    float: left;
    width: 35%;
    margin: 0px;
    border-bottom: 1px solid #DBDBDB;
    padding: 0.5em 0px;
    vertical-align: top;
}
.note {
    color: #555555;
}
.top {
    display: block;
    text-align: right;
}
#mapHolder {
    text-align: center;
}
.regionMap {
    margin: 10px auto;
    text-align: center;
}
.floatingList {
    float: left;
    width: 100%;
    margin-left: 0px;
}
.floatingList li {
    display: inline;
    width: 49.5%;
    margin-left: 0px;
}
.checkboxLine label {
    width: auto;
}
.checkboxLine input {
    width: auto !important;
    border: none;
    background: transparent !important;
}
#searchByState {
    float: left;
    width: 300px;
    height: 350px;
    margin-bottom: 1.2em;
    margin-right: 10px;
    border-right: 1px solid #DBDBDB;
    padding-right: 10px;
}
#searchByLaw {
    float: left;
    width: 265px;
    height: 350px;
    margin-bottom: 1.2em;
    clear: right;
}
#specialistForm input {
    width: auto;
}
#newsShortList {
    position: absolute;
    top: 25em;
    right: -50px;
    width: 168px;
    margin: 0px;
    border: 1px solid #496D2F;
    padding: 0px;
    background: #E3EBDE;
    text-align: left;
}
#newsShortList h3 {
    margin: 0px;
    padding: 0.2em 0.6em;
    background: #496D2F;
    font-size: 1.0em;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
}
#newsShortList ul {
    margin: 0px;
    padding: 0.6em;
    list-style: none;
}
#newsShortList li {
    margin: 0px;
    margin-bottom: 1.0em;
    padding: 0px;
    list-style: none;
    line-height: 120%;
}
#newsShortList a {
    color: #871618;
    text-decoration: none;
}
#newsShortList a:hover {
    color: #A73638;
    text-decoration: underline;
}
#newsShortList p#pla {
    color: #B3BBAE !important;
    text-align: center;
}
#newsShortList p#pla a {
    color: #B3BBAE !important;
}
.newsTitle {
    text-transform: capitalize;
}
.newsDate {
    font-weight: bold;
}
a.boxText {
    border: 2px outset #999999;
    padding: 0.2em 0.6em;
    background: #759B5A;
    color: #FFFFFF !important;
    text-decoration: none !important;
}
a.boxText:hover {
    border: 2px inset #999999;
    padding: 0.2em 0.6em;
    background: #982527;
    color: #FFFFFF;
    text-decoration: none !important;
}
#testimonials {
    position: absolute;
    top: 20px;
    right: -50px;
    z-index: 10;
    width: 168px;
    margin: 0px;
    border: 1px solid #496D2F;
    padding: 0px;
    background: #E3EBDE;
    text-align: left;
}
#testimonials h3 {
    margin: 0px;
    padding: 0.2em 0.6em;
    background: #496D2F;
    font-size: 1.0em;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
}
#testimonials blockquote {
    margin: 0;
    padding: 1.0em;
    font-size: 0.9em;
    line-height: 1.3em;
}
.highlight {
    /* background: #496D2F;
    color: #EEEEEE;
*/
    padding: 0 0.1em;
    background: #F5F5F5;
    color: #496D2F;
}
#welcome {
    margin-bottom: 1.0em !important;
}
span.image {
    float: right;
    margin: 0 0 1em 1em;
    border: 1px solid #630203;
    padding: 0.1em;
    background: #FFFFFF;
}
.listingType {
    margin: 1em 0px;
    border: 1px solid #496D2F;
    padding: 0 10px 10px 10px;
    background: #E3EBDE;
    font-size: 0.9em;
}
.listingType li {
    list-style-type: disc;
}
#navNew {
    float: left;
    position: relative;
    z-index: 99;
    height: 2.0em;
    _height: 185px !important;
    margin: 0 0 0px -1px;
    border: 1px solid #FFFFFF;
    border-right: none;
    background-color: #496D2F;
    width: 100%;
}
#navNew ul {
/* all lists */
    margin: 0;
    padding: 0;
    background: #496D2F;
    list-style: none;
}
#navNew ul li {
/* all list items */
    float: left;
    width: auto;
/* width needed or else Opera goes nuts */
    margin: 0;
    padding: 0;
}
#navNew ul a {
    display: block;
    padding: 0.4em 0.6em 0.4em 17px;
    background: transparent url('../images/bgNavNewArrow.gif') no-repeat 6px 50%;
    color: #FFFFFF;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
#navNew ul a:hover {
    color: #9BBF81;
}
#navNew ul li ul {
/* second-level lists */
    position: absolute;
    z-index: 1000;
    min-width: 9.7em;
    left: -999em;
/* using left instead of display to hide menus because display: none isn't read by screen readers */
    margin: 0;
    border-top: 1px solid #FFFFFF;
    padding: 0;
    background: #888888;
    list-style: none;
}
#navNew ul li ul li {
    float: left;
    clear: both;
    display: block;
    width: 18em;
    margin: 0;
    padding: 0;
}
#navNew ul li ul li a {
    display: block;
    _width: 100%;
    margin: 0;
    border-bottom: 1px solid #FFFFFF;
    padding: 0.4em 0.8em 0.4em 20px;
    background: transparent url('../images/bgSubNavNewArrow.gif') no-repeat 0% 50% !important;
    color: #FFFFFF !important;
    font-weight: bold;
    text-transform: none;
    text-decoration: none;
}
#navNew ul li ul li a:hover {
    color: #FFFFFF !important;
    background-color: #52514D !important;
}
#navNew ul li:hover ul, #navNew ul li.sfhover ul {
/* Lists nested under hovered list items */
    left: auto;
}
#navNew ul li.sfhover a {
/* Primary Nav Hold Over Colour */
    color: #9BBF81;
    background-position: -790px 50%;
}
#navNew ul li a:hover {
    color: #E4DF58;
    background-position: -349px 50%;
}
#navNew ul li.lastNav ul li {
    width: 10.7em;
}
.onlineLegal dd {
    height: 29px;
    padding: 0.3em 0 0 35px;
    background: transparent url('../images/online-legal-help.gif') no-repeat 0% 50%;
}
#strip {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}
#homeSearchBarristers {
    float: left;
    width: 44%;
    _width: 39%;
    margin-right: 5%;
    border-right: 1px solid #999999;
    padding-right: 5%;
    display: block;
    min-height: 150px;
}
#chambersSearch {
    margin: 0;
    padding: 0 0 2.0em 0;
    text-align: left;
}
#chambersSearch fieldset {
    display: inline;
    width: auto;
    margin: 0;
    padding: 0;
    clear: both;
}
#chambersSearch label {
    display: inline;
    width: 4em;
    margin: 0;
    padding: 0;
    padding-right: 1.0em;
}
#chambersSearch input, #chambersSearch select {
    display: inline;
    width: auto;
    margin: 0;
    padding: 0;
}
#chambersSearch #chooseState {
    width: 15em !important;
    height: 1.8em;
}
#chambersSearch input.button {
    display: inline;
    width: auto;
    margin: 0.4em 0 0 5em;
    padding: 0;
    text-align: center;
    clear: both;
}
#homeSearchGeneral {
    /* float: left;
    width: 54%;
    _width: 49%;
    padding-left: 5%;
*/
    display: block;
    min-height: 150px;
}
#generalSearchForm {
    margin: 0;
    padding: 0 0 2.0em 0;
    text-align: left;
}
#generalSearchForm fieldset {
    display: inline;
    width: auto;
    margin: 0;
    padding: 0;
    clear: both;
}
#generalSearchForm label {
    display: inline;
    width: 4em;
    margin: 0;
    padding: 0;
    padding-right: 1.0em;
}
#generalSearchForm input {
    display: inline;
    width: auto;
    margin: 0;
    padding: 0;
}
#generalSearchForm #q {
    width: 15em !important;
}
#generalSearchForm input.button {
    display: block;
    width: auto;
    height: auto;
    margin: 0.4em 0 0 5em;
    padding: 0;
    text-align: center;
    clear: both;
}
/*.chambersList {
    overflow: auto;
}
.chambersList li {
    float: left;
    width: 45%;
}
*/
.chambersList {
    margin: 0px;
    padding: 0;
    list-style: none;
}
.chambersList li {
    display: block;
    margin: 0px;
    border-bottom: 1px solid #DBDBDB;
    padding: 0.3em 0px;
    vertical-align: top;
    list-style: none;
}
.chambersList li a {
    padding-left: 16px;
    background: transparent url("../images/checkbox.gif") no-repeat 0px 3px;
    text-decoration: none !important;
    color: #294D0F;
    font-variant: small-caps;
}
.chambersList li a:visited {
    padding-left: 16px;
    background: transparent url("../images/checkbox.gif") no-repeat 0px 3px;
    text-decoration: none !important;
    color: #294D0F;
    font-variant: small-caps;
}
.chambersList li a:hover {
    padding-left: 16px;
    background: transparent url("../images/checkboxDown.gif") no-repeat 0px 3px;
    text-decoration: none !important;
    color: #496D2F;
    font-variant: small-caps;
    font-weight: bold;
}
ul#Silver li a {
    color: #294D0F;
    font-weight: bold;
}
ul#Bronze li a {
    /* color: #881517;
*/
}
#rss-feed {
    margin: 0 0 1.2em 0;
    border: 1px solid #891518;
    padding: 0 0.8em;
    background: #F6DEDE;
}
#rss-feed h3 {
    _width: 100%;
    margin: 0 -0.8em 0.8em -0.8em;
    padding: 0.4em 0.8em;
    background: #891518 !important;
    color: #FFFFFF;
}
#rss-feed img {
    /* margin-left: 1.5em;
*/
}

#above-footer-left
{
    width: 50%;
    display: block;
    float: left;
    text-align: left;
}

#above-footer-right
{
    width: 50%;
    display: block;
    float: left;
    text-align: left;
}

.whitebox
{
    width: 338px;
    display: block;
    text-align: left;
    float: left;
    margin: 4px;
}

.whitebox .top
{
    background-image: url('../images/whiteboxtop.png');
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 7px;
    float: left;
    width: 100%;
    text-align: left;
}

.whitebox .bottom
{
    background-image: url('../images/whiteboxbottom.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 12px;
    float: left;
    width: 100%;
}

.whitebox .centre
{
    background-image: url('../images/whiteboxcentre.jpg');
    background-repeat: repeat-y;
    float: left;
    width: 100%;
}

.whitebox h4
{
    margin: 0;
    padding: 3px;
    display: block;
    background-color: #496d2f;
    color: #ffffff;
    text-indent: 10px;
    font-weight: bold;
    clear: both;
}

.whitebox li
{
    margin-left: 8px;
}
