body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 10px;
	color: #404040;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
* {
padding:0; 
margin:0;
}


/********************************/
/* DEFAULT LINK */
/********************************/
a, a:active, a:link, a:visited { 
	color: #638729;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}

/********************************/
/*DEFAULT TAGS*/
/********************************/
hr {
	color:#CCC;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom:.8em;
	color: #000000;
	line-height:1.2em;
	font-weight: bold;
}
h1 {
	font-size: 2.5em;
	line-height:1em;
	margin-bottom:.8em;
	color:#121560;
	font-weight: normal;
}
h2 {
	font-size:1.5em;
	padding-top:.7em;
	margin-top:1em;
	border-top:1px solid #CCC;
}
h3 {
	font-size:1.4em;
}
h4 {
	font-size:1.3em;
	margin-bottom:0.2em;
}
h5 {
	font-size:1.2em;
	margin-bottom:0.2em;
}
h6 {
	font-size:1.1em;
	margin-bottom:0.2em;
}
p, li {
font-size:1.3em;
}
p {
	margin-bottom:.6em;
	line-height: 1.6em;
}
ul, ol, blockquote, .indent {
margin-bottom:1em;
margin-left:30px;
padding: 0;
}
ul ul, ol ol, ol ul {
margin-top:.3em;
margin-bottom:0;
}
li {
line-height:1.3em;
margin-bottom:.4em;
margin-left:0;
padding-left:0px;
}
img {
border:0;
}
table {
border-collapse:collapse;
}
small {
font-size:1.2em;
}

/********************************/
/* ACCESSIBLE WEB SITE */
/********************************/

.accessibility {
display:none;
}

/********************************/
/* BROWSER FIXES */
/********************************/
.clear { /* to fix firefox/IE bug: allows parent of floating divs to expand the full height of its children */
clear: both;
height:1px;
line-height:1px;
font-size:1px;
margin-top:-1px;
}

/********************************/
/* LAYOUT */
/********************************/

/* PAGE */
#pageContainer {
margin:0 auto;
width:960px;
}

/* BANNER */
#bannerContainer {
height:100px;
position:relative;
}
#logo {
position:absolute;
left:70px;
}
#tagline {
position:absolute;
left:260px;
}
#livePerson {
position:absolute;
top:20px;
left:725px;
}

/* TOP NAVIGATION */
#navContainer {
background-image:url(../images/bg-nav.gif);
background-position:top;
background-repeat:repeat-x;
border-bottom:1px solid #7CA933;
position:relative;
}
#navLeftCorner {
position:absolute;
left:0;
top:0;
width:70px;
background-image: url(../images/bg-navLeft.gif);
background-position:top left;
background-repeat: no-repeat;
}
#p7PMnav {
position:absolute;
left:70px;
top:0;
width:820px;
}
#navRightCorner {
position:absolute;
left:890px;
top:0;
width:70px;
background-image: url(../images/bg-navRight.gif);
background-position:top right;
background-repeat: no-repeat;
}
#navContainer, #navLeftCorner, #navRightCorner {
height:29px;
}

/* CONTENT AREA */
#contentContainer {
margin:25px 0;
padding-left:70px;
zoom:1;
}
#leftSidebar {
float:left;
width:165px;
padding-right:10px;
border-right:1px solid #CCC;
}
#leftSidebar ul {
margin-left:15px;
}
#leftSidebar p, #leftSidebar li {
font-size:1.2em;
line-height:1.2em;
}
#content {
float:left;
width:630px;
padding-left:15px;
margin-left:-1px;
border-left:1px solid #CCC;
}
.columnsContainer {
zoom:1;
}
.colLeft {
width:445px;
float:left;
}
.colRight {
width:165px;
float:left;
margin-left:20px;
color:#000;
}
.colRight img {
padding-bottom:1em;
}
.colRight h5 {
text-transform:uppercase;
margin-bottom:.7em;
border-bottom:1px solid #CCC;
padding-bottom:.5em;
}
.colRight p, .colRight li {
font-size:1.2em;
line-height:1.3em;
}
.colRight ul {
margin-left:15px;
}
.colRight li {
margin-bottom:.2em;
}

