/*
Author: omkar konda
Mail : omkar.konda@gmail.com	
Created On :11 november 2008
##############################

background blue: #1c4983;

*/

/************************************/
	@import "reset.css";
/************************************/

body{
	font-family:"Lucida Sans Unicode" arial;
	font-size:12px;
	color:#fff;
	background: #1c4983 url(../images/body_bg.jpg) repeat-x 0 0;
}

input, textarea, select{font-family:"Lucida Sans Unicode" arial;
	font-size:12px;
}


h2{
	font-family:"Century Gothic", arial;
	font-size:18px;
	font-weight:bold;
	padding:10px 0px;
}

h1{
	font-family:"Century Gothic", arial;
	font-size:22px;
	
	padding:0px 0px 10px 0px;
}

em{
	font-size:13px;
	font-style:italic;
	color:#f1f1f1;
	display:block
}

#body_wrapper{
	margin:0 auto;
	width:920px;
}
#header{
	width:100%;
	height:170px;
}

#header .logo{
	position:relative;
	padding-top:40px;
	display:block;
	text-indent:-9999px;
	width:276px;
	
}

#header .logo span{
	position:absolute;
	top:40px;
	left:0px;
	background-image:url(../images/logo.png);
	background-position:left top;
	width:276px;
	height:100px;
}
#content_wrapper{
	min-height:700px;
}

#content_wrapper #left_nav {
	width:250px;
	float:left;
}

	#left_nav ul li{
		height:44px;
	}
	#left_nav ul li a.selected_menu, #left_nav ul li a.selected_menu:visited{
		background-image:none;
		background-color:#0578c0;
		color:#fff;
		height:44px;
		border:none;
	}

	#left_nav ul li a, #left_nav ul li a:visited{
		color:#163b6c;
		line-height:44px;
		padding-left:20px;
		width:230px;
		display:block;
		background-image:url(../images/menu_item_bg.jpg);
		background-repeat:repeat-x;
		border-bottom:1px solid #989292;
	}
	
	#left_nav ul li a:hover{
		background-image:none;
		background-color:#0578c0;
		color:#fff;
		
	}

#content_wrapper #content{
	float:left;
	position:relative;
	width:667px;
	_height:500px;
	min-height:500px;
	background-color:#0578c0;
}

#content .image_rotator{
	position:absolute;
	top:-125px;
	left:38px;
	width:594px;
	height:281px;
	background:url(../images/rotate_image_bg.png) no-repeat left top;
}
#content .image_rotator img{
	margin-left:12px;
		margin-top:10px;
}
#content .primary_content{
	width:587px;
	margin:0 auto;
	padding-top:180px;
	padding-bottom:15px;
	
}

	.primary_content .left_col{
		float:left;
		width:325px;
		padding-bottom:40px;
	
	}
	

	
	.primary_content p {
		font-size:14px;
		line-height:20px;
		padding-bottom:10px;
		width:100%;
	
		
	}
	
	.primary_content .right_col{
		float:left;
		width:250px;
		margin-left:8px;
		padding-bottom:40px;
	}
	
	.pdf_lnk{
		width:240px;
		height:55px;
		background-color:#123059;
		border:2px solid #59a6d5;
		padding-top:10px;
		padding-left:10px;
		float:right;
	}
	
	.pdf_lnk a{
		font-family:"Century Gothic", arial;
		background:url(../images/pdfIcon.png) no-repeat left center;
		display:block;
		color:#fff;
		padding-left:40px;
		margin-right:10px;
	}
	
	.logout{
		width:240px;
		height:35px;
		display:block;
		color:#0578c0;
		float:right;
	}
	
	.logout a{
		font-size:12px;
		color:#999;
		text-decoration:none;
	}
	
	.logout a:hover{
		text-decoration:underline;
	}
	
	.right_col p{
		font-size:14px;
		line-height:20px;
	}
	
	.inner_content{
		padding:40px;
	}
	.inner_content h2{
		color:#a1dfff;
	}
	ul.features{
		margin-bottom:25px;
	}
	ul.features li{
		font-size:14px;
		background:url(../images/bullet_green.png) no-repeat left top;
		padding-left:25px;
		padding-bottom:10px;
		_padding-bottom:5px;		
		width:300px;
	}
	
	.features_thumb{
		border:5px solid #fff;
	}
