/* css file easyhud squeeze */
/* -------------------- Resets --------------------- */
body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
	margin: 0;
	padding: 0;
}
img {
	border: 0; /* kills Gecko bug when img's are placed inside links */
	vertical-align: bottom; /* set vertical align to bottom for IE */ 
}
/* --------------- Document Defaults -------------- */

html {
	height: 101%; /* creates a horizontal scrollbar, for a more consistent look & feel */
	overflow: inherit; /* triggers 100% height in Opera 9.5 */
}
body {
	height: 100%; /* helps make height 100% */
	font: 62.5%/1.5 Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #e4e4e4;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
} */
/* ------------------ Typography ------------------- */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, address {
	margin:0 0 1em;
}
p, ul, ol {
	font-size: 1.2em;
}
ul {
	margin:0 0 1em 25px;
	list-style:none;
}
ul ul { /* fixes nested lists */
	font-size: 100%;
	font-weight: normal;
}
h1 {font-size:2.2em;}
h2 {font-size:2em;}
h3 {font-size:1.8em;}
h4 {font-size:1.6em;}
h5 {font-size:1.4em;}
h6 {font-size:1.2em;}
/* -------------------- Forms ---------------------- */
fieldset, table {
	border: none;
}
form :focus {
	outline: 0; /* removes Safari's blue border */
}  
input, label {
	vertical-align: middle;
}
label {
	cursor: pointer;
}
input, select, textarea {
	font-size: 1.2em;
	font-family: Tahoma, Arial, Helvetica, 'MS Sans Serif', sans-serif;
}
input, textarea {
	padding: .2em;
}
textarea { /* removes scrollbar from IE when none is needed */
	overflow: auto;
}	
label {
	font-size: 1.5em;
	font-weight: bold;
}

/* -------------------- Layout --------------------- */
#content {
	overflow: hidden; /* "haslyout" for IE7 & contains floats in all browsers */
}
* html #content {
	height: 1%; /* "haslyout" for IE6 & contains floats */
	overflow: visible; 
}
#left {
	float: left;
	display: inline; /* fix IE6 float bug */
}
#right {
	float: right;
	display: inline; /* fix IE6 float bug */
}
/* ------------------- Links ---------------------- */
a {
	text-decoration: none;
	outline: 0; /* removes dotted border around a:active from Firefox */
	color: #0066cc;
}
a:visited {
	text-decoration: none;
}
a:active, a:focus, a:hover {
	text-decoration: underline;
	color: #0066cc;
}
/* --------------------- Menus ---------------------- */
/* Main Menu */
#nav ul {
}
#nav li {
}
#nav li a {
}
#nav li a:active, #nav li a:focus, #nav li a:hover {
}
/* Footer Menu */
#footer ul {
}
#footer li {
}
#footer li a {
}
#footer li a:active, #footer li a:focus, #footer li a:hover {
}
/* --------------------- - ---------------------- */
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
#pagewidth{ 
 width:900px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
		min-height: 100%; /* height 100% in all modern browsers */
} 
#header{
	position:relative;
	height:177px;
	width:100%;
	/* background-image: url(images/daigleheader.jpg); */
	background-repeat: no-repeat;
	background-position: 700px center;
	margin-bottom: 5px;
	margin-top: 5px;
}
#pagewidth #header #headertitle {
	width: 600px;
	color: #222222;
	/*background-image: url(images/sig1.gif);*/
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 20px;
	height: 137px;
}
#pagewidth  #wrapper  #twocols  #rightcol  #whitesidebox h3 {
	text-align: center;
	line-height: 24px;
	margin: 0px;
	background-image: url(images/heading3.gif);
	background-repeat: repeat-x;
	color: #0066cc;
	background-color: #f0f0f0;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
}
#pagewidth #wrapper #twocols #rightcol #whitesidebox {
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px solid #d5d5d5;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 12px;
	margin-left: 5px;
}
#pagewidth #wrapper #twocols #rightcol #whitesidebox p {
	font-size: 1.3em;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	line-height: 1.5em;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
