/* CSS Font Face Styles */
@font-face {
  font-family: "Titillium";
  src: url('/type/titilliummaps26l003.eot');
  src: local('?'), url('/type/titilliummaps26l003.ttf') format('truetype');
}
@font-face {
  font-family: "Titillium Light";
	src: url('/type/titilliummaps26l004.eot');
	src: local('?'), url('/type/titilliummaps26l004.ttf') format('truetype');
}
@font-face {
  font-family: "Titillium Semibold";
	src: url('/type/titilliummaps26l002.eot');
	src: local('?'), url('/type/titilliummaps26l002.ttf') format('truetype');
}
@font-face {
  font-family: "Titillium Bold";
	src: url('/type/titilliummaps26l001.eot');
	src: local('?'), url('/type/titilliummaps26l001.ttf') format('truetype');
}

/* Standard Classes - edit as needed do rename or delete */

p {margin:0px}
A{
	font-family: "Titillium", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
}
TD {
	color: #000000;
	font-size: 14px;
}		
INPUT, TEXTAREA, OPTION {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	padding: 0px; 
	color: #000000; 
}
SELECT {
	font-size: 18px;
	padding-right: 20px;
	padding-left: 10px;
}
.PageColor {
	background-color: #4CAFCE;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(/stock/back.png);
	background-repeat: repeat-x;
	background-position: top;
}
.Title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	color: #1B3376;
}
.SubTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #B21426;
}
.Bold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.italic {  font-style: italic}
.Footer {
	font-size: 12px;
	color: #7C4B26;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}
.BreadCrumbs {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E9F5F9;
	padding-top: 30px;
	padding-bottom: 10px;
}
.BlueLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
}
.PadLeft {	margin-left: 12px;}
.PadRight {	margin-right: 12px;}

/* Store classes that usually need editing - do NOT rename or delete */

.Button1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: none;
	border-top: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #666666;
}
.Button2, a.Button2:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
	background-color: #F9D937;
	font-weight: normal;
	text-decoration: none;
	margin: 6px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6;
	border-right-color: #E4C835;
	border-bottom-color: #E4C835;
	border-left-color: #FF6;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
}
.Button3, a.Button3:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #3EA4C6;
	text-decoration: none;
	font-weight: bold;
	border: 2px solid #3384B5;
	width: 120px;
	display: block;
	text-align: center;
	padding: 1px;
	margin-bottom: 3px;
}
.Button4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 1px;
	padding: 1px 3px;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #666666;
	background-repeat: repeat;
}
.CellDark {
	background-color: #FB7629
}
.CellLight {
	background-color: #F7F8D2
}
.CellLightUnderline {
	background-color: #F7F8D2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F5DF54;

}
.CellMedium {
	background-color: #B9CC48
}
.CellTitle {
	font-family: "Titillium Bold", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #3282B4;
	color: #FFF;
}
.CellLighter { background-color: #FFFFFF}

/* Classes associated with admin modules */

.ModuleBackButton{
	text-decoration: none;
	font-weight: bold;
	color: #6D1718;
}
a:hover.ModuleBackButton{
	text-decoration: underline;
}
.GalleryImageCaption{
	font-size: 11px
}
.NewsLink {
	font-family: "Titillium Bold", Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
	margin-bottom: 10px;
	font-size: 16px;
}
.NewsLinkSmall {
	font-family: "Titillium Bold", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
}
.NumberBox {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #68410E;
	height: auto;
	background-color: #DDB363;
	white-space: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	float: right;
	text-align: center;
	width: auto;
}
a:hover.NumberBox {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #BF8C45;
}
.NumberBoxNav {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #68410E;
	background-color: #DDB363;
	text-decoration: none;
	padding: 5px 8px;
	margin: 0px 2px;
}
a:hover.NumberBoxNav {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #BF8C45;
}
.NumberBoxOn {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: auto;
	width: auto;
	background-color: #68410e;
	margin: 0px;
	white-space: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	float: right;
	text-align: center;
}
a:hover.NumberBoxOn {
	text-decoration: none;
}	
.PromotionsCaption {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
}
.PromoNavBar {  background-color: #F7E9BC}

/* New classes for this project */
#DonateCell {
	background-image: url(/stock/round-corner-red.gif);
	background-repeat: no-repeat;
	background-color: #B41429;
	background-position: left bottom;
	text-align: left;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 30px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#DonateCell a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: underline;
}
#DonateCell p {
	padding-left: 15px;
}
#FooterLogins {
	background-image: url(/stock/footer-gradient.png);
	background-repeat: repeat-y;
	background-position: right;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #FFF;
}
#FooterLogins a {
	font-family: "Titillium Semibold", Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
	font-size: 14px;
	display: inline;
	padding-right: 20px;
	}
