/*
Theme Name: American Dream Landscaping
Theme URI: http://adlandscaping.net
Description: AmDream Site 2010
Author: Brian Dillon
Version: 1.0
*/

* {
	margin: 0px;
	padding: 0px;
	}
img, a img {
	border: none;
	}
p {
	margin-bottom: 20px;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #066a92;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
	}
h2 {
	color: #333;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	}
ol, ul {
	margin-bottom: 20px;
	margin-left: 25px;
	}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	border-top: 7px solid #782d2e;
	background-color: #fff;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	}
#container {
	width: 960px;
	height: 643px;
	clear: both;
	border-left: 2px solid #525358;
	border-right: 2px solid #525358;
	border-bottom: 1px solid #fff; 
	margin: 0px auto;
	text-align: left;
	background-color: #adcd7d;
	color: inherit;
	position: relative;
	}
#nav {
	width: 960px;
	height: 42px;
	display: block;
	background-color: #525358;
	clear: both;
	border-bottom: 1px solid #fff;
	text-align: center;
	margin: 0px;
	}
#nav li {
	display: inline;
	margin-right: 30px;
	list-style-type: none;
	list-style-position: inside;
	}
#nav li.last {
	margin-right: 0px;
	}
#nav li a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	line-height: 42px;
	}
#nav li a:hover, #nav li.hover a {
	color: #adcd7d;
	}
.megaDropMenu {
	position: absolute;
	padding: 0px;
	top: 41px;
	background-color: #525358;
	display: none;
	text-align: left;
	}
.megaDropMenu ul {
	z-index: 510;
	margin: 0px;
	padding: 0px;
	}
.megaDropMenu li {
	display: list-item !important;
	margin: 0px !important;
	padding: 0px !important;
	text-align: left;
	}
.megaDropMenu li a {
	display: block !important;
	text-align: left !important;
	color: #fff !important;
	text-decoration: none !important;
	margin: 0px !important;
	padding: 0px 10px;
	line-height: 30px !important;
	border-bottom: 1px solid #666;
	}
.megaDropMenu li a:hover {
	color: #adcd7d !important;
	background-color: #767378;
}
#left {
	float: left;
	clear: left;
}
#right {
	float: right;
	clear: right;
}
#logo {	
	width: 549px;
	height: 149px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #00699b;
	background-image: url(images/logo_bg.jpg);
	background-repeat: repeat-y;
	}
#content {
	height: 400px;
	width: 509px;
	padding: 25px 20px;
	overflow: auto;
	background-image: url(images/contentBg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-right: 1px solid #fff;
	}
* html #content {
	background-attachment: fixed;
	}
#content ul {
	margin-left: 25px;
	margin-bottom: 20px;
	}
#galleryOuter {
	width: 410px;
	height: 600px;
	background-color: #fff;
	}
#gallery {
	width: 410px;
	height: 65px;
	background-color: #fff;
	/*background-image: url(images/gallery/1.jpg);*/
	padding-top: 535px;
	}
#galleryNav {
	background-image: url(images/galleryNavBg.png);
	height: 35px !important;
	width: 370px;
	padding: 15px 20px;
	clear: both;
	}
.galleryLeft {
	float: left;
	}
.galleryRight {
	float: right;
	}
#footer {
	width: 940px;
	height: 42px;
	clear: both;
	background-color: #525358;
	border-left: 2px solid #525358;
	border-right: 2px solid #525358;
	margin: 0px auto;
	color: #fff;
	font-size: 11px;
	line-height: 42px;
	text-align: right;
	padding: 0px 10px;
	}
#errors {
	font-weight: bold;
	color: #C00;
	}