/*GLOBAL IDs*/

body {
	margin: 0px;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	padding-left: 48px;
	color: #FFFFFF;
	margin-bottom: 0px;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	padding-left: 48px;
	color: #FFFFFF;
	margin-bottom: 0px;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #6d6e71;
	font-weight: bold;
	padding: 0px;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #6d6e71;
	padding: 0px;
}
ul {
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-type: disc;
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 15px;
	list-style-position: outside;
	padding-right: 0px;
}
ol {
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-type: decimal;
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 15px;
	list-style-position: outside;
	padding-right: 0px;
}
ol li {
	margin-bottom: 10px;
	padding: 0px;
}
li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #6d6e71;
	margin-bottom: 10px;
}
a:link, a:visited {
	color: #5187c2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent h2{
	font-weight: bolder;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 16px;
	margin-left: 0px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6d6e71;
}
.Accordion    h2 {
}




/* GLOBAL TAGS */

#wrapper {
	width: 980px;
	height: auto;
	margin: 0px auto 0px auto;
	background-image: url(../images/VerticalRuleLeftNav.gif);
	background-repeat: repeat-y;
	background-position: left -89px;
}
#header {
	height: 89px;
	width: 980px;
	background-image: url(../images/banner.jpg);
}
#nav {
	width: 210px;
	height: auto;
	float: left;
	list-style-type: none;
}
#content {
	float: left;
	width: 770px;
}
#flash {
	height: 144px;
	background-color: #ffffff;
}
#OneColumn {
	width: 706px;
	float: left;
	margin-right: 16px;
}
#TwoColumn {
	width: 345px;
	float: left;
	margin-right: 16px;
}
#TwoColumn2 {
	width: 345px;
	float: left;
}
#ThreeColumn {
	width: 224.6px;
	float: left;
	margin-right: 16px;
}
#ThreeColumn2 {
	width: 224.6px;
	float: left;
}
#FourColumn {
	width: 164.5px;
	float: left;
	margin-right: 16px;
}
#FourColumn2 {
	width: 164.5px;
	float: left;
}
#FiveColumn {
	width: 126px;
	float: left;
	margin-right: 20px;
}
#FiveColumn2 {
	width: 126px;
	float: left;
}
#clear {
	clear: both;
}




/* NAV */

#nav_Home {
	display: block;
	height: 36px;
	text-align: right;
	padding-right: 16px;
}
a#nav_Home:link {
	color: #000000;
	text-decoration: none;
}
a#nav_Home:visited {
	color: #000000;
	text-decoration: none;
}
a#nav_Home:hover {
	color: #FFFFFF;
	background-color: #006bb6;
	text-decoration: none;
}
a#nav_Home:active {
	color: #000000;
	text-decoration: none;
}
#nav_CompanyProf {
	height: 36px;
	text-align: right;
	padding-right: 16px;
	display: block;
}
a#nav_CompanyProf:link {
	color: #000000;
	text-decoration: none;
}
a#nav_CompanyProf:visited {
	color: #000000;
	text-decoration: none;
}
a#nav_CompanyProf:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #702586;
}
a#nav_CompanyProf:active {
	color: #000000;
	text-decoration: none;
}
a#nav_CompanyProf.ComProCurrent  {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #702586;
}

#nav_press {
	height: 36px;
	text-align: right;
	padding-right: 16px;
	display: block;
}
a#nav_press:link {
	color: #000000;
	text-decoration: none;
}
a#nav_press:visited {
	color: #000000;
	text-decoration: none;
}
a#nav_press:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #cd1d23;
}
a#nav_press:active {
	color: #000000;
	text-decoration: none;
}

a#nav_press.pressCurrent  {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #cd1d23;
}

#nav_Printing {
	height: 36px;
	text-align: right;
	padding-right: 16px;
	display: block;
}
a#nav_Printing:link {
	color: #000000;
	text-decoration: none;
}
a#nav_Printing:visited {
	color: #000000;
	text-decoration: none;
}
a#nav_Printing:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00828a;
}
a#nav_Printing:active {
	color: #000000;
	text-decoration: none;
}
a#nav_Printing.PrintingCurrent {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00828a;
}
#nav_DirectMail {
	height: 36px;
	text-align: right;
	padding-right: 16px;
	display: block;
}
a#nav_DirectMail:link {
	color: #000000;
	text-decoration: none;
}
a#nav_DirectMail:visited {
	color: #000000;
	text-decoration: none;
}
a#nav_DirectMail:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #82156E;
}
a#nav_DirectMail:active {
	color: #000000;
	text-decoration: none;
}
a#nav_DirectMail.DirectMailCurrent {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #82156E;
}
#nav_DigitalMarketing {
	height: 36px;
	text-align: right;
	padding-right: 16px;
	display: block;
}
a#nav_DigitalMarketing:link {
	color: #000000;
	text-decoration: none;
}
a#nav_DigitalMarketing:visited {
	color: #000000;
	text-decoration: none;
}
a#nav_DigitalMarketing:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A10040;
}
a#nav_DigitalMarketing:active {
	color: #000000;
	text-decoration: none;
}
a#nav_DigitalMarketing.DigitalMarketingCurrent {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A10040;
}
#nav_SpecialtyLabel {
	height: 36px;
	text-align: right;
	padding-right: 16px;
	display: block;
}
a#nav_SpecialtyLabel:link {
	color: #000000;
	text-decoration: none;
}
a#nav_SpecialtyLabel:visited {
	color: #000000;
	text-decoration: none;
}
a#nav_SpecialtyLabel:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #AACC1B;
}
a#nav_SpecialtyLabel:active {
	color: #000000;
	text-decoration: none;
}
a#nav_SpecialtyLabel.SpecialtyLabelCurrent {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #AACC1B;
}

