/* defaults */

body {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: normal;
	
	color: #000000;
	background-color: #FFFFFF;

	margin: 0px;
	padding: 0px;
	
	font-size: 12px;
}

p {
	font-size: 14px;
	font-weight: normal;
	
	margin: 0px;
	padding: 14px;
}

h1 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

a:link {
	color: #000000;
	text-decoration: underlined;
}

a:visited {
	color: #000000;
	text-decoration: underlined;
}

a:active {
	color: #000000;
	text-decoration: underlined;
}

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

img {
	border: none;
}

/* id */

#home_container, #garden_container, #landscaping_container, #water_container, #trains_container {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
    margin-left: auto;
	padding: 20px 20px 0px 20px;
	color: #000000;
	background-color: transparent;
	background-position: top left;
	background-repeat: repeat;
	width: 800px;
}

#home_container {
	background-image: url(gfx/green_bg.gif);
}

#garden_container {
	background-image: url(gfx/green_bg.gif);
}

#landscaping_container {
	background-image: url(gfx/brown_bg.gif);
}

#water_container {
	background-image: url(gfx/blue_bg.gif);
}

#trains_container {
	background-image: url(gfx/purple_bg.gif);
}

#logo_link {
	text-align: center;
	padding: 10px;
	clear: both;
}

#header {
	margin: 0px;
	padding: 0px;	
	clear: both;
	background-color: transparent;
	width: 800px;
	height: 118px;
}

#nav {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	font-size: 12px;
	background-color: transparent;
	background-image: url(gfx/nav_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 22px;
	color: #FFFFFF;
	font-weight: bold;
}

#nav ul {
	margin: 5px 0px 0px 22px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	list-style: none;
	text-align: left;
	width: 800px;
}

#nav li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 200px;
	float: left;
}

#nav a:link, #nav a:active, #nav a:visited {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, sans-serif;
	color: #FFFFFF;
}

#nav a:hover {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #000000;
}

#content {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	clear: both;
	width: 800px;
}

#content h1 {
	color: #000000;
	text-align: left;
	font-size: 30px;
	font-weight: normal;
	margin-top: 15px;
}

#shuffle1, #shuffle2, #shuffle3, #shuffle4 {
	height: 301px;
	width: 200px;
}

#shuffle1 a:link, #shuffle1 a:active, #shuffle1 a:visited {
	display: block;
	padding: 5px 0px 0px 22px;
	margin: -22px 0px 0px 0px;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, sans-serif;
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(gfx/hover1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 297px;
}

#shuffle2 a:link, #shuffle2 a:active, #shuffle2 a:visited {
	display: block;
	padding: 5px 0px 0px 22px;
	margin: -22px 0px 0px 0px;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, sans-serif;
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(gfx/hover2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 297px;
}

#shuffle3 a:link, #shuffle3 a:active, #shuffle3 a:visited {
	display: block;
	padding: 5px 0px 0px 22px;
	margin: -22px 0px 0px 0px;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, sans-serif;
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(gfx/hover3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 297px;
}

#shuffle4 a:link, #shuffle4 a:active, #shuffle4 a:visited {
	display: block;
	padding: 5px 0px 0px 22px;
	margin: -22px 0px 0px 0px;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, sans-serif;
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(gfx/hover4.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 297px;
}

#shuffle1 a:hover, #shuffle2 a:hover, #shuffle3 a:hover, #shuffle4 a:hover {
	padding: 5px 0px 0px 22px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	background-position: 0px 303px;
}

#footer {
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	clear: both;
	color: #000000;
	background-color: transparent;
	background-image: url(gfx/footer_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 800px;
	height: 71px;
}

#footer dl {
	margin: 0px;
	padding-top: 5px;
}

#footer dt {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

#footer dd {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-style: none;
	color: #000000;
}

#footer dd a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#footer dd a:hover {
	text-decoration: none;
	color: #339966;
}

#copystrap {
	color: #000000;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
    margin-left: auto;
    width: 800px;
}

#copystrap ul {
	list-style: none;
	padding: 5px;
	text-align: center;
}

#copystrap li {
	display: inline;	
	padding: 5px;
}

#copystrap a {
	color: #000000;
}

#copystrap a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#copystrap span a {
	color: #FF0000;
}

#copystrap span a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

#foot_gfx {
	clear: both;
	display: block;
	position: relative;
	top: 70px;
	margin: 0px;
	padding: 0px;
}

#page_banner {
	clear: both;
	float: left;
	margin-top: -1px;
}

#home_nav ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#home_nav li {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

#home_text h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	clear: both;
}

#home_text p {
	color: #000000;
	font-weight: normal;
	font-size: 14px;
	margin: 0px;
	padding: 5px 5px 10px 15px;
	text-align: center;
}

/* class */

.header {
	text-align: left;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	margin-top: -25px;
}

.content_text {
	float: left;
	text-align: center;
	width: 400px;
}

.content_text h2 {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0px 0px 15px;
}

.content_text p {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	padding: 5px 5px 0px 15px;
	clear: both;
}

.content_text ul {
	margin: 20px 0px 20px 60px;
	padding: 0px;
	text-align: left;
	float: left;
}

.content_text li {
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style-type: square;
	list-style-image: url(gfx/bullet.gif);	
	color: #000000;
	float: none;
}

.content_text img {
	height: 80px;
	display: inline;
	border: 1px #000000 solid;
	padding: 2px;
	margin: 5px;
}

/* form styling */

.form_title {
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	margin-left: 32px;
}

.form_msg {
	color: #ff0000;
	display: block;
	text-align: center;
	margin-bottom: 16px;
}

.form_req {
	color: #ff0000;
	font-size: 12px;
}

fieldset {
	border: none;
	padding: 8px 8px 8px 8px;
	margin: 0px;
}

form div {
	position: relative;
	width: 540px;
	margin: 0px 0px 8px 0px;
}

legend {
	font-weight : normal;
	font-size: 16px;
	margin: 0px;
	padding: 8px;
	color: #000000;
}

label {
	float: left;
	width: 200px;
	text-align: right;
	vertical-align: middle;
	margin: 4px 8px 4px 0px;
}

input {
	width: 200px;
}

input.submit {
	display: block;
	float: left;
	margin: 8px;
	text-align: center;
	vertical-align: middle;
	width: 150px;
}

input.radio, input.checkbox {
	height: 16px;
	width: 16px;
}

label em {
	position: absolute;
	left: 410px;
	top: 0;
	width: 120px;
	float: left;
	text-align:left;
	margin: 4px 0px;
}