#pagewidth #wrapper #twocols #rightcol #whitesidebox .nospam {
	font-size: 12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #222222;
	text-align: center;
	margin: 0px;
	line-height: normal;
}
#pagewidth #wrapper #twocols #rightcol #whitesidebox #sidetestimonial {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
}
#pagewidth #wrapper #twocols #rightcol #whitesidebox #sidetestimonial h3 {
	font-size: 1.4em;
	background-image: none;
	color: #666666;
	background-color: #f0f0f0;
	line-height: 1.2em;
	margin: 0px;
	display: block;
	width: 246px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#pagewidth #wrapper #twocols #rightcol #whitesidebox #sidetestimonial #sidetestimonialsig p {
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}
#pagewidth #wrapper #twocols #rightcol #whitesidebox #sidetestimonial #sidetestimonialsig {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 15px;
	margin-left: 15px;
}
#pagewidth #header #headertitle h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 32px;
}
#pagewidth #wrapper #maincol #testimonial {
	background-color: #ffffff;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #d5d3d4;
}
#pagewidth #wrapper #maincol #testimonial h3 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d5d3d4;
	padding-bottom: 5px;
	color: #0066cc;
}
#pagewidth #wrapper #maincol #testimonial #testimonialsig p {
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}
.testimonialsignames      {
	font-weight: bold;
}
#pagewidth #wrapper #maincol #testimonial img {
	float: left;
	background-color: #fafafa;
	border: 1px dashed #d5d3d4;
	padding: 8px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pagewidth #wrapper #maincol #welcometext {
	background-color: #ececec;
	border: 2px dashed #d5d5d5;
	margin-top: 15px;
	margin-right: 8px;
	margin-bottom: 15px;
	margin-left: 8px;
}
.red {
	color: #FF2B06;
}
.blue {
	color: #0066cc;
}
.bigred {
	font-size: 2em;
	color: #ff2b06;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: 700;
	line-height: 0em;
}
.bluebold {
	color: #0066cc;
	font-weight: bold;
}
.yellow {
	color: #fdf801;
}
.yellowhighlight {
	color: #333333;
	background-color: #fdf801;
}
.green {
	color: #00FF00;
}
.black {
	color: #222222;
	font-weight: bold;
}
#maincol{
	width:618px;
	float:left;
	display:inline;
	position:relative;
	background-color:#f6f6f6;
	border: 1px solid #e4e4e4;
 }
#maincol p{margin:1em;}
#twocols{
 width:260px; 
 float:right; 
 position:relative; 
  }
#rightcol{
	width:258px;
	float:right;
	position:relative;
	background-color:#ececec;
	border: 1px solid #d5d5d5;
 }
#rightcol p{margin:1em;} 
#lowercol {
	margin-top: 5px;
	background-color:#F6F6F6;
	border: 1px solid #e4e4e4;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 8px;
	clear: both;
	float: left;
	width: 882px;
}
#lowercol    p {
	margin: 1em;
}
#leftlowercol {
	display: inline;
	position: relative;
	float: left;
	width: 620px;
	background-color: #ffffff;
	border-top-color: #d5d3d4;
	border-right-color: #d5d3d4;
	border-bottom-color: #d5d3d4;
	border-left-color: #d5d3d4;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	height: 385px;
}
#rightlowercol {
	float: right;
	width: 260px;
	background-color: #ffffff;
	border-top-color: #d5d3d4;
	border-right-color: #d5d3d4;
	border-bottom-color: #d5d3d4;
	border-left-color: #d5d3d4;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	margin: 0px;
	height: 385px;
	position: relative;
}
#pagewidth #wrapper #lowercol #leftlowercol img {
	float: right;
	margin: 15px;
}
#pagewidth #wrapper #lowercol #rightlowercol h3 {
	text-align: center;
	color: #0066cc;
	padding: 0px;
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pagewidth #wrapper #lowercol #rightlowercol .nospam {
	font-size: 12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #222222;
	text-align: center;
	margin: 0px;
	line-height: normal;
}
#pagewidth #wrapper #lowercol #leftlowercol #sig2 {
	width: 400px;
/*	position: relative; */ /* not necessary? */
	display: inline;
}
#pagewidth #wrapper #lowercol #leftlowercol #sig2 p {
	padding: 0px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
}
#pagewidth   #wrapper   #lowercol   #leftlowercol   #sig2   img {
	float: none;
	margin: 0px;
	padding: 0px;
}
#footer{
	height:60px;
	clear:both;
	margin-top: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #d5d3d4;
	text-align: center;
}
#footer   p  {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

 
 /* *** Float containers fix: *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

