/*
Theme Name: CT Best
Theme URI: http://mrelevance.com/
Description: WordPress Theme for CT Best Apts.
Author: mRelevance
Author URI: http://mRelevance.com/

	CT Best

	This theme was designed and built by mRelevance,
	whose blog you will find at http://mrelevance.com/


*/

body{
	margin:0px;
	background:url(ctb_key_bkgnd.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	top:0px;
}
div{
	position:relative;
}
h1{
	font-size:18pt;
	padding:2px 0px;
	margin:0px;
}
h2{
	font-size:15pt;
}
h3{
	font-size:12pt;
}
h4,h5,h6{
	font-size:10pt;
}
a img{
	border:none;
}
a{
	color:#455E80;
}

#supercontainer{
	background:#b2afaa url(images/gray_gradient.jpg) repeat-x;
	margin:0px auto;
	width:959px;
	padding:15px;
}
#container{
	width:959px;
	border:1px solid #fff;
	background:#0a0e41;
	margin:0px auto;
	padding-bottom:5px;
}

#topnav{
	width:654px;
	position:relative;
	left:162px;
	margin:0px auto;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	font-size:12pt;
	text-align:center;
	color:#fff;
}
#topnav a{
	color:#FFF;
	text-decoration:none;
}


#sidebar{
	width:310px;
	float:left;
	margin-top:5px;
	height:720px;
	z-index:20;
}
#site_logo{
	position:absolute;
	z-index:100;
	top:-60px;
	left:16px;
}
#branch{
	position:relative;
	left:5px;
	width:310px;
	height:359px;
	background:url(images/branch.jpg) right no-repeat;
	z-index:50;
}
#communities{
	width:210px;
	padding-left:5px;
	height:280px;
	border:#fff solid 1px;
	left:35px;
	top:90px;
	background:url(images/gray15.png);
}
#apt_title{
	color:#fff;
	font-size:18pt;
	font-weight:normal;
	margin:0px;
	margin-bottom:15px;
}
.area{
	color:#fff;
	margin-left:5px;
	font-size:10pt;
	font-weight:bold;
	text-transform:uppercase;
}
.community li ul{
	margin:0px;
	padding:0px;
}
.community{
	color:#0A0E41;
	font-weight:bold;
	font-size:11pt;
	padding:0px;
	margin:0px;
}
.community li{
	padding:1px;
	margin:0px;
}

.community li:hover{
	background:#CCC;
}
.community a{
	color:#0A0E41;
	text-decoration:none;
}

#sidelinks{
	position:relative;
	margin:auto;
	width:260px;
	top:26px;
	left:-7px;
}
#sidelinks img{
	margin-bottom:5px;
}
.left{
	float:left;
}
.middle{
	width:70%;
	float:left;
	overflow:hidden;
}
.right{
	float:left;
	clear:right;
	width:30%;
	font-size:small;
}
#content{
	width:637px;
	border:1px solid #fff;
	float:left;
	background:#455e80;
	margin:5px;
	padding-bottom:1px;
	z-index:10;
}
#m_content{
	width:637px;
	float:left;
	margin:0px 0px 5px 0px;
	padding-bottom:1px;
	z-index:10;
}
#m_content a{
	color:#455E80;
}

#title{
	background:#fff;
	margin:4px auto 10px auto;
	width:610px;
	padding:10px;
	color:#455E80;
	overflow:hidden;
}
#title h1{
	margin-bottom:0px;
	padding-bottom:0px;
}

#page{
	background:#fff;
	width:610px;
	margin:4px auto 4px auto;
	padding:10px;
	min-height:400px;
	padding-bottom:100px
	color:#455E80;
	clear:right;
}
#m_page{
	background:none;
	width:609px;
	margin:0px 0px 4px 0px;
	padding:5px 0px 10px 5px;
	color:#fff;
	clear:right;
}
#flash{ 
	width:633px;
	height:375px;
	background:#09c;
}
#flash object{
	outline:none;
}
#m_page #page_gallery{
	padding-top:4px;
}
#page_gallery .ngg-gallery-thumbnail-box{
	max-width:100px;
	float:none;
	margin:auto;
	padding:0px;
	}
#page_gallery .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail{
	float:none;
	clear:both;
	margin:auto;
}
#compages{
	font-size:10pt;
}



#footer{
	clear:both;
	padding-left:316px;
	color:#fff;
	margin-bottom:2px;
	padding-bottom:2px;
	font-size:10pt;
}
#footer a{
	color:#fff;
	font-size: 10pt;
}
#comment{
	width:98%;
}
p{
	padding-top:0px;
	margin-top:4px;
}
#frmSS80 img{
	background:#fff;
}


.clearfix:after {
	content: ".";
	display:block;
	height: 0;
	clear: both;
	visibility: hidden;
}