/*
-----------------------------------------------
Styles for Landscapes By Design
date:     5/23/07 - MG -
----------------------------------------------- */

body
{
	margin: 20px 0px 0px 0px;
	background-color: #12261B;
}



#heading
{
	height: 35px;
	width: 345px;
	overflow: hidden;
	font-family: Times, "Times Roman", serif;
	font-size: medium;
	color: #C2F500;
	text-align: justify;
	margin: 10px 0 0 0;
	padding: 0px 0px 0px 15px;
	border-bottom: #C2F500;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

#heading1
{
	height: 35px;
	width: 635px;
	overflow: hidden;
	font-family: Times, "Times Roman", serif;
	font-size: medium;
	color: #C2F500;
	text-align: justify;
	margin: 10px 0 0 0;
	padding: 0px 0px 0px 15px;
	border-bottom: #C2F500;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

#content
{
	height: 300px;
	width: 350px;
	overflow: auto;
	font-family: Times, "Times Roman", serif;
	font-size: medium;
	color: #C2F500;
	text-align: justify;
	margin: 5 0 0 0;
	padding: 0px 5px 5px 5px;
}

#content1
{
	width: 300px;
	font-family: Times, "Times Roman", serif;
	font-size: medium;
	color: #C2F500;
	text-align: justify;
	padding-left: 25 px;
}

h1
{
	color: #C2F500;
	font-family: Times, "Times Roman", serif;
	font-size: 1.2em;
}

ul
{
	margin: 10 0 0 10;
	padding: 0 0 0 10;
	list-style-type: square;
	line-height: 1.2em;
	text-align: left;
}

p.init:first-letter
{
	font-size: 200%;
	float: left;
	line-height: 80%;
	color: #C2F500;
	padding: 0 3px 0 0px;
}

.floatleft
{
	float: left;
	border-width: 1px;
	border-color: #C2F500;
	border-style: solid;
	margin: 10px 15px 15px 10px;
	padding: 2px;
}

.floatright
{
	float: right;
	border-width: 1px;
	border-color: #C2F500;
	border-style: solid;
	margin: 5px 5px 5px 10px;
	padding: 2px;
}

.floatnone
{
	float: none;
	border-width: 1px;
	border-color: #C2F500;
	border-style: solid;
	padding: 2px;
}

.floatnone-nb
{
	float: none;
	border-style: none;
	margin: 5px 10px 5px 5px;
	padding: 2px;
}

a:link
{
	color: #EFBC18;
	text-decoration: none;
}

a:visited
{
	color: #EFBC18;
	text-decoration: none;
}

a:hover
{
	color: #C2F500;
	text-decoration: none;
}

a img { border-width: 0; }
