/**************************************************************
   AUTHOR:  Chad Oberg - modified from Pat Heard (fullahead.org)
   DATE:    2006.11.04
   PURPOSE: Styles the html elements
 **************************************************************/

html {
  height: 100%;
}

body {
  height: 100%;

  margin: 0;
  padding: 0;
  text-align: center;

  font: 400 0.8em verdana, arial, sans-serif;
  line-height: 150%;

  background: #60748c url(../images/bg/header.jpg) repeat-x top left;
  color: #EEE;
}

h1 {   
  clear: both;
  font: 600 2.4em "georgia", serif;
  letter-spacing: -0.5px;
  line-height: .9em;
  color: #FFF; 
}

h2 {
  font: 600 2.3em "trebuchet ms", sans-serif;
  color: #FFF;
  /* letter-spacing: .08em; */
}

h2 a {
  color: #c1e4e2;
}

h2 a:hover {
  color: #FFF;
}

h3 {
  /* font: 600 2.3em "georgia", serif; */
  font: 600 2.1em "georgia", serif;
  color: #fff;
  /* line-height: 0.9em; */
  line-height: 0.9em;
}

h3 a {
  color: #c1e4e2;
  text-decoration: none;
}

h3 a:hover {
  color: #FFF;
}

h4 {
  /* font: 500 2.1em "georgia", serif; */
  font: 500 1.9em "georgia", serif;
  color: #FFF;
  /*line-height: .9em; */
  line-height: 1em;
}

h5 {
  /* font: 500 1.7em "trebuchet ms", sans-serif; */
  /* font: 600 1.9em "georgia", serif; */
    font: 600 1.9em "trebuchet ms", sans-serif;
  color: #ffffff;
  line-height: .9em;
}

h5 a{
color: #c1e4e2;
text-decoration: none;
}

h5 a:hover {
  color: #FFF;
  text-decoration: none;
}


h6 {
  /* font: 500 1.5em "georgia", serif;
  color: #ffffff; */
  font: 500 1.7em "georgia", serif;
  color: #FFF;
  line-height: .9em;
}

h6 a{
/* color: #c1e4e2;
text-decoration: none; */
  font: 700 1.3em "georgia", serif;
  font-variant: small-caps;
  text-decoration: none;
  color: #c1e4e2;
}

h6 a:hover {
  * color: #FFF;
  text-decoration: none;
}

/* h7 {
  font: 700 1.3em "georgia", serif;
  font-variant: small-caps;
  text-decoration: none;
  color: #fff;
}

h7 a{
color: #c1e4e2;
text-decoration: none;
}

h7 a:hover {
  color: #FFF;
  text-decoration: none;
} */


h1, h2, h3, h4, h5, h6, h7, p, dl {
  margin: 0;
  padding: 10px 15px;
}

/* Done so the leftmost column aligns properly with the header.
   If the leftmost column has class gradient applied to it, 
   this class isn't required. */
.leftColumn h1,
.leftColumn h2, 
.leftColumn h3,
.leftColumn h4,
.leftColumn h5,
.leftColumn h6,
.leftColumn h7,
.leftColumn p,
.leftColumn dl {
  padding-left: 0;
}

a {
  color: #c1e4e2;
}

/* Uncomment this if you would like a visited link style 
a:visited {
  text-decoration: line-through;
} */

a:hover {
  color: #FFF;
}

b {
  color: #FFF;
}

ol, ul {
  margin: 10px 30px;
  padding: 0 30px;
}

ol {
  color: #Fff;
}

ol span {
  color: #EEE;
}

ul {
  list-style-image: url(../images/bg/bullet.gif);
}

del {
  color: #AAA;
}

code {
  margin: 10px 15px;
  padding: 10px;
  display: block;
  overflow: auto;
  
  font: 400 1em courier, monospace;
  line-height: 120%;
  white-space: pre;
  
  background: #60748c;
}

.leftColumn code {
  margin-left: 0;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #fff;
}

dt {
  font-weight: bold;
  color: #FFB323;
}

dd {
  margin-left: 0;
  padding-left: 45px; 
}

/**************************************************************
   Form Elements
 **************************************************************/

label {
  display: block;
}

input,
textarea,
select {
  padding: 2px;
  font: 400 1em verdana, sans-serif;
  color: #60748c;
  background: #EEE;
  border: 1px solid #60748c;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E4F7FA;
  border: 1px solid #c1e4e2;
}

input.button {
  padding: 2px 5px;

  font: 400 1.1em "georgia", serif;

  color: #555;
  background: #c1e4e2;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #c1e4e2 #c1e4e2 #FFF;
}





/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
  margin: 10px 15px;
  /* padding-left: 27px; */
  /* padding-left: 10px; */
  padding-left: 0px;
  
  background-color: #60748c;  
  /* background-image: url(../images/icons/quote.gif); */
  background-repeat: no-repeat;
  background-position: 5px 50%;
}

blockquote.borrow {
  height:140px;
  background-image: url(../images/borrow_main.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 140px;
}

blockquote.invest {
  height:115px;
  background-image: url(../images/invest_main.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 145px;
}

blockquote.about {
  height:115px;
  background-image: url(../images/about_main.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 145px;
}

blockquote.contact {
  height:115px;
  background-image: url(../images/contact_main.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 145px;
}

blockquote.residential {
  /* height:190px; */
  height: 140px;
  background-image: url(../images/residential_main.jpg);
  background-repeat:no-repeat;
  background-position: right;
  padding-left: 5px;
  padding-right: 180px;
}

blockquote.commercial {
  /* height:150px; */
  height: 140px;
  background-image: url(../images/commercial_main.jpg);
  background-repeat: no-repeat;
  background-position: right;
  padding-left: 5px;
  padding-right: 180px;
}

blockquote.exclamation {
/* background-color: #6c849e; */
  background-image: url(../images/icons/exclamation-trans.gif);
  background-position: 10px 5px;
  background-repeat: no-repeat;
  margin: 0px;
  padding-bottom: 0px;
}

.exclamation h6 {
margin-left: 30px;
}

blockquote.stop {
  background-image: url(../images/icons/stop.gif);
}

blockquote.go {
  background-image: url(../images/icons/go.gif);
}





/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  /* margin: 5px 0px 10px 15px; */ 
  /*  margin: 15px 15px 0px 15px; */
	margin: 15px 15px 0px 15px;
}

img.floatRightbottom {
  /* margin: 5px 0px 10px 15px; */ 
  /*  margin: 15px 15px 0px 15px; */
	margin: 15px 15px 2px 15px;
}

img.floatLeft {
  /* margin: 15px 15px 0px 15px; */
   margin: 15px 15px 0px 15px;
}

a img {  
  border: 2px solid #c1e4e2;
}

a:hover img {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 2px solid #FFF !important;
  border: 2px solid #c1e4e2;
}
