body
{ 
  margin: 0; 
  padding: 0; 
  font-family: 'Roboto Condensed', 'sans-serif';
  font-size: 15px;
  color: #000;
  #background-image: url(/images/bg.png);
  background: url(/images/bg.jpg) no-repeat;
  background-size: cover;
}

h1, h2, h3, h4
{
  padding: 0;
  margin: 0;
}

.h4hl
{
  text-decoration: underline;
}

a:link { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #b42d25; }

.clear-both
{
  clear: both;
}

.center
{
  width: 984px;
  margin: 0 auto;
}

#gallery
{
  width: 380px;
  margin: 0 auto;
}

.content
{
  width: 948px;
  padding: 18px;
  background-color: #f8f0f0;
  opacity: 0.9;
}

.content2
{
  width: 948px;
  padding: 3px 18px 18px 18px;
  background-color: #f8f0f0;
  opacity: 0.9;
}


.headline
{
  text-align: center;
  padding: 16px 0;
}

#footerW
{
  background-color: #b42d25;
  width: 100%;
  height: 4px;
}

#footerC
{
  background-color: #454545;
  height: 19px;
  border-top: 4px solid #fff;
  color: #ffffff;
  padding: 16px;
  margin-bottom: 16px;
  line-height: 19px;
}

#footerC a:link { text-decoration: none; color: #fff; }
#footerC a:visited { text-decoration: none; color: #fff; }
#footerC a:active { text-decoration: none; color: #fff; }
#footerC a:hover { text-decoration: underline; }

#logo
{
  background-image: url(/images/logo.png);
  width: 168px;
  height: 80px;
  margin: 12px 0 8px 0;
  float: left;
  display: block;
}

#logo:hover
{
  opacity: 0.8;
}

.downloadPdf
{
  background: url(/images/pdf.png) no-repeat;
  padding-left: 42px;
  margin: 4px;
  height: 32px;
  display: block;
  line-height: 32px;
}

.navi
{
  border-bottom: 4px solid #b42d25;
  margin-bottom: 1px;
}

#ht-hl
{
  background-color: #444444;
  height: 38px;
  line-height: 38px;
  position: relative;
  width: 984px;
  left: -18px;
  color: #fff;
}

#ht-hl-fl0
{
  background: url(/images/housetypes-headline-arrow.png) no-repeat;
  height: 38px;
  width: 22px;
  float: left;
}

#ht-hl-fl1
{
  background-color: #b42c24;
  padding: 0 18px;
  float: left;
}

#ht-hl-fl2
{
  padding: 0 18px;
  font-weight: normal;
  float: left;
}

#nav {  
	width: 776px; 
	float: right;
	margin: 69px 0 0 0;
	float: left;
}
#nav li { 
	list-style: none; 
	float: right; 
	width: 140px;
	line-height: 30px; 
	text-align: center;
	background: url(/images/navibg.png) repeat;
	#margin-left: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
} 
#nav li a { 
	color: #b42d25; 
	text-decoration: none; 
	display: block; 
} 
#nav li a:hover { 
	background-color: #b42d25;
	color: #FFF;
} 

.buttonHover
{
  background: none !important;
  background-color: #b42d25 !important;
  color: #fff;
  margin-bottom: 1px;
}

#nav li ul { 
	position: absolute;  
	display: none; 
	z-index: 9999;
} 
#nav li:hover ul { 
	display: block; 
} 
#nav li ul li { 
	float: none; 
	display: inline; 
}
#nav li ul li a { 
    padding: 0 8px;
	position: relative; 
	background: #b42d25; 
	color: #fff; 
	left: -40px;
	margin-top: 1px;
}
#nav li ul li a:hover { 
	background: #fff; 
	color: #b42d25; 
}

/* Basic Grey */
.basic-grey {
    width: 500px;
    -margin-right: auto;
    -margin-left: auto;
    -background: #EEE;
    padding: 20px 30px 20px 30px;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    -border:1px solid #DADADA;
}
.basic-grey h1 {
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}
.basic-grey h1>span {
    display: block;
}
.basic-grey label {
    display: block;
    margin: 0px 0px 5px;
}
.basic-grey label>span {
    float: left;
    width: 120px;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea,.basic-grey select{
    border: 1px solid #DADADA;
    color: #888;
    height: 24px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
}
.basic-grey select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 72%;
    height: 30px;
}
.basic-grey textarea{
    height:100px;
}
.basic-grey .button {
    background: #B42D25;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
}
.basic-grey .button:hover {
    background: #d0463e;
	cursor: pointer;
}
.inline
{
  display: inline;
}