

/* Overall
-------------------------------------------------- */
html { overflow-y: scroll; }
body {
	background: url(../images/layout/bodybg.png) top center repeat;
	color: #444444;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}


/* -- Headings -- */

h1,h2,h3 {
	font-size: 18px;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 sub, h2 sub, h3 sub { display: block; font-size: 10px; vertical-align: baseline; }

h4 { font-size: 24px; font-weight: normal; color: #505152; margin: 0 0 10px 0; }

/* -- Text -- */

p { margin:0 0 1em 0; line-height: 28px; }
b, strong { font-weight:bold; }
i, em { font-style:italic; }


/* -- Links -- */

a:link, a:visited,
a:hover, a:focus  { color:#5c93bc; text-decoration: none; }
a:link			  		{ color:#5c93bc; text-decoration: none; }
a:visited		  		{ color:#5c93bc; text-decoration: none; }
a:hover			  		{ color:#366f9e; text-decoration: none; }
a:focus			  		{  }




/* Layout
-------------------------------------------------- */

#wrapper {
	margin: 10px auto;
	width: 948px;
}
#header {
	background: url(../images/layout/header.png) top left no-repeat;
	width: 948px;
	height: 162px;
}
#main {
	background: #ffffff;
	width: 848px;
	padding: 50px;
}
#footer {
	width: 948px;
	border-top: 5px #efc800 solid;
}
#footer p.left {
	float: left;
	padding: 0 0 0 8px;
}
#footer p.right {
	float: right;
	padding: 0 8px 0 0;
}
#address {
	font-size: 10px;
	line-height: 20px;
	padding: 17px 0 0 18px;
	margin: 0;
}




/* Navigation
-------------------------------------------------- */
#nav {
	padding:8px 0 0 75px;
}
#nav li {
	float: left;
	font-size:18px;
	margin:0;
	padding:0;
}
#nav a {
	display: block;
	outline:none;
	color: #ffffff;
	font-weight: normal;
	padding: 0 15px;
	line-height: 34px;
	text-transform:uppercase;
}
#nav a:hover {
	background: #3176aa;
}




/* Home Page
-------------------------------------------------- */

#homeBG {
	background: url(../images/layout/homebg.png) top left no-repeat;
	position: relative;
	width: 948px;
	height: 424px;
	overflow: hidden;
}
.tobinFlash {
	position: absolute;
	top: 0;
	left: 0;
}
#welcome {
	position:relative;
	width:654px;
	left:38px;
	top:225px;
	line-height: 25px;
}
#welcome p { 
	margin: 0; 
	color: #707172;
}
/*------------- Quick Search */
#quickSearch {
	position: absolute;
	top: 8px;
	left: 724px;
	width: 212px;
	height: 404px;
}
#quickSearch a {
	padding:11px 0 11px 59px;
	position:relative;
	font-size:13px;
	left:-5px;
	top:41px;
}
#quickSearch form {
	position: absolute;
	top: 72px;
	left: 7px;
}
#quickSearch input {
	border: 1px #a3bcd1 solid;
	background: #ffffff;
	color: #737373;
	width: 184px;
	height: 24px;
	font-size: 14px;
	padding: 7px 0 0 11px;
	margin: 0 0 11px 0;
}
#quickSearch select {
	padding:5px;
	font-size: 14px;
	color: #737373;
	width:196px;
}
#quickSearch p.minMax {
	padding:13px 0 0 4px;
	color: #737373;
	margin: 0;
}
#quickSearch input.small {
	padding-left:0;
	text-align:center;
	width:65px;
	vertical-align:text-top;
	margin: -9px 0 0 0;
}
#quickSearch p.checkbox {
	padding:12px 0 0 20px;
	color: #737373;
	line-height: 15px;
	margin: 0;
}
#quickSearch p.checkbox input {
	vertical-align:top;
	border: none;
	background: none;
	padding: 0;
	width: 10px;
	height: 10px;
}
#quickSearch button#search {
	background: url(../images/layout/search.png) top left no-repeat;
	position: absolute;
	left: 7px;
	top: 276px;
	padding: 10px 58px;
	font-size: 18px;
	color: #454647;
	text-align: center;
	border: none;
}
#quickSearch button#search:hover {
	background-position: 0 -44px;
}
/*------------- End Quick Search */
#buttons {
	position:relative;
	width: 948px;
	height: 211px;
	background: #ffffff;
}
#buttons li {
	display: inline;
}
#buttons li a {
	background: url(../images/layout/imageButtons.jpg) top left no-repeat; 
	text-indent: -9999px;
	display: block;
	float: left;
	border: none; 
	padding: 0;
	width: 186px;
	height: 211px;
	outline: none; 
}
#buttons li a#buttonsSearchMLS 							{ background-position: 			0 0; }
#buttons li a#buttonsMyProperties 					{ background-position: -186px 0; }
#buttons li a#buttonsBeachProperties 				{ background-position: -372px 0; }
#buttons li a#buttonsGolfCommunities 				{ background-position: -558px 0; }
#buttons li a#buttonsAboutMe 								{ background-position: -744px 0; }

#buttons li a:hover#buttonsSearchMLS 				{ background-position: 			0 -211px; }
#buttons li a:hover#buttonsMyProperties 		{ background-position: -186px -211px; }
#buttons li a:hover#buttonsBeachProperties 	{ background-position: -372px -211px; }
#buttons li a:hover#buttonsGolfCommunities 	{ background-position: -558px -211px; }
#buttons li a:hover#buttonsAboutMe 					{ background-position: -744px -211px; }










