/********************************* BASIC ELEMENTS ***************************/
@charset "utf-8";
body  {
	font: Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
html {
	margin: 0;
	padding: 0;
	}

p { 
	margin-top: 0; 
	text-align: left;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0079c2;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0079c2;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
/* below is an optional but suggested clearing utility class */
.clear_both {clear:both; height:0; overflow:hidden; margin:-1px 0 0 0;}

/***************************** DIVE BASED ELEMENTS ****************************/

.peckmain #container {
	width: 788px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left;
} 
.peckmain #header { 
	background: transparent url(images/main_topnavBK.gif) no-repeat top left; 
	height: 57px;

} 
.peckpage #container {
	width: 788px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 0px;
	text-align: left;

} 
.peckpage #header { 
	background: transparent url(images/page_topnavBK.gif) no-repeat top left; 
	height: 57px;
} 
/********************SIDEBAR HOME PAGE**************************/
.peckmain #logo a {
	width: 290px;
	display: block; 
	margin: 0;
	height: 300px;
	padding: 60px, 0px, 0px, 0px;
	text-decoration: none;
} 
.peckmain #logo a span {
	visibility: hidden; 
} 
.peckmain #sidebar1 {
	float: left;
	width: 304px;
	background: transparent url(images/main_leftbarBK.gif) no-repeat top left;
	padding: 0px 0px 0px; /* top and bottom padding create visual space within this div  */
}
.peckmain #sidebar1 h3 {
	margin-left: 70px; 
	margin-right: 35px;
	margin-top: 4px;
	padding-top: 4px;
	background: transparent url(images/main_headerBK.gif) no-repeat center;
	height: 26px;
}
.peckmain #sidebar1 h3 span {
	margin-left: 25px;
	font: bold 10pt Arial, sans-serif;
	letter-spacing: 1px;
	color: #FFF;
	
}
.peckmain #sidebar1 p {
	margin-left: 80px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 30px;
	margin-top: -10px;
	font: normal 8.5pt Arial, sans-serif;
	line-height: 1.6;
}
.peckmain #sidebar1 p span {
	 /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 3px;
	line-height:15px;
	font: bold 10pt Arial, sans-serif;
	color: #000;

}
.peckmain #enewsletters {
	margin-left: 65px;
	background: #ffffff;
	height: 81px;
	width: 202px;
	padding: 0px 0 12px;
}
.peckmain #innerconnect {
	margin-left: 104px;
	background: #ffffff;
	height: 112px;
	width: 135px;
	padding: 0px 0 5px;
}


/*************SIDEBAR SECOND TIER PAGE******************/
.peckpage #sidebar1 {
	float: left;
	width: 270px;
	
	background: transparent url(images/page_leftbarBK.gif) no-repeat top left;
	padding: 73px 0px 0px 0px; /* top and bottom padding create visual space within this div  */
}
.peckpage #logo a {
	width: 270px;
	display: block; 
	margin: 0;
	height: 190px;
	padding: 60px, 0px, 0px, 0px;
	text-decoration: none;
} 
.peckpage #logo a span {
	visibility: hidden; 
} 

/*********  HEADERS  *********/
a.Hsolutions {
	background:url(images/Hsolutions.gif) no-repeat; 
	width: 230px;
	height: 45px;
	display: block;
	margin-left: 20px;
}
a.Hsolutions span { 
	display: none;
	}
a.Habout {
	background:url(images/Habout.gif) no-repeat; 
	width: 230px;
	height: 45px;
	display: block;
	margin-left: 20px;
}
a.Habout span { 
	display: none;
	}
a.Hclients {
	background:url(images/Hclients.gif) no-repeat; 
	width: 230px;
	height: 45px;
	display: block;
	margin-left: 20px;
}
a.Hclients span { 
	display: none;
	}
a.Hnews {
	background:url(images/Hnews.gif) no-repeat; 
	width: 230px;
	height: 45px;
	display: block;
	margin-left: 20px;
}
a.Hnews span { 
	display: none;
	}
	
a.Hresources {
	background:url(images/Hresources.gif) no-repeat; 
	width: 230px;
	height: 45px;
	display: block;
	margin-left: 20px;
}
a.Hresources span { 
	display: none;
	}
a.Hcontact {
	background:url(images/Hcontact.gif) no-repeat; 
	width: 230px;
	height: 45px;
	display: block;
	margin-left: 20px;
}
a.Hcontact span { 
	display: none;
	}
