.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

#hd_banner {
	width: 796px;
	height: 104px;
	float:left;
	background-color: #CCCCCC;
	background-image: url(../images/banner_gray.gif);
}

#hd_banner_text {
	padding: 30px 0 0 60px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#page_hd1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	padding-top: 21px;
	padding-right: 10px;
	padding-left: 70px;
}

#page_hd2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding-left: 70px;
	width: 700px;
}

#header_box {
	float: right;
	width: 880px;
	height: 85px;
	margin: 0px auto;
	padding: 10px;
	text-align: left;
	background-image: url(../images/hd-bgfinal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #a59c9c;	
}

#header_text {
	width: 600px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 21px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 190px;
	float:left
}

#footer {
	float: left;
	width: 900px;
	height: auto;
	padding: 3px 0px 3px 0px;
	text-align : center;
	color: #333333;
	background-color:#dbd7d7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style: oblique;
	font-size: 10px;
	letter-spacing: -0.75px;
	border-bottom: 1px solid;
	border-bottom-color: #a59c9c;
}

/* Menu */
#menu_box {
	clear: both;
	width: 900px;
	height: 27px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color:#CCCCCC;
	text-align:center;
	border-bottom : 1px solid;
	border-bottom-color: #a59c9c;
}


#menu {
	width: 710px;
	height: 27px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 80px;
	background-color:#CCCCCC;
	text-align:center;
}

#menu ul {
	list-style-type:none;
	width:100%;
	position:relative;
	height:27px;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:0px 0 0 0;
}


#menu ul li {
	display:block;
	float:left;
	margin:0 0 0 0px;
	height:27px;
	background-color:#CCCCCC;
	border-left    : 1px solid black;
}

#menu li a {
	display:block;
	float:left;
	color:#000000;
	background:#CCCCCC;
	line-height:27px;
	text-decoration:none;
	padding:0 17px 0 18px;
	height:27px;
}

#menu li a:hover {
	color: #000000;
	background-color: #999999;
}

#menu ul li.left{margin:0;}
#menu ul li a.right{padding-right:19px;}
#menu ul li a:hover{background:#999999;}
#menu ul li a.current{color:#000000;background:#999999;}
#menu ul li a.current:hover{color:#000000;background:#999999;}






body {
	margin: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	background-color: #CCCCCC;
	background-image: url(../images/bkg-1.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
	z-index: 1;	
}

#content {
	width: 900px;
	heigth: auto;
	background-color: #FFFFFF;
	padding: 5px;
}

#blankLine {
	float: left;
	width: 900px;
	height: 15px;
	padding: 0 0 0 0;
	text-align    : center;
	font-weight   :bold;
	color:#000000;
	background-color:#dbd7d7;
}

#dottedLine {
	height: 1px;
	border-top: 1px dashed #D2D4C9;
}
	
h1, h2, h3, h4 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #000000;
}

a:vistied {
	text-decoration: none;
	color: #000000;

}

a:hover {
	background: none;
}
















#index_c1 {
	float: left;
	width: 590px;
	text-align    : left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#index_c2 {
	float: right;
	width: 250px;
	height: 600px;
	text-align    : left;
	background-color: #D8D8D8;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px;
}

/* Index Page */
#page {
	width: 900px;
	margin: 0 auto;
}

/* Content - Left side column ------------------------------------------- */

#content {
	float: left;
	width: 600px;
	padding: 40px 0 0 20px;
}

.post {
}

.post .title {
	color: #000000;
}

.post .title a {
	background: none;
	color: #000000;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .entry {
	padding: 10px 0 20px 0;
	text-align: justify;
}

/* Sidebar - Right side column ------------------------------------------ */
#sidebar {
	float: right;
	width: 220px;
	padding: 40px 20px 0 0;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D2D4C9;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #000000;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #000000;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #000000;
}




/*
	Filename:		calendar.css
	Author:			Michael Watkins
	Date:			September 30, 2008
	Description:	Calendar Style Sheet
*/

#wrap_cal {
	float: left;
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 40px 0px 50px 0px;
	text-align    : center;
	background-color: #FFFFFF;
}

#column1 {
	float: left;
	width: 420px;
	margin: 0 auto;
	padding: 10px;
	text-align    : center;
	background-color: #FFFFFF;
}

#column2 {
	float: right;
	width: 420px;
	margin: 0 auto;
	padding: 10px;
	text-align    : center;
	background-color: #FFFFFF;
}

#box1 {
	float: right;
	width: 420px;
	padding: 0 0 0 0;
	text-align    : left;
	background-color: #FFFFFF;
}

#box2 {
	float: left;
	width: 420px;
	padding: 0 0 0 0;
	text-align    : left;
	background-color: #FFFFFF;
}

/* min width for cal_wrapper is 323. */

#cal_wrapper {
	float: right;
	width: 350px;
	padding: 0 0 0 0;
	text-align    : left;
	background-color: #FFFFFF;
}

