﻿/*neal's style CSS*/
/*
a:link {}
a:visited {}
a:hover {}
a:active {}
*/

.inline h4, .inline p {
  display: inline;
}
.image {
	border-width: 0;
	text-align:center
}
.gray_txt {
	font-size: 13px;
	font-family: "Century Gothic";
	color: #817A78;
	text-align:left;
}
.med_gray_txt {
	font-size: 13pt;
	font-family: "Century Gothic";
	color: #817A78;
	text-align:left;
}
.gray_txt_ind {
	font-size: 13pt;
	font-family: "Century Gothic";
	color: #817A78;
	text-align:left;
	margin-left:20px;
	margin-right:20px;
}
.small_gray_txt {
	font-size: 12px;
	font-family: "Century Gothic";
	color: #817A78;
	text-align: center
}
.large_gray_txt{
	font-size: x-large;
	font-family: "Century Gothic";
	color: #817A78;
	text-align: left;
}
.green {
	font-family: "Century Gothic";
	color: #54881C;
	text-align:left;
	font-size:24px;
	font-weight:500
}
.green_txt_lg {
	font-size:x-large;
	color: #54881C;
	font-weight:normal
}
.blue_txt {
	font-family: "Century Gothic";
	font-size: 13px;
	color: #389EA7;
}
.large_blue_txt{
	font-size: x-large;
	font-family: "Century Gothic";
	color: #389EA7;
	text-decoration:none
}
.blue_txt_67px {
	font-size: 65px;
	font-family: "Century Gothic";
	color: #389EA7;
	margin-left: 20px;
}
.large_blue_link{
	font-size: x-large;
	font-family: "Century Gothic";
	color: #389EA7;
	text-decoration:none;
}
.large_blue_link:hover{
	font-size: x-large;
	font-family: "Century Gothic";
	color: #33CCCC;
	text-decoration:underline
}
.top_link {
	font-family: "Century Gothic";
	font-size: 15px;
	color: #F1F1F1;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.top_link:hover {
	font-family: "Century Gothic";
	font-size: 15px;
	color: #C6BB07;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.blue_link {
	font-family: "Century Gothic";
	font-size: 13px;
	color: #389EA7;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
}
.blue_link:hover {
	font-family: "Century Gothic";
	font-size: 13px;
	text-decoration:underline;
	font-weight: normal;
	line-height: normal;
}
.top_nav {
	border-collapse: collapse;
	position: relative;
	line-height: normal;
	vertical-align: middle;
	text-align: center;
	height:100%;
	background-color:#999999
}
.blue_table {
	background-color: #DFFDFA;
	border: .5px white;
	height:100%
}
.putty_table {
	background-color: #F2F0EE;
	border: .5px white;
}
.white_td_bdr {
	border-collapse: collapse;
	position: relative;
	line-height: normal;
	vertical-align: middle;
	text-align: center;
}
.gold_bar {
	background-color: #C6BB07;
	height: 6px;
	width:99%;
}
.grey_table {
	background-color: #999999;
	border: .5px white;
}
.gradient {
background: url(http://www.abundancethruphilanthropy.com/images/index_doc_bk.jpg) 0% 0% repeat-x;
}

