img {
  border: none;
  display: block;
}
img.left {
  float: left;
  margin: 0px 10px 10px 0px;
}
img.right {
  float: right;
  margin: 0px 0px 10px 10px;
}
p img {
  display: inline;
}
.centre {
  margin: 0px auto 0px auto;
}
.ctr {
  text-align: center;
}
a:link, a:visited {
  color: #ec1163; /* #b60f17 */
  font-weight: bold; /* normal */
  text-decoration: none; /* underline */
}
a:hover, a:active {
  color: #000000; /* #f11c3e */
  font-weight: bold; /* normal */
  text-decoration: none; /* underline */
}
body {
  color: #ffffff; /* #000000 */
  background: #ffffff; /* #0fbdf2 url(../images/body.gif #c2e0ff url(../images/bg_loop.gif) repeat-y 50% */
  font-size: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0px;
  margin: 0px;
}
#top {
  /* width: 780px; */
  height: 3px;
  background: white;
  /* margin: 0px auto 0px auto; */
}
#mastheadWrapper {
  position: relative;
  background: #ffffff;  /*  url(../images/mastheadWrapper.png) repeat-x; #ffffff url(../images/mastheadWrapper.png) repeat-y */
  height: 70px;
}
#masthead {
  position: relative;
  width: 1000px;
  height: 70px;
  background: transparent url(../images/ace_self_storage.png) no-repeat center center ; /* url(../images/masthead.jpg) no-repeat center bottom */
  margin: 0px auto 0px auto;
}
#masthead h1 {
  position: absolute;
  top: 140px;
  left: 240px;
  width: 300px;
  /* height: 28px; */
  color: #000000;
  background-color: transparent;
  text-align: center; /* justify */
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 100%;
  line-height: 110%;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#masthead p {
  position: absolute;
  top: 20px;
  left: 240px;
  width: 300px;
  /* height: 28px; */
  color: #000000;
  background-color: transparent;
  text-align: center; /* justify */
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 200%;
  line-height: 210%;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  padding: 0px 0px 0px 0px;
  /* border: solid 1px black; */
  margin: 0px 0px 0px 0px;
}
#masthead p span {
  color: black;
}
#masthead a:link, #masthead a:visited {
  color: #d81e16; /* #28399c */
}
#masthead a:hover, #masthead a:active {
  color: #28399c; /* #d81e16 */
}
#masthead a:link span, #masthead a:visited span {
  color: #28399c; /* #28399c */
}
#masthead a:hover span, #masthead a:active span {
  color: #d81e16; /* #d81e16 */
}
.navWrapper {
  background: #0fbdf2 url(../images/nav.png) repeat-x; /* #d81e16 */
}
div.nav {
  width: 1000px;
  height: 30px;
  background: transparent; /* #0fbdf2 */
  margin: 0px auto 0px auto;  /* 7px */
}
div.nav ul {
  float: left;
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 200px;
  display: inline;
}
div.nav ul li {
  float: left;
  text-align: center;
  font-size: 11px;
  line-height: 30px;
  height: 30px;
  font-family: Verdana, Arial, sans-serif;
  display: inline;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
div.nav a:link, div.nav a:visited {
  display: block;
  text-decoration: none;
  color: #ec1163; /* #ffffff */
  /* background: #d81e16; */
  line-height: 15px;
  padding: 0px 11px 0px 0px;
  border-right: solid 1px #ec1163; /* */
  margin: 7px 6px 3px 6px;
  float: left;
  height: 15px;
  overflow: hidden;
}
div.nav a:hover, div.nav a:active {
  display: block;
  text-decoration: none;
  color: #ffffff; /* #3d5b70 */
  /* background: #ffffff; */
  line-height: 15px;
  padding: 0px 11px 0px 0px;
  border-right: solid 1px #ec1163; /* */
  margin: 7px 6px 3px 6px;
  float: left;
  height: 15px;
  overflow: hidden;
}
div.nav a.selected:link, div.nav a.selected:visited {
  display: block;
  text-decoration: none;
  color: #000000; /* d91f26 */
  /* background-color: #ffffff; */
  line-height: 15px;
  padding: 0px 11px 0px 0px;
  border-right: solid 1px #ec1163; /* */
  margin: 7px 6px 3px 6px;
  float: left;
  height: 15px;
  overflow: hidden;
}
div.nav a.selected:hover, div.nav a.selected:active {
  display: block;
  text-decoration: none;
  color: #ffffff; /* #3d5b70 */
  /* background: #ffffff; */
  line-height: 15px;
  padding: 0px 11px 0px 0px;
  border-right: solid 1px #ec1163; /* */
  margin: 7px 6px 3px 6px;
  float: left;
  height: 15px;
  overflow: hidden;
}
div.nav a:link.last, div.nav a:visited.last {
  border-right: none;
}
/* dropdown menus */
div.nav ul li {
  position: relative; /* */
}
div.nav ul li ul {
  position: absolute;
  display: none;
  width: 220px;
  top: 30px;
  left: 0px;
  background-color: #4c4c4e;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 0px 0px;
  float: none;
  z-index: 10;
}
div.nav ul li:hover ul {
  position: absolute;
  display: block;
  width: 220px;
  top: 30px;
  left: 0px;
  background-color: #4c4c4e;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 0px 0px;
  float: none;
  z-index: 10;
}
div.nav ul li ul li {
  width: 200px;
  display: block;
  text-align: left;
  float: none;
  padding: 0px 0px 0px 15px;
  border: none;
  margin: 0;
}
div.nav ul li ul li a {
  width: 200px;
  display: block;
  float: none;
  padding: 0;
  border: none;
  margin: 0;
}
div.nav ul li ul li a:link, div.nav ul li ul li a:visited, div.nav ul li ul li a:hover, div.nav ul li ul li a:active {
  border: none;
}
/* torso */
#torsoWrapper {
  background: #a50721; /* #ee1163 #ec1163 transparent url(../images/pg_background.jpg) repeat-x #17224c transparent; */
}
#torso {
  width: 960px;
  background: #ffffff url(../images/torso.png) repeat-y; /* #ffffff url(../images/pg_body.png) repeat-y center top */
  padding: 0px 20px 0px 20px;
  margin: 0px auto 0px auto;
}
div.clear {
  clear: both;
  height: 0px;
}
h3.clear {
  clear: both;
}
#sideBar {
  float: left;
  width: 200px;
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 0px 0px;
}
#sideBar div {
  width: 196px;
  border: solid 1px #414246; /* #3d5b70 */
  margin-bottom: 10px;
}
#sideBar h2 {
  color: #ffffff;
  background: #ed1433; /* #0fbdf2 */
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  padding: 0px 0px 0px 0px;
  border-width: 1px;
  border-color: #8ea9c1;
  margin: 0px 0px 0px 0px;
}
div.articles {
 background: #ffffff; /* #f41941 */
}
#sideBar div.articles h2 {
 background: #0fbdf2; /* #0fbdf2 */
}
div.articles h2 a:link, div.articles h2 a:visited {
  color: #ffffff;
  text-decoration: underline;
}
div.articles h2 a:hover, div.articles h2 a:active {
  color: #3d5b70;
  background-color: #ffffff;
  text-decoration: none;
}
div.articles p {
  color: #000000; /* #ffffff */
  background: transparent; /* #ed1433 */
  font-size: 75%;
  font-family: verdana, helvetica, sans-serif;
  padding-left: 3px;
  padding-right: 3px;
}
/* PCS Side Bar */
#sideBar div.pCS {
  background: #ffffff;
  /* border: 1px solid #dddddd; */
}
#sideBar div.pCS div {
  height: 67px;
  background: #ffffff;
  border: none;
  border-bottom: solid 13px #24598d;
  margin-bottom: 0px;
}
#sideBar div.pCS div img {
  float: left;
  padding: 5px 5px 5px 5px;
}
#sideBar div.pCS div p{
  color: #24598d; /* 1C3172 */
  text-align: right;
  font-weight: bold;
  font-size: 10pt;
  font-family: verdana, helvetica, sans-serif;
  padding: 0px;
  margin: 5px;
}
#sideBar div.pCS p {
  color: #000000;
  text-align: center;
  font-weight: normal;
  font-size: 9pt;
  font-family: verdana, helvetica, sans-serif;
  padding: 5px;
  margin: 0px auto 5px auto;;
}
/* Secondary Navigation */
.subNav {
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto;
}
.subNav ul {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.subNav ul li {
  list-style-type: none;
  color: #cda89f;
  text-align: center;
  /* font-variant: small-caps; */
  font-size: 13px;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 1px 0px;
}
.subNav a:link, .subNav a:visited {
  display: block;
  color: #ffffff;
  background: #ec1163; /* #e33631 */
  text-decoration: none;
  font-weight: normal;
  padding: 0px 5px 0px 5px;
}
.subNav a:hover, .subNav a:active {
  display: block;
  color: #ffffff;
  background: #0fbdf2; /* #17224c */
  text-decoration: none;
  font-weight: normal;
  padding: 0px 5px 0px 5px;
}
.subNav a.selected:link, .subNav a.selected:visited {
  display: block;
  color: #000000;
  background: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 0px 5px 0px 5px;
}

#sideBar .mortgageMonitor {
  width: 198px;
  border-width: 0px 0px 0px 0px;
  margin: 0px auto 10px auto;
}

