/* ---------------- CPPP Styles ----------------------- */


html,body {
	height: 100%;
}


body {
   font:12px Arial, Verdana, Helvetica, Tahoma, sans-serif;
   background:#EFF1F6 url('/images/bluegri_b.gif') repeat top left;
   color:#424141;
   margin:0;
   padding:0;
}

a {
	text-decoration: none;
	color: #0033CC;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #424141;
	font-weight:bold;
}

#container {
	width: 960px;
	text-align: center;
	margin: 0 auto;
	background:#fff url('/images/f2col.jpg') repeat-y;  
	border-left: 3px solid #ccc;
	border-right: 3px solid #ccc;

}

#banner {
/*background:#465979 url('/images/Better_Texas_LIBRARY_Header.png') top left no-repeat;*/
	background:#465979;
	margin:0;
	padding: 0;
	height: 165px;
	border-top:0;
	}

.printMast {
	display: none;

}

/* ------------- Navigation -------------- */

#nav {
	width: 100%;
	margin: 0 auto;
	padding: 0;

}

#nav ul {
	margin: 0;
	padding: 0 0 0 0;
list-style-type: none;
text-align: center;
}

#nav li {
	width: 120px;
	margin: 0 0px;
	padding: 0px 0px;
	height: 30px;
	line-height: 25px;
	list-style-type: none;
	color: #369;
	border:0;
float: left;
border-right: 1px solid #FFF;
}

#nav li.green {
	width: 90px;
	margin: 0 0px;
	padding: 0px 0px;
	height: 25px;
	line-height: 25px;
	list-style-type: none;
	background-color: #749F6D;
	border:0;
float: left;
border-right: 0px;
}

#nav li.green  a:hover{
	background-color: #8CBF83;
	color: #FFF;
	height: 25px;
	margin:0;
	padding:0;
}
#nav ul a {	
	text-align: center;
	width: 120px;
	display: block; 
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 100%;
	margin:0;
	padding:0;
	padding-top: 0px;
	font-size: 12px;
}



#nav ul a:hover {
	
	
	background-color: #283345;
	color: #FFF;
	height: 25px;
	margin:0;
	padding:0;
}


/* ------------ end Navigation styles ---------------- */

/* ------------- Content Area --------------- */

#content {
	text-align: left;
   	margin:0;
   	padding:0;
	height:auto;
	background-color:#fff;
}


.latest {
	display: block;
	letter-spacing: 1px;
	color:#999;
	font-weight:bold;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 150%;
	padding-bottom: 10px;
}

.headline {
	display: block;
	padding: 0 0;
	margin-bottom: -8px;
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

/* ------------------- Left Sidebar -------------- */

/* #left {
	text-align: left;
   	float: left;
   	margin:0 0 0 -2px;
	padding: 0;
	height:auto;
	border-right: 0px solid #999;
	width: 196px;
}

#leftRel {
	margin-left: 2px;
	padding: 0em 0 5px 0px;
}

#leftRel h2 {
	width: 188px;
	margin-left: 3px;
	margin-right: 0px;
	color: #fff;
	border-bottom: 1px solid #369;
	border-right: 1px solid #999;
	border-top: 1px solid #369;
	text-align: left;
	padding: 2px 5px;
	font-size: 130%;
	background-color: #CB7941; 
	margin: 0;
	letter-spacing: 1px;
}

#leftRel .headline {
	margin: 0 0.7em;
	padding-top: 6px;
	padding-bottom: 4px;
	font-size: 100%;
}

#leftRel .leftBoxText {
	margin: 0 0.8em;
	font-size: 95%;
	display:block;
}

.moreLink {
	text-decoration: underline;
	color: #adadad;
}

.leftstuff {
	margin-left: 3px;
	padding: 1em 0 5px 5px;
	width: 191px;
	display: block;
} */


/* ------------ end Left Sidebar ------------ */

/* ----------- some form styles ----------- */

form {
	padding:0 0 0px;
	margin-bottom:1px;
	margin-top: 1px;
}

.submit {
	margin-top: 3px;
	border: 1px solid #ccc;
	font-size: 80%;
	text-align: center;
	padding: 0 5px;
}
.submit2 {
	margin-top: 3px;
	border: 1px solid #333;
	font-size: 80%;
	text-align: center;
	padding: 0 5px;
	background-color: #5E96B2;
	color: #ffffff;
}

.formInput {
	width: 80%;
	padding-left: 2px;
	font-family: Arial, verdana;
	font-size: 80%;
	color: #369;
	border-top: 2px solid #CCC;
	border-right: 1px solid #ddd;
	border-left: 2px solid #ccc;
	border-bottom: 1px solid #DDD;
}

/* --------------- end Form styles -------------------- */

/* ------------- Inside and Article Pages ------------------------ */

#crumbs {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1em;
	padding-left: 1em;
	line-height: 1.4em;
	font-size: 1em;
	color: #369;
	background: #FFF url('/images/grayfade.jpg') repeat-x top left;
	border: 1px solid #969696;

}

