/* ----------------------------------------------------------- */
/* HTML Elements --------------------------------------------- */

*
{
	margin: 0px; 
	padding: 0px; 
}

Body
{ 
	font-family: Verdana, Arial, Sans Serif;
	font-size: 12px;
	background-color: #e9e1d9;
	overflow: auto;
}

h1
{
	height: 40px;
	color: White;
	font-size: 20px;
	font-weight: bolder;
	padding: 6px 0px 0px 10px;
	margin: 20px 20px 10px 20px;
	background-color: #FF9900;
}
html>body h1
{
	height: 34px;
}

h1.Home
{
	color: White;
	height: 30px;
	font-size: 16px;
	font-weight: bolder;
	padding: 6px 0px 0px 10px;
	margin: 20px 20px 10px 0px;
	background-color: #FF9900;
}
html>body h1.Home
{
	height: 24px;
}

p, ul
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 12px;
	margin-bottom: 10px;
}

/* ----------------------------------------------------------- */
/* Header Area Specific Elements ----------------------------- */

#Header
{
	height: 81px;
	width: 720px;
	cursor: pointer;
	background: transparent url( '../Images/Header.jpg' ) no-repeat;
}

#HomeHeader
{
	height: 101px;
	width: 720px;
	background: transparent url( '../Images/HomeHeader.jpg' ) no-repeat;
}

#GeneralHeader
{
	height: 20px;
	width: 720px;
	background-color: #ccbaa8;
}

#ShadowLeftHeader
{
	width: 7px;
	background: transparent url( '../Images/ShadowLeftHeader.jpg' ) no-repeat top;
}

#ShadowRightHeader
{
	width: 7px;
	background: transparent url( '../Images/ShadowRightHeader.jpg' ) no-repeat top;
}

#ShadowLeftHomeHeader
{
	width: 7px;
	background: transparent url( '../Images/ShadowLeftHomeHeader.jpg' ) no-repeat top;
}

#ShadowRightHomeHeader
{
	width: 7px;
	background: transparent url( '../Images/ShadowRightHomeHeader.jpg' ) no-repeat top;
}

#ShadowLeftGeneralHeader
{
	width: 7px;
	background: transparent url( '../Images/ShadowLeftGeneralHeader.jpg' ) no-repeat top;
}

#ShadowRightGeneralHeader
{
	width: 7px;
	background: transparent url( '../Images/ShadowRightGeneralHeader.jpg' ) no-repeat top;
}


#NavigationArea
{
	width: 720px;
	height: 35px;
	vertical-align: top;
	background: transparent url( '../Images/NavigationBackground.jpg' ) repeat-x;
}

.Navigation
{
	margin-top: 10px; 
	margin-left: 7px;
}
html>body .Navigation
{
	margin-left: 14px;
}

.NavigationItemHeading
{
	color: #ffe698;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 14px;
	margin-bottom: 12px;
}

.NavigationItem, 
.NavigationItem:link, 
.NavigationItem:active,
.NavigationItem:hover
{
	color: #ffe698;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	text-decoration: none;
	cursor: pointer !important;
	cursor: hand;
	background-color: #77491a;
	padding-left: 10px;
	padding-right: 10px;
}

.NavigationItem:hover
{
	color: white;
	background-color: #663400;
}

/* ------------------------------------------------------------ */
/* Content Area Specific Elements ----------------------------- */

#LatestNewsTitle
{
	color: white;
	font-weight: bold;
	padding: 6px 0px 6px 10px;
	margin: 20px 0px 0px 0px;
	background-color: #b20002;
}

#LatestNews
{
	margin: 10px 20px 10px 25px;
}

a.LatestNewsItem,
a.LatestNewsItem:link, 
a.LatestNewsItem:active,
a.LatestNewsItem:hover
{
	color: #b20002;
	text-decoration: none;
	cursor: pointer;
}
a.LatestNewsItem:hover
{
	color: black;
}

#ContentArea
{
	width: 734px;
	text-align: left;
}

.ContentCell
{
	background: transparent url( '../Images/ContentTopBackground.jpg' ) repeat-x top;
}

.ContentHome
{
	margin: 0px 30px 20px 10px;
}

.Content
{
	margin: 0px 30px 20px 30px;
}

/* ----------------------------------------------------------- */
/* Footer Area Specific Elements ----------------------------- */

#Footer
{
	color: #77491a;
	font-weight: bold;
	text-align: center;
	width: 720px;
	margin-top: 20px;
	padding-top: 20px; 
	background: transparent url( '../Images/ContentBottomBackground.jpg' ) repeat-x top;
}

