body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color:#959595;
}

/*============= GENERAL PAGE DEFINITION ===============*/
#shadowcontainer
{
	width: 968px;
	margin: 0 auto;
	background-image: url(/lib/images/shadow.gif);
	background-repeat: repeat-y;
}

#shadowcontainer_bottom
{
	width: 968px;
	height: 4px;
	margin: 0 auto;
	background-image: url(/lib/images/shadow_bottom.gif);
	background-repeat: repeat-y;
}

#outercontainer {
	width:960px;
	background-color:#2b2b2b;
	margin:0 auto;
}

#header {
	height:108px;
}

#header img {
	float:left;
	height:108px;
}

h1 {
	background:url(../images/tomCorbettLogo.jpg) top center no-repeat;
	width:296px;
	height:108px;
	float:left;	
}

h1 a {
	width:296px;
	height:108px;
	display:block;
}

h1 span {
	visibility:hidden;
	margin:-999em;
}

h3.leadStories { background:url(../images/columnHeaders/leadStories.jpg) top left no-repeat; margin:3px 0 9px 21px; height:22px; }
h3.pressReleases { background:url(../images/columnHeaders/pressReleases.jpg) top left no-repeat; margin:3px 0 16px 26px; height:22px; }
h3.protecting { background:url(../images/columnHeaders/protecting.jpg) top center no-repeat; margin:3px 0 6px 0px; height:22px; }
h3.communitySpotlight { background:url(../images/columnHeaders/communitySpotlight.jpg) top left no-repeat; margin:15px 0 23px 75px; height:32px; }
h3.donotcall { background:url(../images/columnHeaders/doNotCall.jpg) top left no-repeat; margin:3px 0 6px 26px; height:22px; }
h3.spotlight { background:url(../images/columnHeaders/spotlight.jpg) top left no-repeat; margin:3px 0 6px 26px; height:22px; }
h3.additional { background:url(../images/columnHeaders/additional_ban.gif) top left no-repeat; margin:3px 0 6px 26px; height:42px; }
h3.corrective { background:url(../images/columnHeaders/correction_ban.gif) top left no-repeat; margin:3px 0 6px 26px; height:42px; }
h3.preventative { background:url(../images/columnHeaders/preventative_ban.gif) top left no-repeat; margin:3px 0 6px 26px; height:42px; }
h3.brochures { background:url(../images/columnHeaders/brochures.jpg) top left no-repeat; margin:3px 0 6px 26px; height:22px; }

h3 span {
	visibility:hidden;
	margin:-999em;
}

h4 {
	display:inline;
}
/*=========== END GENERAL PAGE DEFINITION =============*/


/*============= NAVIGATION ===============*/

.TopGroup
{
	background-color: #000000;
	cursor: default;
	height: 22px;
}

.MenuGroup
{
	background-color: #000000;
	cursor: pointer;
		border:1px solid gray;
}


.TopMenuItem
{
	background-color: #000000;
	color: white;
	font-weight: bold;
	font-size: .9em;
	cursor: pointer;
	font-weight: bold;
}
.TopMenuDivider
{
	width: 1px;
	background-image: url(/lib/images/navDivider.jpg);
}

.TopMenuItemHover
{
	background: #9d0203;
	color: #FFF;
	font-weight: bold;
	font-size: .9em;
	cursor: pointer;
	font-weight: bold;
}

.MenuItem
{
	color: white;
	background: #000;
	font-family: arial;
	font-size: 12px;
	cursor: pointer;
}

.MenuItemHover
{
	background: #9d0203;
	font-family: arial;
	font-size: 12px;
	cursor: pointer;
}

.MenuBreak
{
	width: 99%;
	height: 12px;
}

.SelectedItem
{
	background-color: #9d0203;
	color: white;
	font-weight: bold;
	font-size: .9em;
	cursor: pointer;
	font-weight: bold;
}


#mainNav
{
	background-color: #000000;
	height: 22px;
	border-top: 1px solid #fff;
	border-bottom: solid 1px white;
	padding-left: 3px;
}



/*=========== END NAVIGATION =============*/

