/* CSS Document */
html { overflow-y: scroll; }
html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }
body {background:#333333;
margin-top:20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	padding: 10px;
	margin: 0px;
}
#header {
	height: 197px;
	width: 761px;
	background-color: #000;
	margin-bottom: 2px;
}
#header_left {
	float: left;
	height: 197px;
	width: 382px;
	background-image: url(images/BrucesLandscapingBannerLogo.jpg);
}
#header_right {
	float: left;
	width: 378px;
	height: 197px;
	background-color: #000;
}
#header_right h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-right: 10px;
	font-weight: normal;
}
#header_right p {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
}
#header_right a:link, #header_right a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
#header_right a:hover, #header_right a:active {
	text-decoration: underline;
}


a:link {color:#333333; text-decoration:none;}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#nav a:link, #nav a:visited {
	background-image: url(images/up.gif);
	height: 34px;
	width: 148px;
	margin-right: 2px;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	padding-top: 13px;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	background-image: url(images/over.gif);
}

#home #nav_home a, #testimonials #nav_testimonials a, #contact #nav_contact a {
	background-image: url(images/down.gif);	
}

#nav {
	height: 50px;
	width: 453px;
	padding-left: 307px;
	background-image: url(images/line_dropshadow.gif);
	background-repeat: repeat-x;
}

a:visited {color:#333333; text-decoration:none;}
a:hover {color:#333333; text-decoration:underline;}
a:active {color:#333333; text-decoration:none;}

.form_ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.footer {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top:10px;
	background-color: #FFF;
}


.anti-bold {
	font-weight: normal;
}

.clearfloat {
	clear: both;
}
#contact_info {
	margin-left: 10px;
}
#contact_info td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.left_contact {
	width: 60px;
	height: 20px;
}
.right_contact {
	width: 200px;
	height: 20px;
}
.address_space {
	padding-top: 2px;
	height: 20px;
}