.subheader {
	font: 12px arial, sans-serif; 
	font-weight: bold; 
	color: #066ab5;
	text-align:right;
	margin-right: 40px;
	margin-bottom: -15px;
	}

ul#demo-show2  {
	list-style: none
}

ul#demo-show2 li a {
	width: 182px;
	display: block;
	padding: 5px 27px 4px 6px;
	cursor: pointer;
	font: 11px arial, sans-serif;
	font-weight: normal;
	color: #515151;
	text-align: right;
	height: 10px;
}

ul#demo-show2 li a:hover {
	background:url(images/page_sideBullet.gif) no-repeat right;
	display:block;
	text-decoration:none;
	color: #000000;
}

ul#demo-show3  {
	list-style: none
}

ul#demo-show3 li a {
	width: 182px;
	display: block;
	padding: 9px 27px 5px 5px;
	cursor: pointer;
	font: 12px arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #066ab5;
	text-align: right;
	height: 14px;
}

ul#demo-show3 li a:hover {
	background:url(images/page_sideBullet.gif) no-repeat right;
	display:block;
	text-decoration:none;
	color: #25a1d5;
}
.divider {
	display: block;
	text-align: right;
	margin-right: 40px;
}
.star {
	width: 230px;
	display: block;
	margin-right: 40px;
	font: 11px arial, sans-serif; 
  	font-weight: bold; 
  	color: #318037;
  	text-align:right;
	background: url(images/page_sidenavSTAR.gif) no-repeat top right;
}
.star span {
	font: 10px Arial, Helvetica, sans-serif;

}
.leftnav {
	width: 230px;
	display: block;
	margin-right: 40px;
	font: 11px arial, sans-serif; 
  	font-weight: bold; 
  	color: #318037;
  	text-align:right;
}
.leftnav span {
	font: 10px Arial, Helvetica, sans-serif;

}
.newssignup {
	margin-left: 28px;
	background: #ffffff;
	height: 81px;
	width: 202px;
	padding: 20px 0 20px;
}
.boxcontainer {
	height: 160px;
	display: block;
}

/***************** MAIN HOME CONTENT ****************************/
.peckmain #mainContent {
	float: right;
	width: 484px;
	background: transparent url(images/main_rtbarBK.jpg) no-repeat top left;
	padding: 0px 0 0px;
	
} 
.peckmain #mainContent h1 {
	margin-left: 20px; 
	text-align: left;
	margin-right: 45px;
	padding: 0px 0 0px; 
	font: bold 10pt Arial, sans-serif;
	line-height: 1.4;
	color: #0079c2;
}

.peckmain #mainContent p {
	margin-left: 20px; 
	margin-right: 35px;
	padding: 0px 0 0px; 
	font: normal 10pt Arial, sans-serif;
	line-height: 2.2;
	color: #5D5D5D;
}
.peckmain #mainContent p span {
	margin-right: 2px;
	padding: 0px 0 0px; 
	font: normal 10pt Arial, sans-serif;
	line-height: 2.2;
	color: #0079c2;
}
.peckmain #mainContent h4 {
	margin-left: 20px; 
	margin-right: 35px;
	padding: 0px 0 0px; 
	font: normal 11pt Arial, sans-serif;
	line-height: 1.7;
	color: #5D5D5D;
}
.peckmain #topRTContainer {
	width: 484px;
	height: 127px;

} 
.peckmain #blog a {
	float: left;
	width: 112px;
	display: block; 
	margin-left: 200px;
	height: 40px;
	padding: 16px 0px 0px 6px;
	text-decoration: none;
	font: normal 11px Arial, sans-serif;
	color: #5D5D5D;
	display: inline;
	
} .peckmain #blog a span {
	color: #007ac3;
	font: bold 11px Arial, sans-serif;
} 

.peckmain #gogreen a {
	float: right;
	display: block; 
	width: 90px;
	margin-right: 65px;
	height: 90px;
	padding: 25px, 0;
	text-decoration: none;
	display: inline;
} 
.peckmain #gogreen a span {
	visibility: hidden; 
} 


