@charset "UTF-8";
/* CSS Document */

html * {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	outline: none;
}
body {
	background-color: #224d82;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
}
a:link, a:visited {
	color: #065db5;
}
a:hover {
	color: #d32306;
}
	
#gestalt {
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}

/* LOGO AND ADDRESS CONTAINER
==================================================================*/
#logo {
	position: absolute;
	left: 10px;
	top: 0;
	z-index: 100;
}
#tagline {
	position: absolute;
	left: 290px;
	top: 40px;	
}
#header {
	height: 78px;
}
#header p {
	font: 11px/1.1em "Myriad Pro", Arial, Helvetica, sans-serif;
	text-align: right;
	color: #065db5;
	padding: .5em 15px .4em 0;
	text-transform: uppercase;
	margin: 0;
}
#header #tel {
	font-weight: bold;
}
#header a:link {
	color: #065db5
}

/* TOP NAV
==================================================================*/
#topNav {
	position: relative;
	z-index: 200;
	margin-bottom: 60px;
}
/* TOP LEVEL
===================================================*/
#DMCmenu {
	position: absolute;
	margin: 0;
	padding: 0 0 0 210px;
	background: #7ba51f; /* IE6 Bug */
	border-top: 5px solid #224d82;
	border-bottom: 5px solid #224d82;
	font: bold 12px Helvetica, sans-serif;
	text-transform: uppercase;
	}
#DMCmenu {
	width: 100%;
	}
#DMCmenu:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
#DMCmenu li {
	position: relative;
	list-style: none;
	float: left;
	width: auto; /* Width of Menu Items */
	margin-right: 40px;
	}
#DMCmenu li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 7px;
	}

#DMCmenu li a:hover,
#DMCmenu li a.over {
	background-color: #224d82 !important;
}

#DMCmenu li.dropdown:hover,
#DMCmenu li.over { background-color: #7ba51f !important; }

#DMCmenu li a:hover { color: #fff; }

/* DROPDOWNS
===================================================*/
#DMCmenu ul {
	position: absolute;
	margin: 0 0 0 0;
	padding: 0;
	width: 175px; 
	background: #fff; /* IE6 Bug */
	border-top: 5px solid #224d82;
	border-bottom: none;
	font: 12px Helvetica, sans-serif;
	text-transform: none;
	display: none;
	}
#DMCmenu ul li {
	float: none;
	margin: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html #DMCmenu ul li { 
	height: 1%; 
	width: 100%;
	}
* html #DMCmenu ul li a { height: 1%; }
/* End */

#DMCmenu ul li a {
	border: 1px solid #224d82;
	border-top: none;
	display: block;
	text-decoration: none;
	color: #666;
	padding: 5px 7px;
	}
#DMCmenu ul li a:hover {
	background: #224d82;
	color: #fff;
	}

#DMCmenu li:hover ul,
#DMCmenu li.over ul { display: block; } /* The magic */

#DMCmenu li li:hover,
#DMCmenu li li.over { background-color: #224d82 !important; }

/* CONTAINER: maincontent and sidebar
==================================================================*/
#container {
	position: relative;
	margin: 20px 10px 0 10px;
	padding-top: 1px;
}

/* SIDEBAR 
==================================================================*/
#sidebar {
	float: left;
	padding-right: 760px;
	width: 200px;
	display:inline; /*IE6 duplicate characters bug fix */
}

#sidebar div {
	margin-bottom: 10px;
	padding: 10px;
	border-top: 1px solid #d3c3b4;
	background: #fff url(../images/gradient.jpg) repeat-x left top;
	z-index: 500;
}
#sidebar h2 {
	font: 18px Helvetica, sans-serif;
	color: #66440f;
}
#container #sidebar #quoteRequest {
	background-color: #398fdc;
	margin: 0 -10px;
	text-align: center;
}
#container #sidebar ul {
	margin: 10px;
	padding-left: 2px;
	font: 12px/1.2em Helvetica, Arial, sans-serif;
	color: #666;
}
#container #sidebar a:link, #container #sidebar a:visited {
	font: 12px Helvetica, Arial, sans-serif;
	color: #666;
}

/* BOTTOM NAVIGATION 
========================================================*/
#bottomNav {
	height: 24px;
	background-color: #7ba51f;
	border-top: 10px solid #224d82;
	border-bottom: 5px solid #224d82;
	clear: both;
}
#bottomNav p {
	text-align: center;
	padding: 5px 0;
}
#bottomNav a:link, #bottomNav a:visited {
	padding: 18px 50px 0;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}
#bottomNav a:hover {
	color: #000;
}

