@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/main-bg.jpg) #041C34 no-repeat;
	color:#FFFFFF;
}
#container{
	background:url(../images/red-side-line.png) no-repeat;
	width:1100px;
	min-height:100%;
	height:100%;
}
#container2{
	background:url(../images/red-side-line2.png) no-repeat;
	width:1100px;
	min-height:100%;
	height:100%;
}
#inner-container, #footer-inner{
	position:relative;
	float:right;
	width:995px;
	min-height:100%;
	clear:both;
	height:inherit;
}
#logo a{
	float:left;
    text-indent:-999999px;
    margin:15px;
    height:102px;
}
    #logo a.main{
	    background:url(../images/sami-logo.png) no-repeat;
	    width:301px;
    }
    #logo a.vernon{
        background:url(../images/vernon-logo.png) no-repeat top left;
        width:322px;
    }
    #logo a.heartland{
        background:url(../images/heartland-logo.png) no-repeat top left;
        width:429px;
        margin: 15px 0;
    }
#banner{
	background:url(../images/banner-bg.png) no-repeat;
	width:995px;
	height:403px;
}
#banner2{
	background:url(../images/banner2-bg.png) no-repeat;
	width:995px;
	height:279px;
}
#banner2-image{
	position:relative;
	width:940px;
	height:233px;
	top:28px;
	left:28px;
}
#banner-image{
	position:relative;
	float:left;
	width:940px;
	height:350px;
	top:28px;
	left:28px;
    z-index: 1;
    overflow: hidden;
}
#banner-txt{
	float:left;
	position:relative;
	background:url(../images/banner-txt-bg.png) no-repeat;
	width:465px;
	height:107px;
	top:-168px;
	left:2px;
	padding:15px 15px 15px 40px;
	z-index: 2;
    overflow: hidden;
}
    #banner-txt a{ color: #fff; }

#banner-txt2{
	float:left;
	position:relative;
	background:url(../images/banner-txt-bg2.png) no-repeat;
	width:520px;
	height:86px;
	margin-top:-113px;
	padding:40px 0px 0px 40px;
	
}
	#banner-txt2 h2{
		font-size:30px;
	}
	#banner-txt h2{
		font-size:24px;
		margin-bottom:20px;
	}

	#banner-txt p{
		font-size:14px;
		line-height:20px;
	}
#content{
	float:left;
	margin-top:10px;
	width:995px;
	height:auto;
}
	#left-content{
		float:left;
		width:527px;
		height:auto;
		padding:0 78px 0 40px;
	}
		#apt-info{
			float:left;
			margin-bottom:20px;
		}
        #profile-photo{
			margin-right:10px;
            width: 276px;
            __height: 185px;
            overflow: hidden;
            float:left;
		}
            #profile-photo img{
                border:1px solid #718799;
            }
		#apt-info span.style1{
			font-size:16px;
			color:#FFFFFF;
			text-transform:uppercase;
			float:left;
			height:auto;
			clear:both;
			margin-bottom:5px;
		}
		#apt-info span.style2{
			font-size:34px;
			float:left;
			clear:both;
			font-weight:bold;
			color:#49D1FF;
			width:100%;
			text-decoration:none;
		}
        .price{ width: 240px; float: left; }
		#left-content #apt-info p{
			float:left;
			padding:0 5px 0 5px;
            line-height: normal;
		}
		#apt-info a{
			color:#CCCCCC;
			text-decoration:none
		}
	#right-side-panel, #right-side-panel2{
		background:url(../images/side-panel-bg.png) no-repeat;
		float:left;
		width:350px;
		height:552px;
	}
	#right-side-panel2{
		margin-top:90px;
	}
	#content h3{
		font-size:26px;
		color:#49D1FF;
		margin-bottom:20px;
	}
	#content p{
		font-size:15px;
		line-height:21px;
		margin-bottom:20px;
		text-align:justify;
	}
	#content p.style1{
		font-size:13px;
		width:500px;
		margin-bottom:5px;
		padding-left:40px;
	}
	#content p.style1 span{
		color:#FF0000;
	}
	#img-container{
		position:absolute;
		top:115px;
        z-index: 30;
	}

