* /*Set's border, padding and margin to 0 for all values*/
{padding: 0; margin: 0;}

/* Removes list-style from lists */
ol { list-style : none; }

/* Removes border from fieldset and img */
img { border : 0; }

.hidden { visibility: hidden;}

body, html {
color: #000;
font-family: Arial, Helvetica, sans-serif;
background: #fcf5ec url(../img/bkg_quoin.jpg) top left repeat-x;
text-align: center;
height: 100%;
}

/**************************
LINKS
**************************/
a {
color: #a56227;
text-decoration: none;
}

a:hover{
color: #334445;
text-decoration: none;
}

.buttonLink a:link, .buttonLink a:visited{
color:#a56227;
margin:5px 0 0 0;
text-decoration:none;
line-height:19px;
}

.buttonLink a:hover{
color:#334445;
}


.photo a {
text-decoration: none;
}
.photo a:hover{
text-decoration: none;
}

/**************************
TEXT STYLES
**************************/
p {padding: 5px 0 5px 0; font-size: 14px; line-height: 18px;}

h1, h2, h3, h4 {
font-weight: bold;
margin: 0;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 2em;
color: #a56227;
margin-top: 10px;
}

h3 {
font-size: 1.4em;
color: #334445;
margin-top: 20px;
}

h5{
font-size: 14px;
line-height: 18px;
}


/**************************
MAIN CONTAINER
**************************/
.clear { clear: both; }

#mainContainer {
width: 960px;
margin: 0 auto;
min-height: 100%;
text-align: left;
}

* html #mainContainer {
height: auto;
}

.style1 {
font-family: Tahoma, Arial, sans-serif;
	font-size: 14pt;
	line-height: 18pt;
	font-weight: bold;
}
.style2 {
font-family: Tahoma, Arial, sans-serif;
	font-size: 12pt;
	line-height: 16pt;
	font-weight: normal;
}

/**************************
HEADER
**************************/
#header {
height: 133px;
width: 960px;
margin: 0 auto;
position: relative;
padding-top: 10px;
background: none;
}

#header h1 {
	width: 180px;
	height: 120px;
	padding: 0px;
	background: url(../img/header_logo_quoin.png) center no-repeat;
	text-indent: -10000px;
	font-size: 9px;
	float: left;
}
#header h1 a {
	width: 180px; height: 120px; display: block;
}

#menubox {
position: absolute;
width:960px;
height: 115px;
bottom: 0;
left: 0;
background-color:#8e0e1b;
}

.headerContact {float:right; text-align:right; margin-top: 45px; width: 300px; background: none;}
.headerContact p {font-size: 12px !important;}

/**************************
CONTENT AND COLUMNS
**************************/
.outer {
width: 960px;
margin: 0 auto;
padding:0;
background-color: #fcf5ec;
}
* html .outer {
padding-right: 0px;
}
.inner {
width: 960px;
margin: 0 auto;
padding-bottom: 46px;
}
* html .inner {
width: 960px;
}
.float-wrap {
float: left;
width: 960px;
margin-left: -0px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}

#content {
width: 960px;
height: 100%;
font-size: 13px;
}

* html #content {
position: relative;  /*** IE needs this  ***/
}

.contentWrap {
padding: 0 0 10px 10px;
}


.float_left {
float: left;
padding-right: 5px;
}
	
.photo_right {
float: right;
clear: right;
padding: 5px 5px 10px 5px;
}
	
.photo_left {
float: left;
padding: 5px 20px 5px 0px;
}
	
/**************************
SLIDESHOW BOX
**************************/
	
#slideshow{
width:960px;
height: 300px;
background:#a56227 url(../img/intro_slide1.jpg);
}

#subPage #slideshow{
height: 200px;
background:#a56227;
}
	
#galleryPage #slideshow{
height: 20px;
background:#a56227;
}

#homesPage #slideshow{
height: 480px;
background:#a56227;
}

.customplanbox {
float:left;
width:325px;
height: auto;
margin: 0;
margin-left: 25px;
padding-bottom:25px;
}

/**************************
FEATURE SECTION
**************************/
#column1, #column2, #column3 {
	background-color: #f1dbca;
}

#column1 {
float:left;
width:310px;
height:auto;
}

#column2 {
float:left;
width:310px;
height:auto;
margin:0 0 0 15px;
}

#column3 {
float:right;
width:310px;
height:auto;
}

.columnBase {
	height: 15px;
	padding: 16px;
	color:#FFF;
	font: 14px bold Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#a56227;
	text-align:center;
}

.columnBase a {
	color:#FFF;
}

.columnBase:hover {
	background-color: #79471C;
	color: #fff;
	-moz-transition: all 0.3s ease 0s;
}


/**************************
FOOTER
**************************/
#footer {
clear:both;
width: 100%;
height: 60px;
margin: 0 auto;
margin-top: -60px;
padding:9px 0 5px 0;
text-align: center;
color: #334445;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height:18px;
border-top: 5px solid #334445;
}

#footer a:link, #footer a:active, #footer a:visited { 
	color: #a56227;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover { 
	color: #334445;
	text-decoration: none;
	-moz-transition: all 0.3s ease 0s;
}

#header strong, #footer strong {
	color:#a56227;
}

/**************************
RESPONSIVE SLIDES
**************************/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: none;
  width: 100%;
  border: 0;
  }

.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: #666 url("../img/themes.gif") no-repeat left top;
  margin-top: -55px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(255,255,255, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(255,255,255, .8);
  }
