@charset "UTF-8";
/* CSS Document */

/* --- global styles --- */

/*  it's good practice to zero the margin, padding, and other elements to account for differing browser defaults  */
html, body, div, ul, ol, li p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0; 
	border: 0;
}

body  {
	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: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #1e1e1e;
	background-image: url(../images/bckgrnd-2nd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1 { padding: 0em 0 0.5em 0; }
h2, h3 { padding: 0em 0 0.2em 0; }
h4, h5, h6 { padding: 0em 0 0 0; }
h1 {
	font-size: 160%;
	color: #f7a11a;
	letter-spacing: -.02em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h2 { font-size: 90%; 
		color: #f7a11a;
		text-transform: uppercase;
		letter-spacing: .02em;
 }
h3 {
	font-size: 120%;
	color: #f7a11a;
	letter-spacing: -.01em;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h4 { font-size: 80%; color: #f7a11a; line-height: 1.0em; }
h5 { font-size: 75%; color: #f7a11a; }
h6 { font-size: 70%; color: #f7a11a; font-family: Georgia, "Times New Roman", Times, serif; }
p {
	font-size: 90%;
	color: #fff;
	margin: 0.2em 0 0.8em 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
strong { font-weight: bold; }
em { font-style: italic; }
a { font-weight: normal; }
a:link { color: #fa3d24; text-decoration: underline; }
a:visited { color: #c00; text-decoration: underline; }
a:focus, a:hover, a:active { color: #f7a11a; text-decoration: none; }
hr {
	border: 0;
	color: #777;
	background-color: #777;
	height: 2px;
	width: 100%;
	margin: 5px 0;
	text-align: left;
}
/* --- LAYOUT styles --- */
.thrColFixHdr #topNav {
	clear: both;
	color: #fac73e;
	height: 1em;
	width: 100%;
	background: #bc2f1b url(../images/headNav-bkgrd.gif) repeat-x top;
	padding: 9px 0 8px 0;
	text-align: center;
	border-bottom: 2px solid #f7a11a;
} 

.thrColFixHdr #topNavBar {
	clear: both;
	color: #fac73e;
	width: 100%;
	background: #bc2f1b url(../images/headNav-bkgrd.gif) repeat-x top;
	padding: 0;
	text-align: center;
	border-bottom: 2px solid #f7a11a;
} 

.thrColFixHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
} 
.thrColFixHdr #header {
	text-align: left;
	margin: 0;
	padding:180px 0 0 0;
	height: 55px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 20px 0; /* 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: 215px; /* 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: 0 0 20px 0; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin: 0 237px 0 237px;
	padding: 0 10px 20px 10px;
} 
.thrColFixHdr #footer {
	padding: 0;
	text-align: center;
} 
.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: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #fa3d24;
	font-size: 75%;
}
.thrColFixHdr #footerNav {
	padding: 10px 0 0 0;
	text-align: center;
	border-top: 1px  solid  #444;
} 


/* --- topNavBar styles --- */
.thrColFixHdr #topNavBar ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.thrColFixHdr #topNavBar ul li {
	display: inline;
	margin: 0;
	padding: 3px 2px 0 7px;
}


/* --- footerNav styles --- */
.thrColFixHdr #footerNav ul {
	width: 100%;
	list-style: none;
	font-size: 65%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.thrColFixHdr #footerNav ul li {
	display: inline;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0 2px 0 2px;
}
.thrColFixHdr #footerNav li + li {
	border-left: #444 1px solid;
}
.thrColFixHdr #footerNav a:link, .thrColFixHdr #footerNav a:visited {
	color: #444;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 5px 4px 12px;
}
.thrColFixHdr #footerNav a:focus, .thrColFixHdr #footerNav a:hover, .thrColFixHdr #footerNav a:active {
	font-weight: normal;
	text-decoration: none;
	padding: 4px 5px 4px 12px;
	color: #fac73e; 
}



/* --- topNav styles --- */
.thrColFixHdr #topNav ul {
	width: 100%;
	list-style: none;
	font-size: 75%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.thrColFixHdr #topNav ul li {
	display: inline;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0 2px 0 7px;
}
.thrColFixHdr #topNav li + li {
	border-left: #fac73e 2px solid;
}
.thrColFixHdr #topNav a:link, .thrColFixHdr #topNav a:visited {
	color: #fac73e;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 5px 4px 12px;
}
.thrColFixHdr #topNav a:focus, .thrColFixHdr #topNav a:hover, .thrColFixHdr #topNav a:active {
	font-weight: normal;
	text-decoration: none;
	padding: 4px 5px 4px 12px;
	color: #fac73e; 
	background-color:#900;
}


/* --- sideColumn2 styles --- */
.thrColFixHdr #sidebar2 ul {
	list-style: none;
	font-size: 90%;
	margin: 0 0 20px 0;
}
.thrColFixHdr #sidebar2 ul li{
	padding: 0;
}
.thrColFixHdr #sidebar2 a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
}
.thrColFixHdr #sidebar2 .subnav {
	position: relative;  /* Fix for IE6 Hover Bug */
	list-style: none;
	margin: 0 5px;
	padding: 0 5px;
	background: #000;
}
.thrColFixHdr #sidebar2 .subnav ul {
	margin: 0;
	padding: 3px 0;
}
.thrColFixHdr #sidebar2 .subnav ul li{
	display: inline; /* Fix for IE excessive space between list items */
	font-size: 90%;
	letter-spacing: 0.15em;
	padding: 0;
}
.thrColFixHdr #sidebar2 .subnav a {
	font-weight: normal;
	text-decoration: none;
	background-color: #333;
	padding: 7px 15px;
	text-transform: uppercase;
}
.thrColFixHdr #sidebar2 .subnav a:link, .thrColFixHdr #sidebar2 .subnav a:visited { 
	color:#f7a11a; 
	background-color: #333; 
}
.thrColFixHdr #sidebar2 .subnav a:focus, .thrColFixHdr #sidebar2 .subnav a:hover, .thrColFixHdr #sidebar2 .subnav a:active { 
	color: #fff; 
	background-color: #9e2a18; 
}
.thrColFixHdr #sidebar2 p a {
	display: inline;
	padding: 0;
}


/* --- OTHER styles --- */

.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;
}.NewsBox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a4a4a4;
	border-right-color: #444;
	border-bottom-color: #a4a4a4;
	border-left-color: #444;
	padding: 10px;
}.thrColFixHdr #container #mainContent table {
	border: 1px solid #666;
}
.tabelhead{
	font-weight: bold;
	color: #FC9C08;
	background-color: #000;
}
.tabelrow1{
	color: #fff;
	font-size: 90%;
	background-color: #333;
}
.tabelrow2{
	color: #fff;
	font-size: 90%;
	background-color: #444;
}

blockquote {
	background-image: url(../images/blockquote-lft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.thrColFixHdr #container #mainContent2col td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.thrColFixHdr #container #mainContent2col table {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

