@charset "utf-8";
/*GLOBAL*/

body  {
	font: small Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #8C0001;
	background-image: url(../images/jpg/red-gradient2.jpg) ;	
	background-position: top center;
	background-repeat:repeat-x;
	
	

}

* html #body {
	height: 100%;
}

a {
	color: #cc0000;
	text-decoration: none;
}

a:hover
 {
	color: #4B4B4B;
	text-decoration: underline;
}

hr
{
	color: #999999;
}
ul li{

	list-style: square ;
	color: #cc0000;
	font-weight: bold;
	text-align: left;
	
}

.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;
}

.iconText {
	font-size: x-small;
	font-weight: bold;
	color: #CC0000;
	text-transform: uppercase;

}

.byline {
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;

}


.date {
	font-size: xx-small;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;

}

.details {
	font-size: x-small;
	font-weight: bold;
	color: #cc6600;
	
}

.newsHeader {
	font-size: small;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
}

.sectionHeader
{
	font-size: large;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;	
	text-align: left;
	
}



.img {
	border: 1px solid #990000;
}

/*CONTAINER*/

.thrColFixHdr #container {
	width: 955px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #5B0F0F;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/jpg/backgroundContent.jpg);

} 

/*HEADER*/

.thrColFixHdr #header { 
	height: 220px;
	padding:0px;  /* 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 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 #header p {
	float: right;
/* 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 */
	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 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
font-size: 70%;
color: #7F8000;}

.thrColFixHdr #headerNav {
	height:25px;
	margin:0 auto;
	float: right;
	display: table-row;
	text-transform: capitalize;
	position: relative;
	top:-265px;
	right: 320px;
	
	
}

.thrColFixHdr #headerNav ul {
	margin:0px;
	list-style: none;
	font-size: x-small;
	float: right;
	padding-top: 50px;
	padding-right:45px;

}

.thrColFixHdr #headerNav ul li {
	display: inline;
	float: right;
	color: #000000;
}

.thrColFixHdr #headerNav ul li a {
	color: #000000;
	text-decoration:none;
}

.thrColFixHdr #headerNav ul li a:hover {
	color: #000000;
	text-decoration:underline;
}



.thrColFixHdr #search {
	height:30px;
	margin:0 auto;
	float: right;
	display: table-row;
	position: absolute;
	top:5px;
	right:170px;
	
	
	
	
	}

.thrColFixHdr #printlogo
{display: none;}


/*CONTENT CONTAINER */

.thrColFixHdr #content {
	padding: 0 20; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*margin: 5px 20px 5px 20px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	margin: 0px auto;
	background-image: url(../images/jpg/background_mainSub.jpg);
	max-height: 3570px;

}

/*MAIN CONTENT*/


.thrColFixHdr #mainContent {
	background-color: white;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	min-height: 1300px;
	
	

}


.thrColFixHdr #mainContent ul li{

	list-style: square ;
	color: #333333;
	font-weight: normal;
	text-align: left;
	
}

.thrColFixHdr #mainContent ul li a {
	text-decoration:none;
	color: #cc0000;
}
.thrColFixHdr #mainContent ul li a:hover {
	color: #4B4B4B;
	
}


.thrColFixHdr #breadcrumbs { 
margin: 5px 0px 5px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	
} 

.thrColFixHdr #signup { 
margin: 5px 0px 5px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	
} 



/*sidebar*/
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */

	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0em;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	display: none;
	
	}

.thrColFixHdr #sidebar1 h1
{
	font-size: medium;
	font-weight: bold;
	color: #fe0802;
	text-transform: uppercase;
	
}

.thrColFixHdr #sidebar1 h1 a
{
	color: #fe0802;
	text-decoration: none;	
}

.thrColFixHdr #sidebar1 h1 a:hover
{
	color: #fe0802;
	text-decoration: underline;
}

.thrColFixHdr #sidebar1 ul {
	margin:10px;
}

.thrColFixHdr #sidebar1 ul li {
	padding:5px 2px;
	list-style: none;
	text-transform:uppercase;
	}
	
.thrColFixHdr #sidebar1 ul li a {
	display: block;
	padding: 5px;
	text-decoration:none;
	color: #000000;
}
.thrColFixHdr #sidebar1 ul li a:hover {
	color: #4B4B4B;	
	text-decoration:underline;
}


/*FOOTER*/

.thrColFixHdr #footer { 

	color: #000000;
	padding: 5px;
	font-weight: normal;
	background-image: url(../images/jpg/footer.jpg);
	background-color: #000000;
	
} 
.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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:x-small;
	color: #FFFFFF;
	text-align: right;
	
}

.thrColFixHdr #footer h2 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:medium;
	color: #CC6600;
	
}

.thrColFixHdr #footer a {
	color: #FFFFFF;	
	text-decoration:none;
	font-weight: bold;
}

.thrColFixHdr #footer a:hover {
	color: #FFFFFF;	
	text-decoration:underline;
}

.blye-text-underline {
color:  #0066FF;
text-decoration: underline;
}


.blye-text-regular {
color: #0066FF;
text-decoration: none;
}


.yellow-text-regular {
color: #ece92c;
text-decoration: none;
}

.yellow-text-underline {
color: #ece92c;
text-decoration: underline;
}

.orange-text-regular {
color: #b24f00;
text-decoration: none;
}

.orange-text-underline {
color: #b24f00;
text-decoration: underline;
}
.broun-text-regular {
color: #de4e06;
text-decoration: none;
}

.broun-text-underline {
color: #de4e06;
text-decoration: underline;
}

.red-text-regular {
color: #8a3c53;
text-decoration: none;
}

.red-text-underline {
color: #8a3c53;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}


.gray-text-underline{
color: #7c7c7c;
text-decoration: underline;
}
.gray-text-regular{
color: #7c7c7c;
text-decoration: none;
}

.green-text{
	color: #00CC33;
	text-decoration: none;
}

.green-text-underline{
color: #00CC33;
text-decoration: underline;
}


   .styling

    {
	background-color:"#ffffcc";
	color:#F7F7F7;
	font: 30px Arial, Helvetica, sans-serif;
	padding: 6px;
    }


