body
  {
  text-align: center;
  background: #2f2f2f url(/images/background.jpg) no-repeat top center;
  padding: 0px;
  margin: 0px;
  font-size: 10pt;
  }
  
body, td, input, textarea
  {
  font-family: Helvetica, Arial, sans-serif;
  }

a
  {
  text-decoration: none;
  color: #1a4d80;
  }

a:hover
  {
  text-decoration: underline;
  }

p
  {
  padding: 0;
  margin: 0.7em 0em;
  }

form 
  {
  margin: 0px;
  padding: 0px;
  }

form dt
  {
  padding: 0px;
  margin-bottom: 10px;
  color: #1a4d80;
  }

form dd
  {
  margin: 0px;
  padding: 0px;
  }
form dd input { border: 1px solid #1a4d80; }

img
  {
  vertical-align: middle;
  border: 0;
  }

input
  {
  vertical-align: middle;
  }

table, td
  {
  border-collapse: collapse;
  border: 1px solid #999;
  }

th
  {
  text-align: left;
  }

dd
  {
  margin: 0 0 0.5em 0;
  padding: 0;
  }

thead td
  {
  text-transform: uppercase;
  border: 0;
  }

ul { list-style: disc; padding: 0 0 0 3em; }
ol { padding: 0 0 0 2em; }

#left-menu ul { list-style: none; padding: 0 0 0 1em; }

h1
  {
  font-size: 200%;
  font-weight: normal;
  padding-bottom: 0em;
  color: #1a4d80;
  margin: 0 0 0.3em 0;
  }

h2
  {
  font-size: 160%;
  font-weight: normal;
  color: #1a4d80;
  margin: 0 0 5px 0;
  }
  
h3
  {
  font-size: 180%;
  padding-bottom: 0em;
  color: #1a4d80;
  margin: 0 0 1em 0;
  text-transform: uppercase;
  }

h3 span { font-size: 90%; color: #1a4d80; font-weight: normal; }

.float-container
  {
  overflow: hidden;
  height: 1%;
  }

.half-width-float
  {
  width: 50%;
  float: left;
  }

#error
  {
  border: 1px solid #F55;
  background-color: #FEE;
  padding: 0 0.5em;
  line-height:  2em;;
  margin-bottom:  1em;
  }
.error { color: red; padding: 1em 0em; }
.errors { border: 2px solid red; padding: 0.5em; }
.errors ul { margin-bottom: 0; }

.right { text-align: right; }
.middle { text-align: center; }

.even td { background-color: #EEE; }
.odd td { background-color: #F4F4F4;}

.rborder { border-right: 1px dashed #CCC; }

.panel { background: url(/images/panel.png) no-repeat bottom right; padding: 20px 15px 15px 15px; line-height: 1.4em; }
.page { background: url(/images/block.png); padding: 30px 25px 25px 25px; line-height: 1.4em; }
.page h1 { margin-bottom: 1em; }
a.more { color: #e40048; }
a.read-more { font-weight: bold; }

/*-- Structural */

#container
  {
  width: 854px;
  margin: 0px auto;
  text-align: left;
  position: relative;
  font-size: 90%;
  }

#logo
  {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 56px;
  width: 180px;
  background: url(/images/logo.gif);
  text-indent: -2000px;
  }

#header
  {
  height: 78px;
  position: relative;
  }

#footer
  {
  margin-top: 10px;
  clear: both;
  }
#footer a { margin-right: 11px; color: #222;  }

#menu
  {
  position: absolute;
  bottom: 15px;
  }
#menu a { margin-right: 30px; font-size: 10pt; color: white; }
#menu a.current { color: #9ab3d3; }

#banner
  {
  height: 207px;
  margin-bottom: 10px;
  }

#search
  {
  float: right;
  width: 180px;
  height: 230px;
  }
#search dd input, #search dd select { width: 175px;}

#content
  {
  margin-right: 220px;
  }

#home-content
  {
  margin-bottom: 10px;
  height: 120px;
  }
  
#page-content
  {
  min-height: 1em;
  height: auto !important;
  height: 1em;
  }

#news
  {
  padding-top: 15px;
  height: 70px;  
  }
  
#news-articles
{
 
 
}
  

#developments-content
  {
  height: 165px;
  }
  
#development
  {
  min-height: 165px;
  }

#search-results
{
  list-style: none;
}

#search-results li { height: 60px; position: relative; padding-left: 90px; }
#search-results img { position: absolute; left: 0px; top: 0px; }

#contact-addresses { position: relative; }
#contact-second-address { position: absolute; left: 300px; top: 0px; text-align: center; }

/**
 * Copyright (c) 2006, Bill W. Scott
 * All rights reserved.
 *
 * This work is licensed under the Creative Commons Attribution 2.5 License. To view a copy 
 * of this license, visit http://creativecommons.org/licenses/by/2.5/ or send a letter to 
 * Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.
 *
 * This work was created by Bill Scott (billwscott.com, looksgoodworkswell.com).
 * 
 * The only attribution I require is to keep this notice of copyright & license 
 * in this original source file.
 */

/**
 * Standard Configuration. It is advised that this section NOT be modified as the
 * carousel.js expects the behavior outlined below.
 **/
.carousel-component { 
	position:relative;
	overflow:hidden;
	visibility:visible; /* component turns it on when first item is rendered */
}

.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
       margin: 0px;
}

.carousel-component .carousel-vertical li { 
	float:none;
	margin-bottom:0px;
}

.carousel-component ul.carousel-vertical { 
	width:auto;
}

.carousel-component .carousel-clip-region { 
	overflow:hidden;
	margin:0px auto;
	position:relative; 
}

/**
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-component { 
	padding:0px;
	color:#618cbe;
  margin: 0px 15px;
  width: 600px;
}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px 0px 0px 0px;
}
.carousel-component .carousel-list li { 
	text-align:center;
	background-position: center center;
	background-repeat: no-repeat;
  width: 80px;
  height: 50px;
	padding: 0px 3px;
	font:10px verdana,arial,sans-serif;
	color:#666;
}
.carousel-component .carousel-list li a {
  display: block;
  width: 80px;
  height: 45px;
  text-indent: -2000px;
  padding-top: 5px;
}
.carousel-component .carousel-list li a:hover {
  background: url(/images/block.png) 0px -15px repeat-x;
  text-indent: 0px;
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}
#development-carousel { position: relative; margin-top: 15px; background-color: transparent; height: 50px; }
.arrow-container { position: absolute; height: 50px; width: 15px; text-align: center; line-height: 50px; top: 0px; }
.arrow-container a { display: block; font-size: 11pt; background-color: #1a4d80; color: white; }
#prev-arrow-container { left: 0px; }
#next-arrow-container { right: 0px; }