@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-color: #B4B8D5;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.3em;
}

/* -- Element/tag selectors -- */
ul, ol, dl {
	padding-top: 0;
	padding-right: 0;
	list-style-type: disc;
	font-size: 0.9em;
	line-height: 2em;
}
li {
	padding-right: 5px;
	color: #343A5C;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
}
h1 {
	color: #454d7c;
	clear: both;
	padding-top:15px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	font-size: 2em;
	font-family: Arial;
}
h2 {
	color: #475098;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 25px;
	font-size: 1.7em;
	font-family: Arial;
}

h3 {
	color: #454d7c;
	font-family: Arial;
	text-align: left;
}

h4 {
	color: #6575A0;
	font-weight: normal;
	font-size: 1.2em;
	font-family: Arial;
}
h5 {
	color: #454D7C;
	font-family: Arial;
}
h6 {
	color: #6D76AD;
	font-family: Arial;
}
p {
	color: #253347;
}
address {
	font-family: Arial;
	color: #343A5C;
	font-style: normal;
}
img {
	margin: 0px;
	padding: 0px;
}
a img { 
	border: none;
}
a:link {
	color: #454D7C;
}
a:visited {
	color: #353c60;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* ----- miscellaneous float/clear classes -------- */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearboth {
	clear:both;
}
.clearfloat {
	clear:both;
}

/* -----this fixed width container surrounds the other divs --- */
.wrapper {
	width: 960px;
	background-color: #d2d5e6;
	padding: 10px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	box-shadow: 3px 3px 15px #202C3E;
}

/* ---- header ---- */
#header {
	height: 120px;
}
#header p {
	font-size: 0.75em;
	color: #FFF;
	line-height: 1.2em;
	margin: 4px;
}

/* ----- header navigation --------- */
#navigation {
	clear: left;
	position: relative;
}
#navigation li {
	display: inline;
	background-color: #A49571;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation li a {
	display:inline;
	padding:0px 20px;
	text-decoration:none;
	color:#000;
}
#navigation li a:hover {
	background-color:#999;
	color: #000;
}
#navigation img {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Submenu for About Us, Executive Director, and Board of Directors */

#about_sub_menu {
	position: absolute;
	height: 40px;
	top: 5px;
	right: 0px;
}

/* --------  Content  ----------- */
#content {
	background-color: #fcfcfc;
	color: #050505;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 1em;
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8491b3;
	border-right-color: #8491b3;
	border-bottom-color: #8491b3;
	border-left-color: #8491b3;
	border-top-style: solid;
}
#content #sub_menu {
	margin: 10px;
}

/* ---- banner ----*/
#banner{
	position: relative;
	height: 200px;
	margin: 0px;
	padding: 0px;
}
#banner img{
	height: 200px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* --- general class definitions --- */
.one_column {
	clear: both;
}
.one_column p img {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.one_column ul {
	margin-left: 50px;
	margin-bottom: 40px;
}
.one_column ul li {
	padding-left: 20px;
	padding-bottom: 1em;
}
.two_columns {
	width: 470px;
	float: left;
}
.two_columns_l {
	width: 470px;
	clear: left;
	float: left;
}
.two_columns_r {
	float: right;
	width: 470px;
	clear: right;
}
.testimonial {
	font-family: Verdana, Geneva, sans-serif;
}

/* --- home page --- */
.home img {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.two_columns_r #form1 {
	margin-left: 20px;
}
.two_columns_r #form1 #subscribe_email {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #FFF;
}
.submit_btn {
	background-color: #404A68;
	border: thin solid #8491B3;
	color: #f0b32e;
	font-family: Verdana;
	font-size: 1em;
	margin-left: 2em;
	margin-top: 0.7em;
	box-shadow: 1px 1px 2px #000;
}
form img {
	padding-left: 1em;
	padding-bottom: 0.4em;
}

