body {
	background: url(../images/redesign/header_bg.gif) left top repeat-x;
}

body, div, td, th, span, strong, em {
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
}

p {
	margin: 0 0 20px 0;
}

td {
	padding: 3px;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

div.container {
	width: 960px;
	margin: auto;
}
div.innerSidebar {
	width: 235px;
	margin-right: 25px;
}

a {
	color: #036735;
}
a:hover {
	color: #7C4828;
}

h1 {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 15px;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #7C4828;
	margin-top: 20px;
	margin-bottom: 10px;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}

.pic {
	margin: 0px;
	border: 1px solid #7C4828;
	border-radius: 10px;
}

#header {
	position: relative;
	margin-bottom: 10px;
}

#logo {
	background: #ffffff;
	margin-top: 30px;
	width: 249px;
	height: 118px;
	text-align: center;
}

#siteSearch {
	position: absolute;
	right: 0;
	top: 25px;
	font-size: 12px;
	font-weight: bold;
}

#mainContainer {
	background: #ffffff;
	position: relative;
	margin-bottom: 10px;
}
#mainInner {
	float: left;
	/*width: 642px;*/
	min-height: 655px;
	background: #F5F2E9;
	border-radius: 15px;
	padding: 20px 30px;
	margin-bottom: 10px;
	font-size: 0.95em;
	line-height: 1.2em;
}
#mainInner li {
	margin-bottom: 15px;
}

#features {
	position: relative;
	clear: both;
	margin-bottom: 10px;
}

#indexImgRotator {
	position: relative;
	background: #cccccc;
	border: 3px solid #036735;
	width: 954px;
	height: 410px;
	margin-bottom: 10px;
}
.indexImgOverlay {
	position: absolute;
	/*bottom: 0;*/
	top: 0;
	width: 100%;
	height: 60px;
	background-color: transparent;

	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(78, 45, 25);
	/* RGBa with 0.6 opacity */
	background: rgba(78, 45, 25, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC4E2D19, endColorstr=#CC4E2D19);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC4E2D19, endColorstr=#CC4E2D19)";

	/*
	opacity: 0.6;
	filter: alpha(opacity=60);
	*/
}
.indexImgOverlay p {
	color: #ffffff;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
}
.indexImgOverlay a {
	color: #ffffff;
}

.indexFeature {
	/*float: left;*/
	width: 235px;
	height: 149px;
	border: 1px solid #036735;
	margin-bottom: 10px;
}
a.indexFeatureTitle {
	display: block;
	width: 235px;
	/*height: 28px;*/
	/*background: #036735;*/
	/*background: #7C4828;*/
	background: #036735;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

#interact {
	position: relative;
	clear: both;
	height: 50px;
	margin-bottom: 10px;
}

#youtube, #twitter, #facebook {
	float: left;
	margin-right: 10px;
}

#newsletterSignup {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 12px;
	font-weight: bold;
}

#floorPlanSearchContainer {
	clear: both;
	background: #036735;
}
#floorPlanSearchContainerIndex {
	clear: both;
	/*background: #036735;*/
	margin-bottom: 10px;
}
#floorPlanSearch {
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
#floorPlanSearchIndex {
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
	color: #7C4828;
}
#floorPlanSearch label {
	padding-left: 10px;
}
#floorPlanSearch label, #floorPlanSearch select, #floorPlanSearch input, #floorPlanSearchIndex label, #floorPlanSearchIndex select, #floorPlanSearchIndex input {
	font-size: 16px;
}

#footerContainer {
	background: #D8CFA6;
	border-top: 1px solid #036735;
	border-bottom: 1px solid #036735;
	clear: both;
}
#footer {
	color: #036735;
	font-size: 11px;
	padding: 15px 0;
	text-align: center;
}

.dataTable td {
	font-size: 0.9em;
}

.right {
	float: right;
	margin: 5px 15px 10px 15px;
}

.breadcrumb {
	font-size: 0.9em;
	color: #7C4828;
	margin-bottom: 5px;
}

