@charset "UTF-8";
/* CSS Document */

body {
	text-align:center;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
	padding:0;
	margin:12px 20px 16px 30px;
}
h1{
	font-weight:bold;
	margin:20px 20px 20px 30px;;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;}
h2 {
	font-weight:bold;
	margin:20px 20px 0px 30px;;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
h2 + p {
	margin-top:0px;
}
a, a:link, a:hover, a:active {
	color:#000;
	text-decoration:underline;
}
a img {
	border:none;
}
#maincontainer {
	width:980px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	position:relative;
}
#header {
}
#header a img {
	border:none;
}
#header_logo {
	position:relative;
	float: left;
	display: inline;
	width:322px;
}
#header_newsletter {
	position:relative;
	float: right;
	display: inline;
	width: 318px;
	cursor: pointer;
}
#header_menu {
	clear:right;
}
ul#menu {
	margin:0;
	padding:0;
}
ul#menu li {
	float:right;
	display:inline;
	padding:0;
	height:40px;
}
ul#menu li a img {
	border:0;
}
ul#menu li img {
	top:0;
	left:0;
}
.menu_top {}
.selectedanchor{}

.header_menu_sub{
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
.header_menu_sub ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.header_menu_sub ul li {
	height:31px;
}
.header_menu_sub ul li a img{
	border:0;
}

#newsletter {
	width:253px;
	height:110px;
	float:right;
	position:absolute;
	top:40px;
	right:76px;
	background-image:url(../images/newsletter_bg.png);
	background-repeat:no-repeat;
	z-index:1;
	display:none;}
#newsletter .show {
	display:inline;}
#newsletter_text {
	margin:5px auto 7px 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#545454;
	width:128px;}
#email {
	border:none;
	background-image:url(../images/newsletter_field.png);
	background-repeat:no-repeat;
	margin-left:11px;
	width:223px;
	height:30px;}
#subscribe {
	margin-left:11px;
	margin-top:5px;
	cursor: pointer;
}
#newsletter_thanks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#545454;
	margin:35px auto 23px 59px;}
#newsletter_close {
	float:right;
	position:relative;
	display:inline;
	margin-right:10px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#545454;
	font-size:11px;
	width:50px;
	cursor:pointer;}
	
#grid_top {
	width:936px;
	height:11px;
	background-image:url(../images/grid_top.gif);
	background-repeat:no-repeat;
	left:18px;
	position:relative;
	clear:both;
}
#grid_bottom {
	width:936px;
	height:11px;
	background-image:url(../images/grid_bottom.gif);
	background-repeat:no-repeat;
	left:18px;
	position:relative;
}
#gridcontainer {
	overflow:hidden;
	position:relative;
	width:936px;
	background-image:url(../images/grid_background.gif);
	background-repeat:repeat-y;
	padding-left:9px;
	left:18px;
}
ul#grid {
	margin:0;
	padding:0;
}
ul#grid li {
    position: relative;
	float:left;
	display:inline;
	padding:0px;
	height:71px;
	width:71px;
}

ul#grid li.grid_last_row {
	height:68px;
}

li.thumb_div {
    position: absolute;
    top: 0px;
    left: 0px;
	width:68px;
	height:68px;
}
	
li.inactive img {
	/*top: 0px; 
	left: 0px;*/
}
	
li.inactive .shade_div {
    position: absolute; 
	top: 0px; 
	left: 0px;
	width:68px;
	height:68px;
}

.shade_test {
	width:68px;
	height:68px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	background-color: Black;
    
}

li.active .shade_div {}

#footer {
	width:100%;
	height:132px;
	background-image:url(../images/footer_background.gif);
	background-repeat:no-repeat;
	padding:11px 21px 31px 31px;
	position:relative;
}
#footer p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#fff;
}
#footer a {
	text-decoration:none;
	color:#fff;
}
#footer p#terms {
	float:right;
	position:absolute;
	top:11px;
	right:86px;
	text-align:right;
}


#gallery {
	float:left;
	position:absolute;
	top:105px;;
	left:18px;
	display:none;
}
#gallery .show {
	display:inline;
}
#scrim {
	background-image:url(../images/gallery_scrim.png);
	background-repeat:repeat-x;
	height:650px;
	float:left;
	position:absolute;
	width:100%;
	top:0;
	left:0;
}
#screen2 {
	position:relative;
	width:900px;
	margin:20px;
}
#slideshow{
    position: relative;
	overflow:hidden;
	width:906px;
	height: 430px;
}
	
