/* Southeastern Lighting - CSS */


body {
	background: #efefef no-repeat;

}

/* #container { margin: 0 auto; } */

#header {
	height: 100px;
	background: red;
	margin-top: 10px;
	background: url(../images/header.jpg) no-repeat; }

#logo a {
	display: block;
	width: 199px;
	height: 88px; }
	
#logo span {
	display:none; }

#telephone {
	background: url(../images/phone_number.jpg) no-repeat;
	width: 292px;
	height: 20px;
	float: right;
	margin-top: 30px; }

#telephone span {
	display: none; }
	
/*** Middle Section CSS ***/
/*** set the width and height to match your images **/

#slideshow {
	position:relative;
	height:250px; }

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0; }

#slideshow IMG.active {
	z-index:10;
	opacity:1.0; }

#slideshow IMG.last-active {
	z-index:9; }

/*** End Slideshow CSS ***/

#navigation {
	height: 30px;
	background: blue;
	margin-top: 10px;
	padding: 0 0 10px 0;
	float: left;
}

.address {
    font-family: "Lucida Grande", Tahoma; 
    font-size: 20px;
}

iframe {
    margin-left: 10px;
}

#navigation ul {
	padding: 0 0 0 10px;
	list-style: none;
}

#navigation li {
	float: left;
	height: 31px;
	margin: 0; padding: 0;
	margin-top: 3px;
	margin-right: 5px;
	font: bold 18px Verdana, Tahoma, sans-serif;
	color: #ffffff;
	/* border: 1px solid red; */
}

#navigation a {
	display: block;
	padding: 5px 12px 10px 12px;
	color: #ffffff;
	text-decoration: none;
	/* border: 1px solid purple; */ }
	
#navigation a:hover { color: #FFFF33; }

#featured {
	background: white;
	margin-top: 10px;
}

#content {
    height: 100%;
	background: white;
	margin-top: 10px;
}

#content p { padding: 0 20px 0 20px; }

#content ul { list-style: square; list-style-position: inside; }

h1 { font: bold 25px Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 { padding: 0px 0 0 20px; }

#footer {
	height: 40px;
	background: blue;
	margin-top: 10px;
}

#footer {
	 clear: both;
	 color: #ffffff;
	 font-size: 11px;
	 margin-top: 10px;
}

#footer p {
	padding: 10px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