#crumbs a {
	text-decoration: none;
	color: #369;
}

#crumbs a:hover {
   background-color: #369;
   color: #FFF;
}

#article {
	margin: 0em 1em 0 30px;
	background-color: #FFF;
	border: 1px solid #fff;
	height:100%;
	vertical-align:top;

}

#articleText {
	margin-right: 80px;
	background-image: url('/images/space.gif') repeat-y left;
	height:100%;
	vertical-align:top;
}

#article h1 {
	font-size: 1.7em;
	display: block;
	padding: 10px 0;
	margin-bottom: -8px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#article h2 {
	font-size: 1.5em;
	display: block;
	padding: 0 0;
	margin-bottom: -8px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#article h3 {
	font-size: 1.2em;
	display: block;
	padding: 0 0;
	margin-bottom: -8px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#article p {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #333;
}

#article ul.arrows {
  list-style-image: url('/images/arrow_gold_wht_bkg.gif');
	list-style-type: disc;
}

.insideLead {
	margin: 1.5em 20px 1em 20px;
	font-weight: bold;
}	

/* ------------- end Inside Pages specific styles ------------ */

/* ----------------- Related Info Area ------------ */
/* ----------------- Related Info Area ------------ */

#relatedBox {
	text-align: left;
	position: relative;
	float: right;
	margin:10px 0 5px 5px;
	width: 165px;
	border: 1px solid #369;
	border-top: 2px solid #369;
	background-color: #fff;
	font-size: 1em;
	padding: 0 0px;
}

#relatedBox h2 {
	color: #FFF;
	border-bottom: 1px solid #369;
	text-align: center;
	padding: 2px 0;
	font-size: 120%;
	background-color: #333;
	margin: 0;
	letter-spacing: 1px;
}

#relatedBox p {
	font-size: 95%;
	padding: 4px 10px;
}

#relatedBox li {
	font-size: 95%;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 2px;

}

#relatedBox .headline {
	padding-left: .8em;
	font-size: 100%;
	padding-top: 4px;
}
#relatedBox ul {
   list-style-image: url('/images/arrow.gif');
	list-style-type: disc;
	padding-left: .8em;
	margin-left: 15px;
	    
}
#relatedBox ul.starred {
   list-style-image: url('/images/blue_star_wht_bkg.gif');
	list-style-type: disc;
	padding-left: .8em;
	margin-left: 12px;
	margin-right: 5px;
	    
}
#relatedbox .researchlink {
	padding-left: .8em;
	font-size: 95%;
}
/* ----------------- Related Info Area for view by date (small)------------ */

#relatedBoxdate {
	text-align: left;
	position: relative;
	float: right;
	margin:10px 0 5px 5px;
	width: 120px;
	border: 1px solid #369;
	border-top: 2px solid #369;
	background-color: #f2f2f2;
	font-size: 1em;
	padding: 0 0px;
}

#relatedBoxdate h2 {
	color: #FFF;
	border-bottom: 1px solid #369;
	text-align: center;
	padding: 2px 0;
	font-size: 120%;
	background-color: #d88b64;
	margin: 0;
	letter-spacing: 1px;
}

#relatedBoxdate p {
	font-size: 95%;
	padding: 4px 10px;
}

#relatedBoxdate li {
	font-size: 95%;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 2px;

}

#relatedBoxdate .headline {
	padding-left: .8em;
	font-size: 100%;
	padding-top: 4px;
}
#relatedBoxdate ul {
   list-style-image: url('/images/arrow.gif');
	list-style-type: disc;
	padding-left: .8em;
	margin-left: 15px;
	    
}
#relatedBoxdate ul.starred {
   list-style-image: url('/images/gold_star.gif');
	list-style-type: disc;
	padding-left: .8em;
	margin-left: 8px;
	margin-right: 5px;
	    
}
#relatedboxdate .researchlink {
	padding-left: .8em;
	font-size: 95%;
}

/* -------------- Footer -------------- */

#footer {
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	clear: both;
	padding: 5px;
	margin-top: 0;
	background-color: #283345;
	color: #fff;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

/* ---------------- Quotes ---------------- */
#quote {
	border-left: 2px solid #369;
	border-bottom: 1px solid #369;
	font-size: 105%;
	font-weight: bolder;
	width: 155px;
	position: relative;
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;

}
/* ---------------- Quotes ---------------- */
ul.eventlist {
   list-style-image: url('/images/arrow.gif');
	list-style-type: disc;
	padding-left: .8em;
	margin-left: 15px;
	
}
li.eventlist {
	padding-bottom: 5px;
}
#overflow {
overflow: auto; 
width: 775px;
padding:0px; 
margin: 0px;
}
a:hover.nohover {
background: transparent;
}