#slideshow ul {
    position: absolute;
    top: 0px;
    left: 0px;
	width: 500000px;
	padding-left: 130px;
	list-style: none;
}

#slideshow li{
	float:left;
	display: inline;
	margin:0 45px auto;
	cursor:pointer;
	width:533px;

}
.clear {
	clear:both;
}
#button_close {
	text-align:right;
	color:#fff;
	font-size:18px;
	text-decoration:none;
	cursor:pointer;
}
#buttons2 {
	float:left;
	position:absolute;
	top:30px;
	left:30px;
	width:100%;
	height:360px;
}
#prev_button {
	background-repeat:no-repeat;
	width:50%;
	height:100%;
	float:left;
	position:relative;
	vertical-align:middle;
}
#next_button {
	background-repeat:no-repeat;
	background-position:right;
	width:50%;
	height:100%;
	float:right;
	position:relative;	
	text-align:right;
}
.caption {
	display:none;
	height:53px;
	background-image:url(../images/caption_background.png);
	background-repeat:no-repeat;
	background-position:center;
}
.caption_text {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	width:315px;
	float:left;
	position:relative;
	display:inline;
	margin:12px auto auto 20px;;
}
.caption_donate {
	float:right;
	position:relative;
	display:inline;
	width:150px;
	margin:10px 10px auto;
}


#home_sponsor {
	height:210px;
	width:565px;
	float:left;
	position:absolute;
	top:71px;
	left:364px;
	background-color:#FFF;
}
#home_sponsor_call_out {
	float:left;
	position:relative;
	width:352px;
	height:210px;
}
#home_buttons {
	text-align:center;
}
#home_buttons img {
	margin:20px auto 0px auto;
	border:0;
}
#home_buttons p {
	font-size:14px;
	font-weight:bold;
	margin-top:30px;
	color:#545454;
}
#home_about {
	width:355px;
	height:213px;
	float:left;
	position:absolute;
	top:284px;
	left:9px;
	background-color:#FFF;
}
#home_about p {
	font-size:12px;
	margin-bottom:14px;
	margin-left:15px;
}
#home_about a {
	color:#000;
	text-decoration:underline;
}
#home_about a img {
	border:none;
}
#event_callout {
	width:284px;
	height:142px;
	float:left;
	position:absolute;
	top:355px;
	left:648px;
	background-color:#FFF;
	}
#donate_content {
	height:568px;
	width:426px;
	float:left;
	position:absolute;
	top:71px;
	left:78px;
	background-color:#FFF;
}
#donate_form {
	bottom:30px;
}
#donate_title, #sponsor_title, #our_work_title, #sponsorship_title, #sips_title, #joys_title, #about_title, #contact_title, #team_title, #resources_title, #thanks_title, #rsvp_title {
	margin-top:12px;
	margin-left:15px;
	margin-bottom:15px;
}
#donation_amounts {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	size:17px;
	left:30px;
	float:left;
	position:relative;
	width:90px;
	line-height:41px;
}
#donate_pic {
	float:right;
	position:relative;
	width:278px;
	right:20px}
#donation_other {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	size:17px;
	left:30px;
	top:10px;
	bottom:30px;
	float:left;
	clear:bot;
	position:relative;
	width:210px;
}
#donationMinMax {
	font-size:10px;
	margin-left:85px;
}
#donation_button {
	float:right;
	position:relative;
	width:150px;
	right:20px;
	top:10px;
}
#sponsor_highlight {
	float:right;
	position:absolute;
	top:71px;
	right:16px;
	background-color:#fff;
	width:213px;
	height:142px;
}
#sponsor_highlight img {
	margin-top:15px;
	margin-left:15px;
}
#sponsor_highlight p {
	margin-top:5px;
	color:#545454;
}
#donate_mail {
	float:right;
	position:absolute;
	width:213px;
	height:142px;
	background-color:#fff;
	top:284px;
	right:16px;
}
#donate_mail p {
	margin-left:20px;
	color:#545454;
}
.donate_mail_title {
	font-weight:bold;
	text-decoration:underline;
	margin-top:20px;
}
#sponsor_content {
	height:495px;
	width:426px;
	float:left;
	position:absolute;
	top:71px;
	left:78px;
	background-color:#FFF;
}
#sponsor_callout {
	float:right;
	position:absolute;
	width:352px;
	height:213px;
	background-color:#fff;
	top:71px;
	right:16px;
}
#our_work_content {
	height:637px;
	width:426px;
	float:left;
	position:absolute;
	top:71px;
	left:78px;
	background-color:#FFF;
}
#sponsorship_content {
	height:708px;
	width:499px;
	float:left;
	position:absolute;
	top:71px;
	left:78px;
	background-color:#FFF;
}
#sponsorship_map {
	float:right;
	position:absolute;
	top:284px;
	right:16px;
	background-color:#fff;
	width:213px;
	height:213px;
}	
#sips_content {
	height:708px;
	width:499px;
	float:left;
	position:absolute;
	top:71px;
	left:78px;
	background-color:#FFF;
}
#rsvp_content {
	height:1419px;
	width:851px;
	float:left;
	position:absolute;
	top:71px;
	left:78px;
	background-color:#FFF;
}
#rsvp_content ul {
	margin-left: 78px;
	margin-top: 0px;
	padding:0;}
