@charset "utf-8";
/* CSS Document */

#wrapper	{
	padding-top:10px;
	width:940;
	}
body	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:100%;
	margin:auto;
}
h1	{
color:#090;
font-size:22px;
}
h2	{
color:#090;
font-size:18px;
}
a 	{
	color:#000;
	text-decoration:none;
}
a:hover	{
	color:#6C3;
	}
img {
	border:none;
}
#header	{
	height:100px;
	font-size:28px;
	font-weight:bold;
	margin-top:10px;
	padding-left:10%;
	background-color:#FFF;
	text-align:center;
	}
#logo	{
	float:left;
}
#phone	{
	padding:5px;
}
.green	{
	color:#090
}
#nav	{
	height:52px;
	width:100%;
	text-align:center;
	border:groove;
	border-width:thin;
	background-color:#666;
}
.button	{
	width:19.9%;
	height:37px;
	background:repeat-x;
	background-image:url(images/green_button.jpg);
	float:left;
	font-size:17px;
	color:#FFF;
	font-weight:bold;
	padding-top:18px;
	padding-left:0px;
	text-align:center;
	border-left-style:groove;
	border-left-width:thin;
	}
.button	a	{
	color:#FFF;
	text-decoration:none;
}
.button:hover	{
	background-image:url(images/black_button.jpg);
	}
.button:active	{
	background-image:url(images/gray_button.jpg);
		}
#main-content	{
	width:100%;
	height:550px;
	text-align:left;
	line-height:19px;
	background-color:#CCC;
	padding:10px 0px 0px 10px;
	background-image:url(images/bg_pattern.png);
	}
#leftcol	{
	width:40%;
	float:left;
	margin: 10px 10px 10px 10px;
	padding:10px 20px 20px 20px;
	background-color:#FFF;
	height:85%;
	overflow:scroll;
		}
#midcol	{
	width:25%;
	float:left;
	margin: 10px 10px 10px 10px;
	padding:10px 20px 20px 20px;
	background-color:#FFF;
	height:85%;
	}
#rightcol	{
	width:15%;
	float:left;
	margin: 10px 10px 10px 10px;
	padding:10px 20px 20px 20px;
	background-color:#FFF;
	height:85%;
	}
#footer 	{
	height:20px;
	font-size:12px;
	color:#FFF;
	background-color:#666;
	padding:10px;
	float:left;
	width:100%;
	margin:0px;
	padding:15px;
}
.cust {
	font-style:italic;
}