#calHD_left {
	float: left;
	width: 45px;
	height: 40px;
	padding: 0 0 0 0;
	letter-spacing: -1px;
	font-size: 1.6em;
	text-align    : left;
	font-weight   :bold;
	color:#000000;
	background-color:#ffffff;
}

#calHD_middle {
	float: left;
	width: 233px;
	height: 40px;
	padding: 0 0 0 0;
	letter-spacing: -1px;
	font-size: 1.6em;
	text-align    : center;
	font-weight   :bold;
	color:#000000;
	background-color:#ffffff;
}

#calHD_right {
	float: left;
	width: 45px;
	height: 40px;
	padding: 0 0 0 0;
	letter-spacing: -1px;
	font-size: 1.6em;
	text-align    : right;
	font-weight   :bold;
	color:#000000;
	background-color:#ffffff;
}

#day { clear: both;}

#daysHD {
	float: left;
	width: 45px;
	height: 30px;
	padding: 15px 0px 0px 0px;
	border-top    : 1px solid black;
	border-bottom    : 1px solid black;
	border-left   : 1px solid black; 
	text-align    : center;
	font-weight   :bold;
	background-color:#999999;
	color:#FFFFFF;
}

#day7HD {
	float: left;
	width: 45px;
	height: 30px;
	padding: 15px 0px 0px 0px;
	border-top    : 1px solid black;
	border-bottom    : 1px solid black;
	border-left   : 1px solid black; 
	border-right  : 1px solid black; 
	text-align    : center;
	font-weight   :bold;
	background-color:#999999;
	color:#FFFFFF;
}

#days {
	float: left;
	width: 45px;
	height: 40px;
	padding: 0 0 0 0;
	border-bottom    : 1px solid black;
	border-left   : 1px solid black; 
	text-align    : right;
}

#day7 {
	float: left;
	width: 45px;
	height: 40px;
	padding: 0 0 0 0;
	border-bottom    : 1px solid black;
	border-left   : 1px solid black; 
	border-right  : 1px solid black; 
	text-align    : right;
}
 
#daysB {
	float: left;
	width: 45px;
	height: 40px;
	padding: 0 0 0 0;
	border-bottom    : 1px solid black;
	border-left   : 1px solid black; 
	text-align    : right;
	color         : #000000;
	font-weight   : bold;
}

#day7B {
	float: left;
	width: 45px;
	height: 40px;
	padding: 0 0 0 0;
	border-bottom    : 1px solid black;
	border-left   : 1px solid black; 
	border-right  : 1px solid black; 
	text-align    : right;
	color         : #000000;
	font-weight   : bold;
}

#daysX {
	float: left;
	width: 45px;
	height: 40px;
	padding: 0 0 0 0;
	border-top    : 1px solid black;
	border-bottom : 1px solid black;
	border-left   : 1px solid black; 
	text-align    : right;
}

#day7X {
	float: left;
	width: 45px;
	height: 40px;
	padding: 0 0 0 0;
	border-top    : 1px solid black;
	border-bottom : 1px solid black;
	border-left   : 1px solid black; 
	border-right  : 1px solid black; 
	text-align    : center;
}
 

#eventHD{
	width: 300px;
	height: 40px;
	padding: 0 0 0 0;
	text-align    : left;
}

#eventID{
	float: left;
	width: 20px;
	height: 40px;
	padding: 0 0 0 0;
	text-align    : right;
	font-size: 14px;
	color: #000000;
}

#eventdesc {
	width: 300px;
	height: 40px;
	padding: 0 0 0 0;
	text-align    : left;
	font-size: 16px;
	color: #000000;
}

/*------------------------------------------
	Top Menu Bar
	menu.css		1.0.1
*/

#menucsstabs ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#menucsstabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#menucsstabs li a {
	color: #000 ;
	background-color: #fff ;
	border: 0px outset #000 ;
	padding: 5px ;
	text-decoration: none ;
	display: inline ;
}
#menucsstabs li a:hover {
	color: #000 ;
	background-color: #c0c0c0 ;
}

.agencyname
{
	font-family: Verdana, Geneva, Helvetica;
	font-size: 16px;
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
        text-align: left;
	border-bottom : 5px solid black;
}	

.title
{
	font-family: Verdana, Geneva, Helvetica;
	font-size: 12px;
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
        text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}


.sectionheader
{
	font-family: Verdana, Geneva, Helvetica;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
        text-align: left;
	border-top: 1px solid black;
	border-bottom: 1px solid black;

}

.sectionsubhd
{
	font-family: Verdana, Geneva, Helvetica;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
        text-align: left;

}

.sectiondetail
{
	font-family: Verdana, Geneva, Helvetica;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	font-weight: normal;
        text-align: left;

}


.sectiondetailbold
{
	font-family: Verdana, Geneva, Helvetica;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
        text-align: left;

}

.textbold
{
	font-weight: bold;
}


.line1
{
	 border-bottom : 2px solid black;
}


