@charset "utf-8";
/* CSS Document */
/* Generated from template in Dreamweaver  - 3 column, fixed width */

body  {
	background-color: #000000;	/* Page Background color */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;	/* Text Color */
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif ;   
	font-size:13px ;
	font-weight:normal;

}

/* ------------ Redifne standard HTML Formats -----------*/
/* Below Keep paragraphs togeher - closer to spacing in MS Word */
p {
	color: #000000;	/* Text Color */
	margin-top: 0px;
	margin-bottom: 1px;
}

/* Defaults for all hyperlinks */
a:visited {
	text-decoration:underline;
	font-weight:bold;
	color: #000000;	/* Text Color */
	text-decoration:underline;
}

a:link {
	text-decoration:underline;
	font-weight:bold;
	color: #000000;	/* Text Color */
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
	font-weight:bold;
	color: #000000;	/* Text Color */
	text-decoration:underline;
}



/* ------------     Main Container  ----------------------------*/
.thrColFixHdr #container { 
	width: 985px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

	margin-top: 0px;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	height: Auto;
	z-index: 0;


	} 

/* ------------     Header  ----------------------------*/
.thrColFixHdr #header { 
	background: #333333; 
/*	padding: 0 0px 0 20px;  */ /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

} 

.thrColFixHdr #header #MenuContainer { 
	Top: 0px;
	left: 0px;
	height: 26px;
	width: 985px;
	background-image:url(../Images/2010v1/MenuTopBkgrnd.jpg);
	background-position:top left;
	background-repeat:no-repeat;
} 

.thrColFixHdr #header #MenuContainer .MenuSpaceLeft { 		/* Menu only: Used for spacing before visible menu items */
	width: 242px;
}
.thrColFixHdr #header #MenuContainer .MenuSpaceRight { 		/* Menu only: Used for spacing before Login */
	width: 40px;
}

.thrColFixHdr #header #MenuContainer .MenuBulletColor {
	color: #FFFFFF;
	width: 15px;
	}

.thrColFixHdr #header #MenuContainer .MenuSectionColor {	/*  Sets color for the current major section in menu */
	color: #FFFFFF;
	}

.thrColFixHdr #header #Logo {
	Position:absolute;
	top:38px;		/* 58 */
	left: 58px;
	hight:auto;
	width:auto;
}

.thrColFixHdr #header #TagLine {
	Position:absolute;
	top:38px;	
	left: 750px;
	hight:auto;
	width:auto;
	font-size:11px;
	color:#999999;
	font-style:italic;
}

.thrColFixHdr #header #Breadcrumb {
	font-size:10px;
	color: 	#666666 ;	/* Text Color */
	Position:absolute;
	top:205px;	
	left: 258px;
	hight:auto;
	width:auto;
	text-transform:uppercase;
}

/* Defaults for all hyperlinks */
.thrColFixHdr #header #Breadcrumb a:visited {
	text-decoration:underline;
	font-weight:bold;
	font-size:10px;
	color: 	#666666 ;	/* Text Color */
	text-decoration:underline;
	text-transform:uppercase;
}

.thrColFixHdr #header #Breadcrumb a:link {
	text-decoration:underline;
	font-weight:bold;
	font-size:10px;
	color: 	#666666 ;	/* Text Color */
	text-decoration:underline;
	text-transform:uppercase;
}

.thrColFixHdr #header #Breadcrumb a:hover {
	text-decoration:underline;
	font-weight:bold;
	font-size:10px;
	color: 	#666666 ;	/* Text Color */
	text-decoration:underline;
	text-transform:uppercase;
}


/* ------------     Left Side-bar Container  ----------------------------*/
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* was 230 the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 0px;   /* padding keeps the content of the div away from the edges */
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background:url(../Images/2010v1/LeftPanelColorStrip.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.thrColFixHdr #sidebar1 p {
	padding-left:48px;
}

/* ------------     Right Side-bar Container  ----------------------------*/
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 184px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #66FFCC;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 0px;   /* padding keeps the content of the div away from the edges */
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.thrColFixHdr #sidebar2 p {
	padding-top: 0px;   /* padding keeps the content of the div away from the edges */
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
/*	font-size:11px ;	*/
/*	font-size:0.9em;	*/
	font-size:smaller;
}

.thrColFixHdr #sidebar2 br {	/* Allows for finer control of line spacing using breaks */
	line-height: 5px;
}


/* ------------     Main Content section (Center)  ----------------------------*/
.thrColFixHdr #mainContent { 
	margin-top: 0px ;
	margin-bottom: 0px ;
	margin-left: 258px ;	/* distance from Left side of Main Container */
	margin-right: 200px ;	/* distance from right side of Main Container */
} 

.thrColFixHdr #mainContent ul { 
	padding-left:0em;
	margin-left:1em;
	list-style-type:disc;
	
}

/* ------------     Footer Container ----------------------------*/
.thrColFixHdr #footer { 
/*	padding: 0 10px 0 20px; */ /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333333;
	width:100%;
	height:66px;
	font-size:11px;
	color:#999999;

} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.thrColFixHdr #footer a:visited {
	color:#999999;
	text-decoration: none;
}

.thrColFixHdr #footer a:link {
	color:#999999;
	text-decoration: none;
}

.thrColFixHdr #footer a:hover {
	color:#FFFFFF;
	text-decoration: none;
}

/* ------------------- Special Formats ----------------- */

.NewsItem {
  	background-image: url("../Images/2010v1/ArticleDividerR.jpg");   /* Dividing Line*/
  	background-position: top center;
  	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

.GradientVerticalTopOnly-grey {
  	background-image: url(../Images/2010v1/BkgrndGradientVertical-grey.png);   /* Gradient*/
  	background-position: top;
  	background-repeat: repeat-x;
}

.CustomerQuote {
	font-size:18px;
	font-weight:100;
	color:#666666 ;
}

.CustomerQuoteName {
	font-size:12px;
	font-weight:500;
}

.ContentHighlightBlock {	/* This class is used for the grey-gradient box in the content area (Apply to the Table*/
	background-image:url(../Images/2010v1/GradientBlock-grey.png);
	background-position:top left;
	background-repeat:no-repeat;
	float:right;
	margin-left:8px;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height:133px;
	width:200px;
	border:none;
}

.CustomerQuoteBlock { /* this class can be used for the Customer Quote block in the content area (Apply to Table)*/
	float: left;
	margin-left:15px;
	margin-right:8px;
	margin-top: 0px;
	margin-bottom: 0px;
	border:none;
}

/* ------------ Special Utilities ---------------------- */
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 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;
}

.NoBorder {		/* Try to suppress border on spacer image inside the nav menus */
border:none;
}

/* ... Eliminate Borders around images that contain hyperlinks  ....*/
.thrColFixHdr #container a img {	
	border:none;
	font-weight: normal;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