#side-info{
	margin-top:200px;
	float:left;
	width:280px;
	padding-left:40px;
}
	#side-info span.style1{
		font-size:12px;
		color:#FFFFFF;
		text-transform:uppercase;
		float:left;
		clear:both;
	}
	#side-info span.style2, #side-info span a{
		font-size:28px;
		float:left;
		clear:both;
		font-weight:bold;
		color:#49D1FF;
		width:100%;
		text-decoration:none;
	}
	#side-info p{
		padding-left:70px;
		___float:left;
		margin-bottom:20px;
	}
#inquire{
	background:url(../images/phone-icon.gif) no-repeat;
	min-height:65px;
	height:65px;
}
#newslet{
	background:url(../images/letter.gif) no-repeat;
	height:65px;
}
#application{
	background:url(../images/application-frm.jpg) no-repeat;
	height:65px;
}
#calendar{
	background:url(../images/calendar.jpg) no-repeat;
	height:65px;
}
	#newsletter-frm{
		padding-left:70px;
		float:left;
		margin-top:-30px;
		margin-bottom:20px;
	}
	#newsletter-frm input.txt{
		width:150px;
		padding:3px;
		background-color:#BBE3FE;
		font-size:12px;
		border:1px solid #00607C;
	}
#social{
	background:url(../images/social-icon.gif) no-repeat;
	height:65px;
}
#footer{
	margin-top:50px;
	width:100%;
	background:url(../images/footer-main-bg.jpg) repeat-x;
	height:290px;
}
	#fcontainer{
	background:url(../images/footer-bg.png) no-repeat;
	width:1100px;
	height:153px;
}
#footer-inner div{
	float:left;
	padding:30px 0 0 50px;
}
#footer-inner ul{
	font-size:13px;
	float:left;
	margin: 0;
 	list-style: none;
	padding-right:20px;
	line-height:17px;
}
#footer-inner li a{
	float:left;
	color:#456581;
	text-decoration:none;
	clear:both;
}
#footer-inner li a:hover{
	color:#999999;
}
#footer-inner li a.special{
	float:left;
	color:#49D1FF;
	font-weight:bold;
	margin-left:-15px;
	position:relative;
	clear:both;
}
#footer-inner p{
	float:left;
	position:relative;
	margin-top:50px;
	margin-left:-38px;
	width:300px;
	line-height:26px;
	font-size:12px;
}
#cybernautic-logo a{
	background:url(../images/cybernautic-logo.png) no-repeat;
	width:318px;
	height:42px;
	float:right;
	text-indent:-999999px;
	margin-right:20px;
	margin-top:55px;
}
.phone{
		color:#49D1FF;
		font-size:28px;
		font-weight:bold;
}
#social-media{
	float:right;
	margin-top:-40px;
	position:relative;
	width:160px;
	color:#FFFFFF;
	padding-right:10px;
}
#social-media span, #social-media a{
	___float:left;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/*------------- START OF NAVIGATION -------------*/
#navi-bg{
	
	float:right;
	width:560px;
	height:111px;
}
ul#navigation{
	background:url(../images/sample-navi.png) no-repeat;
	width:560px;
	height:111px;
}
ul#navigation span{
	display:none;
	text-indent:-99999px;
}
ul#navigation li a{
	height:111px;
	display:block;
}
ul#navigation li {
	float:left;
	list-style:none;
    position: relative; 
    z-index: 999;
}

a.link1{ width:73px }
a.link2{ width:104px }
a.link3{ width:96px }
a.link4{ width:97px }
a.link5{ width:91px }
a.link6{ width:99px }

a.link1.selected, a.link1:hover, li.link1:hover{background:url(../images/navi-hover.jpg) 0px 0px no-repeat;}
a.link2.selected, a.link2:hover, li.link2:hover{background:url(../images/navi-hover.jpg) -73px 0px no-repeat;}
a.link3.selected, a.link3:hover, li.link3:hover{background:url(../images/navi-hover.jpg) -177px 0px no-repeat;}
a.link4.selected, a.link4:hover, li.link4:hover{background:url(../images/navi-hover.jpg) -273px 0px no-repeat;}
a.link5.selected, a.link5:hover, li.link5:hover{background:url(../images/navi-hover.jpg) -370px 0px no-repeat;}
a.link6.selected, a.link6:hover, li.link6:hover{background:url(../images/navi-hover.jpg) -461px 0px no-repeat;}
/*-------------- END OF NAVIGATION --------------*/