/*============= MAIN CONTENT ===============*/





/*=========== END MAIN CONTENT =============*/


/*============= COMMUNITIES ===============*/

.thumbText {
	margin:0 0 9px 27px;
	height:34px;
}

.thumbText img {
	float:left;
}

.thumbText a {
	float:left;
	width:211px;
	margin-left:12px;
	color:#fff;
	line-height:16px;
	font-size:1.2em;	
}

#communitySpotlight a {
	color:#fff;
	margin:0 0 19px 28px;
	width:270px;
	display:block;
	line-height:16px;
	font-size:1.2em;
}

#videoContainer {
	margin:0 0 0 20px;
}

/* ======================================================================================== TABBED CONTENT */
#tabbed-nav {
	float: left;
	width: 100%;
	background: url("../images/tab-bg1.jpg") no-repeat left center;
	font-size: 11px;
	font-weight: bold;
	margin:0 0 0 21px;
}
#tabbed-nav a:link, #tabbed-nav a:visited {
	float: left;
	display: block;
	text-decoration: none;
	color: #fff;
	height: 21px;
	width: 105px;
 	margin: 0px;
	padding: 9px 0px 0px 0px;
	text-align: center;
	outline: none;
}
#tabbed-nav a:active, #tabbed-nav a:hover {
 	color: #fff;
	outline: none;
}
#tabbed-nav a.active-tab:link, #tabbed-nav a.active-tab:visited {
	float: left;
	display: block;
	text-decoration: none;
	color: #fff;
	height: 21px;
	width: 105px;
	margin: 0px;
	padding: 9px 0px 0px 0px;
	text-align: center;
	outline: none;
}
#tabbed-nav a.active-tab:active, #tabbed-nav a.active-tab:hover {
 	color: #fff;
	text-decoration: none;
	outline: none;
}

/*=========== END COMMUNITIES =============*/


/*============= LEAD STORIES ===============*/

.leadStoryPhoto {
	border:1px solid #fff;
	margin:0 0 15px 21px;
}

#leadStories a {
	color:#fff;
	margin:0 0 19px 21px;
	width:247px;
	display:block;
	line-height:16px;
	font-size:1.2em;
}

/*=========== END LEAD STORIES =============*/

/*============= PRESS RELEASES ===============*/

#pressReleases a {
	color:#fff;
	margin:0 0 19px 21px;
	width:247px;
	display:block;
	line-height:16px;
	font-size:1.2em;
}

/*=========== END PRESS RELEASES =============*/


/*=========== INTERIOR PAGE STYLES ==============*/

body.interior #innercontainer {
	background:url(../images/interiorContentBg.jpg) top left repeat-y;
}

#interiorMainCol {
	width:628px;
	float:left;
}

#interiorSubCol {
	width:332px;
	float:left;	
}

#interiorSubCol h3 {
	margin:5px 0 0 19px;
}

#interiorSubCol h3.protecting { background:url(../images/columnHeaders/protecting.jpg) top left no-repeat; margin:3px 0 0px 20px; height:22px; }

#interiorSubCol .thumbTextShort {
	margin:0 0 -5px 19px;
	height:34px;
}

#mainArticle {
	background-color:#FFFFFF;
	color:#000000;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	font-size:.8em;
	border-bottom:2px solid #555;
}

#mainArticle p {
	margin:0 0 10px 0;
	line-height:16px;
}


#mainArticle ul {
	line-height:16px;
	list-style-type: disc;
}

#mainArticle ol {
	line-height:16px;
	list-style-type: decimal;
}

#mainArticle a {
	text-decoration:none
}

#mainArticle a:hover {
	text-decoration: underline;
}


#articleTitleBold {
	font-size:1.3em;
	font-weight:bold;
}

#articleTitleReg {
	font-size:1.3em;
}



#interiorVideoContainer {
	float:left;
	width:310px;
	margin:0 0 0px 0px;
	padding:6px;
}

#videoContainer0 {
	float:left;
	width:310px;
	margin:0 0 0px 0px;
	padding:6px;
	z-index:0;
	visibility:hidden;
}

