/* CSS Document */

html, body {height: 100%;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #AC8DB5;
	line-height: 140%;
	text-align: left;
	margin: 0;
	padding: 0;

}

.wrapper{ 
min-height: 100%;  height: auto; height: 100%; margin: 0 auto -45px; 
/* CSS sticky footer the bottom margin is the negative value of the footer's height */  
}
.footer, .push {
	height: 45px; /* CSS sticky footer  trick .push must be the same height as .footer */
}
.footer {text-align: center; width: 625px; margin-left: 133px; 
}
/* had to be absolute because of 1 pixel problem */
#photo {
	left: 99px;
	top: 10px;
	position: absolute;
	z-index: 5000;
	background-color : transparent;
}
#moreButton {
	bottom: 105px;
	position: absolute;
	z-index: 5000;
	width: 800px;
}
/* ****************** Tables ******************  */
#maintable{
	margin: 0;
	top: 41px;
	position: relative;
	z-index: 3;
}
#maintable-r1c1{
	background-image: url(../assets/bkgrnd/rt.jpg);
	background-position: right;
	background-color: #FFFFFF;
	background-repeat: repeat-y;  
}
#maintablec2Footer{
	vertical-align: bottom;
	height: 120px; 
	background-color: #FFFFFF; 
	background-image: url(../assets/bkgrnd/bot.jpg); 
	background-position: left bottom; 
	background-repeat: repeat-x; 
}

#maintablec3Footer{
    background-image:url(../assets/bkgrnd/bot-l-c.jpg); 
	background-position: left bottom; 
	background-repeat:no-repeat;
}

.mainPage {
	background: #ffffff;
	width: 640px;
	margin-right: 40px;
	padding: 10px;
	position: relative;
	text-align: left;
	height: 600 px;
}
.content {margin: 0 15px 0 15px;
	}
/* ******************  Primary link behavior ****************** */
a, a:visited, a:active {	
		color: #331F17;
		text-decoration: underline;
	font-weight: bold;
}
a:hover {color: #006A9E;
	text-decoration: none;
}
/* ****************** debwork footer ****************** */
.copyright {
	text-align: center;
	color: #0F0035;
	font-size: 10px;
	font-weight: bold;
}
a.copyright, a.copyright:visited, a.copyright:active {	
	font-weight: bold;
	color: #0C2E1E;
	letter-spacing: 1px;
	font-style: italic;
	text-decoration: none;
	}
a.copyright:hover {
	text-decoration: underline;
}

/* ****************** Fonts and content divs ****************** */
.boldBlue {
	color: #006A9E;
	font-weight: bold;
	line-height: 15px;
}
	/* ** subtitle is tag line, title is product info **  */
h1.title {
	color: #AE0503;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 20px;
	margin-bottom: 8px;
	margin-top: 10px;
}
.titleCap {font-size:22px;} /* ** Make first letter of Title oversized**  */

h2.subtitle {
	margin-top: 5px;
	text-align: right;
	color: #292D36;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	width: 370px;
	margin-bottom: 10px;
}
div.certContainer {
	margin-top: 35px; 
	text-align:center; 
	width: 380px;
	color: #AE0503;
	font-weight: bold;
	font-size: 14px;
}
div.certifications{
	border: 3px dotted #331F17;

}
/* ******************  Lists     ****************** */
ul.products { 
list-style-image: url(../assets/blue-check.gif);
}
li.products {padding-bottom: 15px;}
/* ******************  image spacers  ****************** */

img.M25R{ margin-right: 25px;
	border: none;
}
img.content{ margin-left: 15px; margin-right:-10px;
	border: none;
}
img.M10upDown{ margin: 10px 0 10px 0;
	border: none;
}
img.P10upDown{ margin: 10px 0 10px 0;
}
img.M10up40Down{ margin: 10px 0 40px 0;
	border: none;
}
img.M10up{ margin-top: 10px;
	border: none;
}
/* ******************    spacers  ******************  */
div.locations {height: 140px; margin: 20px 0px 10px auto;}
div.teamPics {height: 252px; margin: 20px 0px 10px auto;}

/* ****************** Clear floats ****************** */
.clearthefloats {clear:both;} 
.clearfix:after {page: "."; 
	display: block; height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;} 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* ******************  Quotes ******************  */
div.QuoteBox {
	background-image:url(../assets/thank-you-bkgd.jpg); 
	background-repeat:no-repeat; 
	background-position: center bottom; 
	border-top: 1px dashed #292D36;
}
div.QuoteText {margin: 5px 5px 0px 5px; 
	font-family: "trebuchet ms", verdana, arial;
	font-size: 11px; 
	line-height: normal;
	text-align: left;
}
div.QuoteWho {text-align:right;
	width:105px;
}