* {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
}

h1, h2, h3, h4, h5, h6, p, ul {
margin: 0px 0px 10px;
}

ul, ol {
margin: 0px 0px 12px 15px;
}

li {
margin: 0px 0px 7px;
}

img {
border: 0px;
}

#text img {
padding: 0px 10px 10px 0px;
}

h1,
h1 a {
font-size: 18px;
color: #24566b;
}

h2,
h2 a {
font-size: 16px;
color: #4c5d71;
}

h3,
h3 a {
font-size: 14px;
color: #5893a6;
}

h4,
h4 a {
font-size: 12px;
color: #5893a6;
}

h5, h6,
h5 a, h6 a {
font-size: 12px;
color: #24566b;
}

a {
text-decoration: none;
color: #24566b;
}

a:hover {
text-decoration: underline;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
text-decoration: none;
}

#remax p {
color: #a1a2a3;
font-size: 9px;
}

/* Box */
.box h1, .box h2, .box h3, .box h4, .box h5, .box p, .box a {
color: #fff;
}

.box a:hover {
color: #c3d5e3;
text-decoration: none;
}


/* block */
.block {
width: 100%;
margin: 10px 0px;
}

.block a {
display: block;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px solid #ccc;
background-color: #F1F1F1;
padding: 15px;
text-decoration: none;
}

.block a:hover {
background-color: #d9eaee;
border: 1px solid #99bfca;
}

a .link {	
display: block;
float: right;
font-weight: bold;
background: transparent url('/template/shared/images/button_right.png') no-repeat scroll top right;
line-height: 21px;
height: 21px;
padding: 0px 5px;
}

a .link span {
background: transparent url('/template/shared/images/button_left.png') no-repeat top left;
display: block;
color: #fff;
font-size: 11px;
padding: 0px 10px 0px 15px;
}

a:hover .link {
background: url('/template/shared/images/button_right_hover.png') no-repeat scroll top right;
}

a:hover .link span {
background: url('/template/shared/images/button_left_hover.png') no-repeat top left;
}

a:active .link {
background: url('/template/shared/images/button_right_active.png') no-repeat scroll top right;
}

a:active .link span {
background: url('/template/shared/images/button_left_active.png') no-repeat top left;
}


.block .block_image {
float: left;
width: 120px;
margin: 0px 10px 20px 0px;
}

.block .block_image img {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.block .block_image img.flag {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
}


.block .p {
display: block;
margin: 0px 0px 5px;
}

.block .h3 {
display: block;
font-weight: bold;
font-size: 16px;
color: #24566b;
margin: 0px 0px 5px;
}

.block .h4 {
display: block;
font-weight: bold;
font-size: 14px;
color: #000;
margin: 0px 0px 5px;
}

/* Content Pages */

.smallText {
font-size: 10px;
}

h1.listing {
color: #fff;
background-color: #2B388F; 
padding: 5px;
margin: 0px;
}

h2.listing {
color: #fff;
background-color: #F6921E;
padding: 5px;
margin: 0px 0px 10px;
}

/* Links */
p.link {
float: right;
text-transform: uppercase;
margin: 0px;
}

p.link a {
font-weight: bold;
color: #2B388F;
background-image: url(/template/shared/images/arrow_blue.gif);
background-repeat: no-repeat;
background-position: center right;
padding: 0px 10px 0px 0px;
}

/* FEATURED TEXT */
.featured_text h3 {
font-size: 14px;
font-weight: bold;
padding: 2px 5px;
margin: 0px;
}

.featured_text h3,
.featured_text h3 a {
color: #24566b;
}

.featured_text h4 {
font-size: 12px;
font-weight: bold;
padding: 2px 5px;
margin: 0px;
}

.featured_text h4,
.featured_text h4 a {
color: #000;
}

.featured_text p {
color: #58595B;
margin: 5px 0px;
padding: 0px 5px;
}

.featured_text a {
font-weight: bold;
color: #58595B;
}

.featured_text p.link {
float: right;
}

.featured_text p.link a {
font-size: 10px;
font-weight: bold;
color: #58595B;
background-image: url(/template/shared/images/arrow_grey.gif);
background-repeat: no-repeat;
background-position: center right;
padding: 0px 10px 0px 0px;
}

/* FEATURES */
#features {
position: relative;
width: 498px;
border: 1px solid #ccc;
margin: 0px 0px 12px;
}

#features ul {
list-style-type: none;
padding: 10px;
}

#features li {
float: left;
width: 225px;
margin: 3px 0px;
}

#features li strong {
color: #24566b;
}

/* LISTING FORM */

.listing_form table {
margin: 0px auto;
}

.listing_form td.label {
text-align: right;
}

.listing_form td {
padding-right: 10px;
padding-bottom: 10px;
}

.listing_form select,
.listing_form .field,
.listing_form #inputSubmit {
border: 1px solid #ababab;
color: #58595B;
}

.listing_form select {
width: 260px;
}

.listing_form .field {
width: 250px;
}

.listing_form .field {
padding: 2px;
}

.listing_form #inputSubmit {
background-color: #f2f2f2;
padding: 5px 15px;
}

/* arrows */

ul.arrow {
clear: both;
list-style-type: none;
margin-left: 15px;
padding: 0px;
}

ul.arrow li {
position: relative;
background-image: url(/template/shared/images/arrow.gif);
background-repeat: no-repeat;
background-position: -5px -1px;
margin: 0px;
padding: 0px 0px 5px 15px;
}

ul.arrow_back {
clear: both;
list-style-type: none;
padding: 0px;
}

ul.arrow_back li {
position: relative;
background-image: url(/template/shared/images/arrow_back.gif);
background-repeat: no-repeat;
background-position: -5px -1px;
margin: 0px;
padding: 0px 0px 5px 15px;
}


.blueheader {
color: #2B388F;
font-weight: bold;
}

/* Signature */
.signature {
position: relative;
display:block;
height: 50px;
background-image: url(/template/shared/images/signature.gif);
background-repeat: no-repeat;
}

.preload {
display: none;
}

#calc input {
border: 1px solid #ccc;
}

#calc #submit {
border: 1px solid #ccc;
background-color: #eee;
padding: 5px 15px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#calc #submit:hover {
border: 1px solid #aaa;
background-color: #ccc;
}

#calc #submit:active {
border: 1px solid #aaa;
background-color: #aaa;
}

/* Google Map */

#google_map {
width: 100%;
height: 240px;
border: 1px solid #ccc;
margin: 0px 0px 12px;
}