/*------------- START OF profile-link -------------*/

#profile-link{
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	background:url(../images/nav2.jpg) no-repeat;
	width:507px;
	height:23px;
}
#profile-link span{
	display:none;
	text-indent:-99999px;
}
#profile-link li, #profile-link a{
	height:23px;
	display:block;
}
#profile-link li {
	float:left;
	list-style:none;
	display:inline;
}

#link21{
	width:100px;
}
#link22{
	width:152px;
}
#link23{
	width:152px;
}
#link24{
	width:103px;
}


#link21.ui-tabs-selected,#link21.selected{background:url(../images/nav2.jpg) 0px -23px no-repeat;}
#link22.ui-tabs-selected,#link22.selected{background:url(../images/nav2.jpg) -100px -23px no-repeat;}
#link23.ui-tabs-selected,#link23.selected{background:url(../images/nav2.jpg) -252px -23px no-repeat;}
#link24.ui-tabs-selected,#link24.selected{background:url(../images/nav2.jpg) -404px -23px no-repeat;}

.ui-tabs .ui-tabs-hide {
    __display:none !important;
    position: absolute;
    left: -10000px;
}

.ui-tabs .ui-tabs-panel {
    display:block;
}

/*-------------- END OF profile-link --------------*/
#profile-link-view{
	font-size:14px;
	line-height:18px;
}
#bottom-news{
	float:left;
	margin-top:30px;
}
#bottom-news .box{
	width:252px;
	float:left;
	height:auto;
}
#bottom-news .space{
	margin-right:23px;
}
#bottom-news h3{
	font-weight:normal;
	font-size:18px;
	background:url(../images/bullet.gif) no-repeat left center;
	padding-left:15px;
}
#bottom-news p{
	font-size:12px;
	line-height:16px;
	padding-left:15px;
	margin-bottom:10px;
	text-align:left;
}
#gallery{
	float:left;
	padding-left:25px;
}
#gallery li{
	background:url(../images/gallery-bg.png) no-repeat;
	width:159px;
	height:195px;
	margin:5px;
	float:left;
	padding-left:19px;
	padding-top:19px;
}
#gallery li div.thumbnail{ width: 140px; height: 100px; overflow: hidden; text-align: center; color: black; clear: both; }
#gallery li p{
	float:left;
	font-size:12px;
	margin-bottom:1px;
	line-height:17px;
}
#gallery li p span{
	float:left;
	font-size:10px;
	margin:0;
	padding:0;
}
#gallery li img{
	float:left;
	clear:both;
}

/* joab addition */
img.float-left,object.float-left{ float: left; margin: 0px 10px 0px 0; border: 1px solid #767676;} 
img.float-right,object.float-right{ float: right; margin: 0px 0 0px 10px; border: 1px solid #767676;}
          
div#form label.error, label.error { color:red; display:block; font-size:11px; }
#content p.success{ color: red; line-height: normal; font-size: 12px; }

div#socialmedia{ position: relative; }
    div#socialmedia a{ position: absolute; display: block; width: 33px; height: 33px; text-indent: -9999px; }
    a#facebook{ top: 0px; left: 8px; }
    a#twitter{ top: 16px; left: 32px; }
    
ul#vernon-heartland{
    position: absolute;
    top: 116px;
    left: 80px;
}
    ul#vernon-heartland li{ float: left; padding: 0px 20px; border-left: 1px solid #fff; line-height: 14px; }
    ul#vernon-heartland li.first{ border-left: none }
    
    ul#vernon-heartland li a{ color: #fff; font-size: 13px; display: inline-block; text-decoration: none; }
    ul#vernon-heartland li a:hover, ul#vernon-heartland li a.active{ text-decoration: underline; } 
