@charset "utf-8";
/* CSS Document */

/***********************************************/
/* Clear Service CMS Available Styles          */
/***********************************************/

p.subtitle_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: 140%; 
	margin-top: 0px; 
	margin-bottom: 0px; 	
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #AD1A1D;
	text-decoration: none;
	text-indent: 0px;
}

p.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 120%; 
	margin-top: 0px; 
	margin-bottom: 0px; 	
	padding-top: 6px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-indent: 0px;
}

.articleRightTitle {
	font-size: 1em;
	font-weight: bold;
	line-height: 140%; 
	margin-top: 0px; 
	margin-bottom: 0px; 	
	color: #0c730c;
	text-decoration: none;
	text-indent: 0px;
}

.articleLeftTitle {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px; 
	margin-bottom: 0px; 	
	color: #AD1A1D;
	text-decoration: none;
	text-indent: 0px;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

.quotetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.textSmall {
	font-size: 0.8em;
}

.redAlert {
	color: #AD1A1D;
	font-weight: bold;
}

/***********************************************/
/* Images                                      */
/***********************************************/

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}

.imgBorder { 
	 border: 1px solid #000000; 
}

#album img { /* applies to all images within a container */
 border: 1px solid #000000; 
}

/***********************************************/
/* Clear Service Global Parameters             */
/***********************************************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

BODY,TD {
	font-size: 11pt;
	font-family: Verdana, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

P {
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 12px;
	/* text-indent: 16px; */
}

/* Heading classes */
H1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #AD1A1D;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

H2 {
	font-family: Myriad Pro,Verdana, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #CCCCCC;
	font-style: normal;
	margin-bottom: 0;
	FONT-VARIANT: small-caps;
}

H3 {
	font-size: 1.25em;
	font-weight: normal;
	color: #AD1A1D;
	margin-bottom: 2;
}
/*
H4 {
	font-size: small;
	font-variant: small-caps;
	font-family: Arial, sans-serif;
	color : Black;
	}

H5 {
	color : #333333;
	font-size: 11pt;
}
	
H6 {
	font-size: 11pt;
	font-variant: small-caps;
	font-family: font-family: Berkeley Book, Georgia, "Times New Roman", Times, serif;
	color : #003300;
}
*/

/* List Styles */

ul{
	list-style-type: square;
	margin-left: 24px;
	list-style-image: url(/direct/css/bullet-ClearService.gif);
	line-height: 150%;
	display: block;	
	text-indent: 4px;
}

ul ul{
 list-style-type: disc;
	display: block;
	margin-left: 14px;
	padding-left: 14px;
}

ul ul ul{
 list-style-type: none;
	display: block;
	margin-left: 18px;
	padding-left: 18px;
}

.bodystyle {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

/* footer */
div#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
div#footer a, div#footer a:visited {
	color: #666666;
	font-weight: normal;
	padding: 6px 12px 4px 12px;
	height: 24px;
	white-space: nowrap;
	min-width: 24px;
}

div#footer a:hover {
	color: #FF6600; 
	text-decoration: none; 
	font-weight: normal;
}

div#footer ul {
	list-style-image: none;
	list-style-type: square;
	line-height: 150%;
	border: 0px solid #FFFFFF;
	margin: 0px;
	width: 10em;
	list-style-position: outside;
	margin-left: 5px;
	padding-left: 16px;
	text-indent: -1em;
}

/* Legacy Nav Links */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #A80B0E;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #A80B0E;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8C090C;
	text-decoration: none;
}

A.normal {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #A80B0E; text-decoration: underline; font-weight: normal; }
A.normal:Hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; text-decoration: none; font-weight: normal; }
A.normal:Active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #A80B0E; ftext-decoration: none; font-weight: normal; }			

a.navLinksMain:link, a.navLinksMain:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 0.12em;
	padding: 0px 4px 0px 4px
}

a.navLinksMain:hover {
	font-size: 9pt; 
	color: #FFFFFF; 
	text-decoration: underline; 
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 0.12em;
	padding: 0px 4px 0px 4px
}

a.navLinksMain:active {
	font-size: 9pt; 
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
	letter-spacing: 0.12em;
	padding: 0px 4px 0px 4px
}			