/* MAINCONTENT 
========================================================*/
#maincontent {
	width: 700px;
	padding: 30px 20px 75px 0;
	margin: 0 0 0 -741px;
	float: right;
	display:inline; /*IE6 duplicate characters bug fix */
}
#maincontent h2 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #689012;
}
#maincontent h2 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #666;
	padding: 1em 0;
}
#maincontent h3 {
	color: #689012;
	font-size: 14px;
	font-weight: bold;
	margin: 1em 0;
}
#maincontent p, #maincontent ol, #maincontent ul, #maincontent blockquote {
	line-height: 1.2em;
	margin-top: 1em;
}
#maincontent ul, #maincontent ol {
	margin-left: 16px;
}
#maincontent li {
	line-height: 1.2em;
	margin: .5em 0;
}

/*
=================================================================
INDIVIDUAL PAGE STYLES 
=================================================================*/


/* ABOUT, HISTORY
==================================================================*/
#learnMore a:link {
	position: absolute;
	right: 60px;
	top: 29px;
	text-decoration: underline;
}
#locationPhotos {
	width: 258px;
	float: right;
	margin-left: 30px;
}
#locationPhotos img {
	width: 258px;
}
#locationPhotos p {
	text-align: center;
	font: 10px Helvetica, sans-serif;
	margin: 3px 0 1em 0;
}
blockquote {
 font: bold 17px "Times New Roman", Times, serif;
 font-style:italic;
}
#quotee {
	text-align: right;
	margin-bottom: 3em;
}

/* ACCOUNTING
==================================================================*/
table#paymentOptions {
	border-collapse: collapse;
}
table#paymentOptions th {
	border: 1px solid #666;
	margin: 0;
	padding: 5px;
	vertical-align: bottom;
}
table#paymentOptions td {
	border: 1px solid #666;
	margin: 0;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

/* BUDGET
==================================================================*/
#budgetTool #maincontent ol, #budgetTool #maincontent ol ol {
	margin: 1em 20px;
	padding: 1em 0;
}
#budgetTool #downloadPDF img {
	margin-right: 10px;
}
#budgetTool #maincontent ol {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.3em;
	list-style: upper-roman
}
#budgetTool #maincontent ol span {
	display: block;
	font-size: 12px;
	font-weight: normal
}
#budgetTool #maincontent ol ol {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 25px 20px;
	line-height: 1.6em;
	list-style: lower-alpha;
}

/* CONTACT
==================================================================*/
#contact iframe {
	margin-bottom: .5em;
}
#contact #googleMap {
	margin-bottom: 3em;
}
#contact .staff {
	width: 330px;
	height: 111px;
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
}
#contact .staff span {
	font-size: 14px;
}
#contact .staff img {
	width: 110px;
	height: 111px;
	float: left;
	margin: 0 20px .5em 0
}

/* CO-OP
==================================================================*/
#coopTool #samples {
	width: 450px;
	overflow: auto;
	margin-bottom: 2em;
}
#coopTool #samples p {
	clear: left;
}
#coopTool #samples p span {
	display: block;
	padding-top: 25px;
}
#coopTool #samples img {
	float: left;
	margin: 0 25px 1em 0;
}
#coopTool #samples strong {
	color: #065db5;
}

#coopTool #clickHere {
	border: 1px solid #666;
	background-color: #eaf6fc;
	height: 130px;
	margin-top: 2.5em;
}
#coopTool #clickHere p {
	margin-left: 25px;
	width: 145px;
	float: left;
	padding-bottom: 20px;
}
#coopTool #clickHere a {
	display: block;
}
#coopTool #maincontent p {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

/* DESIGN AND SCHEDULE TOOLS
==================================================================*/
#designTool #maincontent ol,
#scheduleTool #maincontent ol {
	font-size: 14px;
	margin-left: 50px;
	font-weight: bold;
}
#designTool #maincontent ol li,
#scheduleTool #maincontent ol li {
	margin-top: 25px;
}
#designTool #maincontent ol p,
#scheduleTool #maincontent ol p {
	font-size: 12px;
	font-weight: normal;
}
#designTool #maincontent ol table,
#scheduleTool #maincontent ol table {
	font-size: 12px;
	font-weight: normal;
	margin: 1em 0;
}
#designTool #maincontent ol td,
#scheduleTool #maincontent ol td {
	padding: 0 20px .5em 0;
}
#designTool #maincontent ul,
#scheduleTool #maincontent ul {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 1.5em;
	list-style: disc;
}
#designTool #maincontent ul li,
#scheduleTool #maincontent ul li {
	margin-top: .5em;
}
#designTool #maincontent ul ul,
#scheduleTool #maincontent ul ul {
	list-style: circle;
	margin-bottom: 0;
}
#designTool #maincontent ul ul ul,
#scheduleTool #maincontent ul ul ul {
	list-style: square;
}
#designTool #maincontent ol li span,
#scheduleTool #maincontent ol li span {
	display: block;
	margin: 0 0 25px 0;
}

