/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color:#666;
}
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: Arial, Helvetica, sans-serif; /* Used to fix font issue with textarea */
}
div.text ul,
div.text ol {
margin: 0 0 10px 30px;
list-style: disc;
font-size: 1em; /* font-size fix within text div */
}
div.text ol {
list-style: decimal;
}
a:link,
a:visited {
color: #00326d;
}
a:hover {
color: #000;
}

/* headings */
h1 {
color:#00326d;
font-size: 1.2em;
margin-bottom: 15px;
text-transform:uppercase;
}
h2 {
font-size: 1.1em;
margin-bottom: 10px;
}
div.text h2 {
font-size: 1.1em; /* font-size fix within text div */
}
h3 {
font-size: 1.1em;
margin-bottom: 3px;
}
div.text h3 {
font-size: 1.1em; /* font-size fix within text div */
}

/* Structure 
------------ */
html,
body {
background-color: #00326d;
background-image: url(/_lib/starter/004/img/bg_body.gif);
background-repeat: repeat-x;
background-position: top left;
}
.container {
width: 760px;
margin: 0 auto;
}
#header {
}
#main {
background-color: #f9f9f9;
clear: both;
}
#content {
background-image: url(/_lib/starter/004/img/column_right.gif);
background-repeat: repeat-y;
background-position: left top;
padding: 15px 20px;
}
html.nocol #content {
background: none;
}
#mainContent {
width:534px;
float:left;
padding-bottom:15px;
}
#subContent {
width:160px;
float:right;
}

.break {
clear: both;
}

/* Header
--------- */
#header img#logo {
display: block;
margin: 0;
}
#header img#logo_phone{
float: right;}

/* Footer
--------- */
#footer {
clear: both;
padding: 10px 0 20px 0; 
text-align: center;
background-color: #00326d;
}
#footer,
#footer a:link,
#footer a:visited {
color: #859ebc;
text-decoration: none;
}

#footer a:hover {
color: #FFF;
}

/* Dropdown menu
-----------------*/
#menu {
border-bottom: 1px solid #fff;
}
.menu {
width: 761px;
margin: 0;
}
.menu a:link,
.menu a:visited {
display: block;
color: #fff;
text-decoration: none;
font-weight: bold;
border-right: 1px solid #fff;
padding: 7px 18px;
text-transform: uppercase;
background-color: transparent;
background-image: url(/_lib/starter/004/img/arrow.gif);
background-repeat: no-repeat;
background-position: 5px center;
}
.menu a:hover,
.menu a.dropdown {
background-color: #fdf21c;
background-image:none;
color: #00326d;
}
.menu li.last a, 
.menu li li a {
border: none !important;
}
.menu li li a:link,
.menu li li a:visited {
border: none;
text-transform: none;
padding: 4px 25px;
display: block;
width: 130px;
background-image: none;
background-color: #00326d;
}
.menu li li a:hover {
background-color: #fdf21c;
color: #00326d;
}

/* Standard forms
------------------*/
form textarea, input, select{
font-family: Arial, Helvetica, sans-serif;
font-size:1em;
}
form legend {
color: #666;
font-weight: bold;
}
form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #ddd;
}
form li {
list-style-type: none;
}
form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
margin-bottom: 5px;
color: #666;
}
form input {
width: 250px;
}
form textarea {
width: 250px;
}
form select {
width: 254px;
}
form input.radio {
width: 30px;
}
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 {
width: auto !important;
padding: 4px 10px;
cursor: pointer;
background-color: #00326d;
border: none;
color: #fff;
font-weight:bold;
}
form em span,
form .required {
color: #B90000;
font-weight: bold;
}

/* Popups
--------- */
html.popup #content {
background-color:#f9f9f9;
background-image: none;
padding:15px;
margin:0 auto;
}
html.popup,
html.popup body,
body.slideshow {
background-image: none;
background-color:#f9f9f9;
text-align: left;
}
html.popup body #header,
body.slideshow #header {
background-image: none;
background-color: #fff;
border-bottom: 2px solid #00326d;
}
html.popup #header img,
body.slideshow #header img {
float: none;
margin: 0 0 0 5px;
}