#rsvp_content li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top:0;
	padding:0;
	}
#rsvp_form {
	f/ont-family:Arial, Helvetica, sans-serif;
	co/lor:#000;
	fon/t-size:13px;
	padding:0;
	margin:12px 20px 16px 30px;}
#gift_kit_callout {
	float:right;
	position:absolute;
	width:352px;
	height:213px;
	background-color:#fff;
	top:71px;
	right:16px;
}
#joys_content {
	height:566px;
	width:426px;
	float:left;
	position:absolute;
	top:71px;
	left:78px;
	background-color:#FFF;
}
#about_content {
	height:567px;
	width:851px;
	float:left;
	position:absolute;
	top:71px;
	left:78px;
	background-color:#FFF;
}
#about_left {
	float:left;
	position:relative;
	width:450px;
}
#about_right {
	float:right;
	position:relative;
	width:400px;
}
#contact_content, #cancel_content, #thanks_content {
	height:284px;
	width:499px;
	float:left;
	position:absolute;
	top:71px;
	left:78px;
	background-color:#FFF;
}
#team_content {
	height:922px;
	width:851px;
	float:left;
	position:absolute;
	top:71px;
	left:78px;
	background-color:#FFF;
}
#team_content .bio_img {
	margin-left:20px;
	margin-right:15px;
	margin-bottom:15px;
}
#resources_content {
	height:567px;
	width:499px;
	float:left;
	position:absolute;
	top:71px;
	left:78px;
	background-color:#FFF;
}
#gift_kit_explaination {
	float:left;
	position:absolute;
	display:block;
	top:71px;
	left:80px;
	width:565px;
	height:68px;
	background-color:#d5d5d5;
	border-bottom:1px #959595 solid;}
#gift_kit_explaination p {
	margin-left:15px;
	margin-top:27px;
	font-weight:bold;}
#gift_kits_wrapper {
	float:left;
	position:absolute;
	top: 140px;
	left: 80px;
	width: 849px;
}
#gift_kits_left {
	float:left;
	position:relative;
	width:565px;
	background-color:#d5d5d5;
}
.expanded #gift_kits_left {
	width:284px;
}
.gift_kit_choice {
	padding:15px 10px 0px 10px;
	border-bottom:1px solid #959595;
	width:545px;
	height:124px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.expanded .gift_kit_choice {
	width:264px;
}
.expanded .selected {
	background-color:#fff;
}
.gift_kit_thumb {
	float:left;
	position:relative;
	width:108px;
	margin-right:10px;
}
.expanded .gift_kit_title_wrapper {
	height:76px;
}
.gift_kit_title, .gift_kit_price {
	position:relative;
	float:left;
	display: inline;
	width:265px;
	font-weight:bold;
}
.expanded .gift_kit_title, .expanded .gift_kit_price {
	width:140px;
}
.gift_kit_amount {
	display:inline;
	color:#545454;
}
.gift_kit_descripion {
	position:relative;
	float:left;
	display: inline;
	width:330px;
}
.expanded .gift_kit_descripion {
	display:none;
}
.gift_kit_go {
	position:relative;
	float:right;
	display: inline;
	margin-top:48px;
	cursor: pointer;
}
.expanded .gift_kit_go {
	float:left;
	display: inline;
	margin-top:0px;
}
#gift_kit_footer {
	width:284px;
	height:111px;
	margin:15px 10px 15px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.gift_kit_footer_title {
	margin-top:25px;
	margin-left:15px;
	color:#959595;
}
.gift_kit_footer_emails {
	font-weight:bold;
	color:#959595;
	margin:15px;
}
#gift_kits_right {
	display:none;
	float:right;
	position:relative;
	width:565px;
	background-color:#fff;
}
.expanded #gift_kits_right {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}
.gift_kits_right_wrapper {
    display: none;
	margin:20px 10px 25px 20px;
}
.gift_kit_main_title {
	font-size:26px;
	color:#545454;
	float:left;
	display:block;
}
.gift_kit_example {
	margin-top:6px;
	margin-left:20px;
	float:left;
	display:block;}
