/*
Theme Name: Lotus Landscape Design

*/



body {
	margin: 36px;
	color: #04291e;
	font-family: Arial, Helvetica, sans-serif;
}

body.background_small {
	background: url(images/background-tile-2.jpg) center top no-repeat;
}

body.background_medium {
	background: url(images/background-tile-1.jpg) center top no-repeat;
}

body.background_large {
	background: url(images/background-tile-large.jpg) center top no-repeat;
}

body.background_extraLarge {
	background: url(images/background-tile-3.jpg) center top no-repeat;
}

.projectPreview {
	margin-right: 1em;
	float: left;
}

p {
	color: #04291e;
}

h1, h2, h3, h4, h5, h6 {
	color: #04291e;
}

h2 {
	font-weight: bold;
	margin-top: 2em;
	color: #a0a089;
}

h3, h4, h5 {
	font-size: 1em;
	font-weight: bold;
}

.uberContainer {
	min-height: 800px;
}

/* START Gilder/Levin image replacement */
h1 {
	width: 225;
	height: 95px;
	position: relative;
	font-size: 10px;
	overflow: hidden;
	margin: 0;
}

h1 span {
	background: url(images/lld_logo_225x95.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
/* END Gilder/Levin image replacement */


.return-home {
	display: block;
	margin-left: 40px;
	width: 225px;
}

a,
a:link,
a:active,
a:visited {
	color: #52523a;
	/*text-decoration: none;
	border-bottom: 1px solid #a0a089;*/
}

a:hover {
	border-bottom: 1px solid #a0a089;
	background-color: #a0a089;
	color: #FFF;
	text-decoration: none;
}

div.header a:hover {
	border-bottom: none;
}

ul#nav {
	margin: 16px 40px 0 0;
	padding: 5px 1.5em 8px 0;
	float: right;
	background: url(images/nav_tile.gif) repeat-x bottom left #efeee4;
}

ul#nav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 1.5em;
}

ul#nav li a,
ul#nav li a:active,
ul#nav li a:link,
ul#nav li a:visited {
	color: #52523a;
	font-size: 1.2em;
	text-decoration: none;
}

ul#nav li a:hover, ul#nav li.current_page_item a, ul#nav li.current_page_parent a {
	border-bottom: 2px solid #a0a089;
	color: #FFF;
}

ul#nav li.current_page_item a, ul#nav li.current_page_parent a {
	color: #52523a;
}

.contentSection {
	padding-top: 2em;
}

.bannerSection {
	min-height: 100px;
}

.bannerSection .flashModule {
	padding-left: 20px;
	min-height: 361px;
}

.bannerSection .titleImage {
	padding-top: 20px;
	padding-bottom: 10px;
}

.footer {
	border-top: 1px solid #d0e0da;
	text-align: right;
}

.footer p {
	color: #739680;
	font-size: 0.8em;
}

ul.faqs {
	margin: 0;
	padding: 0;
	margin-top: 3em;
}

ul.faqs li {
	list-style-type: none;
	margin-bottom: 0.5em;
}

ul.faqs h4, ul.faqs h5 {
	display: block;
	margin: 0;
	height: auto;
}

ul.faqs li ul li {
	list-style-type: disc;	
}

ul.faqs p.backToTop {
	font-size: 0.9em;
	margin-top: -1.2em;
}

.beforeAndAfters img {
	padding-bottom: 20px;
}