/* 
    Document   : style
    Created on : Feb 26, 2013, 12:48:34 PM
    Author     : Sumit Raghav <your.name at your.org>
    Description:
        Purpose of the stylesheet follows.
*/
@import url('social.css');
@import url('contact.css');
/* common css */
h1,h2, h3, h4, h5, h6 {
  font-family: 'lato';
  margin: 0;
  font-weight: normal;
  color:#fff;
  line-height: 1.3em;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 25px;
  color: rgba(31,169,244,1);
}
h3 {
  font-size: 21px;
  
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p{
  margin: 0;
  color:#fff;
  font-family: georgia;
}
a, a:link{
  text-decoration: none;
}
a:hover, a:visited{
  color: #000;
}
.input-box{
  width: 275px;
  height: 25px;
  padding: 2px 5px;
  margin: 5px auto;
  
}
.textarea{
  width: 277px;
  min-height: 50px;
  padding: 2px 5px;
  margin: 5px auto;
  
}
.submit{
  float: right;
  width: 70px;
  height: 25px;
}
.clear{
  clear: both;
}
body{
  font-family: georgia;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  background: #0d0f17;
  background: #0d0f17 url('../img/background1.jpg');
	background-size: cover;
}
#main{
  display: block;
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
/* .................. HEADER....................*/
header{
  display: block;
  width: 980px;
  height: 100px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.3);
}
header #header-left{
  float: left;
}
header #header-left #logo{
  width: 200px;
  height: 100px;
  margin-left: 15px;
  background: url('../img/logo.jpg') no-repeat left;
}
header #header-right{
  float: right;
  margin-top: 32px;
}
header #header-right #social{
  display: block;
  float: right;
  
}
header #header-right #brochure{
  display: block;
  float: right;
  margin-right: 10px;
  position: relative;
  
}
/* .................. END HEADER....................*/
/* .................. WRAPPER....................*/

#wrapper{
  display: block;
  width: 980px;
  margin: 0 auto;
}
#slider{
  display: block;
  width: 980px;
}
#slider img{
  display: block;
  width: 960px;
  height: 400px;
  border: 10px solid rgba(0, 0, 0, 0.8);
}

nav{
  width: 980px;
  height: 35px;
  margin-bottom: 15px;
  border-bottom: 2px solid #000;
  background : #464646;
    background : -webkit-gradient(linear, left top, left bottom, from(rgb(168,168,168)), to(rgb(69,69,69)));
    background : -moz-linear-gradient(top, rgb(168,168,168), rgb(69,69,69));
    border-top: 2px solid #939393;
    position: relative;
}
ul#nav {
    display:block;
    font-family:Trebuchet MS,sans-serif;
    font-size:0;
		list-style:none;
    margin-left: 8px;
    padding:0;
		
}
ul#nav li {
    display:block;
    float:left;
    font-size:0;
    white-space:nowrap;
		border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
}
ul#nav a:active,ul#nav a:focus {
    outline-style:none;
}
ul#nav a {
    border-style:none;
    border-width:0;
    color:#fff;
    cursor:pointer;
    display:block;
    font-size:13px;
    padding:5px 35px;
    text-align:center;
    text-decoration:none;
    vertical-align:middle;
}
ul#nav img {
    width: 25px;
		float: left;
		margin-right: 3px;
		margin-top: 2px;
    vertical-align:middle;
}
ul#nav ul li:hover>a{
    border-color:#444;
    border-style:solid;
    color:rgba(31,169,244,1);
    font-size:11px;
    text-decoration:none;
    text-shadow:#fff 0 0 0;
}
ul#nav > li >a {
    background-color:rgba(0, 0, 0, 0.3);
    height:25px;
    line-height:25px;
}
ul#nav > li:hover > a{
    background-color:#313638;
    line-height:25px;
		color: rgba(31,169,244,1);
		text-shadow:none;
}
#container{
  display: block;
  float: left;
  width: 980px;
}
#container-content{
  display: block;
  float: left;
  width: 635px;
  padding: 5px;
  border: 2px solid #000;
  background: rgba(0, 0, 0, 0.6);
  min-height: 515px;
}
.heading{
  overflow: hidden;
  font-family: 'georgia';
  font-weight: 700;
  line-height: 48px;
  font-size: 17px;
  color:#fff;
  border-top: 4px solid #666;
  border-bottom: 1px solid #666;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}
#container-content p{
  font-family: georgia;
  padding: 5px;
  font-size: 13px;
  color:#fff;
  overflow: hidden;
}
#container-content ul{
  list-style-type: square;
  font-size: 13px;
  color:#fff;
}
#sidebar{
  display: block;
  float: right;
  width: 315px;
  padding: 5px;
  border: 2px solid #000;
  background: rgba(0, 0, 0, 0.6);
  min-height: 515px;
}
#sidebar-content {
  padding: 0px 10px;
}

