/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #fff;
}
p,
div.text  {
font-size: 1em;
margin-bottom: 10px;
}
div.text p {
font-size: 1em; /* font-size fix within text div */
}
dl,
ul,
ol,
form input, 
form textarea,
form select {
font-size: 1em;
font-family: Tahoma, 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;
}
a:link,
a:visited {
color: #ffcf01;
}
a:hover {
color: #94cbe2;
}

/* Style for Button style links */
a.button:link,
a.button:visited {
background-color: #fff;
color: #00467f;
padding: 4px 6px;
text-decoration: none;
}
a.button:hover {
color: #286FAF;
}

/* Headings */
h1 {
font-size: 1.5em;
color: #fff;
text-transform:capitalize;
font-weight:normal;
margin: 0 0 15px 0; 
padding: 25px 0 10px 0; 

}
h2 {
font-size: 1.1em;
font-weight:normal;
color: #fff;
margin: 0 0 10px 0;
}
div.text h2 {
font-size: 1.1em; /* font-size fix within text div */
}
h3 {
color: #fff;
font-size: 1em;
margin-bottom: 3px;
}
div.text h3 {
font-size: 1em; /* font-size fix within text div */
}

.break{
clear:both;
}

/* Structure 
------------ */
body {
background-color: #00467f;
background-image: url(/_lib/professional/bradfield_prichard/img/bg.gif);
background-repeat: repeat-x;
background-position: top left;
}
#wrap{
width:980px;
margin:0 auto;
}
#menuWrap{
background-image: url(/_lib/professional/bradfield_prichard/img/bg_menu.gif);
background-repeat: repeat-x;
background-position: top left;
height:47px;
margin:0px;
}
#header {
clear:both;
display:block;
height:73px;
}
#footer {
clear:both;
color:#94cbe2;
font-size:0.8em;
height:65px;
padding-top:30px;
text-align:left;
background-image: url(/_lib/professional/bradfield_prichard/img/bg_footer.gif);
background-repeat: repeat-x;
background-position: bottom;
}
#content {
line-height: 1.4em;
margin: 0 auto;
width:920px;
}
#main{
background-color:#00467f;
background-image: url(/_lib/professional/bradfield_prichard/img/bg_content.gif);
background-repeat: repeat-x;
background-position: top;
}
#mainContent {
padding:0px 10px;
width:630px;
float:left;
}
#subContent {
width:250px;
float:right;
padding:0px 10px;
}
.break {
clear:both;
}

/* Header
----------*/
#header #logo {
float:left;
margin-top:2px;
}

/* Footer
--------- */
#footer a:link,
#footer a:visited {
color: #94cbe2;
text-decoration: none;
}
#footer a:hover {
color: #fff;
}
#footer p{
padding-top:35px;
padding-left:20px;
float:left;
}
#footer #logo {
margin-top:11px;
float:right;
}
/* Dropdown menu
-----------------*/
#menu {
margin:0px;
padding:0px;
width: 637px;
float:right;
}
.menu li {
padding:0;
}
.menu a {
display:block;
height: 39px;
text-indent:-9000em;
overflow: hidden;
background-color: transparent;
background-position: top left;
}
.menu #homeList a {
background-image: url(/_lib/professional/bradfield_prichard/img/mm_home.gif);
width:68px;
}
.menu #buyList a {
background-image: url(/_lib/professional/bradfield_prichard/img/mm_buying.gif);
width:89px;
}
.menu #sellList a {
background-image: url(/_lib/professional/bradfield_prichard/img/mm_selling.gif);
width:82px;
}
.menu #rentList a {
background-image: url(/_lib/professional/bradfield_prichard/img/mm_renting.gif);
width:91px;
}
.menu #newsList a{
background-image: url(/_lib/professional/bradfield_prichard/img/mm_news.gif);
width:74px;
}
.menu #aboutList a {
background-image: url(/_lib/professional/bradfield_prichard/img/mm_about.gif);
width:99px;
}
.menu #contactList a {
background-image: url(/_lib/professional/bradfield_prichard/img/mm_contactus.gif);
width:134px;
}

.menu a:hover,
.menu a.dropdown,
#home .menu #homeList a,
.buying .menu #buyList a,
.selling .menu #sellList a,
.renting .menu #rentList a,
.news .menu #newsList a,
.about .menu #aboutList a,
.contact .menu #contactList a {
background-position: bottom left;
}
.menu li li a:link,
.menu li li a:visited {
font-size: 1.1em;
text-indent:0;
background-image:none !important;
height:auto;
padding:4px 8px;
background-color:#013F72;
width:180px !important;
color:#fff;
text-decoration:none;
border-left: 4px solid #013F72;
border-bottom: 1px solid #013F72;
border-right: 1px solid #024E8C;
}
.menu li li.last a:link,
.menu li li.last a:visited {
border-left: 4px solid #013F72;
border-bottom: 1px solid #024E8C;
border-right: 1px solid #024E8C;
}
.menu li li a:hover,
.menu li li.last a:hover {
background-color:#024E8C;
border-left: 4px solid #ffcf01;
border-bottom: 1px solid #024E8C;
border-right: 1px solid #024E8C;
}
.menu li ul {
left:11px !important;
margin-top:0px;
}