/* EMAIL SUBSCRIPTION */
#subscribeContainer {
position:relative;
zoom:1;
border-top:1px solid #CCC;
padding:10px;
font-size:1.1em;
text-align:center;
}

#subscribeContainer input {
border:1px solid #7CA933;
font-size:10px;
color:#404040;
padding:2px;
line-height:10px;
margin:0;
}

#subscribeContainer .email {
width:120px;
}

#subscribeContainer .submit {
background-color:#95C93C;
font-size:11px;
font-weight:bold;
color:#FFF;
padding:1px;
}
#subscribeContainer .submit:hover {
background-color:#7BBB0B;
}

/* FOOTER */
#footerContainer {
background-color:#A2D255;
padding-left:70px;
zoom:1;
}
#footerlogo {
float:left;
width:175px;
text-align:center;
}
#footerlogo img {
margin-bottom:6px;
}
#footerlogo p {
font-size:1.1em;
line-height:1.3em;
margin:0;
}
#footerlogo .phone {
font-size:1.8em;
font-weight:bold;
color:#000;
}
#footerListing {
float:left;
width:545px;
padding-right:40px;
padding-left:15px;
padding-top:20px;
}
#footerListing h4 {
margin-bottom:.6em;
}
#footerListing p {
font-size:1.2em;
line-height:1.8em;
}
#footerListing a, footerListing a:active, footerListing a:link, footerListing a:visited {
color:#FFF;
font-weight:bold;
}
#footerBadge {
float:left;
width:115px;
}

/* PAGE-END */
#pageEnd {
clear:left;
margin-bottom:20px;
background-image:url(../images/bg-footerLeft.gif);
background-position:bottom left;
background-color:#A2D255;
}
#pageEndRight {
background-image:url(../images/bg-footerRight.gif);
background-position:bottom right;
}
#pageEnd, #pageEndRight {
height:10px;
background-repeat:no-repeat;
}


/********************************/
/* LAYOUT: HOME PAGE */
/********************************/
#contentHomeContainer {
margin:25px 0;
zoom:1;
}
#contentHomeContainer h1 {
padding-bottom:20px;
margin-bottom:15px;
padding-left:70px;
border-bottom:1px solid #CCC;
}
#homeLeft {
float:left;
padding-left:70px;
padding-right:15px;
width:700px;
border-right:1px solid #CCC;
}
#homeLeft h2 {
font-size:1.6em;
margin-top:0;
border-top:0;
padding-top:0;
}
#homeLeft p {
}

#homeActionsContainer {
margin-left:-70px;
margin-top:20px;
zoom:1;
}

#homeCaseStudies {
float:left;
width:520px;
text-align:center;
}
#homeCaseStudies .boxTop {
background-image:url(../images/bg-homeFeatures-top.gif);
background-position:top;
background-repeat:no-repeat;
padding:15px 20px 0 20px;
}
#homeCaseStudies .boxBott {
background-image:url(../images/bg-homeFeatures-bott.gif);
background-position:bottom;
background-repeat:no-repeat;
height:15px;
}
#homeCaseStudies td {
vertical-align:top;
text-align:left;
padding:6px;
}
#homeCaseStudies td p {
font-size:1.2em;
line-height:1.3em;
}


#homeServices {
float:left;
width:235px;
padding-left:15px;
}
#homeServices h2 {
font-size:1.8em;
line-height:1em;
color:#121560;
}
#homeServices p {
line-height:1.3em;
}
#homeServices ul {
margin-left:15px;
}
#homeServices li {
line-height:1.2em;
margin-bottom:.2em;
font-weight:bold;
}

#homeRight {
float:left;
width:149px;
padding-left:25px;
border-left:1px solid #CCC;
margin-left:-1px;
}
#homeRight p {
font-size:1.2em;
line-height:1.3em;
}



/********************************/
/* TOP NAVIGATION */
/********************************/
/* PopMenu Magic Style Sheet by Project Seven Development www.projectseven.com */

#p7PMnav { /* Top level */
margin:0;
float:left;
padding:0;
height:29px;
border-left:1px solid #7CA933;
}