.peckmain #promo1 {
	float: left;
	width: 213px;
	margin-left: 20px;
	height: 140px;
	padding: 20px 0 0px;
	display: inline;
} 
.peckmain #promo2 {
	float: right;
	width: 213px;
	background: transparent url(images/main_promo-line.jpg) no-repeat top left;
	margin-right: 34px;
	height: 140px;
	padding: 20px 0 0px;
	display: inline;
} 
.peckmain #promo1 p, .peckmain #promo2 p {
	font: bold italic 16pt Arial, Helvetica, sans-serif;
	text-align: left;
	color: #0079c2;
	font-weight: bold;
	margin: 0px;
		margin-left: 15px;

}
.peckmain #promo1 p span, .peckmain #promo2 p span {
	font: bold italic 13pt Arial, Helvetica, sans-serif;
	text-align: left;
	color: #0079c2;
	line-height: 1.3;
	margin-top: 0px;
	margin-bottom: 5px;

}

.peckmain #promo1 h2, .peckmain #promo2 h2{
	font: bold italic 13pt Arial, sans-serif;
	text-align: left;
	line-height: 1.3;
	color: #0079c2;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.peckmain #promo1 h5, .peckmain #promo2 h5{
	font: italic bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #f74a02;

}
.peckmain #footer { 
	padding: 0 10px; 
	background: transparent url(images/main_footerBK.gif) no-repeat top left;
	height: 88px;
} 
.peckmain #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-align: right;
	padding-top: 64px;
	margin-right: 20px;
}
.peckmain #footer p span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	padding-top: 64px;
	margin-right: 20px;

}
.peckmain #associations {
	padding: 0px; 
	background: transparent url(images/main_associationsBK.gif) no-repeat top left;
	height: 102px;
	text-indent:-5000px;
}

/************************ SECOND TIER CONTENT ******************************/
.peckpage #mainContent {
	float: right;
	width: 518px;
	background: transparent url(images/page_rtbarBK.jpg) no-repeat top left;
	padding: 0px 0 20px;
} 
.peckpage #mainContent h1 {
	text-align: left;
	margin-left: 20px; 
	margin-right: 15px;
	padding: 150px 0 0px; 
	font: bold 10pt Arial, sans-serif;
	line-height: 1.4;
	color: #007ac3;
	letter-spacing: .2em;
}
.peckpage #mainContent h1 span {
	color: #3f9939;
	letter-spacing: .2em;
}
.peckpage #mainContent h2 {
	text-align: left;
	margin-left: 20px; 
	margin-right: 30px;
	padding: 0px; 
	font: bold 10pt Arial, sans-serif;
	line-height: 1.4;
	color: #343434;
}
.peckpage #mainContent p {
	padding: 20px 0 10px;
	text-align: left;
	margin-left: 20px; 
	margin-right: 30px;
	padding: 0px; 
	font: normal 10pt Arial, sans-serif;
	line-height: 1.8;
	color: #5D5D5D;
}
.peckpage #mainContent p span {
	color: #007ac3;
	font: bold
}
.peckpage #mainContent ul {
	list-style: none;
	padding: 0px 10px 10px 20px;
	margin: 0;
}
.peckpage #mainContent li {
	background:url(images/BulletList.gif) no-repeat top left;
	display:block;
	font: normal 10pt Arial, sans-serif;
	line-height: 1.6;
	color: #5D5D5D;
	text-indent: 18px;	
}
.peckpage #mainContent li h3 {
	font: normal 10pt Arial, sans-serif;
	line-height: 1.4;
	text-indent: 18px;
	display:block;
	margin: 0px;
}

.peckpage #mainContent ul span {
	color: #3f9939;
	font: bold;
}
.ContentListBox {
  	width: 440px;
  	margin: 1em .5em;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8e9092;
	line-height: 19px;
	padding-left: 11px;
}
.ContentListBox span {
  font-style: italic;
  color: #007ac3;
  margin-left: 21px;
}
.ContentListBox h3 {
  margin: 0;
  padding: 3px;
  width: 450px;
  background: #efefef;
  display:block;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-indent: 6px;
  color: #007ac3;
}
.ContentListBox h4 {
  background: #ffffff;
  display:block;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-indent: 6px;
  color: #007ac3;
}

