/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #666;
}
p,
div.text  {
font-size: 0.9em;
margin-bottom: 10px;
}
div.text p,
div.text dl {
font-size: 1em; /* font-size fix within text div */
}
dl,
ul,
ol,
form input, 
form textarea,
form select {
font-size: 0.9em;
font-family: Arial, Helvetica, sans-serif; /* Used to fix font issue with textarea */
}
div.text ul,
div.text ol {
margin: 0 0 10px 30px;
list-style: square;
font-size: 1em; /* font-size fix within text div */
}
div.text ol {
list-style: decimal;
list-style-position: outside;
}
a:link,
a:visited {
color: #EC6400;
text-decoration: none;
}
a:hover {
color: #132F6F;
text-decoration: underline;
}

/* Style for Button style links */
a.button:link,
a.button:visited {
color: #fff;
background-color: #132F6F;
padding: 2px 6px;
text-transform: capitalize;
font-size: 0.9em;
}

/* Headings */
h1 {
color: #EC6400;
font-size: 1.2em;
margin-bottom: 15px;
text-transform: lowercase;
}
h1 span {
color: #133072;
font-weight: normal;
}
h2 {
color: #133072;
font-size: 1em;
margin-bottom: 3px;
}
div.text h2 {
font-size: 1em; /* font-size fix within text div */
}
h3 {
font-size: 1em;
color: #dba979;
margin-bottom: 3px;
}
div.text h3 {
font-size: 1em; /* font-size fix within text div */
}


/* Structure 
------------ */
body {
background-color: #FEF7F2;
}
#wrap {
background: #f9e5d5 url(/_lib/professional/prue_jones/img/bg_body.jpg) top left repeat-x;
}
.wrapper {
width: 860px;
margin: 0 auto;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}
#header {
background: #fff url(/_lib/professional/prue_jones/img/bg_header.gif) bottom left repeat-x;
padding: 0 0 17px 0;
margin: 0 0 1px 0;
}
#nav {
width: 200px;
float: left;
margin-bottom: 20px;
}
#container {
background: #FBF1EA url(/_lib/professional/prue_jones/img/bg_content.jpg) top left no-repeat;
}
#content {
width: 640px;
float: right;
padding: 15px 10px;
}
#mainContent {
float: left;
width: 385px;
}
#subContent {
float:right;
width: 240px;
}
body.dynPage #subContent {
width: 250px;
}
#footer {
padding: 23px 0;
background-color: #FEF7F2;
}

/* Header
----------*/
#header img#logo {
float: left;
}
#header img#byline {
float: right;
margin: 32px 0 0 0;
}

/* Footer
--------- */
#footer p.address {
float: left;
line-height: 2em;
}
#footer p.publisher {
float: right;
text-align: right;
line-height: 2em;
}
#footer p,
#footer a:link,
#footer a:visited {
color: #939393;
text-decoration: none;
}
#footer a:hover {
color: #333;
}
#footer p strong {
color: #133072;
font-size: 1.4em;
margin: 0 5px 0 0;
}
#footer p span {
color: #EC6400;
font-size: 1.1em;
font-weight: bold;
}
#footer p b {
color: #133072;
}
#footer p.address span {
margin: 0 3px 0 0;
font-size: 1.4em;
}
#footer p.address span.large {
font-size: 1.6em;
font-weight: normal;
}
#footer p.suburbs {
text-transform: lowercase;
clear: both;
padding: 20px 0 10px 0;
text-align: center;
font-weight: bold;
color: #133072;
font-size: 1.2em;
}

/* Dropdown menu
-----------------*/
.menu {
list-style: none;
margin: 20px 0 0 0;
}
.menu a:link,
.menu a:visited {
text-transform: lowercase;
display: block;
height: 16px;
color: #133072;
font-size: 1em;
text-indent: 28px;
margin: 4px 0 0 0;
text-decoration: none;
background: transparent url(/_lib/professional/prue_jones/img/bg_mm.jpg) top left no-repeat;
}
.menu a.active:visited,
.menu a:hover {
color: #EC6400;
background-position: bottom left;
}

/* Sub Menu */
ul.submenu {
display: none;
margin: 20px 0 0 0;
list-style: none;
}
ul.submenu.showmenu {
display: block;
}
ul.submenu.showmenu a:link,
ul.submenu.showmenu a:visited {
text-transform: lowercase;
display: block;
height: 16px;
color: #ED924E;
text-indent: 15px;
margin: 4px 0 0 35px;
text-decoration: none;
background: transparent url(/_lib/professional/prue_jones/img/bg_sm.gif) top left no-repeat;
}
ul.submenu.showmenu a.active,
ul.submenu.showmenu a.active:link,
ul.submenu.showmenu a.active:visited ,
ul.submenu.showmenu a:hover {
color: #EC6400;
background-position: bottom left;
}


/* Standard forms
------------------*/
form textarea, form input, form select {
font-size: 1em;
}
legend {
color: #132F6F;
font-weight: bold;
}
form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #fff;
}
form li {
list-style-type: none;
margin: 0 0 10px 0;
}
form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
margin-bottom: 5px;
}
form input {
width: 250px;
}
form textarea {
width: 250px;
}
form select {
width: 254px;
}
form input.radio {
width: 30px;
border: none;
}
form p {
clear: both;
}
form fieldset#submit,
form fieldset.submit {
border: none;
padding: 0;
text-align: right;
}
form fieldset#submit input,
form fieldset.submit input,
form input.button {
font-size: 0.9em;
width: auto !important;
color: #fff;
background-color: #132F6F;
padding: 2px 6px;
cursor: pointer;
border: none;
}
form em span,
form .required {
color: #EC6400;
font-weight: bold;
}

/* Popups
---------*/
body.popup {
background: #f9e5d5;
}
body.popup #content {
margin: 0;
width: auto;
padding: 13px 21px 7px 21px;
float: none;
}

/* Homepage
----------- */
body#home #content {
width: 659px;
margin: 0;
padding: 0 0 1px 0;
}
body#home #content ul#animation {
list-style: none;
margin: 0;
padding: 0;
}
body#home #content #homeContent {
background: transparent url(/_lib/professional/prue_jones/img/bg_content_home.jpg) top left no-repeat;
height:1%;
}



/* ------------------------------ */
/* Other Pages With Custom Styles */
/* ------------------------------ */