#p7PMnav li { /* Default+Top level */
margin: 0;
padding: 0;
list-style:none;
font-size:15px;
line-height:15px;
font-weight:bold;
}

#p7PMnav a { /* Default+Top level */
	display: block;
	padding: 7px 8px 7px 8px;
	color: #FFFFFF;
	border-right:1px solid #7CA933;
}
#p7PMnav a:hover {
background-image: url(../images/bg-nav-hover.gif);
background-position:top;
text-decoration:none;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
}


#p7PMnav ul {  /* Pull-down */
	margin: 0;
	padding: 2px 0 0 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border-bottom:1px solid #7CA933;
}
#p7PMnav ul li { /* Pull-down */
}

#p7PMnav ul li a { /* Pull-down */
font-size:13px;
line-height:13px;
text-transform: none;
	background-color:#95C83D;
	border-top:1px solid #7CA933;
	border-left:1px solid #7CA933;
}
#p7PMnav ul li a:hover, #p7PMnav ul li a:active, #p7PMnav ul li a:focus { /* Pull-down */
background-image:none;
	background-color:#7BBB0B;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
background-image:url(../images/bg-nav-active.gif);
background-position:top;
background-repeat:repeat-x;
border-bottom:1px solid #DC6B00;
}
#p7PMnav .p7PMmark:hover {
background-image:url(../images/bg-nav-active-hover.gif);
}

#p7PMnav ul li .p7PMmark {
background-image: none;
background-color:#FF820C;
border-top:1px solid #DC6B00;
border-left:1px solid #DC6B00;
border-right:1px solid #DC6B00;
}
#p7PMnav ul li .p7PMmark:hover {
background-image: none;
background-color:#FC6616;
}


/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
}

/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #7BBB0B;
}


/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: auto;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 200px;
}
/* End of PopMenu Magic styles */
/* ======================== */


/********************************/
/* SIDEBAR NAVIGATION */
/********************************/
.sidebarNav h5 {
text-transform:uppercase;
margin-bottom:.7em;
}
.sidebarNav ul {
margin-left:0 !important;
margin-top:0;
padding-bottom:.4em;
}
.sidebarNav li {
font-size:1.3em;
line-height:1.1em;
font-weight:bold;
list-style:none;
border-bottom:1px solid #DDD;
padding-bottom:.3em;
}

/* TO MARK CURRENT PAGE */
/* Javascript P7_Uberlink needs to be activated */
.sidebarNav a.currentMarker, .sidebarNav a:link.currentMarker, .sidebarNav a:visited.currentMarker {
background-image:url(../images/menu-marker.gif);
background-position: left 4px;
background-repeat:no-repeat;
padding-left:13px;
}
.sidebarNav li .currentMarker {
/*list-style-image:url(../images/menu-marker.gif) !important;*/
}

.footnote {
font-size:1em;
padding-top:.5em;
border-top:1px solid #CCC;
margin-top:.5em;
}

/********************************/
/* CONTENT STYLING */
/********************************/
.impactText {
font-size:120%;
color:#121560;
font-weight:bold;
}

.tableData th, .tableData td, 
.tablePriceLevels th, .tablePriceLevels td {
font-size:1.2em;
line-height:1.2em;
padding: 4px 8px 4px 0;
}
.tableData th, .tablePriceLevels {
text-align:right;
}
.tableData td {
}
.tablePriceLevels td {
font-size:1.6em;
line-height:1em;
text-align:center;
}
.tablePriceLevels td p {
font-size:1em;
margin-bottom:0;
line-height:1.3em;
}
.tablePriceLevels th, .tablePriceLevels td {
border-bottom:1px solid #FFF;
}
.tablePriceLevels {
border-top:1px solid #CCC;
background-color:#B5DF72;
}
.tablePriceLevels th.headRow {
background-color:#A2D255;
text-align:center;
color:#FFF;
font-size:1.6em;
line-height:1em;
}
.tablePriceLevels .lightGreen {
background-color:#CBE69F;
}

.topBorder {
padding-top:.5em;
border-top:1px solid #CCC;
}


@media print {

}
