﻿/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #000;
  background-image:url(images/bg.jpg);
  background-repeat:repeat-x;
  color: #000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #fff;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #fff;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 994px;
}
#outerWrapper #header h1 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 14px;
  padding-left: 15px;
  padding-top: 15px;
}
#outerWrapper #header h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
#outerWrapper #header a, #outerWrapper #header a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#outerWrapper #header a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#outerWrapper #header a:hover {
  color: #000;
  text-decoration: underline;
}
#outerWrapper #header a:focus {
  color: #000;
}
#outerWrapper #header a:active {
  color: #000;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	padding: 10px 0px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #content #columnCenter {
	float:left;
	width:770px;
	margin-left: 0px;
	margin-right: 10px;
	padding:0px;
	border: none;
}
#outerWrapper #contentWrapper #content #columnLeft {
	float:left;
	width:324px;
	margin-left: 0px;
	margin-right: 10px;
	padding:0px;
	border: none;
}
#outerWrapper #contentWrapper #content #columnRight {
	float:left;
	width:400px;
	margin: 0px;
	margin-left: 10px;
	padding:0px;
	border:none;
}
#outerWrapper #contentWrapper #content #contentSection {
	clear:both;
	padding-top: 15px;
}
#outerWrapper #footer {
  color:#FFFFFF;
  font-size: 14px;
  background-color: #000;
  border-top: solid 1px #666; /* Sets the top border properties for an element using shorthand notation */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

/* nav bar */

div#navcontainer
{
	background: #012e5c url(/images/navbar1.png) right top no-repeat;
}

div#navcontainer, div#tertiary
{
	margin: 0 1% 10px;
	min-width: 771px; /* 770px - 2 * 9.5px padding */
	overflow: hidden;
}

ul#navlist
{
	display: block;
	padding: 0;
	margin: 0;
	float: left;
}

ul#navlist li
{
	display: block;
	float: left;
	position:relative
}

ul#navlist li a
{
	display: block;
	float: left;
	padding: 8px 8px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 114%;
	color: #CCDDEE;
	border: 1px solid #446688;
	border-width: 0 1px 1px 0;
	white-space: nowrap;
}

ul#navlist li a:hover
{
	background: #446688 url(/images/navbarhighlight1.png);
	color: #FFFFFF;
}

ul#navlist li a.active
{
	color: #fff;
	font-weight: bold;
}

div#navcontainer form
{
	display: block;
	float: right;
	margin: 0;
}


div#navcontainer form input
{
	border-width: 1px;
	vertical-align: middle;
	font-size: small;
	padding: 0;
	font-family: Tahoma, sans-serif;
}
#cu3er-container {margin: 70px 100px auto; width:600px; outline:0;}