/* Standard forms
------------------*/
form textarea, input, select {
color: #023560;
font-family: Tahoma,Arial, Helvetica, sans-serif;
font-size: 1em;
}
legend {
color: #94cbe2;
}
form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #d8d4bf;
}
form li {
list-style-type: none;
}
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-weight:bold;
height: 26px;
width: 101px;
background-color: #fff;
color: #00467f;
padding:0px;
margin:0px;
cursor: pointer;
text-transform:lowercase;
border: none;
text-align:center;
background-repeat: no-repeat;
}
form input.button {
background-image: none;
}
form fieldset input.submit {
background-image: none;
}
form fieldset input.clear {
background-image: none;
}
form fieldset input.search {
background-image: none;
}
form fieldset input.login {
background-image: none;
width: 98px !important;
}
form fieldset input.password {
background-image: none;
}
form fieldset input.unsubscribe {
background-image: none;
}
form fieldset input.activate {
background-image: none;
}
form em span,
form .required {
color: #ffcf01;
font-weight: bold;
}

/* Popups
---------*/
body.popup #header img {
margin-top: 17px;
}
body.popup #content {
margin: 0;
width: auto;
padding: 13px 21px 7px 21px;
}

/* Homepage
----------- */
body#home #wrap{}
body#home #content {
margin:0px;
padding:0px;
}

body#home #menuWrap{
background-image: url(/_lib/professional/bradfield_prichard/img/bg_menu.gif);
background-repeat: repeat-x;
background-position: top left;
height:39px;
margin:0px;
}

body#home #header{
display:none;
}
body#home #footer {

}
body#home #contentContainer {
width: 980px;
margin: 0 auto;
padding:0px;
height:auto;
}
body#home #slideshow {
background-color: transparent;
background-image: none;
background-position: center top;
background-repeat: no-repeat;
height: 380px;
clear:both;
z-index: 100;

}
body#home #slideshow ul {
list-style: none;
list-style-position: outside;
margin: 0 auto;
width: 980px;
}
body#home #contentContainer #mainContent {
width: 715px;
margin:0px 0px 0px 20px;
padding:0px;
}
body#home #contentContainer #subContent {
width: 245px;
margin:0px;
padding:0px;

}

body#home #subContent #quickFind {
width: 230px;
position:relative;
margin-top:-70px;
overflow:hidden;
margin-right:0px;
z-index: 300;
}

body#home #subContent #quickFind .head{
width:230px;
background-image: url(/_lib/professional/bradfield_prichard/img/bg_fp_head.png);
background-position: top left;
background-repeat: repeat;
margin-bottom:1px; 
padding:4px 0px;
}


/* Feature Property */
body#home .fp {
position:relative;
margin-left:2px;
margin-top:-70px;
width:350px;
float:left;
border:0px;
overflow:hidden;
z-index: 300;
}
body#home .fp .head{
width:345px;
background-color: transparent;
background-image: url(/_lib/professional/bradfield_prichard/img/bg_fp_head.png);
background-position: top left;
background-repeat: repeat;
margin-bottom:1px; 
padding:4px 0px;
}
body#home .pow {
overflow:hidden;
padding:20px 0 20px 15px;
margin-right:5px;
background-color: transparent;
background-image: url(/_lib/professional/bradfield_prichard/img/bg_fp.gif);
background-position: top left;
background-repeat: repeat-x;
}
body#home .pow dt img{
width:180px;
border:4px solid #4C81AD;
}
body#home .pow  dt {
float:left;
padding-right:5px;
}
body#home .pow dd {
padding-right: 0px;
text-transform:capitalize;
}
body#home .pow dd.icons{
color:#fff;
padding-bottom:10px;

}
body#home .pow dd.icons img{
vertical-align:bottom;
padding-left:0px;
padding-right:10px;
}

body#home .pow  dd.moredetails {
padding: 0;
}
body#home .pow a.button {
float:right;
display:block;
background-color:#fff;
padding:5px 15px;
margin-top:5px;
text-align:center;
text-decoration:none;
text-transform:lowercase;
}

body#home #mainContent #bottomAlert{
clear:both;
height:50px;
padding-top:5px;
margin-left:2px;
}

body#home #propAlert{
width:346px;
height:50px;
padding-top:5px;
float:left;
background-color: transparent;
background-image: url(/_lib/professional/bradfield_prichard/img/bg_prop_alert.gif);
background-position: top left;
background-repeat: repeat-x;
}
body#home #propAlert img{
padding-left:25px;
}

body#home #propAlert a{
float:left;
color:#266fab;
text-decoration:none;
font-size:0.8em;
}

body#home #propAlert .right{
margin-top:20px;
margin-left:2px;
}

body#home #bottomfastfind{
width:335px;
height:50px;
margin:0px 0px 0px 8px;
padding:5px 0px 0px 10px;
float:left;
background-color: transparent;
background-image: url(/_lib/professional/bradfield_prichard/img/bg_prop_alert.gif);
background-position: top left;
background-repeat: repeat-x;
}
body#home #fastfind{
width:320px;
padding:15px 0px 0px 0px;
margin:0px 0px 0px 10px;
}

/* Property Alert */
body.alert #wrap #content #alertmenu {
background-color: #023560;
border-top: 0px solid #216095;

}
body.alert #wrap #content #alertmenu li {
border-right: 0px solid #216095;
background-color: #023560;
}
body.alert #wrap #content #alertmenu a {
border-top: 2px solid #023560;
color: #fff;
}
body.alert #wrap #content #alertmenu a:hover {
background-color: #023560;
border-top: 2px solid #ffcf01;
color: #fff;
text-decoration: none;
}
