@charset "UTF-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color:#111; 
	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;
}
body a {color:##e6c62c; text-decoration:none;}
body a:hover {color:#da2128; text-decoration:underline;}
.thrColFixHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/bg-body.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background:#000 url(../images/top-bg.png) no-repeat;
	height:50px;
	padding-top: 20px;
	padding-left: 170px;
	/*padding: 0 10px 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 #banner {
	width:547px; 
	height:45px; 
	position:absolute; 
	z-index:1; 
	margin:10px 0 0 230px; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;}

.thrColFixHdr #header strong {
	color: #878787;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: -2px;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #header-image {
	width:900px; 
	height:150px; background:#000 url(../images/bg_head_middle.jpg); 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
	}
.thrColFixHdr #main-menu {
	background:#FFCC00 url(../images/global-menu-bg-map.png) no-repeat;
	height:30px;/*	padding: 0 10px 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 #crumbs {
	padding:5px 0px 0px 5px;
	font-size:10px;
	color:#fff;
	background:#000 url(../images/bookmark-bg.jpg);
/*	background-color:#F26522;*/
	width:898px;
	height:15px;
	border-bottom:1px #000 solid;

}
.thrColFixHdr #crumbs a {color:#000; text-decoration:none;}
.thrColFixHdr #crumbs a:hover {color:#333; text-decoration:underline;}

	

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 199px; /* 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 */
	margin: 0px;
	padding: 0px;
	/*padding: 15px 10px 15px 20px;  padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* 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: #EBEBEB; the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;  padding keeps the content of the div away from the edges */
}
.thrColFixHdr #img-container{
	padding-left:5px;
	font-size:10px;
	color:#666666;
	}
	
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer { 
	/*padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear above it. 
	background:#DDDDDD;*/
	width:900px; 
	height:32px; 
	background-image:url(../images/global-menu-bg02.png); 
	font-size:10px; 
	text-align:center; 
	color:#fff; 
		
} 
.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 */
}
.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;
}

/*******************************************************************************************************************************************/

#left-text{
	padding:10px;
	}
	

.yellow_header{	
	font-size:12px;
	color:#e6c62c;
	
}
.yellow_text{
	font-size:10px;
	color:#e6c62c;
	
}

.white_text{
	font-size:10px;
	color:#fff;
	
}
h2{
	color:#F26522;
	font-size: 12px;
	margin: 0px;
}
h4{
	font-size:12px;
	margin: 0px;
}
#mainContent h1 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
	color: #555553;
}
.box {
	border: 1px dashed #E6C62C;
	padding: 8px;
}
.button {
	background-color: #E6C62C;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #999;
}


.contact {
	width: 140px;
	border: 1px solid #818181;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #424242;
}
.contact2 {
	width: 362px;
	border: 1px solid #818181;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #424242;
}
.break {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D5D5D5;
}
#img-container a {
	color: #E6C62C;
	text-decoration: underline;
}