#Content {
  float: right;
  width: 720px;
  color: #000000;
  margin: 0px 0px 0px 0px;
  display: inline;
  /* border: solid 1px black; */
}
.contentTop {
  /* background-image: url(../images/content-area-top-bg.png); */
  height: 20px;
}
.contentBottom {
  /* background-image: url(../images/content-area-top-bg.png); */
  height: 20px;
}
#Content h1 {
  position: relative;
  color: #ffffff;
  background: #f11c3e; /* #ec1364 url(../h1/pink_sky.jpg) no-repeat 50% 0px; #d81e16 */
  text-align: center;
  font-weight: bold;
  font-size: 100%;
  line-height: 30px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0px 0px 0px 0px;
  /* border: solid 1px red; */
  margin: 0px auto 0px auto;
}
.colLeft {
  float: left;
  width: 350px;
  display: inline;
}
.colRight {
  float: right;
  width: 350px;
  display: inline;
}
#footerWrapper {
  background: transparent; /* #ec1163 transparent */
  /* border-bottom: solid 2px #084c61; */
}
#footer {
  width: 1000px;
  background: transparent; /* #f5156d url(../originals/realtor.jpg) no-repeat left top; transparent url(../images/footer.jpg) no-repeat center top */
  margin: 0px auto 0px auto;
}