/*EASY
==================================================================*/
#easy .quoteTypes {
	height: 250px;
}
#easy .quoteTypesSH {
	height: 250px;
}

/*GREEN
==================================================================*/
#green textarea {
	display: block;
	width: 30em;
	height: 20em;
	border: 1px solid #666;
	font-size: 12px;
}
#green button {
	margin-left: 0; 
	border: none;
}

/* LOGIN
==================================================================*/
#login form {
	margin-top: 3em;
	}
#login label, #login label span { 
	display: block;
	margin-bottom: 2px;
	}
#login label span { 
	float: left;
	width: 6em; 
	text-align: left;
	}
#login input { 
	width: 20em; 
	height: 1.6em; 
	border: 1px solid #666; 
	font-size: 12px;
	}
#login input#submitBtn {
	height: 1.8em;
	text-align: center;
}
#login form p {
	margin-left: 6em;
	width: 20em;
}

/* ORGANIC
==================================================================*/
#organic ol {
	margin-left: 2em;
}
#quoteList {
	margin: 1em 0;
	border: 1px solid #666;
	background-color: #f1f2f7;
	height: 60px;
}
#quoteList p {
	width: 20%;
	padding: 5px 0 0 4%;
	float: left;
}
#quoteList p a {
	display: block;
}

/* OVERVIEW
==================================================================*/
.overview {
	width: 145px;
	height: 290px;
	float: left;
	font-size: 11px;
	margin-right: 28px;
	margin-top: 20px;
}
.overview img {
	width: 145px;
	height: 84px;
}
.overview h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 1em 0;
}
.overview ul {
	line-height: 1.2em;
	margin-left: 1em;
}
.overview p {
	line-height: 1.2em;
}
#maincontent .overview li {
	margin-top: 0;
	margin-bottom: 0;
}

/* QUICK QUOTE OVERVIEW
==================================================================*/
#quickQuote .overview {
	width: 295px;
	float: left;
	font-size: 11px;
	margin-right: 10px;
	margin-top: 20px;
	height: 230px;
}
#quickQuote .overview h3 {
	font-size: 11px;
	font-weight: normal;
	margin-bottom:3px;
}
#quickQuote .overview h3 span{
	font-size: 12px;
	text-transform: uppercase;
	display: block;
}
#quickQuote .overview img {
	border: 1px solid #999;
	display: block;
	margin-bottom: 3px;
}
#quickQuote .overview span {
	text-transform: uppercase;
}
#quickQuote .overview a:hover img {
	border: 1px solid #d32306;
}

/* QUICK QUOTE LANDING PAGES
==================================================================*/
.quoteTypes {
	background: url(../images/quotes/quoteFade.jpg) repeat-x left top;
	height: 380px;
	margin: 2em 0;
	padding-left: 20px;
}

.quoteTypes div {
	width: 340px;
	float: left;
	position: relative;
}
.quoteTypes h3 {
	height: 50px;
}
.quoteTypes h4 {
	height: 20px;
	color: #689012;
	font-size: 14px;
	font-weight: bold;
	margin: 1em 0;
}
.quoteTypes .pic {
	width: 196px;
	height: 150px;
	margin-right: 4px;
}
.quoteTypes p {
	position: absolute;
	left: 200px;
	top: 110px;
	width: 116px;
	text-align: center;
}
.quoteTypes .requestBtn {
	width: 116px;
	height: 23px;
	margin-bottom: 4px;
}

/* SITE MAP
==================================================================*/
#siteMap #siteMapList * {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.2em;

}
#siteMap #siteMapList .topLevel {
	width: 225px;
	float: left;
	margin-right: 10px;
	font-size: 14px;
	text-transform: uppercase;

}
#siteMap #siteMapList .secondLevel li {
	margin-left: 20px;
	font-size: 12px;
	text-transform: none;
	padding-top: 3px;
	list-style-type: square;
}
#siteMap #siteMapList .thirdLevel li {
	margin-left: 20px;
	list-style-type: circle;
}

#siteMap #siteMapList .fourthLevel li {
	margin-left: 40px;
	list-style-type:lower-alpha;
	font-size: 10px;
}

/* TESTIMONIALS
==================================================================*/
#testimonials #maincontent blockquote {
	margin: 1em 50px 1em 0;
	padding: 0;
	font-size: 14px;
	font-style: italic;
}
#testimonials #maincontent p {
	margin: 1em 0 2.5em 75px;
}

/* TOOLS
==================================================================*/
#pmTools #maincontent p img {
	vertical-align: middle;
	margin-right: 20px;
}
#poTools {
	height: 400px;
}
#poTools p {
	width: 157px;
	height: 120px;
	text-align: center;
	margin-right: 15px;
	float: left;
}
#poTools p img {
	margin-bottom: .5em;
}

