body
{
  background-color: #EAEDE9;
  margin: 0px;
  font-family:Georgia, Times, "Times New Roman", serif;
}

#headerBar, #bodyBar, #navTwo
{
	position: relative;
	width: 100%;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#navContainer
{
  position: relative;
  width: 1000px;
  margin: 0px auto;
  background-image: url(../images/bg-nav.gif);
  background-repeat: repeat-x;
  background-color: #81293D;
  height: 40px;
  font-size: 15px;
  display: block;
}

#navContainer ul, #navContainer ul li
{
  position: relative;
  list-style-type: none;
  display: block;
  margin: 0px;

}

#navContainer ul
{
  padding: 10px 0px 0px 20px;
}

#navContainer ul li
{
  display: inline;
  margin-right: 15px;
  color: white;
}

#navContainer ul li a
{
  color: #F9B0C3;
  text-decoration: none;
}

#navContainer ul li a.active
{
  color: white;
}

#navContainerTwo
{
  position: relative;
  width: 1000px;
  margin: 0px auto;
  background-image: url(../images/bg-services.gif);
  background-repeat: repeat-x;
  background-color: #d2d2d2;
  height: 34px;
  font-size: 15px;
  display: block;
}

#navContainerTwo ul, #navContainerTwo ul li
{
  position: relative;
  list-style-type: none;
  display: block;
  margin: 0px;

}

#navContainerTwo ul
{
  padding: 7px 0px 0px 20px;
}

#navContainerTwo ul li
{
  display: inline;
  margin-right: 15px;
  color: white;
}

#navContainerTwo ul li a
{
  color: #c45170;
  text-decoration: none;
}

#navContainerTwo ul li a.active
{
  color: #000000;
  background:none;
}

#headerContainer
{
	position: relative;
	width: 1000px;
	margin: 0px auto;
	height: 101px;
	background-color: white;
	background-image: url(../images/bg-header.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 24px;
	border-bottom: 1px solid #DDDDDD;
}

#bodyContainer
{
  position: relative;
  width: 1000px;
  margin: 0px auto;
}

#homePicturesContainer
{
  position: relative;
  float: left;
  width: 579px;
}

#mainImage1, #mainImage2
{
  position: absolute;
  top: 0px;
  left: 0px;
}

#mainImage1
{
  z-index: 4;
}

#mainImage2
{
  z-index: 3;
}

.clearer
{
  position: relative;
  clear: both;
  height: 0px;
  line-height: 0px;
}

#homeSearchContainer
{
	width: 391px;
	padding: 15px;
	float: right;
	position: relative;
	height: 269px;
	background-color: #CCCCCC;
	background-image: url(../images/bg-home-search.gif);
	background-repeat: repeat-x;
	overflow: auto;
}

#homeSearchContainer h1, #bodyContainer h1
{
  font-weight: normal;
  font-size: 22px;
  color: #AB1A43;
  margin: 0px;
}

#bodyContainer h1
{
  font-size: 30px;
}

#bodyContainer h2
{
    font-weight: normal;
  font-size: 22px;
  color: #AB1A43;
  margin: 0px;
}

#homeSearchViewAllLink
{
  float: right;
  color: #AB1A43;
  margin-top: 5px;
}

#homeSearchContainer label
{
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
}

#homeSearchContainer input.homeSearchField
{
  padding: 4px;
  border: 1px solid #dddddd;
}

input.homeSearchButton
{
  position: relative;
  display: block;
  border: 0px;
  margin-top: 25px;
  float: right;
}

input.long
{
  width: 340px;
}

input.short
{
  width: 175px;
}

.homeSearchContainerHalfWidth
{
  float: left;
  width: 187px;
}

#footerBar
{
	background-image: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
}

#homeSearchOtherBoxes
{
  position: absolute;
  top: 255px;
  font-size: 14px;
}

#homeSearchOtherBoxes a
{
  color: #AB1A43;
}

.bodyText
{
  padding: 20px;
}

.bodyText a
{
color: #AB1A43;
}

.homeBodyText
{
  padding-top: 0px;
  width: 538px;
  border-right: 1px solid #DDDDDD;
}

.homeBodyTextRight
{
  float: right;
  width: 380px;
}

.homeBodyTextRight ul, .homeBodyTextRight li
{
  list-style-type: none;
  margin: 12px 0px;
  padding: 0px;
}

.homeBodyTextRight ul
{
  margin-top: 16px;
}

#footerContainer
{
	color: #999999;
	font-size: 14px;
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	height: 76px;
	background-color: #AB1A43;
	background-image: url(../images/bg-footer-container.gif);
	background-repeat: repeat-x;
}

.date
{
  color: #999999;
}

.blogThumb
{
  float: right;
  border: 1px solid #dddddd;
  margin-left: 20px;
}

.blogListing
{
  position: relative;
  padding: 10px 0px;
}

#footerAddress
{
  float: right;
  text-align: right;
  color: white;
  font-size: 13px;
  line-height: 18px;
  padding-right: 20px;
  padding-top: 20px;
}

.pagesIndex
{
  float: right;
  text-align: right;
  width: 300px;
  padding: 5px 0px;
}

#picturesContainer
{
  float: right;
  width: 300px;
  margin-left: 30px;
}

.picture
{
  background-color: #AB1A43;
  text-align: center;
  border: 1px solid #AB1A43;
  margin-bottom: 30px;
}

.picture .caption
{
  padding: 5px;
  color: white;
}

#searchResults dl
{
  border: 1px solid #7E2A3D;
}

#searchResults dl dt, #searchResults dl dt a, #searchResults dl dt a:hover
{
  background-color: #7E2A3D;
  color: white;
}

#searchResults dl dd
{
  font-size: 14px;
}

dd strong
{
  color: #7E2A3D;
  font-size: 14px;
}

#searchResults dl dd span.moredetails a
{
  color: #7E2A3D;
}

#searchResults dl dd .adfooter .contact
{
  display: none;
}

#searchResults dl dd a, #searchResults dl dd a:hover
{
  color: #7E2A3D;
}

