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

body  {
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) repeat-x fixed bottom left;
	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: #339900;
	text-decoration: none;
}

a:hover
 {
	color: #00b309;
	text-decoration: underline;
}

hr
{color: #999933;
}

ul li{

	list-style: square ;
	color: #05400A;
	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;
}

.locations {font-family: sans-serif;
color: #ffffff;

}

.locations a{
text-decoration:none;
color: #ff8040;
}

.locations a:hover {
text-decoration:underline;
color: #ffff00;
}

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

}

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

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

}

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

/*CONTAINER*/

.thrColFixHdr #container {
	width: 765px;  /* 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 #00b309;
	text-align: left; /* this overrides the text-align: center on the body element. */	
	
} 

/*HEADER*/

.thrColFixHdr #header { 
	background: url(../images/header.jpg) no-repeat; 
	display: none;
	height: 103px;	
	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: #186CAF;}

.thrColFixHdr #headerNav {
	height:25px;
	margin:0 auto;
	float: right;
	display: none;
	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: 40px;
	padding-right:45px;

}

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

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

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


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

.thrColFixHdr #printlogo
{
	height: 93px;
	display: block;
	margin: 3px;
	padding:0px;


}

/*NAVIGATION*/

.thrColFixHdr #nav { 
	background: #FFFFFF; 
	height: 40px;
	padding: 0px; /* padding keeps the content of the div away from the edges */
	display: none;
	
} 

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

/*MAIN CONTENT*/



.thrColFixHdr #mainContent {
	
	
	padding: 0 10px; /* 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. */
}

.thrColFixHdr #mainContent ul li {

	list-style: square ;
	color: #00b309;
	font-weight: bold;
	text-align: left;
	margin-left: 220px;
	
	}

.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 */
	display: none;
	
} 


/*sidebar*/
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: white; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 1px #00b309 solid ;
	padding: 15px 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	display: none;
	margin: 5px 20px 0em 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. */
	
}

.thrColFixHdr #sidebar1 h1
{
	font-size: medium;
	font-weight: bold;
	color: #05400A;
	text-transform: uppercase;
	border-bottom: #07ff15;
}

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

.thrColFixHdr #sidebar1 ul li {
	border-bottom: 1px #05400A solid;
	padding:5px 2px;
	list-style: none;
	}
	
.thrColFixHdr #sidebar1 ul li a {
	display: block;
	padding: 5px;
	text-decoration:none;
	color: #05400A;
}
.thrColFixHdr #sidebar1 ul li a:hover {
	color:white;
background-color: #D9CDAF;

}


/*FOOTER*/

.thrColFixHdr #footer { 
	background-color: #006400;
	color: #FFFFFF;
	padding: 5px;
	background-position: 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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:x-small;
}

.thrColFixHdr #footer a {
	color: #07ff15;
	text-decoration:none;
}

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


