/*
CSS - SHORE REALTY
*/

* {
	padding: 0;
	margin: 0;
}

img { border: none; }

.hidden { display: none; visibility: hidden; }

body {
	margin: 0;
	padding: 0;
	background:url(../images/bg_01.jpg) repeat-x center top;
	font-family:Tahoma, Arial, Helvetica, sans-serif;}

#main {
	background:url(../images/bg_02.jpg) no-repeat center top;
	width:  962px;
	margin:0 auto;
	padding:50px 13px 0 25px;}
	
#banner {
	width: 962px;
	height: 430px;
	float: left;
	display: block;
	margin-bottom: 20px;
	background: url('../images/flash.jpg') no-repeat 0 0;
	}
	
div.logo { width: 400px; height: 200px; margin-bottom: 205px; float: left; clear: both; display: block; }

/* ---------------------- tabbed nav ----------------------------------- */
div.navigation { width: 570px; height: 25px; margin: 0; padding: 0; position: relative; left: 354px; display: block; z-index:100; clear: both; }
ul#nav { list-style: none; display: inline; margin: 0; padding: 0; }
ul#nav li { display: inline; }
ul#nav a {	float: left; display: block; overflow: hidden; }

.navhome a {
	z-index: 114;
	width: 143px;
	height: 25px;
	position: absolute;
	left: 0;
	background: url('../images/bg-nav.gif') no-repeat 0 0;
}

.navhome a:hover, .home .navhome a {
	background-position: 0 -25px;
	width: 143px;
}
.home .navhome a { left: 0; z-index: 121;}
.home .navstrata a:hover { z-index: 120; }
.home .navcontact a:hover { z-index: 120; }
	
.navstrata a {
	z-index: 113;
	width: 326px;
	height: 25px;
	position: absolute;
	left: 126px;
	background: url('../images/bg-nav.gif') no-repeat -126px 0;
}

.navstrata a:hover, .strata .navstrata a {
	background-position: -126px -50px;
	width: 326px;
}
.strata .navstrata a { z-index: 121; }
.strata .navhome a:hover { z-index: 122; }
.strata .navcontact a:hover { z-index: 120; }

.navcontact a {
	z-index: 112;
	width: 152px;
	height: 25px; 
	position: absolute;
	left: 418px;
	background: url('../images/bg-nav.gif') no-repeat  -418px 0;
}

.navcontact a:hover, .contact .navcontact a {
	width: 152px;
	background-position: -418px -75px; 
}
.contact .navcontact a { left: 418px; z-index: 121; }
.contact .navhome a:hover { z-index: 122; }
.contact .navstrata a:hover { z-index: 122; }


/*----------------------------- end nav -----------------------------------------*/

#content {width:964px; margin: 0; padding: 0; }

#content-left {
	color: #999999;
	line-height: 25px;
	width:690px;
	float:left;
	padding:0 20px 0 0;}

#content-right {
	background: url(../images/borders/contact_bg_repeat.jpg) repeat-y;
	width:245px;
	float:right;}
	
div#content-right p {padding:0 0 0 40px;}

#content-full {
  float: left;
	color: #999999;
	padding:0 20px 0 0;
	line-height: 25px;}

#footer{
	margin-top:10px;
	border-top:1px solid #CCCCCC; 
	margin: 0 12px 0 0;}
	
div#footer p{ font-size:10px; color:#999999; padding:10px 0 0 0;}
div#footer a{color:  #999999;}
div#footer a:hover{color: #666666;}

span.footer-nav {margin:15px 30px 0 0; }

.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#content li {font-size:12px; padding:0 0 0 15px; margin:0 0 0 15px;}

#content p {
	font-size:12px;
	text-align:justify;
	padding: 0 0 15px 0;}

#content a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;}
#content a:hover{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: normal;
	text-decoration: underline;}
	
h1 {height:30px; margin:0 0 20px 0;text-indent:-9999px;}
body.home h1 {background:url(../images/titles/home.gif) no-repeat left top;}
body.strata h1 {background:url(../images/titles/strata-management-services.gif) no-repeat left top;}
body.contact h1 {background:url(../images/titles/contact.gif) no-repeat left top;}

h2 {
	font-size:14px; color:#666; 
	background:url(../images/titles/h2_bg.jpg) no-repeat left top;
	padding:0 0 0 20px; }
h3 {
	font-size:14px; color:#666; }
h4 {
	font-size:12px; color:#666; }
h5 {
	font-size:10px; color:#666; font-weight: normal; }
	
.imageborder{padding:0 0 0 15px;}

ul {margin-bottom: 20px;}