/***********************************************/
/* Site Navigation Bar                         */
/***********************************************/

#SiteNavBar{
	float: left;
	position: relative;
	top: 0px;
	font-size: 0.8em;
	height: 24px;
	width: 100%;
	color: #FFFFFF;
	background-color: #e12f29;
	background-image: url(/direct/images/menu/bknd-siteNav.jpg);
	filter:progid:DXImageTransform.Microsoft.Gradient
		(GradientType=0,StartColorStr="#FFe12f29",EndColorStr="#FF3d0000");
}

#SiteNavMenu1,
#SiteNavMenu2,
#SiteNavMenu3,
#SiteNavMenu4,
#SiteNavMenu5,
#SiteNavMenu6,
#SiteNavMenu7,
#SiteNavMenu8,
#SiteNavMenu9 {
	xfloat: left;
	xposition: relative;
	float: left;
	position: relative;
	text-align: center;
	left: 16px;
	padding: 6px 12px 4px 12px;
	height: 24px;
	white-space: nowrap;
	min-width: 16px;
}

#SiteNavMenu1 a:link, #SiteNavMenu1 a:visited,
#SiteNavMenu2 a:link, #SiteNavMenu2 a:visited,
#SiteNavMenu3 a:link, #SiteNavMenu3 a:visited,
#SiteNavMenu4 a:link, #SiteNavMenu4 a:visited,
#SiteNavMenu5 a:link, #SiteNavMenu5 a:visited,
#SiteNavMenu6 a:link, #SiteNavMenu6 a:visited,
#SiteNavMenu7 a:link, #SiteNavMenu7 a:visited,
#SiteNavMenu8 a:link, #SiteNavMenu8 a:visited,
#SiteNavMenu9 a:link, #SiteNavMenu9 a:visited {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.15em;
}

#SiteNavMenu1 a:hover,
#SiteNavMenu2 a:hover,
#SiteNavMenu3 a:hover,
#SiteNavMenu4 a:hover,
#SiteNavMenu5 a:hover,
#SiteNavMenu6 a:hover,
#SiteNavMenu7 a:hover,
#SiteNavMenu8 a:hover,
#SiteNavMenu9 a:hover {
	color: #FFFF00;
	text-decoration: none;
	padding: 1px 0px 1px 0px;
}

#SiteNavMenu1 a:active,
#SiteNavMenu2 a:active,
#SiteNavMenu3 a:active,
#SiteNavMenu4 a:active,
#SiteNavMenu5 a:active,
#SiteNavMenu6 a:active,
#SiteNavMenu7 a:active,
#SiteNavMenu8 a:active,
#SiteNavMenu9 a:active {
	color: #CCCCCC;
	text-decoration: none;
}

#SiteNavRight {
	float: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.15em;
}

#SiteNavRight a:link, #SiteNavRight a:visited {
	float: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 16px 0px 12px;
}
#SiteNavRight a:hover {
	color: #FFFF00;
	text-decoration: none;
	padding: 7px 16px 1px 12px;
}

.siteNavRightSml {
	font-size: 0.85em;
	font-weight: bold;
	letter-spacing: 0.05em;
}

/***********************************************/
/* Navigation Menu Left                        */
/***********************************************/

/*#ContentNavLeft {
	float: left;
	top: 0px;
	width: 100px;
	background-image: none;
	margin-left: -20px;
	padding-right: 4px;
} */

#subMenuLeft {
	top: 0px;
	position: relative;
	width: 132px;
}

#navLeftTitle {
	display: block;
	border-top: 0px;
	border-bottom: 0px;
	padding: 2px 0px 2px 0px;
	margin-left: 12px;
	margin-right: 12px;
	color: #000000;
	font-weight: bold;
	font-size: 1.1em;
	align: left;
}

