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

/* general*/
body{
    padding:0;
    margin:0;
	font-family:"HelveticaLTStdRoman", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#6c6d6d;
	background-color:inherit;
	background:url(../images/bodybg.gif) repeat 0 0;
}
div, h1, h2, h3, h4, h5, p, ol, form, input, textarea, img{
    margin:0;
	padding:0;
}

ul{
    margin:0; 
    padding:0; 
    list-style-type:none;
}
p{
	padding:0 0 20px 0;
	}
img{
    border:none;
}
a{
	outline:none;
	color:#999;
	background-color:inherit;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	color:#666;
	background-color:inherit;
}
.spacer{
    clear:both; 
    font-size:0; 
    line-height:0;
}
/* general*/
.wrapper{
	width:1011px;
	margin:0 auto;
	padding:0 8px 0 7px;
	background:url(../images/wrapperbg.png) repeat-y 0 0;	
}
/*header start*/
.header{
	width:988px;
	padding:20px 0 21px 25px;
	text-transform:uppercase;
	background:url(../images/headerbg.png) repeat-x 0 100%;
	z-index:2;
	position:relative;
}

/*-------social_portion_starts-------*/
.social{
	position:absolute;
	right:25px;
	top:12px;
}

.fb{
	margin:0 10px 0 0;
}
.social a img{
	-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.social a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
}

/*-------social_portion_ends-------*/
/*navigation start*/
.navi{
	width:666px;
	float:right;
	font-size:14px;
	margin:30px 0 0 0;
	background:url(../images/navmid.png) repeat-x 0 0;	
}
.navi li{
	font-size:14px;
	line-height:20px;
	font-family:"HelveticaLTStdBold", Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	float:left;
	background:url(../images/navdiv.png) no-repeat 100% 0;
	padding:0 3px 5px 0;
	text-shadow:2px 0 1px #172c51;
	letter-spacing:1px;
}
.navi li.last{
	background:none;
	padding:0;	
}
.navi li a{
	background:url(../images/navmid.png) repeat-x 0 0;
	padding:20px 13px 19px 13px;
	display:block;
	line-height:20px;
	color:#fff;
	background-color:inherit;
	position:relative;
}
.navi li a span{
	position:absolute;
	background:url(../images/navleft.png) no-repeat 0 0;
	width:10px;
	height:65px;
	font-size:0;
	line-height:0;
	top:0;
	left:-10px;	
}
.navi li a:hover span, .navi li a.active span{
	background:url(../images/navleft_up.png) no-repeat 0 0;
}
.navi li a:hover, .navi li a.active{
	background:url(../images/navmid_up.png) repeat-x 0 0;	
}
/*navigation end*/
/*header end*/
/*banner start*/
.banner_cont{
	width:1013px;
	margin:-7px 0 0 0;
	position:relative;
	z-index:1;	
}
.banner_left{
	width:332px;
	float:left;	
}
.social_cont{
	background:url(../images/socialbg.gif) repeat-x 0 0;
	height:71px;
	padding:0 0 0 19px;
}
.social_cont li{
	float:left;	
}
.social_cont li.text{
	font-family: 'HelveticaLTStdRoman', Arial, Helvetica, sans-serif;
	color:#406ba9;
	background-color:inherit;
	font-size:19px;
	width:161px;
	padding:24px 0 0 0;		
}
.social_cont li.text strong{
	font-family: 'HelveticaLTStdBlack', Arial, Helvetica, sans-serif;
	color:#0aa4d8;	
	background-color:inherit;
}

/* banner lft form start */
.banner_lftForm{
	width:100%;
	color:inherit;
	background:url(../images/form_bg.gif) repeat-x 0 0 #cdcdc5;
	}
.banner_lftForm h2{
	font-family: 'HelveticaLTStdRoman', Arial, Helvetica, sans-serif;
	font-size:19px;
	line-height:22px;
	color:#8c8c8c;
	background-color:inherit;
	font-weight:normal;
	padding:10px 0 6px 17px;
	background:url(../images/form_headBg.gif) repeat-x 0 0;
	}
.banner_lftForm h2 span{
	font-family: 'HelveticaLTStdBlack', Arial, Helvetica, sans-serif;
	font-size:19px;
	line-height:22px;
	color:#01337d;
	background-color:inherit;
	}
