body {
	font-family: Gill Sans,Arial, Helvetica, sans-serif;
/*	font-family: Arial, Helvetica, sans-serif;*/
	margin: 0px;
	padding: 0px;
}
#container {
	width:770px;
	display:block;
	height: 100%;
}

#main_content {
	padding-left: 20px;
	padding-right: 5px;
	margin: 0px;
	display:block;
	position: relative;
	top:0px;
	left:0px;
	
}

p {
	font-size: 15px;
}

img {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
}

table {
	margin: 0px;
}

#main_content h1 {
	font-size: 22px;
	font-weight: normal;
	color: #3D3476;
	text-transform: uppercase;
}

#main_content h2 {
	font-size: 16px;
	font-weight: bolder;
	color: black;
	text-transform: capitalize;
}

#main_content h3 {
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
}

#page_bottom {
	text-align: center;
}

#page_bottom p {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: lighter;
	color: #515151;
}


#page_bottom hr {
	width: 75%;
	height: 1px;
	color: #515151;
}

#page_nav a {
	width: 152px;
	display: block;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
}

#page_nav a:hover {
	color: #FFFFE0;
	background: #483D8B;
}

#page_nav a:active {

}


div.boxed_container {
	width: 82%;
	position: relative;
	left: 9%;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right:0px;
	margin-left:0px;
	background: #FBFBF2;
	border: 1px solid #DEDCEF;
	display: block;
	padding:0px;
	overflow:hidden;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div.boxed_container *.title {
	display: block;
	width: 100%;
	margin:0px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	background-color: #3D3476;
	color: White;
	font-size:11px;
	font-weight: bolder;
	
}
div.boxed_container div.content {
	padding: 5px;
	margin:0px;
}

#search_functions_table {
} 

#search_functions_table input,  
#search_functions_table button, 
#search_functions_table select {
	font-size: 75%;
}
#search_functions_table label {
	font-size:65%;
	font-weight: bold;
	display: block;
}

#search_results {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div.listing_container {
	width:100%;
	
}

table.listing_table {
	border-collapse: collapse;
	border: 1px solid Red;
	width: 100%;
	empty-cells: show;
}

table.listing_table tr.headerrow th {
	font-weight: bold;
	font-size: 12px;
	color: White;
	background: Red;

}

table.listing_table tr {
	font-size: 12px;	
}

table.listing_table tr.flyin {
	background: #EEE8AA;
	cursor: pointer;
}

table.listing_table tr.itemrow td {
	border: 1px solid #DCDCDC;
}

table.listing_table tr.bg1 {
	background: White;
}

table.listing_table tr.bg2 {
	background: #FDF5E6;
}

span.company_name {
	font-weight:bold;
}
span.company_address {
	font-size: 80%;
}

#search_information {
	width:99%;
	margin-bottom: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FCFBF1;
	border-top: 1px solid #F5DEB3;
	border-bottom: 1px solid #F5DEB3;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

#search_information select {
	font-size: 80%;
}

div.link_group_title {
	width:100%;
	display: block;
	margin-bottom: 25px;
	margin-top: 40px;
	padding: 3px;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #D83636;
	color: #5B4CB0;
}

div.link {
	display: block;
	margin-bottom: 35px;
}

div.link div.link_title {
	font-size: 13px;
}
div.link div.link_title a {
	text-decoration: none;
	font-size: 85%;
}
div.link div.link_title a:hover {
	text-decoration: underline;
}

div.link div.link_desc {
	font-size: 13px;
	color: #585858;
	padding-left: 30px;
}

table.member_listing {
	font-size: 13px;
}
table.member_listing td{

}
table.member_listing strong {
	font-size: 14px;
}

table.pdf_download {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:100%;
	background: #F5F5F5;
	border: 1px solid #DCDCDC;
}

table.pdf_download td.linkcell {
	padding:8px;
}

table.directory_contact_info {
	empty-cells: show;
	border-collapse: collapse;
	width:100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.directory_contact_info td {
	border: 1px solid #E6E6FA;
}

table.directory_contact_info th {
	background: #E6E6FA;
}

table.directory_contact_info td.name {
	background: #3D3476;
	color: White;
	font-weight: bold;
}

div.news_container {

}

div.news_article_container {
	margin-bottom: 25px;
	
}
div.news_article_container div.article_date {
	display: inline;
	font-weight: bold;
	color: Black;
	font-size: 14px;
	margin-righT: 10px;
}

div.news_article_container div.article_title {
	display:inline;
	font-size: 16px;
}

div.news_article_container div.article_title a {
	text-decoration: none;
}
div.news_article_container div.article_title a:hover {
	text-decoration: underline;
}

table.upcoming_events {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 15px;
	width: 300px;
}
table.upcoming_events td.event_title {
	background: #F5F5F5;
}
table.upcoming_events td.event_title a {
	font-weight: bold;
	color: #191970;
	text-decoration: none;
}
table.upcoming_events td.event_title a:hover {
	text-decoration: underline;
}
table.upcoming_events td.event_date {
	font-size: 87%;
}
table.upcoming_events td.event_location {
	font-size: 87%;
	color: #646464;
	padding-left: 10px;
}