#navLeft0 a:link, #navLeft0 a:visited,
#navLeft1 a:link, #navLeft1 a:visited,
#navLeft2 a:link, #navLeft2 a:visited,
#navLeft3 a:link, #navLeft3 a:visited,
#navLeft4 a:link, #navLeft4 a:visited,
#navLeft5 a:link, #navLeft5 a:visited,
#navLeft6 a:link, #navLeft6 a:visited,
#navLeft7 a:link, #navLeft7 a:visited,
#navLeft8 a:link, #navLeft8 a:visited,
#navLeft9 a:link, #navLeft9 a:visited,
#navLeft10 a:link, #navLeft10 a:visited {
	display: block;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 0px;
	padding: 2px 0px 2px 8px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.15em;
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(/direct/images/menusub/bknd-link.gif);
	background-color: #470605;
	height: 14px;
}

#navLeft0 a:hover,
#navLeft1 a:hover,
#navLeft2 a:hover,
#navLeft3 a:hover,
#navLeft4 a:hover,
#navLeft5 a:hover,
#navLeft6 a:hover,
#navLeft7 a:hover,
#navLeft8 a:hover,
#navLeft9 a:hover,
#navLeft10 a:hover{
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #e32e23;
	text-decoration: none;
	padding: 2px 0px 2px 6px;
	color: #FFFF00;
	background-image: url(/direct/images/menusub/bknd-hover.gif);
}

#navLeft0 a:active,
#navLeft1 a:active,
#navLeft2 a:active,
#navLeft3 a:active,
#navLeft4 a:active,
#navLeft5 a:active,
#navLeft6 a:active,
#navLeft7 a:active,
#navLeft8 a:active,
#navLeft9 a:active,
#navLeft10 a:active{
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #000000;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	padding: 2px 0px 2px 12px;
}

/***********************************************/
/* Sub Navigation Menu Left                        */
/***********************************************/

#navLeftGray0 a:link, #navLeftGray0 a:visited,
#navLeftGray1 a:link, #navLeftGray1 a:visited,
#navLeftGray2 a:link, #navLeftGray2 a:visited,
#navLeftGray3 a:link, #navLeftGray3 a:visited,
#navLeftGray4 a:link, #navLeftGray4 a:visited,
#navLeftGray5 a:link, #navLeftGray5 a:visited,
#navLeftGray6 a:link, #navLeftGray6 a:visited,
#navLeftGray7 a:link, #navLeftGray7 a:visited,
#navLeftGray8 a:link, #navLeftGray8 a:visited,
#navLeftGray9 a:link, #navLeftGray9 a:visited {
	display: block;
	border-top: 0px #000000 solid;
	border-bottom: 0px;
	text-decoration: none;
	font-weight: normal;
	padding: 3px 0px 3px 16px;
	margin-left: 12px;
	margin-right: 12px;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 0.8em;
}

#navLeftGray0 a:hover,
#navLeftGray1 a:hover,
#navLeftGray2 a:hover,
#navLeftGray3 a:hover,
#navLeftGray4 a:hover,
#navLeftGray5 a:hover,
#navLeftGray6 a:hover,
#navLeftGray7 a:hover,
#navLeftGray8 a:hover,
#navLeftGray9 a:hover {
	border-top: 0px #CCCCCC solid;
	background-color: #faf9e1;
	text-decoration: none;
	font-weight: normal;
	padding: 3px 0px 3px 16px;
	font-weight: normal;
	color: #000000;
	font-size: 0.8em;
}

/***********************************************/
/* articleLeft                                 */
/***********************************************/

div#articleLeftContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0px 2px 2px 6px;
}

div#articleLeftContent P {
	line-height: 100%;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 6px;
	line-height: 1.6em;
	/* text-indent: 16px; */
}

div#articleLeftContent ul{
	list-style-type: square;
	margin-left: 16px;
	padding-right: 4px;
	list-style-image: none;
	line-height: 1.6em;
	display: block;	
}

.articleLeft{display:block}
.articleLeft *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#f6dddd}
.articleLeft1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #fbf0f0;
  border-right:1px solid #fbf0f0;
  background:#f8e5e5}
.articleLeft2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fefbfb;
  border-right:1px solid #fefbfb;
  background:#f7e3e3}
.articleLeft3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f7e3e3;
  border-right:1px solid #f7e3e3;}