/* H2 LIST ITEM COLORING
==================================================================*/
#maincontent li.odd {
	display: block;
	width: 600px;
	margin: 0 0 0 -16px;
	padding: 5px 10px 6px;
	background-color: #e1e7f3;
}

#maincontent li.even {
	display: block;
	width: 600px;
	margin: 0 0 0 -16px;
	padding: 4px 10px;
	background-color: #f1f2f7;
}

#variablePrinting #maincontent ul, #variablePrinting #maincontent ol, #variablePrinting #maincontent li {
	margin-top: 0;
	margin-bottom: 0;
}
#variablePrinting #maincontent ul {
	margin-top: 1em;
}

/* H2 BACKGROUNDS
==================================================================*/
#brokers #maincontent h2,
#budgetTool #maincontent h2,
#coopTool #maincontent h2,
#corporations #maincontent h2,
#dataProcessing #maincontent h2,
#designTool #maincontent h2,
#digitalOffset #maincontent h2,
#easy #maincontent h2,
#emailBlast #maincontent h2,
#fulfillment #maincontent h2,
#government #maincontent h2,
#green #maincontent h2,
#individual #maincontent h2,
#logistics #maincontent h2,
#mailingLists #maincontent h2,
#mailProduction #maincontent h2,
#nonprofit #maincontent h2,
#political #maincontent h2,
#scheduleTool #maincontent h2,
#smallBus #maincontent h2,
#variablePrinting #maincontent h2  {
	width: 710px;
	height: 120px;
	margin-bottom: 30px;
}
#brokers #maincontent h2 {
	background: url(../images/bkg/brokers.jpg) no-repeat left bottom;
}
#budgetTool #maincontent h2 {
	height: 140px;
	background: url(../images/bkg/Budget_tool_03.jpg) no-repeat left bottom;
}
#coopTool #maincontent h2 {
	height: 140px;
	background: url(../images/bkg/coop.jpg) no-repeat left bottom;
}
#corporations #maincontent h2 {
	background: url(../images/bkg/corporations.jpg) no-repeat left bottom;
}
#dataProcessing #maincontent h2 {
	background: url(../images/bkg/dataProcessing.jpg) no-repeat left bottom;
}
#designTool #maincontent h2 {
	height: 140px;
	background: url(../images/bkg/design_tool_03.jpg) no-repeat left bottom;
}
#digitalOffset #maincontent h2 {
	background: url(../images/bkg/digitalOffset.jpg) no-repeat left bottom;
}
#easy #maincontent h2 {
	background: url(../images/bkg/easy.jpg) no-repeat left bottom;
}
#emailBlast #maincontent h2 {
	background: url(../images/bkg/emailBlast.jpg) no-repeat left bottom;
}
#fulfillment #maincontent h2 {
	background: url(../images/bkg/fulfillment.jpg) no-repeat left bottom;
}
#government #maincontent h2 {
	background: url(../images/bkg/government.jpg) no-repeat left bottom;
}
#green #maincontent h2 {
	background: url(../images/bkg/green.jpg) no-repeat left bottom;
}
#individual #maincontent h2 {
	background: url(../images/bkg/individual.jpg) no-repeat left bottom;
}
#logistics #maincontent h2 {
	background: url(../images/bkg/logistics.jpg) no-repeat left bottom;
}
#mailingLists #maincontent h2 {
	background: url(../images/bkg/mailingLists.jpg) no-repeat left bottom;
}
#mailProduction #maincontent h2 {
	background: url(../images/bkg/mailProduction.jpg) no-repeat left bottom;
}
#nonprofit #maincontent h2 {
	background: url(../images/bkg/nonprofit.jpg) no-repeat left bottom;
}
#organic #maincontent h2 {
	height: 140px;
	background: url(../images/bkg/organic.jpg) no-repeat left bottom;
}
#political #maincontent h2 {
	background: url(../images/bkg/political.jpg) no-repeat left bottom;
}
#purl #maincontent h2 {
	height: 160px;
	background: url(../images/bkg/purl.jpg) no-repeat left bottom;
}
#scheduleTool #maincontent h2 {
	height: 140px;
	background: url(../images/bkg/schedule.jpg) no-repeat left bottom;
}
#smallBus #maincontent h2 {
	background: url(../images/bkg/smallBus.jpg) no-repeat left bottom;
}
#variablePrinting #maincontent h2 {
	background: url(../images/bkg/variablePrinting.jpg) no-repeat left bottom;
}

/* USE THESE FOR EDITING PURPOSES ONLY, THEN COMMENT OUT AGAIN
===================================================================*/
/*
#sidebar {
	display: none;
}
#maincontent {
	margin: 0;
	float: right;
	padding: 30px 20px 75px 230px;
}
*/