a, a:link
{
	background: ;
	color: #92370C;
}

body
{
	background: #AED2D2 url("../images/bg.jpg") center top repeat-x;
	color: #595441;
	margin: 0;
	padding: 0;
	text-align: center;
}

body, td, textarea, th
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

em.miracleMatch
{
    color:Red;
    font-style: normal;    
}

img
{
	border:0;
}

input, select
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

fieldset
{
	border-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

fieldset label
{
	display: block;
}

form
{
	margin: 0;
}

h1, h2, h3, h4, h5, h6
{
	background: ;
	color: #92370C;
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 0.25em 0;
}

h1
{
	background: url('../images/dotted_line.gif') repeat-x left bottom;
	color: #0C6877;
	font-family: "Comic Sans MS", "Comic Sans", Sans-Serif;
	font-size: 140%;
	margin: 0 0 12px 0;
	padding: 0 0 3px 0;
}

h1 a,
h1 a:link
{
	background: ;
	color: #0C6877;
	text-decoration: none;
}

h1 a:hover
{
	text-decoration: underline;
}

h2
{
	font-size: 120%;
}

h2 img
{
	border-style: none;
	margin: 0 0 0.25em 0;
}

h3
{
	font-size: 110%;
}

hr
{
	background: #595441;
	border-style: none;
	clear: both;
	color: #595441;
	height: 1px;
	overflow: hidden;
	width: 100%;
}

input.button
{
	background: #08326E;
	border: 1px outset #08326E;
	color: #FFF;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}

input.textbox, select, textarea
{
	background: #FFF;
	border: 1px solid #595441;
	color: #595441;
}

p
{
	margin: 0 0 1em 0;
}

select
{
	padding: 1px;
}

th
{
	background: #000033;
	color: #FFF;
	font-weight: bold;
}

th a,
th a:link
{
	background: ;
	color: #FFF;
}

tr.altrow td
{
	background: #d6dfe7;
	color: inherit;
}

.bulletList
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.bulletList h3
{
	cursor: pointer;
}

.bulletList ul
{
	background: url("../images/icon_answer.gif") left top no-repeat;
	display: none;
	line-height: 42px;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 60px;
}

.button,
.button:link
{
	background: #6A1F00 url("../images/btn_right.gif") right top no-repeat;
	color: #FFF;
	display: block;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	padding: 0 10px 0 0;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.button img
{
	float: left;
	margin: 3px 10px 0 0;
}

.button span
{
	background: url("../images/btn_left.gif") left top no-repeat;
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding: 0 0 0 10px;
}

.button:hover
{
	background-position: right bottom;
}

.button:hover span
{
	background-position: left bottom;
}

.buttonList
{
	overflow: hidden;
	text-align: right;
	width: 100%;
}

.buttonList .button
{
	float: left;
	margin-right: 1em;
}

.columns .column1,
.columns .column2
{
	width: 275px;
}

.designationDesc
{
    background: #e0e0e0;
    border: solid 2px #0C6877;
    padding: 1em;
    margin-top: 2em;
}

.error
{
	background: ;
	color: #900;
	font-weight: bold;
}

.error.summary
{
	margin: 0 0 1em 0;
}

.error.summary p
{
	margin: 0;
}

.error.summary ul
{
	font-weight: normal;
	list-style-type: square;
	margin: 0;
	padding: 0 0 0 2em;
}

.moreInfo,
.moreInfo:link
{
	background: url("../images/icon_arrow.gif") left center no-repeat;
	display: block;
	font-weight: bold;
	padding: 1px 0 0 10px;
	text-decoration: none;
}

.moreInfo:hover
{
	text-decoration: underline;
}

.moreInfo.events,
.moreInfo.events:link
{
	background-image: url("../images/icon_event.gif");
	padding: 1px 0 0 18px;
}

.moreInfo.news,
.moreInfo.news:link
{
	background-image: url("../images/icons/page.gif");
	padding: 1px 0 0 18px;
}

.moveDialog
{
    background: white;
    border: solid 1px #0C6877;
    padding: 1em;
    text-align: left;
}

.news
{
	background-image: none;
	overflow: hidden;
	width: 100%;
}

.news .picture
{
	float: right;
	margin: 0 0 15px 15px;
}

.news .picture img
{
	border-style: none;
}

.product
{
	overflow: hidden;
	width: 100%;
}

.product .picture
{
	float: left;
	margin: 0 1em 1em 0;
	text-align: center;
}

.product .picture a,
.product .picture a:link
{
	font-weight: bold;
	text-decoration: none;
}

.product .picture a:hover
{
	text-decoration: underline;
}

.product .picture img
{
	border-style: none;
	margin: 0 0 0.25em 0;
}

.product .purchase
{
	background: #EEE;
	border: 1px solid #CCC;
	color: inherit;
	float: right;
	margin: 0 0 1em 1em;
	padding: 1em;
	padding-bottom: 0;
	width: 120px;
}

.product .purchase input.textbox,
.product .purchase select
{
	width: 110px;
}

.required
{
	background: ;
	color: #900;
	font-weight: bold;
}

.scrolling
{
	border: 1px solid #595441;
	padding: 0 0.5em;
	width: 90%;
}

.secureBadge
{
	float:right;
	padding: 0 0 1em 1em;
}

/* Begin shareYourStory styles */

.shareYourStory #Header
{
    height: 425px;
}

.shareYourStory #Header .title
{
    background: url(../images/share_your_story/banner-share-your-story-picnic.jpg) left top no-repeat;
    height: 220px;
}

.shareYourStory #Header .titleContent
{
    left: 35px;
}

.shareYourStory #Header .titleContent .donate 
{
    top: 180px;
}

.shareYourStory #Slideshow
{
    display: none;
}

.shareYourStory #Header .title
{
    text-indent: -1000em;
}

.shareYourStory #Content .textbox
{
    font-size: 150%;
}

.shareYourStory #Content .buttonList
{
    margin-top: 2em;
}

.shareYourStory #Content .buttonList .button
{
    float: right;
    margin-right: 20px;
}


/* End shareYourStory styles */

.slideshow
{
	border: 1px solid #000;
	height: 390px;
	margin: 0 0 268px 0;
	position: relative;
	width: 583px;
}

.slideshowCaption
{
	background: url("../images/bg_caption.jpg") left top no-repeat;
	height: 268px;
	left: -1px;
	position: absolute;
	top: 390px;
	width: 585px;
}

.slideshowCaption a,
.slideshowCaption a:link
{
	background: ;
	color: #C60;
	display: block;
	font-family: "Comic Sans MS", "Comic Sans", Sans-Serif;
	font-size: 140%;
	font-weight: bold;
	line-height: 40px;
	padding: 0 50px;
	position: absolute;
	text-decoration: none;
	top: 119px;
}

.slideshowCaption a:hover
{
	text-decoration: underline;
}

.slideshowCaption h2
{
	background: ;
	color: #0C6877;
	font-family: "Comic Sans MS", "Comic Sans", Sans-Serif;
	font-size: 140%;
	margin: 0;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}

.slideshowCaption p
{
	padding: 0 30px;
}

.slideshowCaption .slideshowNext
{
	right: 30px;
}

.slideshowCaption .slideshowPrev
{
	left: 30px;
}

.slideshowOverlay
{
	background: url("../images/tour_bear.png") left top no-repeat;
	bottom: 0px;
	height: 191px;
	position: absolute;
	right: -1px;
	width: 234px;
	z-index: 1000000;
}

.store
{
	margin: 1em 0;
}

.store td
{
	vertical-align: top;
}

.store td img
{
	border-style: none;
}

.submenu
{
	line-height: normal;
	margin: 0 0 2em 0;
}

.submenu ul
{
	background: url("../images/dotted_line.gif") left top repeat-x;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.submenu ul li
{
	background: url("../images/dotted_line.gif") left bottom repeat-x;
}

.submenu ul li a,
.submenu ul li a:link
{
	background: url("../images/icons/page.gif") 5px 10px no-repeat;
	display: block;
	padding: 9px 0px 9px 35px;
	text-decoration: none;
}

.submenu ul li a.selected,
.submenu ul li a.selected:link
{
	font-weight: bold;
}

.submenu ul li li
{
	font-weight: normal;
	padding-left: 30px;
}

.success
{
	background: url('../images/icons/success.gif') no-repeat left top;
	color: #090;
	font-weight: bold;
	min-height: 32px;
	padding: 10px 0 10px 40px;
}

.testimonial
{
	overflow: hidden;
	width: 100%;
}

.testimonial .picture
{
	float: right;
	margin: 0 0 15px 15px;
}

.thumbnail
{
	border: 1px solid #000;
}

.thumbnail.type1
{
	clear: right;
	float: right;
	margin: 0 0 15px 15px;
}

.thumbnail.type2
{
	clear: left;
	float: left;
	margin: 0 15px 15px 0;
}

.thumbnails
{
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 600px;
}

.thumbnails img
{
	border: 1px solid #000;
}

.thumbnails li
{
	float: left;
	margin: 0 15px 15px 0;
	overflow: hidden;
	width: 185px;
}

.thumbnails .caption
{
	display: block;
	height: 1.5em;
	padding: 0.25em 0;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}

#Banner
{
	background: #004773 url("../images/header_pic_inside.jpg") left top no-repeat;
	color: #FFF;
	height: 116px;
	line-height: 60px;
	margin: 0 14px 35px 14px;
	padding: 0 35px;
}

#Banner h1
{
	background-image: none;
	font-size: 180%;
	margin: 0;
	padding: 0;
}

#Banner h1 a
{
	background: ;
	color: #C5CFDC;
	text-decoration: none;
}

#Container
{
	background: url("../images/header.jpg") center top no-repeat;
	padding: 0 9px;
}

#ContainerOuter
{
	background: #FFF url("../images/bg_content.jpg") center top repeat-y;
	color: #595441;
	margin: 0 auto;
	text-align: left;
	width: 996px;
}

#Content
{
	float: left;
	width: 585px;
}

#ContentContainer
{
	background: url("../images/column_divider.gif") 648px 0px no-repeat;
	line-height: 1.6em;
	overflow: hidden;
	padding: 20px 60px 20px 40px;
	width: 878px;
}

#DonationSelection
{
        
    padding: 30px 40px;
    text-align: left;
    width: 300px;
}

#DonationSelection .donate a
{
    margin-left: 30px;
    margin-top: 10px;
}

#Inside #DonationSelection .donateMM 
{
    display:block !important;
}

#DonationSelectionBox
{
    display: none;
}

#Footer
{
	background: #FFF url("../images/bg_content.jpg") center bottom repeat-y;
	color: #595441;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 996px;
}

#Footer a
{
	text-decoration: none;
}

#Footer a:hover
{
	text-decoration: underline;
}

#Footer .column1,
#Footer .column2
{
	width: 45%;
}

#Footer .columns
{
	clear: none;
	margin-top: 1em;
}

#Footer .copyright
{
	width: 370px;
}

#Footer .links
{
	float: right;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#Footer .links li
{
	border-right: 1px solid #858274;
	display: inline;
	float: left;
	margin: 0 -13px 0 0;
	padding: 0 12px 0 24px;
}

#Footer .logos
{
	clear: right;
	float: right;
	list-style-type: none;
	margin: 1em 0 0 0;
	padding: 0;
	width: 522px;
}

#Footer .logos li
{
	display: inline;
	float: left;
	margin: 0 0 0 10px;
}

#Footer .logos li a,
#Footer .logos li span
{
	background: url("../images/footer_sponsor.gif") left top no-repeat;
	display: block;
	height: 80px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -1000em;
}

#Footer .logos .cmn
{
	background-position: -226px 0px;
	width: 95px;
}

#Footer .logos .hsc
{
	background-position: -321px 0px;
	width: 161px;
}

#Footer .logos .mich
{
	background-position: 0px 0px;
	width: 106px;
}

#Footer .logos .wch
{
	background-position: -106px 0px;
	width: 120px;
}

#FooterContent
{
	background: url("../images/footer_bg.gif") center bottom no-repeat;
	color: #595441;
	min-height: 118px;
	overflow: hidden;
	padding: 20px 49px 13px 49px;
	width: 898px;
}

#Header
{
	font-weight: bold;
	height: 292px;
	padding: 17px 0 0 0;
	position: relative;
	z-index: 10;
}

#Header h1
{
	background-image: none;
	margin: 0;
	padding: 0;
}

#Header h1 a
{
	display: block;
	height: 134px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -1000em;
	width: 320px;
}

#Header .contact
{
	display: none;
}

#Header .links
{
	font-family: "Comic Sans MS", "Comic Sans", Sans-Serif;
	font-size: 120%;
	font-weight: bold;
	position: relative;
	width: 100%;
	z-index: 2;
}

#Header .links ul
{
	background: #035D69 url("../images/header.jpg") -14px -151px no-repeat;
	color: #FFF;
	height: 40px;
	line-height: 40px;
	list-style-type: none;
	margin: 0 5px 1px 5px;
	padding: 0 15px;
}

#Header .links ul li
{
	float: left;
	position: relative;
	white-space: nowrap;
	width: auto;
}

#Header .links ul li a,
#Header .links ul li a:link
{
	background: ;
	color: #FFF;
	display: block;
	padding: 0 20px;
	text-decoration: none;
}

#Header .links ul li.hover ul,
#Header .links ul li.hover li.hover ul
{
	visibility: visible;
}

#Header .links ul li.hover ul ul,
#Header .links ul li.hover li.hover ul ul
{
	visibility: hidden;
}

#Header .links ul ul
{
	background: #035D69;
	border: 1px solid #FFF;
	border-top-style: none;
	color: #FFF;
	height: auto;
	left: 0px;
	line-height: normal;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	visibility: hidden;
}

#Header .links ul ul li
{
	border-top: 1px solid #FFF;
	width: 100%;
}

#Header .links ul ul li a,
#Header .links ul ul li a:link
{
	padding: 5px 20px;
}

#Header .links ul ul li.hover
{
	background: #00A39F;
	color: #FFF;
}

#Header .sites
{
	display: none;
}

#Header .title
{
	background: #DCF2F6 url("../images/header_inside.jpg") left top no-repeat;
	color: #595441;
	height: 86px;
	margin: 1px 4px;
	padding: 30px 35px 0 35px;
	position: relative;
	z-index: 1;
}

#Header .title a,
#Header .title a:link
{
	background: ;
	color: #595441;
}

#Header .title h2
{
	background: ;
	color: #0C6877;
	font-family: "Comic Sans MS", "Comic Sans", Sans-Serif;
	font-size: 150%;
	margin: 0 0 0 0;
	padding: 0 0 3px 0;
}

#Header .title p
{
	margin: 0;
}

#Header .titleContent
{
	height: 3em;
	left: 685px;
	position: absolute;
	top: 0px;
	width: 215px;
	z-index: 2;
}

#Header .titleContent *
{
	display: none;
}

#Header .titleContent .donate
{
	display: block;
	left: -3px;
	position: absolute;
	top: 50px;
}

#Header .titleContent .donate a,
#Header .titleContent .donate a:link,
#DonationSelection .donate a
{
	background: transparent url("../images/btn-donate.png") left top no-repeat;
	color: #FFF;
	display: block;
	height: 56px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -1000em;
	width: 229px;
}

#Header .titleContent .donateMM a,
#Header .titleContent .donateMM a:link,
#DonationSelection .donateMM a
{
	background: transparent url(../images/miracle_match/cn-donate-now.png) left top no-repeat;
}


#Header .titleContent .donate a:hover,
#Header .titleContent .donateMM a:hover
{
	background-position: left bottom;
}

#Header .titleContent .donateText
{
    position:absolute;
    top: 59px;
    left: 0px;
}

#Header .tools
{
	left: 658px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 115px;
	width: 285px;
	z-index: 1;
}

#Header .tools label
{
	display: none;
}

#Header .tools .button,
#Header .tools .button:link
{
	background: #6A1F00 url("../images/btn_search.jpg") left top no-repeat;
	color: #FFF;
	float: right;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 76px;
}

#Header .tools .button:hover
{
	background-position: left bottom;
}

#Header .tools .textbox
{
	background: url("../images/search_bg.gif") left top repeat-x;
	float: left;
	margin: 7px 0;
	width: 198px;
}

#Header.changeCrusaders
{
	height:393px;
	position:relative;
}

#Header.changeCrusaders .title
{
	background: transparent url("../images/header_changeCrusaders.jpg") 1px top no-repeat;
	height:188px;
}

#Header.changeCrusaders .title h2
{
	left:250px;
	position:absolute;
	top:150px;
}

#Header.changeCrusaders .title .breadcrumb
{
	left:250px;
	position:absolute;
	top:180px;
}

#Header.changeCrusaders .titleContent .donate
{
	top:150px;
}

#Header.changeCrusaders .titleContent .donate a,
#Header.changeCrusaders .titleContent .donate a:link
{
	background: #92370C url("../images/btn_donate_white.jpg") left top no-repeat;
}


#Header.changeCrusaders .titleContent .donate a:hover
{
	background-position: left bottom;
}

/* */
body.golfClassic #Header .title h2,
body.golfClassic #Header .title .breadcrumb,
body.golfClassic #Header .title .donate
{
    display: none;
}

#Header.golfClassic
{
	height:393px;
	position:relative;
}

#Header.golfClassic .title
{
	background: transparent url("../images/header_golfClassic.jpg") 1px top no-repeat;
	height:218px;
}

#Header.golfClassic .title h2
{
	left:180px;
	position:absolute;
	top:20px;
}

#Header.golfClassic .title .breadcrumb
{
	left:182px;
	position:absolute;
	top:50px;
}

#Header.golfClassic .titleContent .donate
{
	left:-510px;
	top:73px;
}

#Header.golfClassic .titleContent .donate a,
#Header.golfClassic .titleContent .donate a:link
{
	background: #92370C url("../images/btn_donate_white.jpg") left top no-repeat;
}


#Header.golfClassic .titleContent .donate a:hover
{
	background-position: left bottom;
}

#Inside .donateMM
{
    display: none !important;
}

#Sidebar
{
	float: right;
	width: 240px;
}

#Slideshow
{
	background: url("../images/header_pic_inside_01.jpg") left top no-repeat;
	height: 116px;
	left: 434px;
	position: absolute;
	top: 0px;
	width: 266px;
	z-index: 1;
}

#SubscriptionForm label.emailField
{
	display: none;
}

#SubscriptionForm p
{
	clear: both;
	overflow: hidden;
	width: 100%;
}

#SubscriptionForm .success
{
	width: auto;
}

#SubscriptionForm .textbox
{
	float: left;
	margin: 1px 0;
	width: 160px;
}