.breadcrumb a {
	font-size: 0.8em;
}

ul.standardList {
	list-style: disc;
	margin-left: 40px;
}

.news_archive {
    background: #eeeccc;
    display: inline;
    margin: 0 0 10px 20px;
    padding: 10px;
    width: 225px;
    float: right;
    text-align: left;
    margin-top: 15px;
    clear: both;
	border-radius: 15px;
	font-size: 0.9em;
}

.headline {
	background: #fffddd;
	border-top: 1px solid #666444;
	width: 100%;
	font-weight: bold;
	padding: 5px 2px;
}

.byline {
	background: #eeeccc;
	width: 100%;
	font-style: italic;
	padding: 2px;
}

.news_image {
	float: right;
	padding: 10px;
	text-align: center;
	background: #eeeccc;
	margin-left: 15px;
	border-radius: 15px;
}

.news_image div {
	/*font-weight: bold;*/
	margin: 2px;
	/*width: 245px;*/
	text-align: center;
	font-size: 0.8em;
}

.red {
	color: #cc0000;
}
.green {
	color: #006600;
}

a.add_to_favorites {
	float: right;
	display: block;
	width: 150px;
	background: #7C4828;
	color: #ffffff;
	text-decoration: none;
	border-radius: 15px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.newsletter_archive {
    background: #eeeccc;
    display: inline;
    margin: 0 0 10px 20px;
    padding: 15px;
    width: 250px;
    float: right;
    text-align: left;
    margin-top: 15px;
    clear: both;
	border-radius: 15px;
}

a.sitemap_primary {
	/*font-size: 10px;*/
	/*font-family: verdana, arial, helvetica, sans-serif;*/
	font-weight: bold;
	color: #444222;
	text-decoration: underline;
}
a.sitemap_primary:hover {
	/*color: #984F1B;*/
}
a.sitemap_secondary {
	display: block;
	/*font-size: 10px;*/
	/*font-family: verdana, arial, helvetica, sans-serif;*/
	/*color: #555333;*/
	text-decoration: underline;
	margin-left: 15px;
	margin-top: 5px;
}
a.sitemap_secondary:hover {
	/*color: #984F1B;*/
}



/* Text sizer */
#textsizer-classnames {
	float: right;
	text-align: right;
	margin: -10px -25px;
	padding: 4px;
	margin-bottom: 6px;
	font-size: 11px;
}

ul.textresizer
{
   list-style: none;
   display: inline;
   margin: 0px;
   padding: 0px;
}
   ul.textresizer li
   {
      display: inline;
      margin: 0px;
      margin-right: 5px;
      padding: 0px;
   }

   ul.textresizer a {
      border: solid 1px #999;
      padding: 2px 3px;
      /*font-weight: bold;*/
	font-weight: normal;
      text-decoration: none;
	color: #555333;
   }

   ul.textresizer a:hover {
      background: #eeeccc;
      border: solid 1px #cccccc;

   }

   ul.textresizer .small-text {
      font-size: 11px;
   }

   ul.textresizer .medium-text {
      font-size: 13px;
   }

   ul.textresizer .large-text {
      font-size: 15px;
   }

   ul.textresizer .larger-text {
      font-size: 17px;
   }

   ul.textresizer a.textresizer-active {
      border: solid 1px #333333;
      background: #eeeccc;
      color: #984F1B;
   }

   #mainInner.small-text {
      font-size: 11px;
   }

   #mainInner.medium-text {
      font-size: 13px;
   }

   #mainInner.large-text {
      font-size: 15px;
   }

   #mainInner.larger-text {
      font-size: 17px;
   }

.showcase_images li {
  float: left;
  width: 200px;
  margin: 5px;
}
.showcase_images li a img {
  border: 1px solid #7c4828;
  border-radius: 8px;
}
.showcase_images {
  font-size: 0.9em;
  text-align: center;
}

.clear {
  line-height: 0;
  clear: both;
}
#showcase_info {
  margin-top: 20px;
}