#nav_sandyWide {
	height: 36px;
	text-align: right;
	padding-right: 16px;
	display: block;
}
a#nav_sandyWide:link {
	color: #000000;
	text-decoration: none;
}
a#nav_sandyWide:visited {
	color: #000000;
	text-decoration: none;
}
a#nav_sandyWide:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #cb8b1c;
}
a#nav_sandyWide:active {
	color: #000000;
	text-decoration: none;
}
a#nav_sandyWide.sandyWideCurrent {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #cb8b1c;
}


#nav_ClientServices {
	height: 36px;
	text-align: right;
	padding-right: 16px;
	display: block;
}
a#nav_ClientServices:link {
	color: #000000;
	text-decoration: none;
}
a#nav_ClientServices:visited {
	color: #000000;
	text-decoration: none;
}
a#nav_ClientServices:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #de5623;
}
a#nav_ClientServices:active {
	color: #000000;
	text-decoration: none;
}
a#nav_ClientServices.ClientServicesCurrent {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #de5623;
}
#nav_Environment {
	height: 36px;
	text-align: right;
	padding-right: 16px;
	display: block;
}
a#nav_Environment:link {
	color: #000000;
	text-decoration: none;
}
a#nav_Environment:visited {
	color: #000000;
	text-decoration: none;
}
a#nav_Environment:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00A338;
}
a#nav_Environment:active {
	color: #000000;
	text-decoration: none;
}
a#nav_Environment.EnvironmentCurrent {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00A338;
}

.h1_TimesItalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	letter-spacing: 3px;
}
.mainnav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 36px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #6d6e71;
	list-style-type: none;
	width: 100%;
}

.color {
	color: #5187c2
}




/*CLASSES*/

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6D6E71;
	padding-bottom: 5px;
	line-height: 18px;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #666;
	padding-left: 5px;
}
.requiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F00;
	padding-bottom: 5px;
	line-height: 18px;
}
.li_bold {
	font-weight: bold;
}
h1.InThisSection {
	margin-top: 0px;
	padding-left: 32px;
	line-height: 36px;
}
h1_InThisSectionItals {
	margin-top: 0px;
	padding-left: 32px;
}
p.NoSpBelow {
	line-height: 18px;
	margin: 0px;
}
.p_10pt {
	font-size: 10px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
.p_11pt {
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
.img {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
.navigation {
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #6d6f71;
}
.BoldUnderline {
	font-weight: bold;
	text-decoration: underline;
}
.WhiteBullet {color: #FFFFFF
}
.LeftSpace {
	padding-left: 120px;
}
.LeftSpace2 {
	padding-left: 428px;
}
.LeftSpace3 {
	padding-left: 400px;
}

.Equipmentlist {
	margin-left: 348px;
}
.BulletPad {
	padding-right: 10px;
	padding-left: 10px;
}
.margin_Bottom {
	margin-bottom: 10px;
}
#SendFile {
	background-color: #3d148c;
	height: 14px;
	margin-top: 16px;
	width: 86px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
a:link.send {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #A997C9;
	line-height: 16px;
}
a:visited.send {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #A997C9;
	line-height: 16px;
}
a:hover.send {
	text-decoration: underline;
	color: #FFF;
}
a:active.send {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #A997C9;
	line-height: 16px;
}




/*FOOTER*/

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #6d6e71;
	font-weight: normal;
}

#footer {
	width: 980px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
.footer_Col1 {
	float: left;
}
.footer_Col2 {
	float: right;
}
.footerCopyright {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}
a:link.footer {
	text-decoration: none;
	color: #5187C2;
}
a:visited.footer {
	text-decoration: none;
	color: #5187C2;
}
a:hover.footer {
	text-decoration: underline;
	color: #5187C2;
}
a:active.footer {
	text-decoration: none;
	color: #5187C2;
}
#SendFileFooter {
	padding-top: 18px;
	float: right;
}
a:link.sendFooter {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #5187C2;
	line-height: 20px;
}
a:visited.sendFooter {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #5187C2;
	line-height: 20px;
}
a:hover.sendFooter {
	color: #5187C2;
	text-decoration: underline;
}
.linkedin_img {
	float: right;
	padding-top: 20px;
	padding-right: 10px;
}

