/* Beachlane House CSS Document */

body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
	background: #36c;
	color: #fff;
	font: normal/18px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	}
	
img {border:0;}

img.contact {float:left; margin: 0 46px 0 0; border: 1px solid #5a93e2;}

img.gallery {float:left; margin: 0 30px 20px 0; border: 1px solid #5a93e2;}

/* typography */
h1	{
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h1 a:link, h1 a:visited	{
	display: block;	
	width: 760px;
	height: 138px;
	background: transparent url(http://www.beachlanehouse.com/beachlane/images/beachlanehouseheadera.gif) top left no-repeat;
	margin: 0 auto;
	padding: 0;
	border: 0;
	}
	
h1 a:hover	{
	background: transparent url(http://www.beachlanehouse.com/beachlane/images/beachlanehouseheadera.gif) top left no-repeat;
	}
		
h2, h3, p {margin:10px 0; padding:0;}

h2 {color: #d28613; font: normal 22px/1.2 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif; text-decoration: none; }

h3 {color: #d28613; font: normal 18px/1.2 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif; text-decoration: none;}

p {font-family: Georgia, 'Times New Roman', serif;}

/* main divisions */
div#container	{
	color: #fff;
	background: transparent url(http://www.beachlanehouse.com/beachlane/images/background.gif) top left repeat-y;
	width: 770px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
div#nav {
	width:760px;
	height:42px;
	margin: 0 auto;
	padding:0;
	border:0;
	background: #d99123 url(http://www.beachlanehouse.com/beachlane/images/navbarhome.gif) top left repeat-x; 
	/* False margin value for all versions of IE Win, including 6.0 */
	margin-top: -3px;
	}

html>body div#nav {
	margin-top:0;
	}

div#left { 			/* */
	float:left;
	width: 120px;
	margin:10px 0 0 10px;
	padding:0;
	border:0;
	}

div#content {
	width: 728px;
	margin: 0 0 0 30px;
	padding:0;
	border: 0;
    }

div#footer	{
	clear: both;
	border: 0;
	background: #5a93e2 url(http://www.beachlanehouse.com/beachlane/images/contentbg.gif) top left no-repeat;;
	color: #fff;
	width: 760px;
	padding: 0;
	margin: 0 auto;
	}
	
div#footer p	{
	background: transparent;	
	font-size: 11px;
	line-height: 18px;
	margin:  0;
	padding: 30px 0 0 0;
	text-align: center;
	}

#featured { background-color: #285fcc; width: 710px; padding: 10px 0; margin: 0 0 10px 0; overflow: hidden; }

#featured div { width: 236px; float: left; margin: 0; border: none; clear: none; }

#featured div:first-child { margin-left: 1px; }

#featured div ul { list-style:circle; margin: 0;}

#featured div ul li { padding: 0 0 0 10px; margin: 0 0 0.5em 0; }

/* menu */
ul#menu { 
	font: 0.9em "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	margin:0; 
	width:760px;
	height: 42px; 
	color: #fff; 
	background: transparent; 
	list-style: none;
}

ul#menu li { 
		margin: 0; 
		padding: 0.8em 45px 0 45px;
		color: #fff;
		background: transparent;
		float: left; 
	}
	
ul#menu li a { 
		font-weight: normal;
		color: #fff; 
		text-decoration: none;
	} 
	
ul#menu li a:hover {
	color: #369;
	}

/* global links */

a:link, a:visited, a:active {color: #d28613; text-decoration: none;}

a:hover { text-decoration: underline;}



