﻿@import url("Site.css");

/*Main Styles*/
body
{
	background: #fff;
	color: #000;
	padding: 0;
	margin: 0;
	font: 14px  Verdana,Arial,Helvetica,sans-serif;
	
}

a
{
	color: #930100;
	background: inherit;
	text-decoration: none;
}
a:hover
{
	background: inherit;
	text-decoration: underline;
}

h1
{
	font: bold 18px Trebuchet MS, Verdana, sans-serif;
	letter-spacing: -1px;
	padding: 16px 0 0 8px;
	margin: 0;
	color: #930100;
}
h2
{
	margin: 0;
	padding: 0;
	font: 900 16px Trebuchet MS,Verdana, sans-serif;
	color: #930100;
}
h3
{
	font: normal 12px Trebuchet MS, Verdana, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	color: #930100;
}
p
{
	margin: 5px 0 5px 0;
	line-height: 1.5em;
}
form
{
	margin: 0;
}
.clear
{
	clear: both;
}

.main
{
	width: 850px;
	margin: auto;
}

.languageFloat
{
    float:left;
}

.languageRevarceFloat
{
    float:right;
}

.languageTextAlign
{
    text-align:left;
}

.languageRevarceTextAlign
{
    text-align:right;
}

/**               header             **/

.header
{
	height: 165px;
}
.logo
{
	float: left;
}

.logo a
{
	float: left;
	width: 350px;
	height: 125px;
	background: url(../images/en_logo.gif) no-repeat left top;
}

.logo h1
{
	display: none;
}

.follow_lang
{
	padding-top: 90px;
	width: 125px;
	float: left;
}

.follow_net
{
	width: 150px;
}
.follow_net a,a.tweet_net
{
	float: left;
	width: 25px;
	height: 25px;
}
.follow_net a.facebook_net
{
	background: url(../images/facebook_ico.gif) no-repeat left top;
}
a.tweet_net
{
	background: url(../images/tweet_ico.gif) no-repeat left top;
}
.follow_net a.youtube_net
{
	background: url(../images/youtube_ico.gif) no-repeat left top;
}
.follow_net a.in_net
{
	background: url(../images/in_ico.gif) no-repeat left top;
}
.follow_net a.rss_net
{
	background: url(../images/rss_ico.gif) no-repeat left top;
}
.lang
{
	padding-top: 5px;
	float: right;
	text-align: right;
    padding-right:30px;
}


.lang a
{
	font-size: 12px;
	font-weight: bold;
}


.user_block
{
	float: right;
	width: 250px;
}

.volunteer_block
{
	margin-top: 10px;
	border-bottom: dotted 1px;
	padding: 5px 0;
	height: 55px;
	margin-bottom: 10px;
	background: url(../images/volunteer_ico.gif) no-repeat right top;
}
.volunteer_block .title
{
}
.volunteer_block a
{
	padding: 3px 0;
	font-size: 12px;
	color: #383636;
	padding: 5px 0;
	float: left;
	margin-right:5px;
}