.peckpage #topRTContainer {
	width: 518px;
	height: 110px;

} 
.peckpage #blog a {
	float: left;
	width: 100px;
	display: block; 
	margin-left: 239px;
	height: 35px;
	padding: 15px 0px 0px 6px;
	text-decoration: none;
	font: normal 10px Arial, sans-serif;
	color: #5D5D5D;
	display: inline;
} 
.peckpage #blog a span {
	color: #007ac3;
	font: bold 10px Arial, sans-serif; 
	line-height: .9;
} 
.peckpage #gogreen a {
	float: right;
	display: block; 
	width: 90px;
	margin-right: 65px;
	height: 90px;
	padding: 25px, 0;
	text-decoration: none;
	display: inline;
} 
.peckpage #gogreen a span {
	visibility: hidden; 
} 
.testimonial {
	margin-left: 9px;
	width: 509px;
	height: 83px;
	
}
.peckpage #leftcolumn {
	float: left;
	width: 235px;
	display: block; 
	margin-left: 20px;
	display: inline;
} 
.peckpage #leftcolumn h6 {
	font: bold 10pt Arial, sans-serif;
	color: #3f9939;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	
} 
.peckpage #leftcolumn p {
	font: normal 9pt Arial, sans-serif;
	color: #5D5D5D;
	line-height: 1.4;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	
} 
.peckpage #rightcolumn {
	float: right;
	width: 240px;
	display: block; 
	margin-left: 16px;
	display: inline;
	
} 
.peckpage #rightcolumn h6 {
	font: bold 10pt Arial, sans-serif;
	color: #3f9939;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	
} 
.peckpage #rightcolumn p {
	font: normal 9pt Arial, sans-serif;
	color: #5D5D5D;
	line-height: 1.4;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	
	
} 
/******************************* FOOTER for both Main and Page Content *****************************/
#footer { 
	padding: 0 10px; 
	background: transparent url(images/main_footerBK.gif) no-repeat top left;
	height: 88px;
} 
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-align: right;
	padding-top: 64px;
	margin-right: 20px;

}
#footer p span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	padding-top: 64px;
	margin-right: 20px;

}
#associations {
	padding: 0px; 
	background: transparent url(images/main_associationsBK.gif) no-repeat top left;
	height: 102px;
	text-indent:-5000px;
}


/****************************** EASY SLIDER HOME PAGE ***********************************/
	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:291px;
		height: 200px;
		overflow:hidden; 
		}
				
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/****************************** IPAD BUTTON ***********************************/
#sidebar-ipad {
	width: 202px;
	height:81px;
	display:block;
	margin-left:65px;}



#sidebar-ipad ul {
		list-style:none;
		margin: 0; 
		padding: 0px; 
		
		}

	#sidebar-ipad li {
		margin:0px 0px 10px 0px;
		padding:0;
	}

	#sidebar-ipad li a:link, #sidebar li a:visited {

		display:block;
		color: #000000;
		text-decoration:none;
		background:url(images/main_ipad.jpg) no-repeat left top;
		
		line-height:81px; /* i made the rollover image 81px tall, this will show only top */
		padding:0px; /* this indents the text over to clear the margin on the rollover image */
		border:none;
	}

	#sidebar-ipad li a:hover, #sidebar li a:active {
		background-position:left bottom; /* this will show the middle of the rollover image*/
		}

#sidebar {
	width: 162px;
	display:block;
	margin-left:89px;}



#sidebar ul {
		list-style:none;
		margin:0;
		padding:0;
		}

	#sidebar li {
		margin:0px 0px 10px 0px;
		padding:0;
	}

	#sidebar li a:link, #sidebar li a:visited {
		font-family:Arial,sans-serif;
		font-weight: bold;
		font-size: 13px;
		display:block;
		color: #000000;
		text-decoration:none;
		background:url(images/button_register.gif) no-repeat left top;
		
		line-height:27px; /* i made the rollover image 81px tall, this will show only top */
		padding:0 15px 0 20px; /* this indents the text over to clear the margin on the rollover image */
		border:none;
	}

	#sidebar li a:hover, #sidebar li a:active {
		color: #EFEFEF;
		text-decoration:underline;
		background-position:left center; /* this will show the middle of the rollover image*/
		}

	#sidebar li.current a {
		color: #EFEFEF;
		text-decoration:none;
		background-position:left bottom; /* this will show the bottom of the rollover image*/
		cursor: default;
		}
	
	#sidebar #sub li {
		margin:0 0 4px 0;
	}
	
	#sidebar #sub li a:link, #sidebar li ul li a:visited {
		font-weight:normal;
		color: #1c8626;
		text-decoration:none;
		line-height:23px;
		background:url(images/sidebar-rollover-sub.gif) no-repeat left top;
	}
	
	#sidebar #sub li a:hover, #sidebar li ul li a:active {
		text-decoration:underline;
		color:#ed2226; 
		background:url(images/sidebar-rollover-sub.gif) no-repeat left bottom;
	}