/*------------------------------
 C S S   D O C U M E N T
 AUTHOR: ROY LINDAUER
 CONTACT: ROY@NOBLESTUDIOS.COM
 FIRM: NOBLE STUDIOS
------------------------------*/
body { 
	margin:	0;
	text-align:left;
	background:url(../images/background_tile.gif) repeat-x top left #666666;
}

/*------------------------------
 S T R U C T U R E 
------------------------------*/
h1{
	margin:0;
	padding:0;
	width:760px;
	height:138px;
	margin:0 auto;
	text-align:left;
	}
#header_image{
	float:right;
	width:611px;
	height:138px;
	background:#383838;
	display:block;
	padding:0;
	margin:0;
	}
#container{
	width:760px;
	margin:0 auto;
	text-align:left;
	background:url(../images/container_tile.gif) repeat-y top left #ffffff;
	}
#footer{
	border-top:1px solid #999; 
	clear:both;
	background:#4a537f;
	}
#user_cp{
	text-align:right;
	padding:10px;
	border-bottom:1px solid #cccccc;
	background:#f3f3f3;
	}
#page{
	float:right;
	width:611px;
	}
#menu{
	margin:0;
	width:149px;
	float:left;
	background:#728c57;
	}
.clear{
	clear:both;
	}
.column{
	float:left;
	width:290px;
	background:none;
	text-align:center;
	border-right:1px solid #cccccc;
	}
/*------------------------------
 S T Y L E 
------------------------------*/
body, table{
	font-family:		Lucida Grande, Verdana, Sans-serif;
	font-size:			11px;
	color:				#000;
	}
a{
	color:#024da1;
	text-decoration:underline;
	}
a:active{
	color:#024da1;
	text-decoration:underline;
	}
a:visited{
	color:#4c91de;
	text-decoration:underline;
	}
a:hover{
	text-decoration:none;
	}

a.btn_edit{
	padding:2px 4px;
	border-width:1px;
	}
a:hover.btn_edit{
	background:#f3f3f3;
	}
a.btn_del{
	padding:2px 4px;
	border-width:1px;
	}
a:hover.btn_del{
	border:1px solid #B30000;
	background:#B30000;
	color:#ffffff;
	}
img{
	border:none;
	}
p{
	line-height:1.2em;
	color:#666666;
	}
.content{
	padding:10px;
	}
#menu ul{
	list-style:none;
	margin:10px 0;
	padding:0;
	width:149px;
	background:#728c57;
	}
#menu ul li{
	width:100%;
	border-left:none;
	border-right:none;
	font-size:.9em;
	}
#menu ul li a{
	display:block;
	border-bottom:1px solid #9cb186;
	padding:3px;
	padding-left:15px;
	width:149px;
	width/* */:/**/131px; 
	width: /**/131px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	}
#menu ul li a:hover{
	background:#8bab6a;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	}
#menu .menu_bottom{
	background:url(../images/menu_ul_bottom.jpg) no-repeat bottom left;
	height:127px;
	width:149px;
	display:block;
	}
#menu li ul{
	margin:0;
	}
#menu li ul li{
	font-size:10px;
	}
#menu li ul li a{
	color:#ffffff;
	}
	
ul#menu_1{
	margin:0;
	}
ul#menu_2 li{
	background:#5e7347;
	}
ul#menu_3 li{
	background:#495937;
	}
ul#menu_4 li{
	background:#344028;
	}
ul#menu_5 li{
	margin-left:20px;
	background:#1f2618;
	}
	
#sub_menu{
	background:#E6AB48;
	}
#sub_menu ul{
	background:#E6AB48;
	}
#sub_menu ul li a{
	border-bottom:1px solid #9E361A;
	font-size:.9em;
	}
#sub_menu ul li a:hover{
	background:#9E361A;
	}
h1{
	background:url(../images/TMRPA_logo.gif) no-repeat;
	width:149px;
	height:138px;
	float:left;
	}
h1 span{
	display:none;
	}
h2{
	font-size:1.7em;
	font-weight:normal;
	color:#000099;
	margin:5px;
	}
#menu h2{
	font-size:.9em;
	color:#b5ce9c;
	margin:0;
	display:block;
	border-bottom:1px solid #b8d09f;
	padding:3px;
	width:149px;
	width/* */:/**/143px; 
	width: /**/143px;
	text-decoration:none;
	font-weight:bold;
	}
#sub_menu h2{
	color:#ffffff;
	border-bottom:1px solid #9E361A;
	background:#990000;
	}
h3{
	font-size:1.2em;
	color:#000000;
	margin:0;
	}
.content h3{
	padding:15px 0 5px 0;
	}
h4{
	font-size:1em;
	color:#000000;
	}
#messages{
	font-size:1em;
	padding:10px;
	}
