/* luxur_screen.css - CSS Style Sheet for Luxur Landscaping site */
/* Created - Nov 27/06 - David Genesse */

/* CSS To Be Validated */

/* begin defining divs - listed alphabetically */

#contents {
	color: #004400;
}

#footer {
	text-align: center;
	clear: both;
	margin:0px;
	background-color:#BFF9FF;
}

#footer p {
	margin:0px;
}

#gv {
	margin: auto;
	text-align:center;
}

#header {
	background-image: url(images/luxur_header.jpg);
	height: 200px;
	background-repeat: no-repeat;
	background-color:#80F4FF; 
}

#main {
    margin-left: 3%;
    margin-right: 3%;
	background-color:#E6FDFF; 
}

#menu_bar {
	background-color:#BFF9FF; 
}

#menu_bar a {
	margin: 0px;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	color: #004400;
}

#menu_bar a:hover {
	background-color: #99FF99;
}

#menu_bar li {
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

#menu_bar ul {
	text-align: center;
	margin: 0px;
}

/* end defining divs - listed alphabetically  */

/* begin defining classes - listed alphabetically  */


.emtext {
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
}

.inline_img {
	float: left;
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #000000;
}

.logo_med {
	padding-left:50px;
}

.photobar {
	float: left;
}

.photobar p {
	padding-left:10px;
	text-indent:0px;
	margin-bottom: 3px;
}

.photo1 {
	float: left;
	width: 185px;
}

.photo1 p {
	text-indent:0px;
	margin-bottom: 3px;
}

.photo2 {
	float: left;
	margin-top: 50px;
	width: 185px;
}

.photo2 p {
	text-indent:0px;
	margin-bottom: 3px;
}

.photo3 {
	float: left;
	margin-top: 75px;
	width: 185px;
}

.photo3 p {
	text-indent:0px;
	margin-bottom: 3px;
}

/* end defining classes - listed alphabetically  */

/* begin defining tag styles - listed alphabetically  */

body {
    background-color: #60B7BF;
}

h1 {
 	margin:0px;
	font-size: 6px;
	text-indent:-5000px;
}

h2 {
	margin:0px;
	padding-top:10px;
	padding-left: 10px;
}

h3 {
	margin-bottom:3px;
	padding-left: 10px;
}

h3 a {
	text-decoration: none;
	color: #004400;
}

h4 {
	padding-left:10px;
}

img {
	margin-left:10px;
	margin-bottom:10px;
}

li {
	margin-bottom:10px;
}

p {
	padding-left:15px;
	text-indent:15px;
	padding-right:15px;
}

ul {
    list-style-type: none;
}