.join_block
{
	padding: 5px 0;
	height: 60px;
	background-image: url(../images/jouinus_ico.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.join_block .title
{
}

.join_block a
{
	padding: 3px 0;
	font-size: 12px;
	color: #383636;
	float: left;
	width: 100%;
	background: none;
}

/**               menu             **/

.menu
{
	height: 49px;
	margin: 2px 0;
    position:relative;
	
}
.menu_left
{
	padding-left: 14px;
	background: url("../images/menu_left.gif") no-repeat left top transparent;
}

.menu_right
{
	padding-right: 14px;
	background: url("../images/menu_right.gif") no-repeat scroll right top transparent;
}
.menu_bg
{
	height: 49px;
	background: url("../images/menu_bg.gif") repeat-x right top transparent;
}

.menu ul
{
	list-style: none;
	float: left;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
}
.menu ul li
{
	float: left;
	margin: 0;
	line-height: 50px;
	padding: 0 5px;
	text-align: center;
	width: 125px;
	height: 49px;
}
.menu ul li:hover, .menu ul li.selected, .menu ul li.hover
{
}

.menu ul li a
{
	background: none;
	padding: 0;
	color: #fff;
	text-decoration: none;
	float: left;
	height: 100%;
	width: 100%;
}
.menu ul li a:hover
{
	text-decoration: none;
}

/*sub menu*/

.sub_menu
{
	float: left;
	width: 146px;
	position: absolute;
	left: 0;
	top: 50px;
	opacity:0.8;
   filter:alpha(opacity=80);
}
.sub_top
{
	height: 13px;
	background: url("../images/sub_menu_top.png") repeat-x left top transparent;
}
.sub_bottom
{
	float: left;
	height: 11px;
	width: 100%;
	background: url("../images/sub_menu_bottom.png") repeat-x left bottom transparent;
}
.sub_bg
{
	float: left;
	width: 100%;
	background: url("../images/sub_menu_bg.png") repeat-y left top transparent;
}

.sub_content
{
	padding: 5px 20px;
}

.sub_menu ul
{
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sub_menu ul li
{
	width: 100%;
	line-height: normal;
	padding: 5px 0;
	border-bottom: dotted 1px;
	height: auto;
}
.sub_menu ul li:hover
{
	background: none;
}

.sub_menu ul li a
{
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	white-space:nowrap;
}





/**               slider             **/

.slider
{
}


/**               content             **/

.content
{
	margin: 10px 0;
}

.col_1, .col_2, .col_3
{
	width: 255px;
}

.col_1
{
	float: left;
	margin-right: 40px;
}

.col_2
{
	float: left;
}
.col_3
{
	float: right;
}

.module
{
	float: left;
	margin-bottom: 15px;
	width: 100%;
}


.m_title2,.breadCrumbs
{
    color: #930100;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px 8px 0;
    border-bottom: solid 1px #930100;
    text-shadow: 1px 0px 3px #CCC;
}
.breadCrumbs
{
	 	 margin-bottom:10px;
	 	 font-size:10px;
	 	 line-height:22px;
}

.breadCrumbs a , .breadCrumbs span
{
	margin-right:5px;
	text-transform:capitalize;
	padding:2px 0 2px 20px;
	background:url(../images/NextIco.jpg)  no-repeat left center;
}

.m_title
{
	background:#930100;
	 height: 29px; 
	 color: #fff; 
	 line-height: 25px; 
	 padding-left: 10px;
	  font-size: 15px;
}




.twitterFeed .m_title2
{
	line-height:23px;
	padding:5px 0 3px 0;
}

.twitterFeed a.tweet_net
{
	margin-right:5px;	
}
.twitterFeed .m_content
{
 font-size:12px;	
}
.m_content
{
	padding: 10px 0;
	text-align: justify;
	font-size: 11px;
}

.m_content p
{
	padding: 5px 0;
	text-align: justify;
	font-size: 12px;
}
.more
{
	float: right;
	font-weight: bold;
	font-size: 10px;
}





/*********latest news *********/

.sub_news_block
{
	border-bottom: 1px solid #C8C8C8;
	float: left;
	padding: 10px 0;
	width: 100%;
}
.news_date
{
	float: left;
	height: 100%;
	width: 50px;
}

.news_date_bg
{
	background: url("../images/date_bg.gif") no-repeat scroll left top transparent;
	height: 52px;
	padding: 3px 0;
	width: 51px;
}

.news_date span
{
	color: #FFFFFF;
	float: left;
	line-height: 15px;
	padding: 5px 1px 1px 1px;
	text-align: center;
	width: 100%;
}

._date
{
	font-size: 13px;
}
._month
{
	color: #FFFFFF !important;
	font-size: 11px;
}

._year
{
	color: #930100 !important;
	font-size: 10px;
}

.news_content
{
	color: #000000;
	direction: ltr;
	float: right;
	font-size: 11px;
	text-align: justify;
	width: 185px;
}

.news_content .news_title
{
	float: left;
	font-weight: bold;
	width: 100%;
}
.news_content .news_title a
{
	color: #000000;
	text-decoration: none;
}








/******************/

.why_details,.why_details_popup
{
	background: url("../images/user_hint.gif") no-repeat scroll left top transparent;
	height: 97px;
	padding: 10px 10px 25px 10px;
	overflow: hidden;
	width: 235px;
}
.why_content,.why_content_popup
{
	overflow: hidden;
	height: 82px;
}

.joind_member
{
}
.member_img,.member_img_poup
{
	width: 58px;
	height: 58px;
	float: left;
	margin-right: 8px;
}
.member_img img,.member_img_popup img
{
	width: 58px;
	height: 58px;
	border: solid 1px #aeaeae;
	float: left;
}

.member_details,.member_details_popup
{
	float: left;
	width: 185px;
}
.member_name,.member_name_popup
{
	color: #000;
	margin-top: 35px;
}
.join_date,.join_date_popup
{
	color: #939393;
	padding: 2px 0;
	font-size: 10px;
}

.why_details_popup
{
    background: url("../images/QuoteDetailsPopup_en.png") no-repeat right top transparent;
    width:730px;
    height:325px;
    padding:50px 35px;
}

.why_content_popup
{
    height:279px;
      padding: 15px;
overflow:auto;	
text-align:left;
}

.why_details_popup .Close
{
 float:right;	
}
.member_img_popup
{
float:left;
 padding-left: 85px;
    padding-top: 10px;	
}

.member_details_popup
{
text-align:left;	
padding-left:10px;
color:#fff;
}

.join_date_popup,.member_name_popup
{
color:#FFF;	
}



/***************/

.search_block
{
	margin: 10px 0;
    float:right;
}
.search
{
	background: url("../images/search_bg.gif") no-repeat scroll left top transparent;
	height: 32px;
	padding: 15px 15px;
	width: 225px;
}

.search_text
{
	float: left;
	height: 25px;
	width: 165px;
	padding: 0 5px;
	background-color: Transparent;
	border: 0;
}

.search_btn
{
	border: 0;
	background-color: Transparent;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	float: right;
	width: 40px;
	height: 25px;
}

.search span
{
	float:left;
	line-height:26px;
}
.social_title
{
	text-align: center;
	border: solid 1px #b2b2b2;
	padding: 5px 10px;
	height: 73px;
	background: #d0d0d0 url(../images/Get_Involved.gif) no-repeat center center;
}

.social_content
{
	border: solid 1px #b2b2b2;
	padding: 20px 11px;
	border-top: 0;
	background-color: #f7f7f7;
}



/**               footer             **/

.footer
{
	height: 115px;
	padding-top: 22px;
	margin-top: 20px;
	background: url(../images/footer_border.gif) repeat-x left top;
}
.footer .logo
{
	width: 176px;
	float: none;
	margin: auto;
	height: 62px;
}
.footer .logo a
{
	float: left;
	width: 176px;
	height: 62px;
	background: url(../images/footer_logo.gif) no-repeat left top;
}
.footer .logo a h1
{
	display: none;
}













/*content Holder*/

/**************************************/

/* Easy Slider */

#slider
{
}
#slider ul, #slider li, #slider2 ul, #slider2 li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider li, #slider2 li
{
	/*  			define width and height of list item (slide) 			entire slider area will adjust according to the parameters provided here 		*/
	width: 849px;
	height: 241px;
	overflow: hidden;
}

#slider2 li
{
	background: #f1f1f1;
}
#slider2 li h2
{
	margin: 0 20px;
	padding-top: 20px;
}
#slider2 li p
{
	margin: 20px;
}

p#controls, p#controls2
{
	margin: 0;
	position: relative;
}

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2
{
	display: block;
	margin: 0;
	overflow: hidden;
	text-indent: -8000px;
	width: 30px;
	height: 77px;
	position: absolute;
	top: -160px;
}
#nextBtn, #nextBtn2
{
	left: 819px;
}
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a
{
	display: block;
	width: 30px;
	height: 77px;
	background: url(../images/arrow_left.gif) no-repeat 0 0;
}
#nextBtn a, #nextBtn2 a
{
	background: url(../images/arrow_right.gif) no-repeat 0 0;
}

.innerContent
{
	width: 565px;
	float: left;
}

/* // Easy Slider */





/***news***/

.news_item_img,.quote_item_img
{
	float: left;
}

.news_item_img img,.quote_item_img img
{
	float: left;
}
.news_item_details,.quote_item_details
{
	float: left;
}

.details_view_div img
{
	float: right;
	margin: 0 0 10px 15px;
}




.col_one
{
	float: left;
}

.col_two
{
	padding-left: 20px;
	border-left: solid 1px #B2B2B2;
	float: right;
}

.divRegistrationValidation
{
	float: left;
}

.event_location
{
	float: left;
	width: 250px;
}
.start_end_date
{
	float: right;
	width: 250px;
	text-align: right;
}

/*****Volunteers*****/
.volunteer_col_1, .volunteer_col_2, .volunteer_col_3
{
	width: 175px;
	float: left;
	margin-right: 20px;
}

.volunteer_col_3
{
	margin: 0;
}

.job_Capacity
{
	float: left;
}

.job_Joined
{
	float: right;
}

.job_details
{
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

#divVolunteerBody
{
	width: 500px;
	float: left;
	text-align: left;
}
#divVolunteerBody textarea
{
	height: 100px;
}

.popupVolunteer
{
	float: right;
	margin-right: 20px;
}
/*****End Volunteers*****/

.more_news
{
text-align:right;	
}

.sub_title
{
padding: 10px 0;
text-align: justify;
font-size: 14px;
color: #666;
text-transform: capitalize;
font-weight: bold;
}

#divAddThis
{
float: right;
padding:4px 0px 0 5px ;
width: 140px;	
}

.divQuoteDate
{
	float:right;	padding:10px;
}

.divQuoteText
{
float:left;
}

.divQuoteName
{
float:left !important;	
}

.twitterNavigation 
{
  float: left;
    margin-left: 90px;	
}

.quotesNavigation,.articlesNavigation
{
	 float: left;
    margin-left: 100px;	
    margin-top:10px;
	}

.QuoteLeft
{
text-align:right;
}

.QuoteRight
{
text-align:left;
}


.CategoriesAritcles
{
	font-size:10px;
	margin-left:10px;
}
.treeMargin
{ 
	background: url(../TreeViewImages/tree/e_treeview-default.jpg) top left no-repeat;
	height: 19px;
	width: 19px;
	margin-left: -16px;
	float: left;
	margin-right:5px;
	margin-top:2px;
	cursor: pointer;

}
.subCategoriesListDiv
{
	margin-top:15px;
	border:1px solid #B2B2B2;
	padding:10px;
	float:left;
	width:543px;
	margin:10px 0;

}
.subArticlesListDiv
{
	float:left;
	width:100%;
	margin:10px 0;
	font-size:13px;
	font-weight:bold;
	padding:20px 0 10px  0 ;
}

.subArticlesListDiv ul
{
	list-style:none;
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

.subArticlesListDiv ul li
{
	float:left;
	margin-right:30px;
	width:250px;
	padding:3px 0;
	height:180px;
	overflow:hidden;
}

.subArticlesListDiv ul li p.teaserText{
	max-height:120px;
	overflow:hidden;
}

.subArticlesListDiv .articleMore a
{
 background:none;
 float:right;   
 font-size: 10px;
 }

.subArticlesListDiv ul li a
{ 
text-decoration:none;
text-transform:capitalize;
} 

.subArticlesListDiv ul li a:hover
{
text-decoration:underline;
}

.articlesListUl
{
	font-size:12px;	
}

.articlesListUl
{
	font-size:12px;	
}

.articlesListUl a
{
	padding-left:20px;
	background: url(../TreeViewImages/file.gif) no-repeat left top;
	float:left;
}

.subArticlePanel
{ 
	   border:solid 1px  #D0D0D0;
}

.subArticleTitle
{
   padding: 5px 10px 5px 25px;
	cursor:pointer;
	background-color:#D0D0D0;
	
}

.subArticleTitle.up
{
	background: url(../Images/j_arrow.png) no-repeat 10px  center  #D0D0D0 ;
}

.subArticleTitle.down
{
	background: url(../Images/j_arrow_down.png) no-repeat 10px center  #D0D0D0;
}

.subArticleBody
{
display:none;	
overflow:hidden;
padding:15px;
}

.featuredArticle_col_1,.featuredArticle_col_2
{
	width: 270px;
	float: left;
}

.featuredArticle_col_1
{
	margin-right: 20px;
}

.divConfirmVolunteerText
{
 text-align:left;   
 }
 
 #divVolunteerShareBody .share
 {
   text-align:left;  
   }
   
   .divRegistrationShareMessage
   {
       text-align:left;
     }

 .VolunteerLabel
{
float:left;
font-weight:bold;    
margin-top:10px;
}

.photoUpload .swfupload
{
    left:0;
}


div.chooseMemberShip a
{
    width:auto;
}

.videosContainer
{
    margin-top:10px;
    }
    
div.videoRow
{
    width:100%;
    float:left;
    margin-top:5px;
    padding-bottom:10px;
    }
    
    div.videoRow .videoItem
{
    float:left;
    margin-right:18px;
    cursor:pointer;
    }
     
         div.videoRow .videoItem .title
{
    float:left;
    text-align: center;
width: 100%;
margin-bottom: 3px;
    }
    
        div.videoRow .videoItem.last
        {
    margin-right:0;
            }
            
    #divVideoPopup
{
    display:none;
    background-color:#fff;
    padding: 0 7px;
 }
 
 #divVideoPopup .title
 {
margin-top: 3px;
float: left;
text-align: center;
width: 100%;
    }
 
 #divVideoPopup #divVideo
 {
    float:left;    
    width: 100%;
margin: 5px 0;
 }
 
  #divVideoPopup #divClose
  {
    float:right;    
    margin:0 5px;
    cursor:pointer;
  }