#footer p {
  color: #666666;
  background: transparent;
  text-align: center;
  font-weight: normal;
  font-size: 80%;
  line-height: 120%;
  font-family: Arial, Helvetica, sans-serif;
  padding: 3px 0px 8px 0px;
  margin: 0px 10px 0px 0px;
}
#footer img {
  float: left;
  padding: 3px;
  margin: 5px 10px 0px 10px;
  /* border: solid 1px #0fbdf2; */
}
#footer p.left {
  text-align: left;
}
#creditWrapper {
  background: transparent;
}
.credit {
  width: 1000px;
  background: transparent;
  padding-bottom: 5px;
  margin: 0px auto 0px auto;
}
.credit p {
  color: #000000;
  background: transparent;
  text-align: center;
  font-weight: normal;
  font-size: 70%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 780px;
  padding: 0px 0px 0px 0px;
  margin: 10px auto 10px auto;
}
.credit p a:link, .credit p a:visited {
  color: #ec1163; /* #ec1163 */
  text-decoration: none;
  font-weight: normal;
}
.credit p a:hover, .credit p a:active {
  color: #000000; /* #b60f17 */
  text-decoration: none;
  font-weight: normal;
}
h2 {
  color: #d81e16;
  background: transparent; /* #e0e4eb */
  text-align: left;
  font-weight: bold;
  font-size: 100%;
  line-height: 30px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /* border: solid 1px red; */
  margin: 10px 0px 10px 0px;
}
h2 a:link, h2 a:visited {
  color: #17224c; /* #3d5b70 */
  font-weight: bold;
  text-decoration: none;
}
h2 a:hover, h2 a:active {
  color: #b60f17; /* #e33631 */
  font-weight: bold;
  text-decoration: none;
}
div.counsellor h2 a:hover, div.counsellor h2 a:active {
  color: #e33631;
}
h3 {
  color: #808285;
  background: transparent; /* #808285 */
  text-align: center;
  font-weight: bold;
  font-size: 100%;
  line-height: 22px;
  font-family: Georgia, Palatino, Arial, Helvetica, sans-serif;
  padding: 5px 5px 5px 5px;
  /* border-top: solid 1px black; */
  margin: 10px 0px 10px 0px;
}
h3 a:link, h3 a:visited {
  color:  #e9effe;
  font-weight: bold;
  text-decoration: none;
}
h3 a:hover, h3 a:active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
h4 {
  color: #000000;
  background: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 100%;
  line-height: 20px;
  font-family: Georgia, Palatino, Arial, Helvetica, sans-serif;
  padding: 0px 0px 0px 0px;
  border-top: solid 3px #3d5b70;
  margin: 15px 0px 10px 0px;
}
h5 {
  color: #d81e16;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding-right: 0px;
  padding-left: 0px;
  margin-top: 10px;
  margin-bottom: 5px;
}
h6 {
  color: #000000;
  background-color: transparent;
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 100%;
  line-height: 130%;
  font-family: Georgia, Palatino, Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin: 10px 0px 10px 0px;
}
p {
  color: #000000; /* #666666 */
  background-color: transparent;
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 130%;
  font-family: Georgia, Palatino, Verdana, Geneva, Arial, Helvetica, sans-serif; /* Helvetica, Arial, sans-serif */
  margin: 10px 0px 10px 0px;
}
p.contents {
  font-style: italic;
  text-align: center;
}
p.finePrint {
  font-style: italic;
  font-size: smaller;
}
address {
  color: #000000;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 15px 0px 25px 0px;
}
dl {
  margin: 5px 16px 10px 16px;
}
dt{
  color: #000000;
  background-color: transparent;
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin-top: 8px;
}
dd {
  color: #000000;
  background-color: transparent;
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
dl.links {
  padding-bottom: 10px;
}
li {
  color: #000000;
  background-color: transparent;
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 130%;
  font-family: Georgia, Palatino, Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin: 5px 0px 5px 0px;
}

/* PCS Sign In Form */
div.theForm {
  background: #F1ECCD;
  border: 1px solid #000;
}
div.theForm div {
  height: 100px;
  background: url(../images/PCS_gradient.png) 65% 0%;
  border-bottom: solid 13px #2b4776; /* rgb(44,64,125) */
}
div.theForm div img {
  float: left;
  padding: 5px 5px 5px 5px;
}
div.theForm div p{
	color: #fff;
	text-align: right;
  font-weight: normal;
  font-size: 10px;
  font-family: verdana, tahoma, arial, sans-serif;
	letter-spacing: 1px;
	padding: 10px 5px 0 5px;
  margin-top: 0px;
}
div.theForm h6 {
  color: #000000;
  text-align: center;
  font-weight: normal;
  font-size: 9pt;
  font-family: verdana, helvetica, sans-serif;
  padding: 0;
  margin: 20px auto;
}
div.theForm p {
  color: #1C3172; /* rgb(119,112,85) */
  text-align: center;
  font-weight: bold;
  font-size: 10pt;
  font-family: verdana, helvetica, sans-serif;
  margin: 10px auto;
}
div.theForm p.hideMe {
  display: none;
}
div.theForm label {
  display: inline-block;
  width: 100px;
  text-align: right;
  margin-right: 6px;
}
div.theForm input {
  width: 100px;
}
body.home div.theForm label {
  width: 85px;
}
body.home div.theForm input {
  width: 85px;
}
/* PCS Sign Up Form */
div.pCSSignUpForm {
  background: #eeeeee;
  border: 1px solid #dddddd;
}
div.pCSSignUpForm div {
  height: 100px;
  background: #ffffff;
  border-bottom: solid 13px #24598d;
}
div.pCSSignUpForm div img {
  float: left;
  padding: 5px 5px 5px 5px;
}
div.pCSSignUpForm div p{
	color: #666666;
	text-align: right;
  font-weight: normal;
  font-size: 10px;
  font-family: verdana, tahoma, arial, sans-serif;
	letter-spacing: 1px;
	padding: 10px 5px 0 5px;
  margin-top: 0px;
}
div.pCSSignUpForm h6 {
  color: #000000;
  text-align: center;
  font-weight: normal;
  font-size: 9pt;
  font-family: verdana, helvetica, sans-serif;
  padding: 0;
  margin: 20px auto;
}
div.pCSSignUpForm p {
  color: #1C3172; /* rgb(119,112,85) */
  text-align: center;
  font-weight: bold;
  font-size: 10pt;
  font-family: verdana, helvetica, sans-serif;
  margin: 10px auto;
}
div.pCSSignUpForm p.hideMe {
  display: none;
}
div.pCSSignUpForm label {
  display: inline-block;
  width: 100px;
  text-align: right;
  margin-right: 6px;
}
div.pCSSignUpForm input {
  width: 100px;
}
body.home div.pCSSignUpForm label {
  width: 85px;
}
body.home div.pCSSignUpForm input {
  width: 85px;
}
#Content ul {
  /* border: solid 1px black; */
  margin-top: 10px;
  margin-bottom: 10px;
}

