/* CSS Document */
*	{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;	
}
#mainWrapper #topPic	{
	display: block;
	height: auto;
	width: 100%;
	margin-bottom: 2%;
	float: left;
	overflow: hidden;
}
#mainWrapper #topPic img	{
	height: auto;
	width: 100%;
}
@keyframes animateImage {
	0%{
        transform: scale(1.1,1.1);
		
    }
    100%{;
        transform: scale(1,1);
		animation-iteration-count: forwards; 
    }
}
.grow	{
	animation: animateImage 10s ease-in forwards;
}
#mainWrapper #main {
	display: block;
	height: auto;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #062A4C;
	float: left;
}
#mainWrapper #main #topLinks	{
	display: block;
	height: auto;
	width: 100%;
	padding: 1% 0 2% 0;
	box-shadow: 0 13px 20px -10px #A3A3A3;
	float: left;
}
#mainWrapper #main #topLinks #logoHolder	{
	display: block;
	height: auto;
	width: 9%;
	padding-top: 1%;
	margin-left: 4%;
	margin-right: 2%;
	float: left;
}
#mainWrapper #main #topLinks #logoHolder img	{
	display: block;
	height: auto;
	width: 100%;
	float: left;
}
#mainWrapper #main #topLinks #linkHolder	{
	display: block;
	height: 5%;
	width: 85%;
	padding-top: 1.5%;
	float: left;
}
#mainWrapper #main #topLinks #linkHolder a span.link	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6F746F;
	line-height: 26px;
	text-decoration: none;
	padding-left: 4.5%;
	float: left;
}
#mainWrapper #main #topLinks #linkHolder a span.link:hover,
#mainWrapper #main #topLinks #linkHolder a span.linkactive	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1A211A;
	text-decoration: underline;
	line-height: 26px;
	padding-left: 4.5%;
	float: left;
}
#mainWrapper #main #topWords	{
	display: block;
	height: auto;
	width: 90%;
	padding: 4% 5% 1% 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #6F746F;
	line-height: 24px;
	letter-spacing: 0.55px;
	float: left;
}
#mainWrapper #main #topWords h3 	{
	font-family: Arial, Helvetica, sans-serif;
	color: #283128;
	font-size: 36px;
	font-weight: normal;
	padding-bottom: 7px;
	padding-top: 2px;
	margin-bottom: 0;
}
#mainWrapper #main #topWords h3.red 	{
	color: #A80002;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top: 0;
}
#mainWrapper #main #topPics   {
	display: block;
	width: 80%;
	height: auto;
	padding: 1% 2% 3% 2%;
	margin-left: 8%;
	margin-right: auto;
	float: left;
}
#mainWrapper #main #topPics article.picHolder   {
	display: block;
	width: 42%;
	height: auto;
	padding-bottom: 1%;
	float: left;
}
#mainWrapper #main #topPics article.picHolderBlank   {
	display: block;
	width: 16%;
	height: auto;
	padding-bottom: 1%;
	float: left;
}
#mainWrapper #main #topPics article.picHolder img   {
	display: block;
	width: 100%;
	height: auto;
}
#mainWrapper #main #topPics article.picHolder article.picText span  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2A352A;	
	line-height: 14px;
	padding-top: 3px;
	padding-bottom: 1px;
	text-align: center;
}
#mainWrapper #main #topPics article.picHolder article.picText h3   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #1A211A;
	text-align: center;
	line-height: 16px;
	font-weight: 500;
	padding-top: 3px;
	padding-bottom: 1px;
}
#mainWrapper #main #midSection, 
#mainWrapper #main #topTxt   {
	display: block;
	width: 86%;
	height: 100%;
	margin-left: 7%;
	margin-right: 7%;
	padding-top: 1%;
	padding-bottom: 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3A463A;
	line-height: 20px;
	text-align: justify;
	float: left;
}
#mainWrapper #main #midSection p  {
	letter-spacing: 0.50px;
	font-size: 16px;
	color: #2A312A;
	text-align: justify;
}
#mainWrapper #main #midSection table  {
	width: 100%;
	float: left;
}
#mainWrapper #main #midSection table tr td.red  {
	color: #BD0000;
	text-decoration: none;
}
#mainWrapper #main #midSection table tr td  {
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	border-left: thin solid #D7D7D7;
	color: #626262;
	font-size: 15px;
	line-height: 18px;
	vertical-align: central;
}
#mainWrapper #main #midSection table tr.even  {
	background-color: #EFEFEF;
}
#mainWrapper #main #midSection table tr td.tableHeading {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2C352C;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 4px;
	line-height: 18px;
	vertical-align: central;
	font-weight: bold;
}
#mainWrapper #main #midSection table tr td h4, 
#mainWrapper #main #midSection table tr th {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2C352C;
	height: auto;
	line-height: 18px;
	font-weight: bold;
}
#mainWrapper #main #midSection #underTable  {
	display: block;
	width: 94%;
	height: auto;
	padding: 3% 3% 3% 3%;
	float: left;
}
#mainWrapper #main #midSection #underTable p  {
	letter-spacing: 0.50px;
	font-size: 13px;
	color: #2A312A;
	text-align: justify;
}
#mainWrapper #main #midSection #vidHoler  {
	display: block;
	width: 94%;
	height: auto;
	padding-left: 3%;
	padding-right: 3%;
	float: left
}
#mainWrapper #main #spacer	{
	display: block;
	width: 100%;
	height: 50px;
	float: left;
}
.emailUs	{
	color: #3A3A3A;
	text-decoration: underline;
}
.emailUs:hover	{
	color: #4C584E;
	text-decoration: none;
}
a.red, span.red center, .red 	{
	color: #C20114;
	text-decoration: underline;
	font-size: 16px;	
}
a.red:hover	{
	color: #C20114;
	text-decoration: none;
	font-size: 16px;	
}
#mainWrapper #main #midSection p.contactUs  {
	font-size: 28px;
	font-weight: 400;
	color: #4C584E;
	padding-bottom: 20px;
}
@media (max-width:1100px) {
	
#mainWrapper #main #topAd #topAdLeft	{
	font-size: 1.5vw;
	line-height: 20px;
}
#mainWrapper #main #topWords p	{
	font-size: 1.5vw;
	line-height: 18px;
}
#mainWrapper #main #midSection #underTable p  {
	line-height: 18px;
}
#mainWrapper #main #midSection p   {
	font-size: 1.5vw;
}
#mainWrapper #main #midSection p.contactUs  {
	font-size: 2.5vw;
} 

}
@media (max-width:800px) {

#mainWrapper #main #topWords p	{
	font-size: 1.6vw;
	line-height: 16px;
}
#mainWrapper #main #midSection #underTable p  {
	font-size: 1.6vw;
	line-height: 16px;
}
 #mainWrapper #main #topLinks #linkHolder a span.link, 
 #mainWrapper #main #topLinks #linkHolder a span.link:hover, 
 #mainWrapper #main #topLinks #linkHolder a span.linkactive   {
	font-size: 1.70vw;
}
#mainWrapper #main #midSection p   {
	font-size: 1.55vw;
}
#mainWrapper #main #midSection p.contactUs  {
	font-size: 2.6vw;
} 
#mainWrapper #main #topAd #topAdLeft	{
	font-size: 1.5vw;
	line-height: 16px;
}
#mainWrapper #main #midSection table tr td.tableHeading, 
#mainWrapper #main #midSection table tr td h4, 
#mainWrapper #main #midSection table tr th, 
#mainWrapper #main #midSection table tr td, 
#mainWrapper #main #midSection #underTable p  {
	font-size: 1.6vw;
} 

}