.form_in{
	width:302px;
	padding:11px 16px 10px 12px;
	}
.input_pnl{
	width:289px;
	background:url(../images/input_bg.gif) no-repeat 0 0;
	height:30px;
	padding:3px 0 0 13px;
	margin:0 0 9px 0;
	}
.input_pnl input{
	width:286px;
	height:29px;
	font-size:15px;
	line-height:29px;
	font-family:"HelveticaLTStdOblique", Arial, Helvetica, sans-serif;
	color:#91887f;
	border:none;
	background-color:inherit;
	background:none;
	}
	
.textarea_pnl{
	width:289px;
	background:url(../images/textboxBg.gif) no-repeat 0 0;
	height:70px;
	padding:12px 0 0 13px;
	}
.textarea_pnl textarea{
	width:286px;
	height:68px;
	font-size:15px;
	line-height:18px;
	font-family:"HelveticaLTStdOblique", Arial, Helvetica, sans-serif;
	color:#91887f;
	border:none;
	background-color:inherit;
	background:none;
	}
.submit_pnl{
	width:330px;
	height:46px;
	padding:11px 0 0 0;
	background:url(../images/form_btmBg.gif) repeat-x 0 0;
	}
.submit_pnl input.submit_btn{
	background:url(../images/submit_btn.gif) no-repeat 0 0;
	width:127px;
	height:43px;
	font-size:0;
	line-height:0;
	text-indent:-20000px;
	display:block;
	cursor:pointer;
	outline:none;
	border:none;
	margin:0 auto;
	}
.submit_pnl input.submit_btn:hover{
	background-position:0 100%;
	}
/* banner lft form end */

/* slider pnl start */
.banner_right{
	float:right;
	width:681px;
	height:357px;
	/*height:428px;*/
}
.slider_pnlIn{
	width:100%;
	position:relative;
	}
.slider_main{
	width:100%;
	position:relative;
	height:357px;
	/*height:428px;*/
	overflow:hidden;
	}
.slider_mainSub{
	width:100%;
	height:357px;
	/*height:428px;*/
	}
.slideshow{
	width:100%;
	position:relative;
	height:357px;
	/*height:428px;*/
	}
.slideshow img{
	display:block;
	}
.slider_lftArw{	
	width:24px;
	height:53px;
	position:absolute;
	left:8px;
	top:170px;	
	text-indent:-20000px;
	z-index:9999;
	padding:33px 0 0 7px;
	background:url(../images/arrow_lftBg.png) no-repeat 0 0;
	}
.slider_lftArw a{
	width:17px;
	height:24px;
	background:url(../images/arrow_lft.png) no-repeat 0 0;
	display:block;
	}
.slider_lftArw:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	cursor:pointer;
}
	
.slider_rhtArw{	
	width:24px;
	height:53px;
	position:absolute;
	right:10px;
	top:170px;	
	padding:33px 0 0 7px;
	text-indent:-20000px;
	z-index:9999;
	background:url(../images/arrow_rhtBg.png) no-repeat 0 0;
	}
.slider_rhtArw a{
	width:17px;
	height:24px;
	background:url(../images/arrow_rht.png) no-repeat 0 0;
	display:block;
	}
	.slider_rhtArw:hover {
		cursor:pointer;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
}
/* slider pnl end */

.donatebtn{
	background:url(../images/donatebtn.gif) no-repeat 0 0;
	width:332px;
	height:74px;
	display:block;
	text-indent:-20000px;	
}
.donatebtn:hover, .donatebtn_img:hover {
	background-position:0 100%;	
}
	
/*banner end*/

/*-------------body con start------------*/
.body_con{
	width:100%;
	padding:0 0 26px 0;
	font-size:14px;
	line-height:22px;
	}
	
/* our mission pnl start */
.our_mission{
	width:100%;
	position:relative;
	}
.our_missionLft{
	width:16px;
	height:107px;
	display:block;
	font-size:0;
	line-height:0;
	position:absolute;
	left:-16px;
	top:0;
	background:url(../images/missionLft_bg.png) no-repeat 0 0;
	}
.our_missionbg{
	width:984px;
	height:71px;
	padding:11px 18px 14px 9px;
	background:url(../images/mission_bg.png) repeat-x 0 0;
	}	
