* { margin:0; padding:0; }

body {
	font-family: Lucida Grande, Lucida Sans, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background: #666 url(../images/bg.jpg) top left repeat-x;
	color: #fff;
	text-align: center;
}

img { border: 0; }

a { text-decoration: none; color: #FF6600; }
a:hover { text-decoration: underline; }

.fixFlicker {
	background: transparent url(../images/bg-body.jpg) top center no-repeat;
}

.mainOuterWrap {
	margin: 19px auto 0 auto;
	width: 734px;
	background: transparent url(../images/bg-main.jpg) top left repeat-y;
}

.mainInnerWrap {
	width: 734px;
	background: transparent url(../images/bg-main-top.jpg) top left no-repeat;
	padding-top: 17px;
	text-align: left;
}

.mainContentWrap {
	width: 700px;
	margin: 0 17px;
}

.footerOuterWrap {
	width: 734px;
	margin: 0 auto;
	background: transparent url(../images/bg-footer-main.jpg) top left repeat-y;
}

.footerInnerWrap {
	width: 734px;
	background: transparent url(../images/bg-footer.jpg) bottom left no-repeat;
	text-align: left;
	padding-bottom: 17px;
}

.footerContentWrap {
	width: 700px;
	margin: 0 17px;
	color: #999;
}

.footer {
	padding: 18px 25px;
	font-size: 0.82em;
}

.footer a {
	color: #999;
	text-decoration: underline;
}

.header {
	height: 103px;
}

.menu {
	height: 32px;
	background: #2C2C2C url(../images/bg-menubar.jpg) top left repeat-x;
	text-align: right;
}

.services {
	background-color: #fff;
	color: #666;
	height: 34px;
}

.tint {
	background-color: #D7EBAE;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #666;
	font-size: 0.92em;
	padding: 25px 24px;
}

.tint p.intro {
	font-size: 1.2em;
	padding-bottom:0;
}

.tint p.introPad {
	font-size: 1.2em;
	padding-bottom: 6px;
}

.content {
	height: 1%;
	background-color: #fff;
	color: #666;
	padding: 25px;
	font-size: 0.92em;
}



h1 {
	font-size: 1.75em;
	font-weight: normal;
	color: #5CA635;
	margin-bottom: 0.7em;	
}

h1.sifr {
	margin-bottom: 0.2em;
	height: 42px;
}


h2 {
	font-size: 1.25em;
	font-weight: normal;
	color: #5CA635;
	margin-bottom: 0.7em;	
}



#home3col h1, h3 {
	font-size: 1em;
	margin-bottom: 0.7em;
	font-weight: bold;
	color: #333;
}

#home3col p {
	font-size: 0.92em;
	padding-bottom: 0.6em;
}

#home3col a {
	text-decoration: underline;
}

/* top menu */
.menu ul {
	list-style: none;
	font-size: 0.92em;
	float: right;
}

.menu ul li {
	display:block;
	float:left;
	margin-top: 8px;
	padding: 0 8px 2px 7px;
	background: transparent url(../images/bg-menuitem.jpg) top right repeat-y;
}

.menu ul li.last {
	padding-right:12px;
	background: none;
}

.menu ul li a {
	text-decoration: none;
}

.menu ul li a:hover {
	text-decoration: underline;
}


/* services menu */
.services ul {
	list-style: none;
	font-size: 0.92em;
}

.services ul li {
	display: block;
	float: left;
}

#svcTD { width: 234px; height: 34px; position: relative; margin: 0; overflow: hidden; }
#svcTD a { width: 100%; height: 100%; position: relative; display: block; overflow: hidden; }
#svcTD a span { background: url(../images/m-td.jpg) no-repeat; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

#svcCM { width: 233px; height: 34px; position: relative; margin: 0; overflow: hidden; }
#svcCM a { width: 100%; height: 100%; position: relative; display: block; overflow: hidden; }
#svcCM a span { background: url(../images/m-cm.jpg) no-repeat; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

#svcIP { width: 233px; height: 34px; position: relative; margin: 0; overflow: hidden; }
#svcIP a { width: 100%; height: 100%; position: relative; display: block; overflow: hidden; }
#svcIP a span { background: url(../images/m-ip.jpg) no-repeat; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

/* shift background images on mouseover */
#svcTD a:hover span, #svcCM a:hover span, #svcIP a:hover span { background-position: 0 -34px !important; cursor: pointer; }

/* highlight image according to selected class */
#svcTD.selected a span, #svcCM.selected a span, #svcIP.selected a span { background-position: 0 -68px !important; }




/* ============================================================================================================= */
/* Alsett Clearing Method - apply class="clearfix" to main content wrap */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
 .clearfix { /*
   display: inline-block; */
}  /* fix for IE Mac? */
* html .clearfix {
   height: 1%; 
}
.clearfix {
  display: block;
}

.clearfloat
{
  float: none;
  clear: both;
}

.fl { float: left; }
.fr { float: right; }



/* ======================================================================================================= */

.mainContentWrap p {
	padding-bottom: 1.3em;
	line-height: 1.3em;
}

p.noGap {
	padding-bottom: 0;
	margin:0;
}

.oneColPad {
	float: left;
	width: 208px;
	padding-right: 26px;	
  /* box model hack */
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:182px;
}
html>body .oneColPad {
  width:182px; /* be nice to Opera */
}

.padLeft {
	margin-left: 26px;
}

.oneCol {
	float: left;
	width: 182px;
}

.twoCol {
	float: left;
	width: 440px;

}

.lines3Col {
	background: #fff url(../images/bg-lines-3col.gif) top left repeat-y;
	height: 1%;
}

.lines2Col {
	background: #fff url(../images/bg-lines-2col.gif) top left repeat-y;
	height: 1%;
}

.twoColPad {
	float:left;
	width: 467px;
	padding-right:53px;
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:414px;
}
html>body .twoColPad {
  width:414px; /* be nice to Opera */
}


.title {
/*	margin-bottom: 2em; */
}



.content ul {
	list-style: none;
	padding-bottom: 1.3em;
}

.content ul li {
	padding-bottom: 0.4em;
	padding-left: 18px;
	background: url(../images/bullet-ltgreen.gif) 3px 3px no-repeat;
}

.content ul.links li {
	background: url(../images/bullet-orange.gif) 3px 3px no-repeat;
}

.content ul.lgGap {
	padding-bottom: 0.2em;
}

.content ul.lgGap li {
	padding-bottom: 1em;
}

p.lgGap {
	padding-bottom: 2em;
}

p.quote {
	color: #888;
}