/* @override http://justinrancourt.com/work/moms/moms.css */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #E1CE92;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 15px 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

ul.menu {
	padding-top: 60px;
	padding-left: 90px;
	margin-left: 0;
	list-style-image: url(images/bullet.jpg);
	line-height: 190%;
	text-transform: uppercase;
}

ul.menu2 {
	margin-left: 0;
	list-style-image: url(images/bullet.jpg);
}

div.top_images {
	
}

ul.menu li a {
	color: #f70;
	text-decoration: none;
}

ul.menu li a:hover {
	color: #00644D;
}
ul.menu2 li a {
	color: #f70;
	text-decoration: none;
}

ul.menu2 li a:hover {
	color: #00644D;
}
#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #00644D;
	text-align: left;
	padding-bottom: 0;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 35px 0 0 10px;
}
#mainContent { 
	margin: 0 0 0 270px;
	border-left: 1px solid #00644D;
	padding: 25px 24px 20px;
	min-height: 400px;
}

.top_images img {
	border: 3px solid #f70;
	padding: 0;
	margin: 0;
}

div.top_images li {
	display:inline;
	margin: 0;
	padding: 0;
}

#mainContent div.top_images ul li.fltlft2 {
	margin: 0;
	padding: 0;
	float: left;
}

#mainContent div.top_images ul li.fltrt2 {
	margin: 0 0 0 23px;
	padding: 0;
	float: right;
}

li.no_right_padding {
}

li.fltlft {
	
}

#mainContent h1 {
	color: #00644D;
	letter-spacing: 1px;
	text-align: center;
	font: 19px Verdana, sans-serif;
	padding-top: 20px;
	margin: 0;
	padding-bottom: 10px;
}

h2 {
	color: #f70;
	font: normal normal 120% Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}


div.top_images ul li.no_right_padding img {
	margin: 0;
	padding: 0;
}

div.top_images ul {
	padding: 0;
	margin: 0;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


#mainContent div.top_images ul li.fltlft {
	margin-right: 24px;
}

#mainContent div.top_images ul li.fltrt {
	margin-left: 20px;
}
.clear_right {
	clear: right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}

div.footer {
	margin: 0 auto;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 70%;
	color: #00644D;
}

a {
	color: #00644D;
}

p {
	font-size: 80%;
	line-height: 150%;
	margin-top: 8px;
	margin-bottom: 8px;
}

table.contact {
	width: 100%;
	font-size: 80%;
}

input {
	border: 1px solid #00644D;
}

div.left {
	float: left;
	width:45%
}

ul.commercial {
	margin: 0;
	padding-left: 17px;
	list-style-type: square;
	font-size: 80%;
}
ul.residential {
	margin: 0;
	padding-left: 17px;
	list-style-type: square;
	font-size: 80%;
}

td.left_contact {
	width: 145px;
}

div.right {
		float: right;
	width:45%
}

input.contact {
	width: 100%;
}

input.contact_med {
	width: 60%;
}

input.contact_small {
	width: 30%;
}

#submit {
	background-color: #f70;
}

textarea {
		border: 1px solid #00644D;
}