#sidebar-content .content {
  padding: 10px 0px;
  margin-bottom: 10px;
}
#sidebar-content p{
  font-family: georgia;
  font-size: 13px;
  color:#fff;
}
#sidebar-content form{
  width: 275px;
  margin: 10px 0;
}
#full{
  display: block;
  float: left;
  padding: 5px;
  width: 966px;
  border: 2px solid #000;
  background: rgba(0, 0, 0, 0.6);
  min-height: 475px;
}
#full a img,#container-content a img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;
}
.img{
	width: 415px;
	height: 375px;
	margin: 0;
}
.location_img{
	width: 285px;
	height: 200px;
	margin: 10px !important;
}
.gallery_img{
	width: 180px;
  margin: 10px !important;
}
.center{
  display: block;
  text-align: center;
  vertical-align: middle;
}

a img.last {
	margin-right: 0;	
}
#tabs{
  border-radius: 0;
  margin: 5px 0px;
  padding: 0;
  width: 100%;
  min-height: 200px;
  float: left;
}
/*...................FOOTER......................*/
footer{
  display: block;
  width: 980px;
  height: 60px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5)
}
#footer-top{
  width: 980px;
  height: 30px;
  margin: 0 auto;
  color:#fff;
  border-bottom: 1px solid #222;
}
#footer-top ul{
  list-style-type: none;
  padding: 0;
}
#footer-top ul li{
  display: inline;
  float: left;
  padding: 3px 5px;
}
#footer-top ul li a{
  color: #ccc;
  font-size: 13px;
}
#footer-top ul li a:hover{
  color: #fff;
}
#footer-bottom #copyright{
  float: left;
  padding: 5px;
  margin-left: 5px;
}
#copyright p{
  color: #ccc;
  font-size: 11px;
}
#footer-bottom #developer{
  float: right;
  padding: 5px;
  margin-right: 5px;
}
#developer p{
  color: #ccc;
  font-size: 11px;
}
#developer a{
  color: #ccc;
}
#developer a:hover{
  color: #fff;
}
/********************Floor Plan Navigation Css******************************/
#floor-plan{
  display: block;
  border: 1px solid #ccc;
  margin-top: 20px;
  width: 100%;
  float: left;
}
.scndryWndwNavLeft{
	position:relative;
	width:200px;
	min-height: 390px;
  float:left;
	background:#063e5c;
	color:#b5c5ce;
}
.scndryWndwNavLeft a{
	color:#b5c5ce;
	padding:5px 10px;
	text-decoration:none;
}
.scndryWndwNavLeft a:hover{
	color:#7ee4f7;
}
.scndryWndwNavLeft a.active{
	color:#fff !important;
	background:rgba(0, 0, 0, 0.6);
	font-weight:bold;
}
.scndryWndwNavRight{
}
.scndryWndwNavLeft .nav{
	float:left;
	width:200px;
	margin:20px 0 0 0;
	display:inline;
	padding:0px;
}
.scndryWndwNavLeft .nav ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.scndryWndwNavLeft .nav ul li{
	width:200px;
	text-align:right;
	font-size:11px;
	color:#fff;
	margin:0px;
}
.scndryWndwNavLeft .nav ul li a{
	color:#fff;
	text-decoration:none;
	display:block;
	width:160px;
	padding:6px 20px;
	white-space:nowrap;
}
.scndryWndwNavLinks a{
	color:#008306;
	text-decoration:none;
}
.scndryWndwNavLinks a:hover{
	color:#01ae09;
}