a.Corpendo,
a.Corpendo:link, 
a.Corpendo:active,
a.Corpendo:hover
{
	color: black;
	text-decoration: none;
	cursor: pointer;
}
a.Corpendo:hover
{
	color: blue;
}

/* ------------------------------------------------------------- */
/* Photo Gallery Specific Elements ----------------------------- */

a.GalleryPage,
a.GalleryPage:link, 
a.GalleryPage:active,
a.GalleryPage:hover
{
	color: #b20002;
	font-family: Verdana, Arial, Sans Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 20px;
	cursor: pointer;
}
a.GalleryPage:hover
{
	color: black;
}

#thumbnailsContainer
{
	margin: 0px;
	padding: 0px;
}

#thumbnailsContainer div.Thumbnail
{
	width: 193px;
	height: 192px;
	margin: 0px 26px 20px 0px;
	padding-top: 3px;
	text-align: center;
	font-weight: bold;
	line-height: 1.6em;
	display: inline;
	overflow: visible;
	float: left;
	border: solid 1px #FF9900;
	cursor: pointer;
}
html>body #thumbnailsContainer div.Thumbnail
{
	margin: 0px 24px 20px 0px;
}

.GalleryPageLinks
{
	margin-bottom: 10px;
}

/* ------------------------------------------------------------- */
/* News Specific Elements -------------------------------------- */

#NewsItemLinks 
{
	margin: 0px 0px 0px 16px;
	padding: 0px;
	list-style-type: square;
}

.NewsItemTitle
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: Black;
	
	margin-bottom: 5px;
}

.NewsItemSubtitle
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	
	margin-bottom: 20px;
}

.NewsItemContent
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: Black;
}

a.BackToTop,
a.BackToTop:link, 
a.BackToTop:active,
a.BackToTop:hover
{
	color: #b20002;
	font-family: Verdana, Arial, Sans Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	margin-top: 20px;
	display: block;
	cursor: pointer;
}
a.BackToTop:hover
{
	color: black;
}

a.NewsArchiveItem,
a.NewsArchiveItem:link, 
a.NewsArchiveItem:active,
a.NewsArchiveItem:hover
{
	color: #b20002;
	text-decoration: none;
	cursor: pointer;
}
a.NewsArchiveItem:hover
{
	color: black;
}

/* ------------------------------------------------------------- */
/* Login Specific Elements -------------------------------------- */

label.textInputTitle
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 12px;
	font-weight: bold;
}
	
.textInput
{
	display: block;	
	margin: 0px 0px 10px 10px;
	width: 230px;
	height: 20px;
	background:#fff url(../images/fieldBG.jpg) repeat-x;
	border: solid 1px #999;
}

.buttonInput
{
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	width: 100px;
	height: 20px;
	margin-bottom: 2px;
}
html>body .buttonInput
{
	margin-bottom: 0px;
}

.failedMessage
{
	color: red;	
	font-family: Verdana, Arial, Sans Serif;
	font-size: 12px;
	font-weight: bold;
}

/* ------------------------------------------------------------- */
/* Donations Specific Elements --------------------------------- */

#donationsContainer
{
	width: 400px;
	border: solid 1px #FF9900;
	margin-top: 90px;
	background-color: white;
}

.donation, .donationTotal
{ 
	color: black;
	width: 400px;
	height: 30px;
	line-height: 30px;
	/*background-color: #eee; */
	cursor: pointer;
	font-size: 12px;
}

.donationTotal
{ 
	cursor: default; 
	border-top: solid 1px #FF9900;
}

.donationRadioButton
{
	float: left;
	width: 150px;
	height: 30px;
	padding-top:5px;
	/*background-color: #cccccc; */
}
html>body .donationRadioButton
{
	padding-top:8px;
	height: 22px;
}

.donationPrice
{
	float: left;
	width: 250px;
	height: 30px;
	text-align:left;
	text-indent: 40px;
	font-weight: bold;
	/*background-color: #eeeeee; */
}

.donationPrice input
{
	margin-top: 3px;
}

.donationTotalTitle
{
	float: left;
	width: 150px;
	height: 30px;
	text-align:center;
	color: #FF9900;
	font-size: 18px;
	font-weight: bold;
	/*background-color: #aaaaaa; */
}

.donationTotalPrice
{
	float: left;
	width: 250px;
	height: 30px;
	text-align:left;
	text-indent: 40px;
	color: red;
	font-size: 16px;
	font-weight: bold;
	/*background-color: #eeeeee; */
}

#donationButton
{
	width: 400px;
	padding: 10px 0px 10px 0px;
	background-color: #FF9900;
}