#Footer {
	font-size: 16px;
	color: #0C84B2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-family: "Titillium", Arial, Helvetica, sans-serif;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#Footer .Bold {
	font-family: "Titillium Bold", Arial, Helvetica, sans-serif;
}
#Footer a {
	font-family: "Titillium Bold", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0C84B2;
	text-decoration: underline;
}
#Sidebar {
	background-image: url(/stock/round-corner-blue.gif);
	background-color: #DBEEF5;
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	width: 285px;
}
#Sidebar ul
{margin:0px; padding:0px;}
#Sidebar ul li
{
	list-style:none;
	margin: 0px;
	padding:0px;
}
#Sidebar li a
{
	color:#FFF;
	text-decoration:none;
	font-family: "Titillium Semibold", Arial, Helvetica, sans-serif;
	font-size: 22px;
	background-image: url(/stock/side-nav.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 38px;
	width: 243px;
	margin-bottom: 5px;
	display: block;
	margin-left: 22px;
	line-height: 36px;
	margin-top: 2px;
}
#Sidebar li a:hover
{
	color:#FFF;
	text-decoration:none;
	background-image: url(/stock/side-nav-on.png);
}
#HeaderNav a {
	background-image: url(/stock/header-nav.jpg);
	background-repeat: repeat-x;
	color: #B41628;
	display: inline-block;
	border: 2px solid #B41628;
	font-family: "Titillium Bold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	background-color: #FFF;
	margin-right: 15px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	margin-bottom: 8px;
	overflow: visible;
	text-decoration: none;
	margin-top: 3px;
	background-position: center;
}
#HeaderNav a:hover {
	background-color: #B41628;
	background-image: url(/stock/header-nav-on.jpg);
	color: #FFF;
	border: 2px solid #B41628;
	overflow: visible;
	text-decoration: none;
}
#Header {
	height: 84px;
	background-image: url(/stock/header-back.gif);
}
#Header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #B21426;
	font-size: 24px;
	text-align: right;
	vertical-align: top;
	margin-right: 25px;
	line-height: 24px;
	margin-top: 50px;	
}
#Content {
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	list-style-image: url(/stock/Bullet.gif);
	min-height: 350px;
}
#Content p {
	margin-bottom: 15px;
}
#Content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	color: #1B3376;
}
#Content h2 {
	font-family: "Titillium", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #0A7FB2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0A7FB2;
}
#RightTextBox {
	float: right;
	color: #0A7FB2;
	width: 235px;
	padding-left: 20px;
}
#YellowBox {
	background-color: #FFC;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F9D937;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}
#YellowBox h2 {
	text-transform: uppercase;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC;
}
.Underline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F5DF54;
}
.BlockNav {
	font-size: 15px;
	font-weight: normal;
	color: #1C3476;
	background-color: #FF9;
	white-space: normal;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	text-align: center;
	display: inline-block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #F9D937;
	line-height: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover.BlockNav {
	color: #1C3476;
	text-decoration: none;
	background-color: #F9D937;
}	
.BlockNavOn {
	font-size: 15px;
	font-weight: normal;
	color: #1C3476;
	background-color: #F9D937;
	white-space: normal;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	text-align: center;
	display: inline-block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #F9D937;
	line-height: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover.BlockNavOn {
	text-decoration: none;
}	
#pics {
	padding: 0;
	margin:  0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(/stock/home-1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 310px;
	width: 645px;
} 
 
#pics img {  
 	padding: 0;  
    margin:  0; 
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
} 
#BoardContent {
	background-color: #FFF;
	font-family: "Titillium", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	line-height: 24px;
}