.articleLeft4{
  border-left:1px solid #fbf0f0;
  border-right:1px solid #fbf0f0}
.articleLeft5{
  border-left:1px solid #f8e5e5;
  border-right:1px solid #f8e5e5}
.articleLeftfg{
  background:#f6dddd}

div#articleLeftContent a, div#articleLeftContent a:visited {
	color: #AD1A1D;
	font-weight: normal;
	white-space: nowrap;
}

div#articleLeftContent a:hover {
	color: #FF9900; 
	text-decoration: none; 
	font-weight: normal;
	white-space: nowrap;
}

/***********************************************/
/* Feature Article                             */
/***********************************************/

#ArticleTitle {
	background-color: #EEEEEE;
	font-size: 10pt;
	padding: 0px 4px 0px 6px;
	color: #0c730c;
	font-weight: bold;
}

#ArticleText p,ul {
	top: 0px;
	font-size: 0.9em;
	padding: 4px 8px 0px 8px;
	color: #000000;
	font-weight: normal;
	text-indent: 0px;	
}

div#articleRightContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0px 2px 2px 6px;
}

div#articleRightContent P {
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 1.6em;
	/* text-indent: 16px; */
}

div#articleRightContent ul{
	list-style-type: square;
	margin-left: 24px;
	list-style-image: url(/direct/css/bullet-ClearService.gif);
	line-height: 1.6em;
	display: block;	
}

div#articleRightContent a, div#articleRightContent a:visited {
	color: #AD1A1D;
	font-weight: normal;
	white-space: nowrap;
}

div#articleRightContent a:hover {
	color: #FF9900; 
	text-decoration: none; 
	font-weight: normal;
	white-space: nowrap;
}

.FeatureArticle{display:block}
.FeatureArticle *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#EEEEEE}
.FeatureArticle1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f7f7f7;
  border-right:1px solid #f7f7f7;
  background:#f2f2f2}
.FeatureArticle2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fdfdfd;
  border-right:1px solid #fdfdfd;
  background:#f1f1f1}
.FeatureArticle3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f1f1f1;
  border-right:1px solid #f1f1f1;}
.FeatureArticle4{
  border-left:1px solid #f7f7f7;
  border-right:1px solid #f7f7f7}
.FeatureArticle5{
  border-left:1px solid #f2f2f2;
  border-right:1px solid #f2f2f2}
.FeatureArticlefg{
  background:#EEEEEE}

/***********************************************/
/* Layout Classes                              */
/***********************************************/

TD.newsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: bolder;
	color: #0c730c;
	background-color: #EEEEEE;
	padding: 4px;
	border: 1px solid;
	border-top-color: #c7c7c7;
	border-left-color: #c7c7c7;
	border-right-color: #8E8E8E;
	border-bottom-color: #8E8E8E;
	filter: progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr="#ffCCCCCC",EndColorStr="#ffEEEEEE");
}

.newsTable
{
    BORDER-RIGHT: #333333 1px inset;
    BORDER-TOP: #333333 1px inset;
    BORDER-LEFT: #333333 1px inset;
    BORDER-BOTTOM: #333333 1px inset;
    /* FONT-VARIANT: small-caps */
}

.subTitle TD {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #AD1A1D;
	padding: 3px 8px 4px 12px;
}

.largertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

/***********************************************/
/* Forms                                       */
/***********************************************/

.textBox {
	border-top: #4a5731 1px solid;
	border-right: #4a5731 1px solid;
	border-bottom: #4a5731 1px solid;
	border-left: #4a5731 1px solid;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-size: 13px;
	color: #000000; 
	background-color: #ffffff
}
option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right: #4a5731 1px solid;
	padding-right: 2px;
	border-top: #4a5731 1px solid; 
	adding-left: 2px; font-size: 13px;
	padding-bottom: 2px;
	border-left: #4a5731 1px solid;
	color: #000000;
	padding-top: 2px;
	border-bottom: #4a5731 1px solid;
	background-color: #ffffff
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right: #4a5731 1px solid;
	padding-right: 2px;
	border-top: #4a5731 1px solid;
	padding-left: 2px;
	font-size: 13px;
	padding-bottom: 2px;
	border-left: #4a5731 1px solid;
	color: #000000;
	padding-top: 2px;
	border-bottom: #4a5731 1px solid;
	background-color: #ffffff;
	overflow: hidden;
}

OPTION {BORDER: NONE;}

-->