/* ==================================
  
  ISPG Technologies india Pvt Ltd
  Copyright @ 2003 - 2011 ISPG
  written for -  DEAL

  swatch color
  =============
  #fed627 - Yellow ( Header Text )
  #279803 - Green ( Header Text )
  #404040 - Black ( Body Text Color )
  ================================== 
   
  Structure
  =============
  $ __Header:   	Logo and Global Site Navigations
  $ __Content:  	Banner and Everything Within the Content 
  $ __Side Content: Side Panel Contents   
  $ __Footer:   	Sitemap, Footer Navigations and Logo  
  ================================== */

/* $__Font Ebeeding CSS3 Propery Not Yet Validated
==================================================*/


/* $__Globales HTML
=====================================================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, tr, th, td, embed, object {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
fieldset, img, abbr, a img { border:0 }
ul { list-style:none }
caption { text-align:left }
hr { display:none }
a, a:link, a:visited, a:hover {
	text-decoration:none;
	color:#086c80;
}
a:hover { text-decoration:underline }
.textcenter { text-align:center }
.textright { text-align:right }
a:active, a:focus { outline:0 none }	/* Firefox Dotted Outline Fix */
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
abbr, acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
}
html,body
{	margin:0;
	padding:0;
	height:100%;
}
input:focus,
select:focus {
	outline:none;
}
/* $__Generales
=====================================================================*/
body {
	color:#4b4a4a;
	background:#fff url(../images/bg_repeat.jpg) repeat-x left 44px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}

h2 {
	color:#bf5e01;
	font:bold 19px Arial;
}
h3 {
	color:#bf5e01;
	font:bold 17px Arial;
}
p {
	color:#4b4a4a;
	padding:10px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
h2.title {
	color:#bf5e01;
	font:bold 26px Arial;
}
.clear {
	clear:both;
}
.clearboth {
	clear:both;
	width:100%;
	display:block;
}
.spacer_lft {
	margin-left:10px !important;
}
.spacer_rgt {
	margin-right:10px !important;
}
.spacer01 {
	padding-top:10px;
}
.spacer02 {
	padding-top:80px;
}
.header_wrapper {
	background:url(../images/header_bg.png) repeat-x 0 0;
	height:120px;
}
.content_wrapper {
	background:url(../images/mid_bg.jpg) repeat-x center 0;
	padding:40px 0;
}
.footer_wrapper {
	background:url(../images/footer_bg.png) repeat-x 0 0;
	height:92px;
}
.header_wrapper .header,
.content_wrapper .banner_wrapper,
.content_wrapper .content_pane,
.footer_wrapper .footer {
    width:964px;
	margin:0 auto;
	padding:0 18px;
}

.link01 {
	background:url(../images/arrow.gif) no-repeat right center;
	padding:2px 12px 2px 0;
	display:inline-block;
}

/* $__Classes
=====================================================================*/
.logo {
	float:left;
	width:750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.logo  h1 A  {
	background:url(../images/logo.png) no-repeat 0 0;
	display:block;
	width:782px;
	height:51px;
	text-indent:-999999px;
}
.logo p {
	color:#373737;
	font-size:19px;
	padding-top:12px;
}
.header_info {
	width:200px;
	float:right;
	padding-top:25px;
}
.header_info .header_info_text1 {
	color:#767676;
	float:right;
	clear:right;
}
.header_info .header_info_text2 {
	color:#545454;
	float:right;
	background:url(../images/phone.png) no-repeat 0 center;
	padding-left:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.nav_menu {
	background:url(../images/nav_bg.png) no-repeat -17px 0;
	width:964px;
	height:51px;
	position:relative;
	z-index:2;
	bottom:-5px;
}
.nav_menu .search_pane {
	float:right;
	padding:14px 17px 0 0;
}
.nav_menu .search_pane ul {
	float:right;
}
.nav_menu .search_pane ul li {
	float:left;
}

.search_tb {
	width:170px;
	height:16px;
	color:#9b9a9a;
	font:italic 13px georgia;
	background:none;
	border:0px none;
}
.search_btn {
	background:none;
	border:0px none;
	height:20px;
	width:20px;
	cursor:pointer;
}
.list_menu {
	float:left;
}
.list_menu li {
	float:left;
	background:url(../images/nav_seprator.gif) no-repeat right 4px;
}
.list_menu li a {
	color:#fff;
	font:13px/51px Arial;
	display:block;
	padding:0 18px;
}
.list_menu li a:hover {
	color:#00fff0;
	text-decoration:none;
}
.list_menu li a.active {
	color:#00fff0;
	background:url(../images/active_menu.png) no-repeat center 34px;
}

.banner_wrapper {
	background:url(../images/banner_bg.png) no-repeat 0 0;
	height:375px;
}
.content_pane {
	background:url(../images/content_bg.png) no-repeat 0 0;
}
.index_content_right {
	float:right;
	width:235px;
	padding:20px 0 0;
}
.image_style01 {	
	padding: 7px 5px 0px;
    text-align: center;
	border:1px solid #e1e1e1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	display:inline-block;
}
.donate_btn {
	background:url(../images/donate_bg.jpg) no-repeat 0 0;
	width:212px;
	height:44px;
	display:block;
	text-indent:-999999px;
}
.contact_btn {
	background:url(../images/contact_bg.jpg) no-repeat 0 0;
	width:214px;
	height:93px;
	display:block;
	text-indent:-999999px;
}
.index_content_left {
	width:700px;
	padding:20px 0 0 15px;
}
.service_listing ul li {
	float:left;
	background:url(../images/list_arrow.gif) no-repeat 0 center;
	padding:4px 0 4px 15px;
	width:235px;
}
.service_listing02 {
	padding-top:15px;
}
.service_listing02 li {
	border-bottom:1px solid #d7d4d4;
	width:215px;	
}
.box01 {
	border:1px solid #cecdcd;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px;
}
.text_style01 {
	color:#bf5e01;
	font-family: "Courier New", Courier, monospace;
	font-size: 19px;
	margin-top:13px;
	font-weight: bold;
}
.text_style02 {
	color:#0a81c1;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}
.text_style03 {
	color:#bf5e01;
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
}
.text_style04 {
	color:#0a81c1;
	font:bold 17px Arial;	
}
.text_style05 {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.text_style06 {
	color:#bf5e01;
	font: 20px Arial;	
}

.text_style07 {
	color:#bf5e01;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	margin-top:13px;
	font-weight: normal;
}

.content_right {
	width:240px;
	padding:20px 15px 0 0;
}
.content_left {
	width:655px;
	padding:20px 0 0 15px;
}
.star {
	color:#ff0000;
}
.simple_listing li {
	float:left;
	padding-right:13px;
	padding-bottom:12px;
}
.simple_listing li.clearboth {
	padding:0px;
}
.simple_listing li .label {
	display:block;
	width:100%;
	padding:4px 0;
}
.textbox01 {
	width:247px;
	height:24px;
	padding:4px 8px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #c8c8c8;
	line-height:24px;
}
.textbox02 {
	width:265px;
	height:32px;
	padding:4px 8px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #c8c8c8;
	color:#adadad;
	font:15px Calibri;
}
.textarea01 {
	width:522px;
	height:100px;
	padding:4px 8px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #c8c8c8;
	resize:none;
}
.button {
	background:url(../images/btn_bg.png) no-repeat 0 0;
	width:110px;
	height:40px;
	color:#fff;
	border:0px none;
	font:bold 20px Arial;
	margin-right:5px;
}
.donate_content_pane {
	background:url(../images/donation.png) no-repeat center 0;
}
.content_center {
	padding:20px 0 0 20px;
}
.donation_area {
	height:300px;
}
.donate_content_area {
	padding-left:240px;
}
.content_center02 {
	padding:20px;
}
.member_pane {
	width:432px;
	border:1px solid #d7d4d4;
	padding:10px;
	height:100%;
	float:left;
}
.member_pane_left {
	margin-right:16px;
}
.member_pane li {
	border-bottom:1px solid #d7d4d4;
	margin-bottom:10px;
}
.member_pane li:last-child {
	border-bottom:0px none;
	margin-bottom:0px;
}
.member_pane li img {
	padding-right:16px;
}
.member_pane li p {
	padding:0px 0 5px;
}
.member_pane li .name {
	color:#bf5e01;
	font:bold 14px Arial;
}
.member_pane li .position {
	color:#0078ba;
	font:bold 13px Arial;
}
#gallery li {
	float:left;
	padding-right:10px;
}
#gallery li a {
	display:block;
	position:relative;
}
#gallery li a .zoom {
	display:none;
	width:64px;
	height:64px;
	position:absolute;
	left:75px;
	top:44px;
	background:url(../images/zoom.png) no-repeat 0 0;
}
#gallery li a:hover .zoom {
	display:block;
}
.bg_shade {
	background:url(../images/shade.jpg) no-repeat 0 center;
	padding-left:30px;
	margin-top:3px;
}
.service_listing_big {
	border-top:1px solid #c4c4c4;
	margin-top:10px;
}
.service_listing_big li {
	border-bottom:1px solid #c4c4c4;
	padding-bottom:15px;
}
.service_listing_big li .title {
	color:#0980bf;
	font:bold 18px Arial;
}
.service_listing_big li .flt_left {
	width:700px;
}
.service_listing_big li .flt_left a {
	color:#0078ba;
	text-decoration:underline;
}
.service_listing_big li .flt_left a:hover {
	text-decoration:none;
}
.service_listing_big li .flt_right {
	padding:20px 10px;
}
.service_listing_big li .img_frame {
	background:url(../images/services_img_bg.jpg) no-repeat 0 0;
	width:183px;
	height:139px;
	display:block;
	padding:14px 10px;
}
.nivoSlider {
	height:330px;
	overflow:hidden;
	left:8px;
	top:10px;
}
.theme-default a.nivo-prevNav {
    left: 15px;
}
.theme-default .nivo-directionNav a {
    background: url("../images/slide_arrows.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
}
.theme-default a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}
.theme-default .nivo-directionNav a {
    background: url("../images/slide_arrows.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
}
/* $__Footer
=====================================================================*/
.footer_right {
	float:right;
	padding-top:31px;
	padding-right:16px;
}
.footer_share ul {
	float:right;
}
.footer_share ul li {
	float:left;
	padding-left:11px;
}
.footer_share ul li a {
	background:url(../images/share_icons.png) no-repeat 0 0;
	display:block;
	width:31px;
	height:54px;
	text-indent:-999999px;
}
.footer_share ul li a.fb {
	background-position:0 0;
}
.footer_share ul li a.twt {
	background-position:-42px 0;
}
.footer_share ul li a.mail {
	background-position:-84px 0;
}
.footer_left {
	float:left;
	padding:35px 0 0 15px;
}
.footer_nav li {
	color:#686767;
	font:11px Tahoma;
	float:left;
	padding-left:4px;
}
.footer_nav li.first {
	padding-left:0px;
}
.footer_nav li a {
	color:#686767;
	font:11px Tahoma;
}
.footer_left  p {
	padding:10px 0 0;
	color#7c7c7c;
	font:11px Tahoma;
}

.flt_left {
	float:left;
}
.flt_right {
	float:right;
}