.our_missionbg h2{
	float:left;
	font-size:24px;
	line-height:27px;
	font-family:"GoudyItalic", Arial, Helvetica, sans-serif;
	color:#00307b;
	background-color:inherit;
	text-shadow:1px 0 1px #f9f9f9;
	text-transform:uppercase;
	font-weight:normal;
	padding:22px 0 0 0;
	}
.our_missionIn{
	width:762px;
	float:right;
	padding:0 0 0 23px;
	background:url(../images/our_mission_divi.png) repeat-y 0 0;
	}
.our_missionIn p{
	font-size:12px;
	line-height:18px;
	font-family:"HelveticaLTStdOblique", Arial, Helvetica, sans-serif;
	color:#1f4d8d;
	font-weight:bold;
	background-color:inherit;
	padding:0 0 0 0;
	text-align:center;
	text-shadow:1px 0 1px #f8f8f8;
	}

.our_missionRht{
	width:17px;
	height:107px;
	display:block;
	font-size:0;
	line-height:0;
	position:absolute;
	right:-16px;
	top:0;
	background:url(../images/missionRht_bg.png) no-repeat 0 0;
	}
/* our mission pnl end */

/* welcome pnl start */
.welcome_pnl{
	width:630px;
	padding:16px 24px 0 17px;
	float:left;
	}
.welcome_pnl h2{
	font-size:35px;
	line-height:38px;
	font-family:"HelveticaLTStdRoman", Arial, Helvetica, sans-serif;
	color:#919599;
	background-color:inherit;
	padding:0 0 9px 0;
	font-weight:normal;
	background:url(../images/welcome_headBor.gif) repeat-x 0 19px;
	}
.welcome_pnl h2 span{
	padding:0 9px 0 0;
	color:#919599;
	background-color:#fff;
	}
	
.welcome_pnl h3{
	font-size:15px;
	line-height:17px;
	font-family:"HelveticaLTStdBlack", Arial, Helvetica, sans-serif;
	letter-spacing: .01em;
	color:#144086;
	background-color:inherit;
	padding:0 0 9px 0;
	font-weight:normal;
	}
.welcome_pnl h4{
	font-size:14px;
	line-height:17px;
	font-family:"HelveticaLTStdBlack", Arial, Helvetica, sans-serif;
	color:#0d3e85;
	background-color:inherit;
	padding:0 0 5px 0;
	font-weight:normal;
	}

.welcome_Pic{
	width:242px;
	height:243px;
	float:left;
	margin:0 21px 13px 0;
	padding:7px 9px 23px 8px;
	background:url(../images/welcome_picBg.gif) no-repeat 0 0;
	}
.welcome_Pic img{
	display:block;
	}
/* welcome pnl end */
/*-------------body con end------------*/

/*-------------footer start------------*/
.footer_pnl{
	width:967px;
	padding:30px 24px 21px 22px;
	color:inherit;
	background:url(../images/footer_bg.gif) repeat-x 0 0 #a41018;
	}
.footer_pnl p.footerLftTT{
	font-size:14px;
	line-height:17px;
	font-family:"HelveticaLTStdOblique", Arial, Helvetica, sans-serif;
	color:#f3f6fe;
	background-color:inherit;
	background:none;
	padding:0;
	float:left;
	}
	
.footer_Rht{
	width:553px;
	float:right;	
	}
.footer_Rht p{
	font-size:14px;
	line-height:17px;
	font-family:"HelveticaLTStdOblique", Arial, Helvetica, sans-serif;
	color:#f3f6fe;
	background-color:inherit;
	padding:0 0 0px 0;
	text-align:right;
	}
.footer_Rht ul{
	float:right;
	}
.footer_Rht ul li{
	float:left;
	font-size:14px;
	line-height:17px;
	font-family:"HelveticaLTStdOblique", Arial, Helvetica, sans-serif;
	color:#f3f6fe;
	background-color:inherit;
	/*background:none;*/
	padding:0 12px 0 12px;
	background:url(../images/footer_TTDivi.gif) no-repeat right 5px;
	}
.footer_Rht ul li a{
	color:#f3f6fe;
	background-color:inherit;
	}
.footer_Rht ul li a:hover{
	text-decoration:underline;
	}
.footer_Rht ul li.lastftrNum{
	background-image:none;
	padding:0 0 0 12px;
	}