#videoContainer1 {
	float:left;
	width:310px;
	margin:0 0 0px 0px;
	padding:6px;
		z-index:0;
		visibility:hidden;
}

#videoContainer2 {
	float:left;
	width:310px;
	margin:0 0 0px 0px;
	padding:6px;
		z-index:0;visibility:hidden;
}

#interiorVideoList {

	margin: 15px 0 0 0;
	width:300px;
	visibility:hidden;
}

#interiorVideoList td{
	padding:6px;
	
}

#interiorVideoList img{
	border:1px solid white;
}


#interiorVideoList a {
	color:#fff;
	margin:0 0 7px 19px;
	display:block;
	line-height:16px;
	font-size:.9em;
}


.mainArticlePhoto {
	margin:0 15px 15px 0;
	float:left;
}

#interiorSubCol hr {
	width:332px;
	height:1px;
	border:none;
	border-style:none;
	background-color:#555;
}

#interiorSubCol .contentBlock a {
	color:#fff;
	margin:0 0 7px 19px;
	display:block;
	line-height:16px;
	font-size:1.2em;
}

/*========= END INTERIOR PAGE STYLES ============*/

/*=========== FOOTER =============*/

#footer p
{
	text-align: center;
	padding: 10px;
}
.footer
{
	font-size: .8em;
	background-color: #000;
	padding-bottom: 4px;
}

.footer a
{
	color: #fff;
}
.footer div
{
	font-size: .95em;
	line-height: 16px;
}

.footer hr
{
	width: 480px;
	height: 1px;
	border: none;
	border-style: none;
	background-color: #555;
}

/*========= END FOOTER ===========*/

.thumbTextShort {
	margin:0 0 -5px 27px;
	height:34px;
}

.thumbTextShort img {
	float:left;
}

.thumbTextShort a {
	float:left;
	width:211px;
	margin-left:12px;
	color:#fff;
	line-height:16px;
	font-size:1.2em;	
}

/*============= GENERAL CLASSES ===============*/

.fixer {
	clear:both;
	height:0;
}

.singleGreyBorder {
	border-top:2px solid #555;
}

.doubleGreyBorder {
	border-top:2px solid #555;
	border-bottom:2px solid #555;
}

.thinGreyDivider {
	width:248px;
	height:1px;
	border:none;
	border-style:none;
	background-color:#555;
}









#interiorSubCol 
{
	padding-top:10px
}

#interiorSubCol a
{
	color: #fff;
	line-height: 16px;
	font-size: .9em;
	text-decoration: none;
}
#interiorSubCol a:hover
{
	text-decoration: underline;
}

#interiorSubCol .protectingContent
{
	padding-left: 20px;
	padding-right: 20px;
	
}

#interiorSubCol .protectingContent td
{
	padding: 6px;
}

#interiorSubCol .protectingContent img
{
	border: 1px solid white;
}


#interiorSubCol .pressReleaseContent
{
	padding-left: 20px;
	padding-right: 20px;
	
}

#interiorSubCol .spotlightContent
{
	padding-left: 20px;
	padding-right: 20px;
	
}

#interiorSubCol .brochuresContent
{
	padding-left: 20px;
	padding-right: 20px;
	
}


.mediaLinks {
	padding:10px;
	background-color:white;
	border:1px solid black;
	visibility:hidden;
	position:absolute;
	width:200px;
	height:100px	
}


/* Media Gallery */
div#hold {
	background-color: gray; 
	position: absolute; 
	z-index: 100; 
	visibility: inherit;
}

/* Media Gallery */
#thumbContainer
{
	vertical-align:top;
}

/* Media Gallery */
div#wn	{ 
	position: absolute; 
	background-color: black;
	width: 118px;
	height: 206px; 
	clip: rect(0, 206px, 206px, 0); 
	top: 36px;
	overflow: hidden;	
	z-index: 1; 
	visibility: inherit;
}
	
/* Media Gallery */
div#content {
	position: absolute; 
	left: 0px;
	top: 0px; 
	z-index: 1; 
	visibility: inherit;
}