/*FONT-FACE*/
@font-face {
	font-family: 'TitilliumText22LRegular';
    src: url('../font/titillium/TitilliumText22L003-webfont.eot');
    src: url('../font/titillium/TitilliumText22L003-webfont.eot?iefix') format('eot'),
         url('../font/titillium/TitilliumText22L003-webfont.woff') format('woff'),
         url('../font/titillium/TitilliumText22L003-webfont.ttf') format('truetype'),
         url('../font/titillium/TitilliumText22L003-webfont.svg#webfonthw2QSkaV') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TitilliumText22LBold';
    src: url('../font/titillium/TitilliumText22L005-webfont.eot');
    src: url('../font/titillium/TitilliumText22L005-webfont.eot?iefix') format('eot'),
         url('../font/titillium/TitilliumText22L005-webfont.woff') format('woff'),
         url('../font/titillium/TitilliumText22L005-webfont.ttf') format('truetype'),
         url('../font/titillium/TitilliumText22L005-webfont.svg#webfontQJLLLQu2') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*FEATURED CONTENT*/
#feature {
	height: 400px;
}
.featured-content {
	border-bottom:1px solid #E8E8E8;
	padding:25px 0px 20px 25px;
	overflow:hidden;
}
.featured-image {
	position:relative;
	float:left;	
}
.featured-image img {
	border:4px solid #E7E7E7;		
}
.featured-image span.shadow {
	position:absolute;
	top:4px;
	left:4px;
	display:block;
	width:548px;
	height:326px;
	box-shadow:inset 0 0 6px #343434;
	-moz-box-shadow:inset 0 0 6px #343434;
	-webkit-box-shadow:inset 0 0 6px #343434;	
}
.featured-image span.featured-title {
	position:absolute;
	top:20px;
	left:4px;
	background:url('imgs/title-bg.png') repeat-x;
	display:block;
	font-size:14px;
	font-family:'TitilliumText22LBold';
	text-transform:uppercase;
	padding:4px 10px 4px 10px;
	color:#FFF;
	text-shadow:0 1px 1px #000;	
}
.content {
	float:right;
	width:335px;
	font-size:14px;
}
.content h2 {
	font-family:'TitilliumText22LBold';		
	font-size:22px;
	margin:2px 0 15px 0;	
}
.content p,
.property-desc p {
	margin:0 0 15px 0;
}
.content span.price {
	font-family:'TitilliumText22LBold';		
	font-size:18px;
	margin:4px 0 0 15px;
	display:inline-block;
}
.content a:link, .content a:visited {
	float: left;
	font-size:12px;
	width:auto;
	text-decoration:none;
	color:#FFF;
	padding:8px 12px 0 0;
	background:url('imgs/more-details.gif') no-repeat top right;
	text-align:center;
	font-weight:bold;	
	text-shadow:0 1px 1px #074b6b;
	cursor:pointer;
	margin:0 6px 0 0;
	text-transform:uppercase;
}
.content a span {
	float:left;
	display:block;
	padding:5px 8px 4px 18px;
	margin:-8px 0 0 0;
	background: url('imgs/more-details.gif') no-repeat top left;		
}
.content a:hover {
	background-position:right -29px;
}
.content a:hover span {
	background-position:left -29px;
}
.details {
	background:#EFEFEF;
	border:1px solid #D9D9D9;
	overflow:hidden;
	margin:0 0 20px 0;
	border-radius:6px;
	-moz-border-radius:6px;	
	-webkit-border-radius:6px;		
}
.details label {
	display:block;
	float:left;	
	padding:6px 8px 6px 8px;
	font-size:12px;
	text-shadow:0 1px 1px #FFF;	
}
.details label.bedrooms {
	text-indent:25px;
	background:url('imgs/beds.png') no-repeat 10px;
	border-right:1px solid #D9D9D9;
}
.details label.bathrooms {
	text-indent:22px;
	background:url('imgs/bath.png') no-repeat 10px;
	border-left:1px solid #F5F5F5;
	border-right:1px solid #D9D9D9;
}
.details label.garage {
	text-indent:28px;
	background:url('imgs/garage.png') no-repeat 10px;
	border-left:1px solid #F5F5F5;	
}

/*FEATURED NAVIGATION THUMBS*/
.nav-thumbs {
	padding:0 25px 15px 28px;	
}
.nav-thumbs ul li {
	float:left;
	margin:0 18px 0 0;	
}
.nav-thumbs ul li img {
	border:4px solid #c1c1c1;
	opacity:0.7;
}
.nav-thumbs ul li.last,
.meet-our-team ul li.last,
.properties div.last,
.gallery ul li.last,
.property-gallery ul li.last,
.pricing-table-basic ul.main li.last,
.pricing-table-basic ul.main li ul li.last {
	margin:0;
	padding:0;
	border:0;
}
.nav-thumbs a:link, .nav-thumbs a:visited {
	padding:20px 0 0 0;
	display:block;
}
.nav-thumbs a.active:link, .nav-thumbs a.active:visited {
	background:url('imgs/nav-arrow.png') no-repeat top center;
	display:block;		
}
.nav-thumbs a.active img {
	border:4px solid #EDEDED;
	opacity:1;
	box-shadow: 0 0 1px 1px #C0C0C0;
	-moz-box-shadow: 0 0 1px 1px #C0C0C0;
	-webkit-box-shadow: 0 0 1px 1px #C0C0C0;
}