.home form {
	margin-left:10px;
}
.home form img{
	margin-left:20px;
	margin_bottom:10px;
}
.send {
	background-color: #404A68;
	font-family: Verdana;
	font-size: 1em;
	color: #f0b32e;
	border: thin solid #8491B3;
	width: 4em;
	margin-left: 2em;
	box-shadow: 1px 1px 2px #000;
}




.curItemListMnPg {
	/* [disabled]font-family: "Times New Roman", Times, serif; */
	/* [disabled]font-size: larger; */
	list-style-type: disc;
	margin-top: 15px;
	padding-left: 3px;
}
.curItemListMnPg a{
	font-size: larger;
}
.dateItemListMnPg {
	font-size: smaller;
	font-style: italic;
	color: #C60;
}
.postedItemListMnPg {
	font-size: smaller;
	font-style: italic;
	color: #C60;
	padding-right: 5px;
	padding-left: 5px;
}
/* ---- about page --- */
#about_intro {
	position: relative;
}

/* ---- director page --- */
#director img {
	margin-right: 10px;
	margin-left: 10px;
}
#director_intro {
	position: relative;
}

/* ---- board page --- */
#board ul {
	/* [disabled]font-size: smaller; */
	line-height: 4em;
}
#board_intro {
	position: relative;
}

/* --- about page --- */
#find ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 15px;
	line-height: 1.2em;
}
#partners {
	background-image: url(../images/ThankYou.png);
	background-repeat: no-repeat;
	background-position: 725px 115px;
}


/* ----- partner page ------------- */
.partners .one_column h3 {
	float: right;
	text-shadow:1px 1px #151726;
	font-family: Verdana, Geneva, sans-serif;
}
.partners .one_column p {
	clear: right;
}
#partners_tbl {
	margin-right: auto;
	margin-left: auto;
	font-size: smaller;
	text-align: center;
}
#partners_tbl tr td img {
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: baseline;
	text-align: center;
}
.trinityHS {
	font-family: "Times New Roman", Times, serif;
	font-size: larger;
	font-style: normal;
	font-weight: bold;
	color: #060;
}

/* ------ Involved ---------- */
.involved form img{
	margin-left:20px;
}

/* ------ News page --------- */
.news_item {
 clear:left;
 padding:10px;
}
.one_column .news_item ul {
 margin-bottom: 0px;
}
.one_column .news_item ul li {
 margin-bottom: 0px;
 padding-bottom: 0px;
 line-height: 1.5em;
}
.one_column .news_item ul li a{
 margin-right: 20px;
 clear:left;
 float:left;
}
.one_column .news_letter ul {
 margin-bottom: 20px;
}
.one_column .news_letter ul li {
 padding-bottom: 0px;
 margin-bottom: 0px;
}

/* ------ Events page --------- */
.event_item div {
	margin-left: 15px;
	margin-right:15px;
}
.events .archive {
	font-size: smaller;
	text-align: center;
}
.eventNavigation {
	font-size: smaller;
	text-align: center;
	display: block;
}
.eventNavigation a {
font-size: inherit;
text-decoration: none;
}
.archive{
clear:both;
}
.archive h3{
text-align: center;
clear:both;
}

.archive p {
text-align: center;
}


/* ----- footer ------------- */
.footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	background-color: #8491b3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 70px;
	margin-bottom: 5px;
}
#facebook {
	float: right;
	width: 160px;
}
#facebook a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #DBDDEA;
}

.footer #facebook a:hover {
	color: #3B5998;
	text-decoration: none;
}

#FooterAddress {
	padding: 5px;
	width: 150px;
	clear: left;
	float: left;
}
#footerNav {
	float: left;
	width: 625px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.97em;
	color: #FFF;
}

#footerNav ul li {
	display: inline;
	padding-right: 0.25em;
	padding-left: 0.25em;
	color: #2A1F00;
}

#footerNav a:visited {
	color: #CDD2E0;
	text-decoration: none;
}
#footerNav a:link {
	text-decoration: none;
	color: #FFFBF0;
	font-size: 1.19em;
}
#footerNav a:hover {
	color: #353c60;
	text-decoration: none;
}