/* unused stuff below */
#bannerWrapper {
  position: relative;
  background: transparent ; /* url(../images/bars.png) repeat-x 0px 78px */
  height: 150px;
}
#banner {
  position: relative;
  width: 780px;
  height: 150px;
  background: transparent url(../images/masthead.jpg) no-repeat center bottom; /* #d81e16 */
  /* border: solid 1px #d81e16; */
  margin: 0px auto 0px auto;
}
ul.plans {
  background-color: #e6ebde;
  padding: 10px 10px 10px 10px;
  border: solid 1px #3d5b70;
  margin: 0px auto 0px auto;
}
ul.plans li {
  list-style: none;
  background: transparent url(../images/get_pdf.gif) no-repeat;
  padding-left: 44px;
  margin-left: 20px;
}
ul.tick {
  list-style-type: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
ul.tick li {
  background: url(../images/tick.png) no-repeat 0px 6px;
  font-style: normal;
  padding-left: 18px;
  margin-left: 20px;
}
ul.tick li strong {
  text-transform: uppercase;
}
ul.faq {
  list-style-type: none;
}
div.slides {
  margin-left: -16px;
}
div.slide {
  margin-top: 10px;
}
div.slide img a {
  display: block;
}
div.slide h2 {
  color: #000000;
  background: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 80%;
  font-family: 'times new roman', times, serif;
  text-transform: uppercase;
  margin: 5px 0px 10px 0px;
}
div.thumbs {
  margin: 10px 0px 0px 0px;;
}
div.thumb {
  width: 181px;
  height: 181px;
  overflow: hidden;
  margin: 0px 0px 3px 3px;
  float: left;
  display: inline;
}
div.thumb a {
  display: table-cell;
  width: 181px;
  height: 181px;
  background-color: #e6ebde;
  vertical-align: middle;
}
div.thumb a:link, div.thumb a:visited {
  color: #ffffff;
  background-color:  #aabc91;
  font-weight: normal;
  text-decoration: underline;
}
div.thumb a:hover, div.thumb a:active {
  color: #ffffff;
  background-color: #3d5b70;
  font-weight: normal;
  text-decoration: underline;
}
div.thumb img {
  display: block;
  margin: 0px auto;
}
div.thumb p {
  color: #000000;
  background: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 80%;
  font-family: 'times new roman', times, serif;
  text-transform: uppercase;
  margin: 5px 0px 0px 0px;
}
div.photo {
  position: relative;
  margin: 26px auto 0px auto;
}
div.photo a {
  display: block;
}
div.photo img {
}
div.back {
  position: absolute;
  z-index: 5;
  bottom: 10px;
  right: 10px;
  padding: 10px;
  background: transparent url(../images/25black.png);
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
div.back a:link, div.back a:visited {
  color: #cccccc;
}
div.back a:hover, div.back a:active {
  color: #ffffff;
}
div.contact {
  width: 360px;
  background: transparent;
  padding: 40px 0px 5px 0px;
  margin: 10px auto 10px auto;
}
div.contact p {
  color: #161645;
}
div.contact input, div.contact textarea {
  width: 324px;
}
div.contact input[type="submit"] {
  width: 60px;
}
p.enlarge {
  text-align: center;
  font-weight: normal;
}
p.enlarge a {
  font-weight: normal;
}
p.price {
  clear: both;
  text-align: center;
  font-weight: bold;
}
div.hideMe {
  display: none;
}
div.showMe {
  display: block;
}
legend {
  color: #000000;
}
div#map {
  width: 720px;
  height: 500px;
  background: transparent;
  margin: 20px auto 0px auto;
}
div.special p {
 font-style: italic;
 margin-left: 100px;
 margin-right: 100px;
}
span.special {
  color: #990000;
  font-style: italic;
}
div.rates {
  margin-left: 180px;
  margin-right: 180px;
}
div.location {
  position: relative;
  width: 712px;
  height: 393px;
  margin: 0px auto 0px auto;
}
#spot {
  position: absolute;
  top: 233px;
  left: 333px;
  width: 12px;
  height: 12px;
  background: red;
}
div.video {
  margin: 0px auto;
  width: 356px
}
div.video table {
  width: 100%;
}