/* Slideshow */
body.slideshow form input.button {
margin-right: 2px;
margin-top: 10px;
margin-bottom: 10px;
}
body.slideshow table {
text-align:center;
width: 100%;
}
body.slideshow table img {
display: block;
width: auto;
margin: 20px auto;
border: 1px solid #333;
}

/* Homepage
----------- */
body#home #main {
background-image: url(/_lib/starter/004/img/bg_main.gif);
background-repeat: repeat-x;
background-position: left top;
}
body#home #content {
background-image: none;
padding-right: 0;
}
body#home #mainContent {
width:481px;
}
body#home #subContent {
width:213px;
}

/* Quicksearch */
body#home #subContent #quicksearch  {
padding-left: 0;
background-color:#fdf21c;
padding:15px;
}
body#home #subContent #quicksearch legend {
text-transform: uppercase;
color: #00326d;
}
body#home #subContent #quicksearch label {
display: none;
color: #00326d;
}
body#home #subContent #quicksearch p#qs_st label {
display: inline;
}
body#home #subContent #quicksearch p {
margin-bottom: 10px;
}
body#home #subContent #quicksearch select {
width: 180px;
}
body#home #subContent #quicksearch p#qs_price {
margin: 0;
}
body#home #subContent #quicksearch p#qs_price label.label_to {
display: inline;
float: none;
margin: 0;
white-space: nowrap;
padding: 0 6px 0 5px;
}
body#home #subContent #quicksearch #qs_price select,
body#home #subContent #quicksearch #qs_rent_price select {
width: 76px;
}
body#home #subContent #quicksearch fieldset#submit {
padding: 0 0 0 0;
text-align: left;
margin: 0;
}
body#home #subContent #quicksearch fieldset#submit input.button{
background-color:#00326d;
}
body#home #subContent #quicksearch p#qs_price,
body#home #subContent #quicksearch p#qs_rent_price {
margin: 0;
}
body#home #subContent #quicksearch p#qs_price label.label_to,
body#home #subContent #quicksearch p#qs_rent_price label.label_to {
display: inline;
float: none;
margin: 0;
white-space: nowrap;
padding: 0 6px 0 5px;
}



/* Property Alert Spill */
body#home #subContent #right {
background-color:#00326d;
color:#FFF;
margin-top:10px;
padding:15px 15px 10px 15px;
}
body#home #subContent #right h2{
text-transform:uppercase;
}
body#home #subContent #right a {
border:1px solid #00326d;
background-color:#fdf21c;
color:#00326d;
width:173px;
display:block;
padding: 2px 5px;
margin-bottom:5px;
text-align:center;
text-decoration:none;
}

/* Feature Property */
body#home #mainContent h2.featureProperty {
text-transform:uppercase;
color:#00326d;
border-top: 1px solid #bababa;
padding-top:5px;
}
body#home #mainContent #left {
position:relative;
}
body#home #mainContent #pow {
margin: 10px 0;
}
body#home #mainContent #pow dt {
float:left;
padding-right:10px;
}
body#home #mainContent #pow dt img {
border:1px solid #666;
}
body#home #mainContent #pow dd.bedbathcar {
position:absolute;
right:0;
top:-25px;
font-weight:bold;
}
body#home #mainContent #pow dd.bedbathcar img {
vertical-align:middle;
margin:0 2px 0 10px;
}
body#home #mainContent #pow dd.address {
text-transform:uppercase;
padding-bottom:5px;
}
body#home #mainContent #pow .moredetails a {
float:right;
background-color:#00326d;
color:#fff;
padding:2px 10px;
text-decoration:none;
font-weight:bold;
margin: 10px 0;
}

/* Print Brochure
----------------- */
html.brochure #header {
height: auto;
}