.no_padd{
	padding:0;
	}
/*-------------footer end------------*/

/*--------------about page css start----------------*/
.banner_right_in{
	float:right;
	width:681px;
}
.about_button{
	background:url(../images/about-title.gif) no-repeat 0 0;
	width:332px;
	height:74px;
	display:block;
	text-indent:-2000px;
}
.our_missionbg h2.mission_inner{
	float:left;
	font-size:20px;
	line-height:27px;
	font-family:"GoudyItalic", Arial, Helvetica, sans-serif;
	color:#00307b;
	background-color:inherit;
	text-shadow:1px 0 1px #f9f9f9;
	text-transform:uppercase;
	font-weight:normal;
	padding:22px 0 0 0;
	}
.our_missionIn p.innermissiontext{
	font-size:12px;
	line-height:18px;
	font-family:"HelveticaLTStdOblique", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#1f4d8d;
	background-color:inherit;
	padding:0 0 0 0;
	text-align:center;
	text-shadow:1px 0 1px #f8f8f8;
	}
.about_Pic{
	width:242px;
	float:left;
	margin:0 21px 13px 0;
	padding:7px 9px 23px 8px;
	background:url(../images/about_picBg.gif) no-repeat 0 0;
	}
.about_Pic img{
	display:block;
	}
.about_textlink{
	color:#03357d;
	font-family: 'HelveticaLTStdRoman', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
about_textlink:hover{
	text-decoration:none;
}

/*-------------contact page css start---------------*/
.contact_button{
	background:url(../images/contact-title.gif) no-repeat 0 0;
	width:332px;
	height:74px;
	display:block;
	text-indent:-2000px;
}
/*-------------donate page css start---------------*/
.donate_button{
	background:url(../images/donate-title.gif) no-repeat 0 0;
	width:332px;
	height:74px;
	display:block;
	text-indent:-2000px;
}
ul.donate{
	margin:0 0 37px;
	}
ul.donate li{
	font-family:"HelveticaLTStdOblique", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#919599;
	background:url(../images/bullet.gif) no-repeat 0 9px;
	padding:0 0 0 10px;
	}
ul.donate li a{
	font-family:"HelveticaLTStdBlack", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#144086;
	text-decoration:underline;
	}
ul.donate li a:hover{
	text-decoration:none;
	}

h3.donate_p_title{
	font-family:"HelveticaLTStdBlack", Arial, Helvetica, sans-serif;
	letter-spacing: .01em;
	font-size:16px;
	color:#000;
}
p.black{
	font-family:"HelveticaLTStdBlack", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	}
a.backtotop{
	font-family:"HelveticaLTStdBlack", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#144086;
	margin:12px 0 30px;
	width:84px;
	display:block;
	text-decoration:underline;
}
a.backtotop:hover{
	text-decoration:none;
}
/*-------------events page css start---------------*/
.events_button{
	background:url(../images/events-title.gif) no-repeat 0 0;
	width:332px;
	height:74px;
	display:block;
	text-indent:-2000px;
}
ul.events{
	margin:0 0 37px;
	}
ul.events li{
	font-family:"HelveticaLTStdRoman", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#6c6d6d;
	background:url(../images/grey-bullet.gif) no-repeat 0 9px;
	padding:0 0 0 10px;
	}
/*-------------gifts page css start---------------*/
.gifts_button{
	background:url(../images/gifts-title.gif) no-repeat 0 0;
	width:332px;
	height:74px;
	display:block;
	text-indent:-2000px;
}
/*-------------newsletter page css start---------------*/
.newsletter_button{
	background:url(../images/newsletter-title.gif) no-repeat 0 0;
	width:332px;
	height:74px;
	display:block;
	text-indent:-2000px;
}
.newsletter{
	font-family:"HelveticaLTStdBlack", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#c2121d;
	text-decoration:underline;
}
.newsletter:hover{
	text-decoration:none;
}


/*...........custom css..............*/
.donate_body{
	width:100%;
	
}
.thanku_box{
	float:right;
	width:316px;
	padding:25px 0 0 3px;
	position:relative;
}
.body_thanku{
	border:1px solid #cacaca;
    padding: 65px 8px 0 8px;
    text-align: center; width: 274px;
    -webkit-box-shadow: #cacaca 0 1px 2px;
    -moz-box-shadow: #cacaca 0 1px 2px;
    box-shadow: #cacaca 0 1px 2px;
    background:#fff;
}
.body_thanku p{
	background:url(../images/p_bottom.gif) repeat-x center bottom;
	 background-color: inherit;
    color: #1F4D8D;
    font-family: "HelveticaLTStdOblique",Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    padding:0 5px 11px 5px;
    text-align: justify;
    text-shadow: 1px 0 1px #F8F8F8;
	margin-bottom:13px;
}
.body_thanku ul{
	width:100%;
}
.thanku{
	float:left;
	margin: 0 18px 20px 0;
}
.body_thanku ul li{
	float:left;
	width: 275px;
	
}
.blue_box{
	background:url(../images/blue_header.png) no-repeat 0 0;
	color: #FFFFFF;
    font-family: 'GoudyItalic';
    font-size: 15px;
    height: 68px;
    left: -12px;
    padding-top: 16px;
    position: absolute;
    top: 25px;
    width: 321px;
	text-align:center;
}
.body_thanku ul li a{
	color:#848181;
    font-family: 'HelveticaNeueLTStd-Bd';
	font-size:10px;
	line-height:14px;
	float:left;
}
.body_thanku ul li a:hover{
	color:#666;
}
.link{
	background:none !important;
	margin:0;
	padding:12px 4px 0  0 !important;
	color:#848181 !important;
    font-family: 'HelveticaNeueLTStd-Bd' !important;
	font-size:10px !important;
	line-height:14px !important;
	float:right;
}



/*========================event-css====================*/

.welcome_pnl-2{
	width:970px;
	padding:16px 19px 0 22px;
	float:left;
	}
.welcome_pnl-2 h2{
	font-size:35px;
	line-height:38px;
	font-family:"HelveticaLTStdRoman", Arial, Helvetica, sans-serif;
	color:#919599;
	background-color:inherit;
	padding:0 0 9px 0;
	font-weight:normal;
	background:url(../images/welcome_headBor.gif) repeat-x 0 19px;
	}
.welcome_pnl-2 h2 span{
	padding:0 9px 0 0;
	color:#919599;
	background-color:#fff;
	}

.welcome_pnl-2-left{
	width:459px;
	float:left;
	padding:0 23px 0 0;
	border-right:2px solid #ced0d2;
}
.welcome_pnl-2-content{
	width:460px;
}
.welcome_pnl-2-content-top{
	width:460px;
	height:11px;
	background:url(../images/event-body-bg-top.png) no-repeat 0 0;
	display:block;
}
.welcome_pnl-2-content-bottom{
	width:460px;
	height:12px;
	background:url(../images/event-body-bg-bot.png) no-repeat 0 0;
	display:block;
}
.welcome_pnl-2-content-middle{
	background:url(../images/event-body-bg-mid.png) repeat-y 0 0 ;
	padding:0 6px 0 5px;
}
.event-content-top{
	background:url(../images/event-content-top.png) repeat-x 0 0;
	text-align:center;
	padding:8px 0 13px 0;
}
	
.event-content-top h2{
	font-family: 'HelveticaLTStdBlack';
	font-style:normal;
	font-size:26px;
	line-height:28px;
	color:#144086;
	background:none;
	padding:0 0 5px 0;
}
.event-content-top p{
	font-family: 'HelveticaLTStdOblique';
	font-style:normal;
	font-size:14px;
	line-height:16px;
	color:#919599;
	background:none;
	padding:0;
}

.event-content-middle{
	width:430px;
	margin: 0 auto;
	padding:0 0 16px; 0;
}
.event-content-middle p{
	font-family: 'HelveticaLTStdRoman';
	font-style:normal;
	color:#6c6d6d;
	font-size:14px;
	line-height:22px;
	padding:10px 0 0 0;
	text-align:justify;
}
.event-content-middle-gallery{
	padding:14px 0 0 0;
}
.event-content-gallery-top{
	background:url(../images/event-content-gallery-top.png) no-repeat 0 0;
	width:430px;
	height:12px;
	display:block;
}
.event-content-gallery-bottom{
	background:url(../images/event-content-gallery-bottom.png) no-repeat 0 0;
	width:430px;
	height:14px;
	display:block;
}
.event-content-gallery-middle{
	background:url(../images/event-content-gallery-middle.png) repeat-y;
	padding:0 11px 0 10px;
}
.event-content-gallery-middle p{
	font-family: 'HelveticaLTStdRoman';
	font-style:normal;
	font-size:12px;
	line-height:20px;
	color:#6c6d6d;
	background:none;
	padding:0 0 2px 0;
	text-align:justify;
}

.event-content-bottom{
	background:url(../images/event-content-bottom.png) repeat-x 0 0;
	text-align:center;
	padding:15px 0 9px 0;
}
.event-content-bottom p{
	font-family: 'HelveticaLTStdBold';
	font-style:normal;
	font-size:20px;
	line-height:22px;
	color:#144086;
	background:none;
	padding:0 0 9px 0;
}
.event-content-bottom a{
	background:url(../images/next-year-sponsorship.png) no-repeat;
	width:181px;
	height:37px;
	display:block;
	margin:0 0 0 131px;
}
.event-content-bottom a:hover{
	background-position:0 100%;
}

.event-content-gallery-main{
	position:relative;
}
.slideshow-1 { height: 283px; width: 408px; margin: auto; overflow:hidden; }
#slider-nav{
	display:none;
}
.pagination-1{
	width:65px;
	position:absolute;
	bottom:-42px;
	right:0;
}
#slider-prev3{
	background:url(../images/event-gallery-arrow-left.png) no-repeat 0 0;
	width:33px;
	height:34px;
	display:block;
	float:left;
}
#slider-next3{
	background:url(../images/event-gallery-arrow-right.png) no-repeat 0 0;
	width:32px;
	height:34px;
	display:block;
	float:right;
}
.slideshow-2 { height: 283px; width: 408px; margin: auto; overflow:hidden; }
#slider-prev4{
	background:url(../images/event-gallery-arrow-left.png) no-repeat 0 0;
	width:33px;
	height:34px;
	display:block;
	float:left;
}
#slider-next4{
	background:url(../images/event-gallery-arrow-right.png) no-repeat 0 0;
	width:32px;
	height:34px;
	display:block;
	float:right;
}