div.video p {
  font-size: 12px;
  margin: 0px 10px 0px 0px;
}
div.contact {
  width: 700px;
  background: transparent;
  padding: 40px 0px 5px 0px;
  margin: 10px auto 10px auto;
}
div.contact p {
  color: #161645;
}
div.contact fieldset {
  background-color: #e3e9db;
  margin-bottom: 10px;
}
div.contact legend {
  color: #000000;
  font-weight: bold;
}
div.contact label {
  float: left;
  width: 180px;
  text-align: right;
  padding-right: 12px;
}
div.contact select, div.contact input, div.contact textarea {
  width: 420px;
}
div.contact input[type="submit"] {
  width: 60px;
  color: #000000;
  background: #ffffff;
  border: 2px outset #666666;
}
table.mortgageLinks img {
  float: left;
  margin: 0px 10px 10px 0px;
}
hr {
  display: none;
}
div.hr {
  background: url(../images/hr.gif) no-repeat center center;
  height: 20px;
}
blockquote {
  background: url(../images/quoter.gif) no-repeat bottom right;
  margin: 20px 10px 10px 10px;
}
blockquote p {
  background: url(../images/quotel.gif) no-repeat top left;
  font-family: Georgia, Verdana, 'Monotype Corsiva', Arial,  Helvetica, sans-serif;
  font-style: italic;
  padding: 0px 25px;
  margin: 5px 0px;
}
p.author {
  background-image: none;
  text-align: center;
  font-style: normal;
  font-size: 75%;
  margin: 0px 20px 0px 0px;
}
div.counsellor {
  width: 100%;
  margin: 10px auto 10px auto;
}
div.counsellor a.image {
  display: block;
  float: left;
  width: 90px;
  margin: 5px 0px 5px 5px
}
div.counsellor a.image:link img, div.counsellor a.image:visited img {
  border: solid 1px #17224c; /* #3d5b70 */
}
div.counsellor a.image:hover img, div.counsellor a.image:active img {
  border: solid 1px #b60f17; /* #e33631 */
}
div.counsellor img {
  display: block;
  padding: 5px;
  border: solid 1px #3d5b70;
  margin: 0px auto 0px auto;
}
div.counsellor h2 {
  float: right;
  width: 240px;
  text-align: left;
  font-size: 85%;
  border: none;
  margin: 5px 5px 5px 0px;
}
div.counsellor p {
  float: right;
  width: 240px;
  margin: 5px 5px 5px 0px;
}
th {
  text-align: center;
}
table.rates {
  border-collapse: collapse;
  border: 1px solid #3d5b70;
  margin: 10px auto 10px auto;
}
table.rates caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}
table.rates thead {
  color: #ffffff;
  background: #3d5b70;
  border-bottom: 1px solid #3d5b70;
}
table.rates th {
  font-weight: normal;
}
table.rates th, table.rates td  {
 text-align: center;
 padding: 0.1em 1em;
 border-right: 1px solid #ccc;
}
table.rates th.last, table.rates td.last {
  border: none;
}
table.rates th.tmc {
  background-color: #ffffff;
}
table.rates td.tmc {
  color: #3d5b70;
  font-weight: bold;
}
table.rates tr.odd {
  background-color: #e9effe;
}
table.rates tbody tr:hover {
  color: #fff;
  background-color: #8ea9c1;
}
table.rates tbody td.tmc:hover {
  color: #fff;
  background-color: #8ea9c1;
}
table.rates tfoot {
 border-top: 1px solid #ccc;
}

ol.faqs h3 {
 text-align: left;
 padding-left: 1em;
}
span.up {
  float: right;
  color: #000000;
  background: transparent;
  text-align: right;
  font-style: normal;
  font-weight: normal;
  font-size: 75%;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  margin-right: 5px;
  margin-left: 5px;
}
span.up a:link, span.up a:visited {
  color: #e9effe;
}
span.up a:hover, span.up a:active {
  color: #ffffff;
}
div.rateWatch {
  background-color: #e9effe;
  border: none;
}
div.rateWatch p {
  text-align: center;
  font-size: 85%;
}
div.rateWatch input {
  width: 160px;
}
#subscribe, #unSubscribe {
  width: 20px;
}
.registered {
  font-size: smaller;
  /* vertical-align: middle; */
}