.gift_kit_main_price {
	font-size:30px;
	font-weight:bold;
	color:#545454;
	margin-bottom:10px;
	clear:both;
}
.gift_kit_main_description {
	position:relative;
	float:left;
	display: inline;
	width:280px;
}
.gift_kit_img {
	position:relative;
	float:right;
	display: inline;
	width:230px;
}
.gift_kit_form {
    position: relative;
    overflow: hidden;
	clear: both;
}
.gift_kit_form_num {
	position:relative;
	float:left;
	display: inline;
	width:35px;
	margin-top:20px;
	font-size:26px;
	color:#545454;
}
.gift_kit_form_delete {
	position:relative;
	float:left;
	display: inline;
	margin-top:32px;
	font-size:12px;
	text-decoration: underline;
	color:#545454;
	cursor: pointer;
}
.gift_kit_form_left {
	position:relative;
	float:left;
	clear:left;
	display: inline;
	width:300px;
	margin-top:10px;
}
.gift_kit_form_from {}
.gift_kit_form_recipient, .gift_kit_form_date {
	margin-top:10px;
}
.gift_kit_required_marker {
	color:#ff0000;
	font-size:12px;}
.gift_kit_form_recipient_mail {}
.gift_kit_form_msg {
	position:relative;
	float:right;
	display: inline;
	width:230px;
	margin-top:10px;
}
.gift_kit_form_button {
	position:relative;
	float:right;
	display: none;
	width:230px;
	margin-top:20px;
}
.gift_kit_add {
	position:relative;
	clear:both;
	float:right;
	display: inline;
	margin-top:35px;
	text-decoration: underline;
	cursor: pointer;
}
.gift_kit_summary {
	clear:both;
	background-color:#d5d5d5;
	float:left;
	position:relative;
	margin-top:15px;
	margin-bottom:10px;
}
.your_order {
	font-size:22px;
	float:left;
	position:relative;
	width:240px;
	margin-top:10px;
	margin-left:10px;
}
.order_details {
	position:relative;
	float:left;
	display: inline;
	width: 500px;
	margin-left:10px;
	margin-bottom:10px;
	font-size:22px;
	font-weight:bold;
}
.order_details_num {
	/*position:relative;
	float:left;
	display: inline;
	width:30px;*/
	margin-right: 5px;
	display:none;/*added to remove the display in the "your order" section*/
}

.order_details ul {
    margin: 0;
    padding: 0;
    list-style: none none outside;
}

.order_details li {
}

.order_summary {
	float: right;
	display: inline;
	margin-right: 10px;
	font-weight: bold;
	font-size: 15px;
	text-align: right;
}

.checkout_button {
	position:relative;
	float:right;
	display: inline;
	width:210px;
	margin-bottom:10px;
	cursor: pointer;
}

#privacy {
	height:568px;
	width:851px;
	float:left;
	position:absolute;
	top:71px;
	left:78px;
	background-color:#FFF;}
#terms_content {
	height:2411px;
	width:851px;
	float:left;
	position:absolute;
	top:71px;
	left:78px;
	background-color:#FFF;}
	
/* Adam's crap */
#slideshow .loaderdiv {
    position: relative;
    overflow: hidden;
    height:354px;
    padding: 1px;
	width:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#slideshow .loaderdiv .loaderimg {
    position: absolute;
    top: 0px;
    left: 0px;
}

#slideshow .loaderdiv .midsize {
    margin:0 auto;
	padding:1px;
	display:block;
}

#preloader {
    background: url(../images/gallery_scrim.png) no-repeat -1000px -1000px;
}

#blank_form {
    display: none;
}

.expanded #gift_kits_right input.errorField,.expanded #gift_kits_right textarea.errorField {
    border: solid 2px red;
}

.expanded #gift_kits_right input.regularField,.expanded #gift_kits_right textarea.regularField {
    border: solid 1px black;
}