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

body  {
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #F3F3F3;
	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;
	
}

* html #body {
	height: 100%;
}

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

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

hr
{color: #7F8000;
}

ul li{

	list-style: square ;
	color: #cc6600;
	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: #7F8000;
	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: #7F8000;
	text-transform: uppercase;

}

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

/*CONTAINER*/

.thrColFixHdr #container {
	width: 955px;  /* 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 */
	border: 1px solid #afaa6d;
	text-align: left; /* this overrides the text-align: center on the body element. */	
	
} 

/*HEADER*/

.thrColFixHdr #header { 
	background: url(../../Spring09/images/header.gif) no-repeat; 
	height: 122px;	
	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;
	bottom:23px;
	right: -15px;
	
	
}

.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: #cc6600;
}

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

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


.thrColFixHdr #search {
	height:50px;
	margin:0 auto;
	float: right;
	display: table-row;
	text-transform: capitalize;
	position: relative;
	bottom:67px;
	right: 25px;
	
	
}

.thrColFixHdr #printlogo
{display: none;}


/*NAVIGATION*/

.thrColFixHdr #nav { 
	height: 25px;
	padding: 0px; /* padding keeps the content of the div away from the edges */
	
} 

.thrColFixHdr #mobileNav {
	height:25px;
	margin:0 auto;
	float: right;
	display: none;
	text-transform: capitalize;
	position: relative;
	bottom:23px;
	right: -15px;
	
	
}


/*MAIN CONTENT*/



.thrColFixHdr #mainContent {
	
	height: 310px;
	padding: 0px;
	background-color: #FFFFFF;
}



.thrColFixHdr #bookmarks { 
margin: 0em 0px 0em 500px; /* 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 */
} 

.thrColFixHdr #breadcrumbs { 
margin: 0 250px 0 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


/*FOOTER*/


.thrColFixHdr #footer { 

	color: #000000;
	padding: 5px;
	font-weight: normal;
	border-top: #7F8000 1px solid;

} 
.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;
	text-align: left;
	
}

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

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