


@import url("layout.css");

/* ------------ FORMS ------------ */
form {
	margin: 0;
	}
fieldset {
	padding: 0px 30px 30px 30px;
	margin: 5px 0 50px 0;
	border-top: 1px #2c6282 solid;
	border-left: none;
	border-right: none;
	border-bottom: 1px #2c6282 solid;
	}
legend {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 20px 0;
	padding: 3px 10px 3px 10px;
	border: 1px solid #2c6282;
	background-color: #fff;
	}
.columnize label {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 20px;
	/* font-weight: bold; */
	text-align: right;
	padding: 2px 10px 0 0;
	}
.columnize input,
.columnize select,
.columnize textarea {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 20px;
	}
.columnize br {
	clear: left;
	}
.submitButton {
	text-align: center;
	clear: left;
	padding-top: 1.4em;
	}
.submitButton input {
	background-color: #2c6282;
	color: #fff;
	font-weight: bold;
	border: 0 none;
	padding: 3px 12px 4px 12px;
	cursor: hand;
	}
.submitButton>input {
	cursor: pointer;
	}
form ul.unbulleted {
	margin-left: 0;
	padding-left: 25px;
	list-style-type: none;
	}
/* ------------ END FORMS ------------ */




/* ----- Drop Cap (add class="dc" to a <p> tag) ----- */
p.dc:first-letter {
	display: block;
	line-height: 1;
	float: left;
	font-weight: bold;
	font-size: 32px;
	margin: 0;
	padding: 0 5px 0 0;
	color: #2c6282;
	}
	


#contacts {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	padding-top: 10px;
	}
#contacts li {
	padding-bottom: 10px;
	width: 100%;
	float: left;
	clear: left;
	}
#contacts img {
	float: left;
	margin: 0 12px 12px 0;
	}





#sideBar {
	width: 148px;
	margin: 0 0 50px 15px;
	padding: 0 0 0 15px;
	border-left: 1px solid #2c6282;
	font-size: 11px;
	float: right;
	}
.cl {
	clear: both;
	}
img.picRight {
	margin: 0 0 10px 10px;
	float: right;
	}
img.picLeft {
	margin: 0 10px 10px 0;
	float: left;
	}
ul.unbulleted {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}
a.membersOnly {	
	padding-right: 11px;
	background-image: url(/images/padlock.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}

	
.rb {
	border: 1px solid #f00;
	}


/* ----- Tables for data pulls ----- */
#dataTable table {
	width: 100%;
	}
#dataTable table th {
	color: #000;
	background-color: #eaf1dd; 
	}
#dataTable table tr th a:link {
	color: #006796;
	font-weight: bold;
	}
#dataTable table tr th a:visited {
	color: #006796;
	font-weight: bold;
	}
#dataTable table tr th a:active {
	color: #006796;
	font-weight: bold;
	}
#dataTable table tr th a:hover {
	color: #006796;
	font-weight: bold;
	text-decoration: underline;
	}
	
#dataTable th, td {
	vertical-align: top;
	}
#dataTable td,
#dataTable th,
#dataTable td p,
#dataTable td li,
#dataTable td pre {
	line-height: 1.1;
	font-size: 11px;
	}
#dataTable tbody th {
	text-align: left;
	font-weight: bold;
	}
/* ----- end Tables for data pulls ----- */

/* ----- Committee Tree ----- */
#commTree {
	margin: .5em 0 .5em 0px;
	background-color: #fdf3dc;
	padding: 2px 8px 3px 8px;
	width: 97%;
	width: 97%;
	}
html>body #commTree {
	float: left;
	width: 97%;
	}
#commTree span,
#commTree label {
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	font-weight: normal;
	}
#commTree a:link {
	color: #006796;
	font-weight: normal;
	text-decoration: none;
	}
#commTree a:visited {
	color: #006796;
	font-weight: normal;
	text-decoration: none;
	}
#commTree a:active {
	color: #006796;
	font-weight: normal;
	text-decoration: none;
	}
#commTree a:hover {
	color: #006796;
	text-decoration: none;
	}

.smalltext	{
	font-size: 10px;
}
.highlight {  
	background-color: #d2c39c;
}
.dropdown	{
	font-size: 11px;
			}
/* for policies and procedures new page text */
#invisible	{
	color:#fdf7e9;
	}
a.vcard {	
	padding-right: 20px;
	background-image: url(/images/vcardicon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}

