body {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.png);
	background-repeat:repeat-x;
	margin-top: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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;
	line-height:1.5em;
	width:100%;
}
.oneColLiqCtrHdr #container {
	width:97%;  /* this will create a container 80% of the browser width */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColLiqCtrHdr #header {

/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
padding-top:5px;

width:950px;

	text-align:left;
	
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

	
	#column1, #column2, #column3
	{float:left; padding-right:5px; margin-top:10px;}

#column1 { width:200px; margin-right:10px; border-right:dashed #999 1px;}
		
#column2 { width:700px; margin-left:5px; margin-right:10px; padding:0 10px 0 10px;}

#column3 { width:200px; margin-right:5px; color:#333;}
		
#column4 { width:730px; margin:0 50px 0 210px; padding:0 10px 0 10px;}
		
	
	/* Miscellaneous classes for reuse */
.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;

}
.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.oneColLiqCtrHdr #footer {

	clear:both;
	width: 90%; 
	margin-left:40px;
	border-top:#999999 solid 1px;
	
	 /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	color:#666;
	font-size:11px;
	letter-spacing:1em;
}

.oneColLiqCtrHdr #footer .fine {font-size:10px;
	letter-spacing:normal;
	color:#999;}

div.figure {
  float: left;
  width:155px;

  margin: 0.2em;
  padding: 0.2em;
}

img.scaled {
  width: 100%;
}

.box {width:150px; height:200px; float:left; padding:7px; margin:5px; border:1px solid #ececec; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;}

.clearfix:after
{content:".";
display:block;
height:0;
clear:both;
visibility:hidden;}


/*for IE6*/
*html . clearfix {
height: 1%;}

/*for IE7*/
*:first-child+html .group {
min-height: 1px;}



.box p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

li {list-style-type:circle;}


a:link {color:#666; font-size:10pt; text-decoration:underline; }
a:visited {color:#666; font-size:10pt; text-decoration:underline; }
a:hover {color:#F06; font-size:10pt; text-decoration:overline;}
a:active {color:#f06; font-size:10pt; text-decoration:overline; }


h1 {font-family:Arial, helvetica; color:#333; letter-spacing:.2em; line-height: 21pt; font-size:18pt;}
h2 {font-family:Arial, helvetica, Sans-serif; color:#777; letter-spacing:.2em; font-size:18pt;}
h3 {font-family:Arial, helvetica, Sans-serif; letter-spacing:.2em; color: #777; font-size:14pt;}


blockquote {background-color:#ececec; padding:5px; font-size:12px; color:#666; border:dashed #CCC 1px;}

.testimony {background-color:#ececec; padding:5px; font-size:12px; color:#666;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  position: relative;
 
}

#special {background-color:#fff; 
-moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  padding: .5em 1em;
 }
