/* Global CSS Settings */

body {
	font-family:Georgia,"Times New Roman", Times, serif;
	background-color:#FFF;
	color:#000;
	text-align:center;
	margin:0;
	padding:0;
	font-size:16px;
}

div#mls_div {
	font-family:'Trebuchet MS',Arial,Verdana;
	font-size:12pt;
}

img {
	border:0px none;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:1.1em;
	color:#3378B1;
	font-weight:bolder;
}

h2 {
	font-size:0.9em;
	color:#3378B1;
	font-weight:bolder;
}
h3 {
	font-size:.9em;
}

#container {
	width:830px;
	margin: 0 auto;
	text-align:left;
}
/********************************************
Header Images
********************************************/
#sbaor_logo {
margin-top:20px;
}
#sbhomes_text {
margin-left:90px;
margin-top:10px;

}
#sbhomes_logo {
margin-left:3px;
.margin-left:0px;
}
#sbpt_logo {
margin:0px;
margin-right:27px;
}

#header {
padding:15px 0px;
}

#main_nav {
	clear:both;
	background:url('images/tab-line.gif') no-repeat 0px 32px;
}
#main_nav img{
margin-bottom:7px;
}
#main_nav img.selected_mainnav {
margin-bottom:0px;
}

#main_nav_left {
	float:left;
	clear:both;
}

#main_nav_right {
	text-align:left;
	padding-top:9px;

}
#main_nav_right img {
margin-right:-2px;
}

#subnav li {
	list-style-type:none;
	display:inline;
}

#subnav li a {
	color:#999;
}
#subnav li a.selected {
	color:#000;
}

#navline {
	width:819px;
	.width:814px;
}
.pipe-holder {
	padding:0px;
	margin-right:10px;
	margin-left:10px;
	display:inline;
}

#showcase {
	height:220px;
	clear:both;
}
div#bottom_nav img:hover {}
div#mls_nav, div#phototours_nav, div#openhouses_nav, div#gardens_nav {
width:195px;
float:left;
padding:5px;
}


#footer {
	padding-top:8px;
	height:40px;
	font-size:.6em;
	color:#888;
	text-align:center;
	clear:both;
	
}

#footer a {
	color:#888;
}

.selected {
	color:#3378B1;
}
/* Homepage CSS Settings */

#pt_tour {
	float:right;
	padding-right:22px;
	.padding-right:42px; /* only IE recognizes the .padding-right */
	padding-top:20px;
}

#sub_nav {
	text-align:center;
	padding-top:1px;
	padding-bottom:5px;
	font-size:0.8em;
	font-weight:bold;
}



#sub_nav a, #sub_nav a:visited {
	color:#3378B1;
	text-decoration:none;
}

#sub_nav a:hover {
	color:#888;
	text-decoration:none;
}

#bottom_nav_topborder {
	width:830px;
	height:15px;
	background-color:#3378B1;
	clear:both;
}

#bottom_nav_content {
	height:200px;
	padding-left:5px;
	.padding-left:23px; /* only IE recognizes the .padding-left */
	
}

#bottom_nav_content h1 {
	font-size:1.0em;
	color:#3378B1;
	font-weight:bolder;
	text-align:center;
	padding:0px;
	padding-top:10px;
	margin:0px;
	line-height:25px;
}

#bottom_nav_content p {
	font-size:0.9em;
	line-height:13px;
	text-align:center;
}

#bottom_nav_bottomborder {
	width:830px;
	height:7px;
	line-height:7px;
	background-color:#3378B1;
}


/* Open House CSS Settings */

/* MLS Search CSS Settings */

/* about_sbaor CSS Settings */

#about_sbaor {
	padding-top:10px;
	padding-left:25px;
	padding-right:25px;
}

/* contact_us CSS Settings */

#contact_sbhomes {
	padding-left:30px;
	padding-top:30px;
	float:left;
}

#contact_sbaor {
	padding-right:30px;
	padding-top:30px;
	float:right;

}



/*- Menu Tabs F--------------------------- */

div#tabsF {
      width:830px;
	  height:37px;
	  padding: 0px;
	  margin: 0px;
	  font-weight: bold; 
      font-size:93%;
      line-height:normal;
	 /* border-bottom:1px solid #666; */
}
    #tabsF ul {
	margin:0;
	padding:10px 0px 0 0px;
	list-style:none;
	text-align:center;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("images/nav/tableftNew.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("images/nav/tabrightNew.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      /* color:#666; */
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span, #tabsF #selected span {
      color:#3278B3;  
      }
    #tabsF a:hover, #tabsF #selected {
      background-position:0% -42px;
      }
    #tabsF a:hover span, #tabsF #selected span {
      background-position:100% -42px;
      }