/* Media Gallery */
div#lnkup 
{
margin-top:16px;
	cursor: pointer;
	pointer: hand; 
	height: 20px; 
	position: absolute; 
	top: 16; 
	width: 118px; 
	z-index: 2; 
	background-color: gray;
	background-image:url(images/up_arrow.gif);
}

/* Media Gallery */
div#lnkdown {
	cursor: pointer;
	pointer: hand; 
	height: 20px; 
	position: absolute; 
	top: 226px; 
	width: 118px; 
	z-index: 2; 
	background-color: gray;
	background-image:url(images/down_arrow.gif);
}

/* Media Gallery */
div#lnkclose 
{
	cursor: pointer;
	pointer: hand;
	height: 16px;
	position: absolute;
	top: 0px;
	width: 118px;
	z-index:2;
	background-color: Black;
	color: #ffffff;
	font-family: Arial;
	font-weight:bold;
	font-size: 10px;	
	text-align:right;
}

/* Media Gallery */
div#lnks a:link, div#lnks a:visited { 
	text-decoration: none
}

/* Media Gallery */
div#lnk90 { 
	width: 40px; 
	height: 10px;
}

/* Media Gallery */
div#lnk270 {
	width: 40px; 
	height: 10px;
}

/* Button Bar */
.mediaBar {}

/* Button Bar */
.mediaBar img {cursor:pointer;}



/* title - Used throughout the website for any main title */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

/* subtitle - Used throughout the website for any main subtitle */

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}






/* dg_AltItem - Press Search */
.dg_AltItem{
	background-color: #e0e0e0;
}

/* dg_Item - Press Search */
.dg_Item{}

/* dg_Press - Press Search */
.dg_Press{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* dg_Footer - Press Search */
.dg_Footer{}

/* dg_Pager - Press Search */
.dg_Pager{font-weight:bold;height:22px;}

.dg_Pager a {font-weight:normal}

/* press_Button - Press Search */
.press_Button{}

/* press_Textbox - Press Search */
.press_Textbox{}

/* press_RadioList - Press Search */
.press_RadioList{
	border: 0px solid black;
}

/* press_Validator - Press Search */
.press_Validator{}

/* press_Label - Press Search */
.press_Label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:right;
}

.press_Label_Results{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align:right;
	padding-left:20px;
}

.searchResult_Link a{color:#404040;}

.PR_Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.PR_SubTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


.relatedPressList
{
	list-style-type:none;

		margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

#sitemap
{
	background:white;
	font-size:12px;
	
	padding:6px;
	color:#404040;
}

#sitemap a
{
	font-size:12px;
	color:#404040;	
	line-height:16px;
	}
#sitemap a:hover
{
	font-size:12px;
	color:#404040;
	 text-decoration:underline;
	line-height:16px;	
	}
	
.Category
{font-weight:bold; line-height:40px;}



.SiteMap {
  background-color:white;
  font-family: verdana; 
  font-size: 10px;
}

.Category {
  color: #39364C; 
  font-family: verdana; 
  font-size: 13px;
  font-weight: bold; 
  cursor: default; 
}

.CategoryBreak {
  background-color: #39364C; 
  font-size: 1px;
  height: 2px; 
  margin-top: 5px;
}

.RootNode { 
  font-family: verdana; 
  font-size: 11px;
  font-weight:bold;
  padding:3px;
  padding-top:5px;
  padding-bottom:5px;
} 

.RootNode a { 
  color: #666666;
  text-decoration:none;
} 

.RootNode a:hover { 
  color: #666666;
  text-decoration:underline;
} 

.LeafTableCell {
  background-image: url(images/line_separator.gif);
  background-repeat:no-repeat;
 
  padding-left: 5px;
}

.LeafNode { 
  font-family: verdana; 
  font-size:10px;  
  padding:3px;
} 

.LeafNode a { 
  color: #999999;
  text-decoration:none;
} 

.LeafNode a:hover { 
  color: black;
  text-decoration:underline;
} 

.shareThis
{
	float:right;
}