#footer{
	border-top:1px solid #bfd8fb;
	text-align:center;
	font-size:14px;
	line-height:20px;
	padding:20px 0px;	
}

/*************** Floorplans page***************************************/
#apts{
	display:table;
	padding-top:15px;
}

#apts .apt_left, #apts .apt_right{
	display:table-cell;
	float:left;
	width:286px;
	background-color:#fff;
	background: #ffffff url(../images/apt_bg.jpg) repeat-y left top;
	padding-bottom:10px;
	margin-bottom:15px;
	_margin-bottom:1px;
}

#apts .apt_left{
	margin-right:15px;
}

#apts .apt_left p, #apts .apt_right p{
	color:#173b6c;
	padding:0px 5px 10px 20px !important;
	font-size:14px;
}

h2.apt_title{
	text-transform:uppercase;
	width:270px;
	height:40px;
	padding-left:16px;
	padding-top:6px;
	background:url(../images/apt_title_bg.jpg) no-repeat left top;
	margin-top:15px;
	position:relative
}

h2.apt_title span{color:#c6ff75; position:absolute;right:10px; top:8px; font-size:14px; }

a.view_link{
	background:url(../images/arrow.jpg) no-repeat left center;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:underline;
	padding-left:20px;
	margin-left:20px;
	font-weight:bold;
	color:#666;
	display:block;
	line-height:20px;
}
a.view_link:hover{
	text-decoration:none;
}

/*************** Gallery page***************************************/

.gallery{
	padding-bottom:15px;
	zoom:1;
}
.gallery ul li{
	float:left;
	
	}
.gallery ul li a img{
	border:3px solid #fff;
	padding:5px;
	margin:5px;
	background-color:#bcd6fa;
}



/*************** Resident services login & Contact***************************************/
fieldset.login{
	margin:0 auto;
	width:350px;
	padding-top:50px;
}

fieldset.contact{
	width:250px;
	padding-top:30px;
	float:left;
	
}

fieldset.login label, fieldset.contact label{
	float:left;
	width:100px;
	font-size:14px;
	line-height:20px;
}

fieldset.contact label{
	width:150px;
}

fieldset.login input.txt, fieldset.contact input.txt{
	float:left;
	width:150px;
	padding:2px;
}

fieldset.contact textarea{
	width:200px;
	height:120px;
	padding:2px;
	_margin-left:-3px;

}

.error{
	border:1px solid #ff0000;
	background-color:#ccc;
}
fieldset.login div.row, fieldset.contact div.row {
	clear:both;
	padding:0px 0px 30px 15px;
	
}

fieldset.login div.row a{
	font-size:12px;
	color:#fff;
	text-decoration:underline;
}

fieldset.login div.row .btn, fieldset.contact div.row .btn{
	margin-left:100px;
	float:none;
	background-color:#FFFFFF;
	color:#1c4983;
	border:none;	 
}

fieldset.contact div.row .btn{
	margin-left:150px;
	width:auto;
	padding:2px;
}

.contcact_bg{
	background:url(../images/contcact_bg.jpg) no-repeat right top;
}

.form_error{
	clear:both;
	font-size:12px;
	color:red;
	background-color:#FF0000;
	color:#FFFFFF;
	width:150px;
	margin-left:165px;
	margin-bottom:8px;
	padding:5px;
}

.map{
	margin-left:15px;
	margin-top:15px;
	
}
/*************** Miscellaneous STYLES***********************************/
.small_shadow{
	width:249px;
	height:44px;
	background-image:url(../images/smallShadow.png);
	background-position:center top;
	background-repeat:no-repeat;	
}

.big_shadow{
	clear:both;
	margin-left:250px;
}

.address{
	padding:10px;
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:60px;

}
.address p{
	font-size:14px;
	line-height:20px;
}
.address p strong{
	font-weight:bold;
	color:#ccc;
	font-size:12px;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