.error{
	border:1px solid #B30000;
	background:#FFF9BF;
	color:#000000;
	font-weight:bold;
	padding:10px;
	text-decoration:none;
	}
.msg{
	border:1px solid #008F00;
	background:#BFFFBF;
	color:#000000;
	font-weight:bold;
	padding:10px;
	text-decoration:none;
	}
form{
	padding:3px;
	}
input, textarea{
	border:1px inset #cccccc;
	padding:2px;
	}
input.submit{
	border:1px outset #000000;
	padding:2px;
	color:#990000;
	background:#ffffff;
	}
input.input_chk{
	border:none;
	}
label{
	display:block;
	padding:2px 0px;
	}
table th{
	border-bottom:1px solid #728c57;
	background:#b5ce9c;
	color:#ffffff;
	padding:3px;
	font-size:1.2em;
	}

table td.odd{ background:#f3f3f3; }
table td.even{ background:#fefefe;}
table td.spacer{ background:#666666; }

#breadcrumb{
	padding:10px;
	margin:3px 10px;
	border-bottom:1px solid #cccccc;
	font-size:.9em;
	background:#ffffff;
	font-weight:bold;
	}
#breadcrumb a{
	color:#000000;
	text-decoration:underline;
	}
#breadcrumb a:hover{
	color:#000000;
	text-decoration:none;
	}
#copyright{
	text-align:center;
	padding:10px;
	clear:both;
	padding-top:25px;
	border-top:1px dotted #cccccc;
	}
#search{
	color:#ffffff;
	}
#search form{
	margin:0 5px;
	padding:0;
	}
#search label{
	font-weight:bold;
	font-size:9px;
	}
#search input{
	font-size:.8em;
	width:70px;
	border:1px solid #b8d09f;
	background:#ffffff;
	padding:1px;
	margin:0;
	}
#search input.submit{
	font-size:.8em;
	width:50px;
	padding:0;
	margin:0;
	}
/* .even{ background:#f3f3f3; } */
.even{background-color: white;}
.odd{ background:#f3f3f3; }
.paginate{
	text-align:center;
	padding:20px;
	}
	
.featured_meetings_homepage{
	padding:10px;
	text-align:center;
	}
.featured_meetings_homepage_title{
	font-size: 1.1em;
	font-weight: bold;
	}
.featured_meetings_homepage a{
	font-size:.9em;
	font-weight:normal;
	}
	
/*
  Meetings
*/
.meetings_list{
	padding:10px 0;
	}
.meetings_list h3{
	margin:10px 0 0 0;
	background:#333333;
	color:#ffffff;
	padding:5px;
	}
.meetings_list table.tb_list{
	margin:0;
	padding:0;
	width:591px;
	border:none;
	}
.meetings_list table.tb_list td{
	padding:5px;
	border:none;
	}
.meetings_list table.tb_list td.date{
	width:150px;
	}
.meetings_list table.tb_list td.info{
	width:300px;
	}
.meetings_list table.tb_list td.files{
	width:30px;
	}
.download_acrobat{
	line-height:1.3em;
	padding:5px 0;
	}
#meetings_archive{	
	line-height:1.3em;
	padding:5px 0;
	}
.meeting_sup_menu{
	float:right;
	width:150px;
	padding:2px 10px;
	background:#ffffff;
	border:1px solid #b5ce9c;
	}
.clear{
	clear:both;
	}
.meetings_content{
	padding:5px 0 5px 0;
	}
.meetings_sup_menu_title{
	font-size:1.5em;
	letter-spacing:-.7px;
	margin:0;
	padding:0;
	color:#000000;
	}
	
.meetings_sub_links{
	padding:0;
	margin:0;
	}
a.advanced_search_link, a.advanced_search_link:visited{
	padding:0;
	margin:0 1px;
	display:block;
	background:url(/images/buttons/as_off.gif) no-repeat;
	width:180px;
	height:30px;
	text-indent:-9999px;
	float:left;
	}
a.advanced_search_link:hover{
	background:url(/images/buttons/as_on.gif) no-repeat;
	}
a.subscribe_link, a.subscribe_link:visited{
	padding:0;
	margin:0 1px;
	display:block;
	background:url(/images/buttons/subscribe_off.gif) no-repeat;
	width:180px;
	height:30px;
	text-indent:-9999px;
	float:left;
	}
a.subscribe_link:hover{
	background:url(/images/buttons/subscribe_on.gif) no-repeat;
	}
	
/*
  Clearfix for most browsers
*/
/* Clear fix for floated elements */
.clearfix:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearfix_left:after{content: "."; display: block; height: 0; clear: left; visibility: hidden;}
.clearfix_left {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix_left {height: 1%;}
.clearfix_left {display: block;}
/* End hide from IE-mac */


ol li{
	line-height:1.5em;
	margin:5px 0;
	color:#666666;
	}

