/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700);
body {
	margin: 0px;
	padding: 0px;
	background: url(images/triangular.png);
	font-family: 'Raleway', sans-serif;
	color: #666;
	font-size:14px;
}
h1, h2 {
	color: #003366;
}
a, a:visited{
	color:#036;
	text-decoration:none;
}
a:hover{
	color:#666;
}
/* Site Structure */
#site {
	margin: 0px auto;
	width: 1200px;
	position: relative;
}
#header {
	float: left;
	width: 100%;
	height: 350px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10000;
}
#flash{
	position:absolute;
	left:0px;
	top:0px;
	width:1200px;
	height:800px;
	z-index:10;
}
#header #logo {
	width: 341px;
	height: 65px;
	position: absolute;
	left: 50px;
	top: 50px;
}
#header #main-menu {
	padding: 0px;
	margin: 0px;
	float: left;
	position: absolute;
	top: 140px;
	left: 50px;
	width: 824px;
	height: 50px;
	background: url(images/menu-bg.png);
}
#header #main-menu li {
	float: left;
	list-style: none;
}
#header #main-menu li a {
	padding: 16px 20px 0px 0px;
	float: left;
	color: #EEE;
	text-decoration: none;
	font-size: 16px;
	margin-right: 20px;
}
#header #main-menu li a:hover {
	color: #FFF;
}
.content {
	float: left;
	width: 1100px;
	padding: 500px 50px 0px 50px;
 	margin: 0px 0px 0px 0px;
	position: relative;
}
#sub-page{
	padding: 300px 50px 0px 50px;
}
#sub-page #caption{
	display:none;
}
.content p {
	margin-bottom: 20px;
	line-height:160%;
}
#home-page {
	padding-top:900px;	
}
.bg-img1{
	background: url(images/banner/1.jpg) #EEE left top no-repeat;
}
.bg-img2{
	background: url(images/banner/2.jpg) #EEE left top no-repeat;
}
.bg-img3{
	background: url(images/banner/3.jpg) #EEE left top no-repeat;
}
.bg-img4{
	background: url(images/banner/4.jpg) #EEE left top no-repeat;
}
.bg-img5{
	background: url(images/banner/5.jpg) #EEE left top no-repeat;
}
#caption {
	position: absolute;
	right: 100px;
	top: 280px;
	text-align: right;
	font-weight: normal;
	font-size: 42px;
}
#caption span {
	font-weight: 300;
	font-size: 28px;
}
#welcome {
	background:url(images/welcome-img.jpg) left bottom no-repeat #FFF;
	padding: 20px 20px 0px 340px;
	margin: 0px 0px 0px 0px;
	border-bottom: 2px solid #003366;
	font-weight: 300;
	position:absolute;
	z-index:1000;
	width:740px;
	top:660px;
}
#welcome h1{
	margin-top:0px;
	padding-top:0px;
}
#welcome h3 {
	font-weight: 300;
}
#content {
	background: #FFF;
	padding: 20px;
	margin: 150px 0px 40px 0px;
	border-bottom: 2px solid #003366;
	font-weight: 300;
	float:left;
	position:relative;
}
.half-left {
	float: left;
	width: 44%;
	padding: 2%;
	min-height: 200px;
	margin-top: 40px;
}
.half-right {
	margin-top: 40px;
	float: right;
	width: 44%;
	padding: 2%;
	min-height: 200px;
}
.three-column {
	width: 29.8%;
	margin-right: 2%;
	padding: 1%;
	float: left;
	margin-top: 40px;
	min-height: 355px;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
.three-column h2{
 }
.three-column img {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.three-column-last {
	float: right;
	margin-right: 0px !important;
}
.bg-blue, .bg-blue * {
	background-color: #003366;
	color: #FFF !important;
}
.bg-grey, .bg-grey * {
	background-color: #666;
	color: #FFF !important;
}
.bg-white {
	background-color: #FFF;
}
.bg-light-grey {
	background-color: #DDD;
}
.relative {
	position: relative;
}
.full-width {
	width: 96%;
	padding: 2%;
	float: left;
}
.clients-home, .projects-home {
	margin-top: 40px;
}
.clients-home{
	margin-bottom:40px;
	border-bottom:2px solid #003366;
}
.clients-home ul {
	padding: 0px;
	margin: 0px;
	float: left;
	width:110%;
}
.clients-home li {
	float: left;
	padding:0px;
 	background-color: #CCC;
	border:1px solid #CCC;
	color: #555;
	list-style: none;
	text-align: center;
	font-size: 13px;
	border: 1px solid #CCC;
	width:140px;
	margin-right:10px;
}
.clients-home li img{
	float:left;
	width:100%;
	height:auto;
}
.clients-home li h5{
	display:none;
}
.projects-home ul {
	padding: 0px;
	margin: 0px;
	float: left;
}
.projects-home li {
	float: left;
	padding: 0px;
	color: #555;
	list-style: none;
	text-align: center;
	font-size: 13px;
	border: 0px solid #FFF;
}
.projects-home li a {
	width: 250px;
	height: 170px;
	position: relative;
	overflow: hidden;
	float: left;
}
.projects-home li a:hover {
	width: 250px;
	height: 170px;
}
.projects-home li a img {
	position: absolute;
	left: 0px;
	top: 0px;
}
.projects-home li a span {
	position: absolute;
	width: 190px;
	padding: 25px 25px 25px 25px;
	height: 110px;
	left: 0px;
	top: 0px;
	background: url(images/header-bg.png) center top;
	z-index: 1000;
	color: #FFF;
	font-size: 20px;
	border: 5px solid #FFF;
}
.pro-prev {
	background: url('images/sprite.png') no-repeat 0 0;
	width: 11px;
	height: 23px;
	position: absolute;
	right: 50px;
	top: 30px;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
}
.pro-prev:hover {
	background: url('images/sprite.png') no-repeat -42px -26px;
}
.pro-next {
	background: url('images/sprite.png') no-repeat -42px 0;
	width: 11px;
	height: 23px;
	position: absolute;
	right: 35px;
	top: 30px;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
}
.pro-next:hover {
	background: url('images/sprite.png') no-repeat -17px -26px;
}
#footer{
	float:left;
	background:#666;
	color:#FFF;
	padding:20px 50px;
	width:1100px;
}
/* Preload images */
body:after {
  content: url(images/close.png) url(images/loading.gif) url(images/prev.png) url(images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.projects-list{
	padding:0px;
	margin:0px 0px 40px 0px;
	float:left;
	width:100%;
	line-height:normal;
}
.projects-list li{
	float:left;
	width:100%;
	padding:10px 0px;
	list-style:none;
	border-bottom:1px solid #CCC;
}
.projects-list h4{
	color:#999;
}
.amenities {
	margin-bottom:20px;
	float:left;
}
.amenities li{
	list-style-type:decimal;
	border-bottom:1px solid #FFF;
}
