#leftbox {
    float: left;
    width: 580px; 
    background: #D2E7C5;
    margin-left: 10px;
}

#leftbox h3 {
    padding: 0;
    font: bold 14px Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3FA14B;
}

#leftbox h4 {
    padding: 18px 0 0 0;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #3FA14B;
}

#leftbox p {
    padding: 5px 0;
    font: 12px/17px Arial, Helvetica, sans-serif;
    color: #3FA14B;
}

#rightbox {
    float: right;
    width: 210px;
    margin-left: 10px;
}

#rightbox_top {
    margin: 0 0 10px 0;
    padding: 5px;
    background: #D2E7C5;
}

#rightbox h3 {
    padding: 2px;
    font: bold 14px Arial, Helvetica, sans-serif;
    text-align: center;    
    letter-spacing: 1px;
}

#top_text {
	font: bold 11px Arial Helvetica, sans-serif;
	text-transform: capitalize;
	text-align: right;
	margin: 0 0 0 0;	
}

#top_text a {
	color: #CC0000;
}


/* ______________________________   Square Text Containers __________________________________ */

.float_left {
float:left;
border: 0;
}

.float_right {
float:right;
border: 0;
}

/* Adjust this width to fit your needs */
.container {
width:720px;
}

.container_head {
height:25px;

background-image:url(../images/green_gradient.jpg);
}

/* To Center align the title add= text-align:center; */
.container_head_text {
height:13px;
padding:7px 0 0 0;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:14px;
font-weight:bold;
text-indent: 1em;
margin-top: 0;
}

.container_content {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
padding:5px;
color:#666666;
border-width: 1px 1px 1px 1px; 
border-spacing: 0px;
border-style: solid solid solid solid;
border-color: #418659;
background-color:#FFFFCC;
margin-bottom: 0;
}

.leftTD {
	float: left;	
	margin: 2px 2px 2px 2px;
	padding-left: 20px;
	padding-right: 5px;
}

.rightTD {
	float: right;	
	margin: 2px 2px 2px 2px;
	padding-left: 5px;
	padding-right: 20px;
}

.smallfont {
	font: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

.mediumimage {
	float: right;
	width: 140px;
	height: 113px;
}

/* Quick contact CSS */
/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(../images/dialog2-red-800x1200-drip.png) no-repeat top right;
 _background-image:url(../images/dialog2-red-drip.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .content input, .dialog .content textarea {
	border: 1px solid #909090;
	background-color: #f6f2aa;
	padding-bottom: 5px;
	margin-top: 5px; 
	width: 160px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:160px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:160px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 min-height:155px; /* minimum content height, so bottom shade fills in nicely - can ignore if no gradient in dialog, etc. */
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}


/* "Mr. Clean" */

.dialog.type5 .content,
.dialog.type5 .t,
.dialog.type5 .b,
.dialog.type5 .b div {
 background-image:url(../images/dialog2-red-800x1200-drip.png);
 _background-image:url(../images/dialog2-red-drip.gif);
}

/* "drip" style extended class (eg. <div class="dialog type4 drip"> - more positioning due to width/height requirements */

.dialog.drip .b,
.dialog.drip .b div {
 height:20px;
}

.dialog.drip {
 margin-left:10px;
}