.seclect-box{
	padding:8px 0 10px 0;
}





.welcome_pnl-2-right{
	width:460px;
	float:right;
	padding:0 0 0 25px;
}

/*---------------Purnima---------------------*/
.welcome_pnl_right h2 a span{
	color:#C2121D;
	
}
.welcome_pnl_right h2 a span:hover{
	color:#666666;
}

/*---------------23.01.14---------------------*/

.blue { color:#1F4D8D}



/*==============================added on 27-01==================*/
.row{width:96.2%; margin:0 auto; display:block; padding: 16px 24px 0 17px;}
.rght-pnl{width:auto; float:right;}
.row h2 {width:630px;
font-size: 35px;
line-height: 38px;
font-family: "HelveticaLTStdRoman", Arial, Helvetica, sans-serif;
color: #919599;
background-color: inherit;
padding: 0 0 9px 0;
font-weight: normal;
background: url(../images/welcome_headBor.gif) repeat-x 0 19px;
}
.row h2 span {
padding: 0 9px 0 0;
color: #919599;
background-color: #fff;
}
.row h3 {
font-size: 15px;
line-height: 17px;
font-family:'OpenSansBold', Arial, Helvetica, sans-serif;
letter-spacing: .01em;
color: #144086;
background-color: inherit;
padding: 0 0 9px 0;
font-weight: normal;
}
.row h3.donate_p_title {
font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
letter-spacing: .01em;
font-size: 16px;
color: #000;
}
.row h2, .row h3, .row p{width:630px; float:left;}
.row img, .gift-pnl img{padding:0 0 20px 130px;}
.gift-pnl{width:100%; margin:0 auto; float:left;}

/*-----------------03-03-2015-------------------*/
.welcome_pnl_right {
max-width: 330px;
width: 100%;
float: right;
display: inline-block;
}

.Welcome-section{
width: 100%;
display: block;
position: relative;
}

ul.image-list li img {
width: 100%;
}
ul.image-list li {
max-width: 230px;
text-align: center;
width: 100%;
display: block;
margin: 10px 0;
}
ul.image-list {
width: 100%;
display: block;
margin: 15px 0 20px;
}

