@charset "utf-8";
/* CSS Document */
Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	background-color: #92278f;
	background-image: url(../images/bg.gif);
	background-repeat:repeat-x;
}

.container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(../images/gallerybg.jpg);
	background-repeat: repeat-y;
	z-index: 1;
}

.nav {
	position: relative;
	z-index: 2;
	float: left;
	width: 195px;
	padding-bottom: 10px;
}

.content {
	position: relative;
	z-index: 2;
	float: left;
	width: 580px;
	padding-bottom: 20px;
}

.charities {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.SmallText 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	font-weight: bold;
}

.ValidationText 
{ 
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
}

.ErrorMessageBg
{
	background-image:url(../images/ErrorMessageBg.gif);
	background-repeat: no-repeat;
}

.LargerWhiteText {
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
}

.LargerYellowText {
	font-size: 16px;
	font-weight: bold;
	color: #f9e62f;
}

#ContentArea {
	margin: 0px auto;
	width:800px;
	background-image: url(../Images/MainBg.jpg);
}

#ContentAreaThankYou 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	margin: 0px auto;
	width:800px;
	height:566px;
	background-image: url(../Images/ThankYouBg.gif);
}

.FormInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #fdd319;
	border: 1px solid #91278f;
}

#Home {
  display: block;
  width: 180px;
  height: 41px;
  padding-bottom: 0px;
  background: url("../images/buttons/HomeButton.gif") no-repeat 0 0;
}
#Home:hover { 
  display: block;
  width: 208px;
  height: 41px;
  background-position: -180px 0;
}
#Home span {
  display: none;
}
#RegisterTicket {
  display: block;
  width: 180px;
  height: 41px;
  padding-bottom: 0px;
  background: url("../images/buttons/RegisterYourTicket.gif") no-repeat 0 0;
}
#RegisterTicket:hover { 
  display: block;
  width: 208px;
  height: 41px;
  background-position: -180px 0;
}
#RegisterTicket span {
  display: none;
}
#BuyTicket {
  display: block;
  width: 180px;
  height: 41px;
  padding-bottom: 0px;
  background: url("../images/buttons/BuyYourTicket.gif") no-repeat 0 0;
}
#BuyTicket:hover { 
  display: block;
  width: 208px;
  height: 41px;
  background-position: -180px 0;
}
#BuyTicket span {
  display: none;
}
#SmilesLeaguePrizes {
  display: block;
  width: 180px;
  height: 41px;
  padding-bottom: 0px;
  background: url("../images/buttons/SmilesLeaguePrizes.gif") no-repeat 0 0;
}
#SmilesLeaguePrizes:hover { 
  display: block;
  width: 208px;
  height: 41px;
  background-position: -180px 0;
}
#SmilesLeaguePrizes span
{
  display: none;
}
#AboutTheCharities {
  display: block;
  width: 180px;
  height: 41px;
  padding-bottom: 0px;
  background: url("../images/buttons/AboutCharities.gif") no-repeat 0 0;
}
#AboutTheCharities:hover { 
  display: block;
  width: 208px;
  height: 41px;
  background-position: -180px 0;
}
#AboutTheCharities span {
  display: none;
}
#RaffleRules {
  display: block;
  width: 180px;
  height: 41px;
  padding-bottom: 0px;
  background: url("../images/buttons/RaffleRules.gif") no-repeat 0 0;
}
#RaffleRules:hover { 
  display: block;
  width: 208px;
  height: 41px;
  background-position: -180px 0;
}
#RaffleRules span {
  display: none;
}
#Cards2009Results {
  display: block;
  width: 180px;
  height: 41px;
  padding-bottom: 0px;
  background: url("../images/buttons/Cards2009Results.gif") no-repeat 0 0;
}
#Cards2009Results:hover { 
  display: block;
  width: 208px;
  height: 41px;
  background-position: -180px 0;
}
#Cards2009Results span {
  display: none;
}
#AboutDeltaDental {
  display: block;
  width: 180px;
  height: 41px;
  padding-bottom: 0px;
  background: url("../images/buttons/AboutDeltaDental.gif") no-repeat 0 0;
}
#AboutDeltaDental:hover { 
  display: block;
  width: 208px;
  height: 41px;
  background-position: -180px 0;
}
#AboutDeltaDental span {
  display: none;
}

#bottom {
	background-image: url(../Images/main_bottom.jpg);
	width: 800px;
	height: 99px;
	margin: 0px auto;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #ffffff;
	margin: 0px auto;
	width: 800px;
	height:40px;
}
.footermiddle, .footerright {
	font-size: 12px;
	margin-top:6px;
}
.footerleft {
	float: left;
	font-size: 10px;
	margin-top:6px;
	text-align:left;
	padding-right:175px;
}
.footermiddle {
	float: left;
	text-align:left;
}
.footerright {
	float: right;
	text-align:right;
}

a.WhiteLink:link,
a.WhiteLink:visited {
	color: #ffffff;
}

a.WhiteLink:hover {
	text-decoration: none;
}

a.WhiteLinkSmall:link,
a.WhiteLinkSmall:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
}

a.WhiteLinkSmall:hover {
	text-decoration: none;
}

a.WhiteLinkSmaller:link,
a.WhiteLinkSmaller:visited {
	color: #ffffff;
	font-size: 9px;
}

a.WhiteLinkSmaller:hover {
	text-decoration: none;
}

a.BoldWhiteLink:link,
a.BoldWhiteLink:visited {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

a.BoldWhiteLink:hover {
	text-decoration: none;
}

img.imgblock {
	display: block;
	border-width: 0;
}
