/** Save the Children Colors 
	Red - #E9212D
	Slate Blue - #7490A3
	Headlines Dark Blue - #06455A
	White - #FFFFFF
	Black - #231F20
	Dark Gray - #8B8E90
	Light Gray - #DFE1E0
**/
*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	text-align: center;
	font-family: Arial, 'Lucida Grande', sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	background-color: #FFFFFF;
	color: #231F20;
    direction:rtl;
}
.horizontalLine{
	width: 100%;
	height: 5px;
	background-color: #E9212D;
}
.header{
    margin:0 auto;
	text-align:center;
	width: 870px;
    height:120px;
	position: relative;
    font-family:Tahoma;
 
}
.header .logo{
	overflow: hidden;
	width: 190px;
	height: 60px;
}
/** Informational Nav i.e. Nav in Top Right Corner Start **/
#informationalNav{
	position: absolute;
	color: #7490A3;
	left: 0;
	top: 15px;
	font-size: 0.8125em;
    font-family:Tahoma;
}
#informationalNav a{
	margin-left: 10px;
	margin-right: 10px;
}
#informationalNav a.lastChild{
	margin-right: 0;
}
/** Informational Nav i.e. Nav in Top Right Corner End **/
/** Primary Navigation Start **/
#primaryNav{
    height: 57px;
	padding-top: 35px; 
    font-size:.9em;
}
#primaryNav strong{
    display: block;
    font-size: 1.00em;
    font-weight: 600;
    font-family:Tahoma;
}
#primaryNav a.donate.firstLevel{
    background-color: #E9212D;
    border-bottom: 5px solid #E9212D;
    border-right: 0;
    padding-top: 5px;
    margin-top: 0px;
    font-family:MyFontYekan;
}
#primaryNav a.donate.firstLevel,#primaryNav a.donate.firstLevel:visited{  
    color: #FFFFFF;
}
#primaryNav a.firstLevel.secondChild{
    border-right: 0px;
    text-align:right;
    font-family:MyFontYekan;
}
#primaryNav a.firstLevel{
    margin-right:0px;
    border-bottom: 3px solid #8B8E90;
    border-left: 1px solid #8B8E90;
    padding-top: 5px;
    margin-top: 20px;    
	line-height: 1.3em;
    text-align:right;
}
#primaryNav > ul > li{
	float: right;
}
#primaryNav > ul > li:hover > a{
    border-bottom: 5px solid #E9212D;
    color: #E9212D;
    text-decoration: none;
}
#primaryNav ul ul{
    background-color:#F8F8F8;
    position:absolute;
    display: none;
    border-radius: 0 0 12px 12px;
    z-index: 10;
}
#primaryNav ul li:hover ul{
    display: block;
    margin-left:100px;
}
#primaryNav li li{
    display: block;
}
#primaryNav a{
    display: block;
    padding: 6px 14px 10px 14px;
    text-align: left;
    font-weight: 300;
    color: #8B8E90;
}
#primaryNav a:hover{
    color: #E9212D;
}
#primaryNav li li a{
    padding: 7px 12px;
}
/** Primary Navigation End **/
/** Site Search Start **/
#siteSearch{
	position:absolute ;
	top: 100px;
	left: 0;
	width: 220px;
}
.search{
	padding-right: 20px;
	font-size: 0.8125em;
	line-height: 1em;
	background: url('magnifying_glass.png') no-repeat 0 1px;
    font-family:MyFontYekan;
}
#siteSearch button{
    background-color: #FFFFFF;
    width: 25px;
    height: 21px;
    border: 0 none;
    vertical-align:middle;
}
#siteSearch input[type='text']{
	width: 165px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 5px;
	color: #8B8E90;
}
/** Site Search End **/
/** General Nav Start **/
.horizontal.nav li{
	list-style-type: none;
	display: inline;
}
/** General Nav End **/
/** General Links Start **/
a:link, a:visited{
    color: #7490A3;
    text-decoration: none;
    font-weight: 300;
}
a:hover, a:active{
    color: #E9212D;
    text-decoration: underline;
}
/** General Links End **/
/** General Form Start **/
input[type='text'], select{
	border: 1px solid #8B8E90;
	box-shadow: 0 0 10px #8B8E90 inset;
	line-height: 1em;
	font-size: 0.8125em;
}
/** General Form End **/
/** Home **/
#home #latestNews, #home #emergency{
	width: 970px;
	height: 97px;
	margin: 10px auto;
	overflow: hidden;
	background: url('gray_arc.png') center 0 no-repeat #FFFFFF;
	position: relative;
	clear: both;
}
#home #emergency h2, #home #latestNews h2{
	background: url('Images/full_width_headline_line.png') no-repeat center center;
	padding: 0 20px;
	line-height: 1em;
	margin: 20px 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
#home #emergency{
	background: url('red_arc.png') center 0 no-repeat #FFFFFF;
	color: #FFFFFF;
}
#home #emergency h2{
	color: #FFFFFF;
}
#home #emergency a, #home #latestNews a{
	font-weight: 600;
}
#home #emergency a {
	color: #FFFFFF;
}
#home #emergency div, #home #latestNews div{
	width: 970px;
	height: 97px;
}
/** End Home **/
/** Default Side Nav Pages Start **/
#default #content{
	background: url('headline_curve.png') no-repeat center 0 #FFFFFF;
	padding: 50px 5px 20px 5px; 
	position: relative;
	text-align: left;
	margin: 0 auto;
	text-align: left;
	width: 960px;
	overflow: hidden;
}
#default #headline h1{
	line-height: 1em;
	margin-bottom: 20px;
}
#default #sideNav{
	width: 300px;
	margin: 0 10px;
	position: absolute;
	top: 0px;
	left: 0;
	padding-top: 25px;
	min-height: 612px;
	background: url('left_nav_background.png') right 0 no-repeat;
}
#default #sideNav ul{
	list-style-type: none;
}
#default #sideNav li.firstLevel{
	border-bottom: 1px solid #8B8E90;
	line-height: 2.5em;
}
#default #sideNav li.secondLevel{
	line-height: 1.6em;
}
#default #sideNav li.firstLevel a.selected{
	font-weight: 600;
}
#default #sideNav li.secondLevel a.selected, #default #sideNav li.thirdLevel a.selected{
	font-style: italic;
	font-weight: 300;
}
#default #contentSecond{
	width: 620px;
	margin: 0 10px;
	position: relative;
	left: 320px;
	min-height: 662px;
}
#default #contentSecond .container, #default #contentSecond .colorBlock{
	width: 640px;
	margin-left: -15px;
	padding: 50px 5px 20px 5px;
	clear: both;
	overflow: hidden;
}
#default #contentSecond .colorBlock{
	margin-bottom: 30px;
	background-color: #DFE1E0;
}
/** Default Side Nav Pages End **/
/** Full Width Pages Start **/
#fullWidth #headline{
	background: url('headline_curve.png') no-repeat center 0 #FFFFFF;
	padding: 50px 0 20px 0;
}
#fullWidth #headline h1{
	line-height: 1em;
	text-transform: uppercase;
	width: 970px;
	margin: 0 auto;
	background: url('full_width_headline_line.png') no-repeat center center;
}
#fullWidth #headline h1 span{
	background-color: #FFFFFF;
	padding: 0 40px;
}
#fullWidth #content, #fullWidth .colorBlock{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
#fullWidth #content .container{
	margin: 0 auto;
	text-align: right;
	width: 960px;
	padding: 0 5px;
	position: relative;
}
#fullWidth .section, #default #contentSecond .container .section, #default #contentSecond .colorBlock .section{
	width: 300px;
	margin: 30px 10px;
	float: right;
}
#fullWidth .center .section{
	text-align: center;
}
#fullWidth .section h3 a, #default #contentSecond .container .section h3 a, #default #contentSecond .colorBlock .section h3 a, .press h3 a{
	background: url('decorative_link_arrow.png') 0 center no-repeat;
	padding-left: 35px;
	margin: 10px 0;
	display: inline-block;
}
#contentSecond .section h3, #contentSecond .container h2, #contentSecond .colorBlock h2{
	margin: 0;
}
#fullWidth .section.onlyTwo{
	clear: both;
	margin-left: 160px;
}
#fullWidth .section.onlyOne{
	clear: both;
	margin-left: 320px;
}
#fullWidth .colorBlock{
	background-color: #DFE1E0;
	clear: both;
	padding: 20px 0;
	margin-bottom: 30px;
}
#fullWidth .colorBlock h2, #default #contentSecond .container h2, #default #contentSecond .colorBlock h2{
	font-size: 1.5em;
	line-height: 1em;
	text-align: center;
}
#fullWidth .colorBlock .downArrow, #default #contentSecond .colorBlock .downArrow {
    border-left: 66px solid rgba(0, 0, 0, 0);
    border-right: 66px solid rgba(0, 0, 0, 0);
    border-top: 25px solid #DFE1E0;
    bottom: -44px;
    clear: both;
    height: 0;
    margin: 0 auto;
    position: relative;
    width: 0;
}
#fullWidth .four{
	width: 160px;
	margin: 40px;
	height: 140px;
	float: left;
	position: relative;
	text-align: center;
}
#fullWidth .four .button{
	background-color: #7490A3;
    background-image: linear-gradient(180deg, #AEC7DD, #7490A3);
    border: 1px solid #7490A3;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: 34px;
    line-height: 17px;
    margin-top: 25px;
    text-align: center;
    text-transform: uppercase;
    width: 158px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#fullWidth .four .button.single{
	line-height: 34px;
}
#join .social.icons{
	margin-top: 30px;
}
/** Full Width Pages End **/
/** Footer Start **/
.footer{
	clear: both;
	margin: 20px auto;
	border-top: 10px solid #8B8E90;
	width: 970px;
	text-align: right;
	color: #8B8E90;
	background: url('footer_arc.png') center bottom no-repeat;
	padding-bottom: 45px;
	position:relative;
}
.footer .firstLevel, .footer .secondLevel{
	width: 930px;
	padding: 20px;
	background-color: #DFE1E0;
	overflow: hidden;
	border-bottom: 2px solid #8B8E90;
}
.footer .secondLevel{
	border-bottom: 0;
}
.footer .mission, .footer .financials, .footer .validators{
	height: 150px;
	float: right;
	position: relative;
	font-size: 0.7em;
}
.footer h2{
	font-size: 1.2em;
}
.footer .financials{
	border-left: 1px solid #8B8E90;
	border-right: 1px solid #8B8E90;
	padding: 0 20px;
	margin: 0 20px;
	width: 300px;
}
.footer .mission{
	background: url('header_save_the_children_logo.png') no-repeat 0 0;
	width: 275px;
}
.footer .mission p{
	padding-left: 10px;
	bottom: 0;
    position: absolute;
    right: 0;
}
.footer .validators{
	width: 325px;
	position: absolute;
	text-align: center;
	right: 0;
}
.footer .validators img{
	margin: 5px;
}
.footer .stayInformed, .footer .stayConnected, .footer .donate{
	float: right;
	height: 45px;
	position: relative;
	font-size: 0.7em;
	line-height: 1em;
}
.footer .stayInformed{
	width: 530px;
}
.footer .stayInformed input[type='text']{
	height: 13px;
	padding: 3px;
	margin-right: 10px;
	color: #8B8E90;
}
.footer .stayInformed input[name='email_address'], .footer .stayInformed input[name='last_name']{
	width: 157px;
}
.footer .stayInformed input[name='first_name']{
	width: 120px;
}
.footer .stayInformed form{
	position: absolute;
	bottom: 0;
	right: 0;
}
.footer .stayInformed button{
	width: 25px;
	height: 21px;
	background-color: #DFE1E0;
	margin-top: -5px;
	vertical-align: middle;
}
.footer .stayConnected{
	padding: 0 20px;
	margin: 0 20px;
	border-left: 1px solid #8B8E90;
	border-right: 1px solid #8B8E90;
	width: 157px;
}
.footer .donate{
	width: 160px;
	text-transform: uppercase;
}
.footer .donate a{
	color: #FFFFFF;
	font-weight: 600;
	display: block;
	width: 158px;
	border: 1px solid #E9212D;
	background-color: #E9212D;
	border-radius: 5px;
	line-height: 30px;
	font-size: 1.3em;
	text-align: center;
	position: absolute;
	bottom: 1px;
	right: 0;
	background-image: linear-gradient(180deg, #F37D83, #E9212D);
}
.footer .social.icons{
	position: absolute;
	bottom: -1px;
	left: 17px;
}
/** Footer End **/
/** Extended Footer Start **/
#extendedFooter{
	width: 930px;
	margin: 0px auto 20px auto;
	padding: 20px;
	background: url('semi_transparent_world_map.jpg') center 0 no-repeat;
	overflow: hidden;
	border-bottom: 2px solid #DFE1E0;
}
#extendedFooter ul{
	list-style-type:none;
	float: right;
	text-align: right;
	border-left: 1px solid #8B8E90;
	padding: 0 20px;
	min-height: 180px;
}
#extendedFooter ul:first-child{
	border-left: 0;
}
#extendedFooter a strong{
	font-weight: 600;
}
/** Extended Footer End **/
/** Legal Information Start **/
#legalInformation{
	width: 930px;
	margin: 0 auto 20px auto;
	text-align: center;
	color: #7490A3;
	font-size: 0.8em;
	font-weight: 100;
}
#legalInformation a{
	font-weight: 600;
}
/** Legal Information End **/
/** Quotes Start **/
.quote{
	font-size: 1.3em;
	line-height: 2em;
	color: #8B8E90;
	text-align: center;
	padding: 0 70px;
}
/** Quotes End **/
/** Social Media Icons **/
.addthis_follow_label{
	display: none;
}
.social.icons{
	text-indent: 0;
}
.social{
	text-indent: -1000%;
	overflow: hidden;
	display: inline-block;
	background-position: -1px -1px;
}
.social.large{
	width: 50px;
	height: 50px;
	background-image: url('social_media_icons_large.png');
	margin: 5px;
}
a .social.medium{
	margin: 0 0 0 -4px;
}
.social.medium{
	width: 35px;
	height: 35px;
	background-image: url('social_media_icons_medium.png');
	margin: 3px;
}
.social.small{
	width: 20px;
	height: 20px;
	background-image: url('social_media_icons_small.png');
	margin: 2px;
}
.twitter.social.large{
	background-position:-1px -1px;
}
.twitter.social.large:hover{
	background-position:-1px -53px;
}
.twitter.social.medium{
	background-position:-1px -1px;
}
.twitter.social.medium:hover{
	background-position:-1px -38px;
}
.twitter.social.small{
	background-position:-1px -1px;
}
.twitter.social.small:hover{
	background-position:-1px -23px;
}
.facebook.social.large{
	background-position:-53px -1px;
}
.facebook.social.large:hover{
	background-position:-53px -53px;
}
.facebook.social.medium{
	background-position:-38px -1px;
}
.facebook.social.medium:hover{
	background-position:-38px -38px;
}
.facebook.social.small{
	background-position:-23px -1px;
}
.facebook.social.small:hover{
	background-position:-23px -23px;
}
.pinterest.social.large{
	background-position:-105px -1px;
}
.pinterest.social.large:hover{
	background-position:-105px -53px;
}
.pinterest.social.medium{
	background-position:-74px -1px;
}
.pinterest.social.medium:hover{
	background-position:-74px -38px;
}
.pinterest.social.small{
	background-position:-45px -1px;
}
.pinterest.social.small:hover{
	background-position:-45px -23px;
}
.googlePlus.social.large{
	background-position:-157px -1px;
}
.googlePlus.social.large:hover{
	background-position:-157px -53px;
}
.googlePlus.social.medium{
	background-position:-112px -1px;
}
.googlePlus.social.medium:hover{
	background-position:-112px -38px;
}
.googlePlus.social.small{
	background-position:-67px -1px;
}
.googlePlus.social.small:hover{
	background-position:-67px -23px;
}
.instagram.social.large{
	background-position:-209px -1px;
}
.instagram.social.large:hover{
	background-position:-209px -53px;
}
.instagram.social.medium{
	background-position:-164px -1px;
}
.instagram.social.medium:hover{
	background-position:-164px -38px;
}
.instagram.social.small{
	background-position:-89px -1px;
}
.instagram.social.small:hover{
	background-position:-89px -23px;
}
/** End Social Media Icons **/
/** Horizontal Separators Start **/
.horizontalSeparator{
	margin: 10px auto;
}
/** Horizontal Separators End **/
#webFeatureTable{
	table-layout: fixed;
	width: 100%;
	position: relative;
}
#webFeatureTable .aside{
	width: 280px;
	padding: 10px;
	margin: 10px;	
}
p{
	line-height: 1.6em;
}
p + p{
	margin-top: 20px;
}
#content ul, #content ol{
	margin: 20px;
}
#contentSecond li{
	margin: 10px 0;
}
#contentSecond h2,#contentSecond h3, #contentSecond h4, #contentSecond h5, #contentSecond h6{
	margin: 10px 0;
}
h1, h2, h3, h4, h5, h6{
	color: #06455A;
	font-weight: 600;
}
#content a.donate{
	background-color: #E9212D;
    background-image: linear-gradient(180deg, #F37D83, #E9212D);
    border: 1px solid #E9212D;
    border-radius: 5px 5px 5px 5px;
    bottom: 1px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    width: 150px;
	margin: 1em 0;
}
#content li ul, #content li ol{
	margin: 0 20px;
}
.stacked{
	font-weight: 100;
}
.stacked strong{
	display: block;
	font-size: 1.3em;
	font-weight: 600;
}
/* NewsRoom - Press Releases */
.press li.icl_subtitle {
    color:#A7A9AC;
}
.media_contacts {
    padding:25px;
    background: #DFE1E0 url('arrow_down_solid.png') no-repeat 0 bottom;
}
.media_contacts .col {
    width: 49%;
    display:inline-block;
    *display:block;
    zoom:1;
	vertical-align: top;
}
#content .media_contacts ul {
    list-style:none;
    color:#958e7e;
    padding-left:0px !important;
	margin: 16px 0;
}
/* End NewsRoom - Press Releases */
h1{
    font-size: 1.375em;
}
h2{
    font-size: 1.25em;
}
h3{
    font-size: 1.125em;
}
h4{
    font-size: 1em;
}
h5{
    font-size: 0.875em;
}
h6{
    font-size: 0.75em;
}
.center{
	text-align: center;
}
.centered, #fullWidth .section.centered, #default #contentSecond .section.centered{
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.right{
	float: right;
	margin-right: 0;
}
.left{
	float: right;
	margin-left: 0;
}
.clear{
	clear: both;
}
/** Home Page Join **/
#join .container{
    background-color: #DFE1E0;
    overflow: hidden;
    color: #231F20;
	width: 970px;
	margin: 0 auto;
	text-align: right;
}
#emailSignup,#socialConnection{
    width: 391.5px;
    float: right;
    padding-top: 16px;
    padding-bottom: 30px;
    height: 287px;
    padding-left: 49px;
    padding-right: 42px;
    position: relative;
}
#join .button{
    position: absolute;
    bottom: 30px;
    left: 49px;
}
#join .vertical.separator{
    float: right;
    width: 1px;
    height: 333px;
    background-color: #8B8E90;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
#join h3{
    margin-bottom: 26px;
    font-weight: 100;
    font-size: 22.14px;
}
#join h3 strong{
    font-weight: 600;
    font-size: 27.68px;
}
/** End Home Page Join Section **/
#home #mission{
	width: 970px;
	margin: 0 auto;
}
#home #mission p{
	padding: 0 85px;
}
/** Bottom Content **/
#featured{
    padding-top:50px;
    padding-bottom: 40px;
    overflow: hidden;
	width: 970px;
	text-align: right;
	margin: 0 auto;
}
#featured h4{
    font-weight: 100;
    font-size: 22.14px;
    margin-bottom: 20px;
}
#featured strong{
    font-weight: 600;
    font-size: 27.68px
}
#sponsorAChild, #supporter, #spotlight{
    width: 248px;
    padding: 0 37px 7px 37px;
    float: right;
    height: 450px;
    position: relative;
}
#sponsorAChild img, #supporter img, #spotlight img{
    margin-bottom: 20px;
}
#featured .button{
    position: absolute;
    bottom: 7px;
    left: 41px;
}
#supporter{
    border-left: 1px solid #8B8E90;
    border-right: 1px solid #8B8E90;
}
/** End Bottom Content **/
/** Simple Modal lightbox styles **/
#simplemodal-container a.modalCloseImg {
    background: url("https://secure.savethechildren.org/atf/cf/{5449358d-feab-49e3-9f10-0f9c77e93c0a}/x.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline;
    height: 29px;
    position: absolute;
    right: -16px;
    top: -15px;
    width: 25px;
    z-index: 3200;
}
/** End Simple Modal lightbox styles **/
/** Buttons **/
a.button, button.button{
    width: 115px;
    height: 22px;
    line-height: 22px;
    font-size: 9.11px;
    text-align: center;
    text-transform: uppercase;
    display: block;
}
/** Non-Monetary Asks **/
a.infoAsk, button.infoAsk{
    color: #FFFFFF;
    background-color:#7490A3;
    background-image: linear-gradient(180deg, #AEC7DD, #7490A3);
    border-radius: 5px;
    border: 1px solid #7490A3;    
}
/** Homepage Slideshow **/
#home #slideshow, #fullWidth #slideshow{
    height: 400px;
    overflow: hidden;
    position: relative;
}
#fullWidth #slideshow{
 width: 970px;
 margin-left: -5px;
}
#home #slideshow .slide,#fullWidth #slideshow .slide{
    height: 400px;
    width: 100%;
    position: relative;
	background-color: #FFFFFF;
}
#home #slideshow [id^='slide-'], #fullWidth #slideshow [id^='slide-']{
    position:absolute;
    top: 0;
    right: 0;
}
#home #slideshow .cta, #fullWidth #slideshow .cta{
    position: absolute;
    bottom: 40px;
    color: #8B8E90;
    font-size: 1.5em;
    padding: 20px 20px 50px 20px;
    border-radius: 10px;
    background-color: #DFE1E0;
}
#home #slideshow .cta p, #fullWidth #slideshow .cta p{
    line-height: 1.08em;
	margin-bottom: 10px;
}
#home #slideshow .cta.right, #fullWidth #slideshow .cta.right{
    right: 135px;
}
#home #slideshow .cta.left, #fullWidth #slideshow .cta.left{
    left: 135px;
}
#home #slideshow .cta h2, #fullWidth #slideshow .cta h2{
    font-weight: 600;
    font-size: 1.04em;  
    color: #8B8E90;
}
#home #slideshow .button, #fullWidth #slideshow .button{
    position:absolute;
    display: block;
    width: 178px;
    height: 38px;
    padding-left: 60px;
    text-align: center;
    bottom: 12px;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 38px;
    font-weight: 600;
}
#home #slideshow .donate, #fullWidth #slideshow .donate{
    background:url('slideMonetaryAsk.png') 0 0 no-repeat;
	border: 0;
	border-radius: 0;
	margin: 0;
}
#home #slideshow .learnMore, #fullWidth #slideshow .learnMore{
    background:url('slideNonMonetaryAsk.png') 0 0 no-repeat;
}
#home #thumbnails, #fullWidth #thumbnails{
    text-align: center;
    padding: 20px 0;
}
#home #thumbnails img, #fullWidth #thumbnails img{
    width: 162px;
    height: 67px;
    border-radius: 5px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin: 0 6px;
    cursor: pointer;
}
#home #thumbnails img.active, #fullWidth #thumbnails img.active{
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: default;
}
#home .arrows, #fullWidth .arrows{
    position: absolute;
    top: 0px;
    width: 970px;
    z-index: 10;
}
#home #slideshow-prev, #home #slideshow-next, #fullWidth #slideshow-prev, #fullWidth #slideshow-next{
    width: 30px;
    height: 400px;
    position: absolute;
    top: 0;
    cursor: pointer;
}
#fullWidth #slideshow-prev{
	left: 5px;
}
#fullWidth #slideshow-next{
	right: 15px;
}
#home #slideshow-prev, #fullWidth #slideshow-prev{
    background: url('slideshowPrev2.png') no-repeat center center;
    left: 10px;
}
#home #slideshow-next, #fullWidth #slideshow-next{
    background: url('slideshowNext2.png') no-repeat center center;
    right: 10px;
}
#home #content{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
#fullWidth #join .container{
	width: 970px;
	padding: 0;
}
#fullWidth #join{
	margin-bottom: 50px;
}
/** End HomePage Slideshow **/
.caption{
	font-size: 0.7em;
	font-style: italic;
}
.emailSignup.join input[type='text']{
	box-shadow: 0 0 0 0;
}
.emailSignup input[type='text']{
	padding: 15px;
	height: 13px;
	text-align: center;
	border: 1px solid #8B8E90; 
	font-size: 13px;
	line-height: 1em;
}
.emailSignup.join input[name='email_address']{
	margin-top: 10px;
}
.emailSignup input[name='email_address']{
	width: 358px;
	display: block;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-top: 30px;
}
.emailSignup input[name='first_name']{
	width: 98px;
	border-right: 0 none;
	border-radius: 5px 0 0 5px;
	display: inline-block;
}
.emailSignup input[name='last_name']{
	width: 228px;
	border-radius: 0 5px 5px 0;
	display: inline-block;
	margin-left: -3px;
}
.emailSignup button{
	margin-top: 30px;
	display: block;
}
.emailSignup button:hover{
	text-decoration: underline;
}
#blank{
	background: none transparent;
}
.advocacy #ad_Items_wrpr{
	margin-right: 0;
	width: 100%;
}
.advocacy div.ad_item{
	padding: 20px 0;
}
.advocacy #ad_Reg_wpr, .advocacy #ad_Reg fieldset{
	background-color: #DFE1E0;
	overflow: hidden;
}
.advocacy #ad_Reg #ad_Recp_h3:first-child,.advocacy  #ad_Reg #ad_Recp_h3+fieldset,.advocacy #ad_wrapper label[for='ctl00_ctl00_msgMessage_chkSendMeCopy'], .advocacy #ad_wrapper input#ctl00_ctl00_msgMessage_chkSendMeCopy, .advocacy #ad_wrapper input#ctl00_ctl00_regRegister_rgfRegistrationForm_CheckBox7, .advocacy #ad_wrapper label[for='5057817'],.advocacy #ad_Reg label.ad_sbmt, .advocacy #ad_Reg_wpr #ad_Reg br, .advocacy #ad_Reg fieldset.ad_Topc span, .advocacy #ad_wrapper #ctl00_ctl00_cmdPreviewLetter{
	display: none;
}
.advocacy #ad_wrapper h3.legend{
	color: #06455A;
	font-weight: 300;
}
.advocacy fieldset.ad_Ltr , .advocacy fieldset.ad_Ltr+#ad_Reg_wpr{
    float: left;
	width: 45%;
}
.advocacy #ad_Ltr_wpr fieldset.ad_Ltr+#ad_Reg_wpr{
	margin-top: -45px;
}
.advocacy div#ad_wrapper div#ad_Reg fieldset.ad_Ltr input[type='text'],.advocacy #ad_Ltr_wpr #ad_Reg fieldset input[type='text']{
	padding: 3px;
	width: 180px;
	margin: 10px 0;
}
.advocacy div#ad_Reg fieldset.ad_RegInfo label{
	clear: both;
	width: 140px;
}
.advocacy #ad_Reg_wpr .ad_label, .advocacy #ad_Reg_wpr fieldset.ad_RegInfo label{
	line-height: 1.3em;
	margin: 10px 0;
}
.advocacy #ad_Reg select{
	padding: 3px;
	margin: 10px 0;
}
.advocacy div#ad_wrapper div#ad_Reg fieldset.ad_Ltr input#ctl00_ctl00_msgMessage_txtSubject[type="text"] {
    width: 83%;
}
.advocacy #ad_Reg .ad_Topc label{
	width: 90%;
}
.advocacy #ad_Ltr_wpr #ad_Reg .ad_Topc input {
    margin: 5px;
}
.advocacy div#ad_Reg input.ad_sbt{
	float: right;
	background: url('advocacyAsk.png') no-repeat left top;
	width: 238px;
	height: 38px;
}
.advocacy label[for="ctl00_ctl00_msgMessage_txtMessage"]{
	display: block;
	margin-bottom: 1em;
}
.advocacy .ad_Ltr pre{
	width: 80%;
	margin: 0 0 10px;
	padding: 1em;
	clear: left;
	float: none;
	display: block;
	font-family: Arial, 'Lucida Grande', sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	color: #231F20;
	white-space: pre-wrap;
	word-wrap: break-word;
	background-color: #FFFFFF;
}
#new_petition_form_left, #new_petition_form_right{
	width: 50%;
	float: left;
}
#new_petition_form_left > *, #new_petition_form_right >*{
	margin: 20px;
}
#new_petition_form_left div[name="new_petition_text"]{
	margin: 20px 0;
	padding: 20px;
	background-color: #FFFFFF;
	width: 80%;
}
#new_petition_form_left #new_form{
	margin-top: 0;
}
#new_petition_form{
	overflow: hidden;
	background-color: #DFE1E0;
}
#petitions_table th{
	color: #06455A;
}
#petitions_table{
	width: 80%;
}
#petitions_table td{
	padding: 10px 0;
	border-bottom: 1px solid #8B8E90;
}
#petitions_table td.name{
	width: 90%;
}
.ticker {
    margin:10px 20px;
    padding:10px;
    list-style-type:none;
    text-align:right;
}
.ticker li {
        line-height:1.5;
        font-family:MyFontYekan;
        font-size:15px;
}

.ticker-active {
    height:1.5em;
    overflow:hidden;
}
.ticker-active li {
        display:none;
        overflow:hidden;
        white-space:nowrap;
}

.mousemoisrex{
	position:fixed;
	right:-250px;
	width:200px;
	top:45%;
	height:200px;
	margin-top:-100px;
	padding:10px;
	background:#eee;
	border:1px #ccc solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-khtml-border-radius:5px;
	font:14px tahoma;
	direction:rtl;
}
.titlemoisrex{
	background:#111;
	border-radius:100px 0 0 100px;
	-moz-border-radius:100px 0 0 100px;
	-ms-border-radius:100px 0 0 100px;
	-webkit-border-radius:100px 0 0 100px;
	-o-border-radius:100px 0 0 100px;
	-khtml-border-radius:100px 0 0 100px;
	text-align:left;
	color:#fff;
	padding:10px;
	position:fixed;
	top:45%;
	right:-250px;
	height:20px;
	margin-top:-135px;
	font:11px tahoma;
	direction:rtl;
	z-index:3;
	width:270px;
}

.mousemoisrex2{
	position:fixed;
	right:0px;
	width:200px;
	top:35%;
	height:70px;
	direction:rtl;
}
.titlemoisrex2{
	background:#111;
	border-radius:100px 0 0 100px;
	-moz-border-radius:100px 0 0 100px;
	-ms-border-radius:100px 0 0 100px;
	-webkit-border-radius:100px 0 0 100px;
	-o-border-radius:100px 0 0 100px;
	-khtml-border-radius:100px 0 0 100px;
	text-align:left;
	color:#fff;
	padding:10px;
	position:fixed;
	top:35%;
	right:-250px;
	height:20px;
	margin-top:-135px;
	font:11px tahoma;
	direction:rtl;
	z-index:3;
	width:270px;
}

.mousemoisrex3{
	position:fixed;
	left:-250px;
	width:200px;
	top:25%;
	height:50px;
	margin-top:-100px;
	padding:10px;
	background:#eee;
	border:1px #ccc solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-khtml-border-radius:5px;
	font:14px tahoma;
	direction:rtl;
}
.titlemoisrex3{
	background:#111;
	border-radius:100px 0 0 100px;
	-moz-border-radius:100px 0 0 100px;
	-ms-border-radius:100px 0 0 100px;
	-webkit-border-radius:100px 0 0 100px;
	-o-border-radius:100px 0 0 100px;
	-khtml-border-radius:100px 0 0 100px;
	text-align:right;
	color:#fff;
	padding:10px;
	position:fixed;
	top:25%;
	left:-250px;
	height:20px;
	margin-top:-135px;
	font:11px tahoma;
	direction:rtl;
	z-index:3;
	width:270px;
}

.mousemoisrex4{
	position:fixed;
	left:-250px;
	width:200px;
	top:35%;
	height:150px;
	margin-top:-100px;
	padding:10px;
	background:#eee;
	border:1px #ccc solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-khtml-border-radius:5px;
	font:14px tahoma;
	direction:rtl;
}
.titlemoisrex4{
	background:#111;
	border-radius:100px 0 0 100px;
	-moz-border-radius:100px 0 0 100px;
	-ms-border-radius:100px 0 0 100px;
	-webkit-border-radius:100px 0 0 100px;
	-o-border-radius:100px 0 0 100px;
	-khtml-border-radius:100px 0 0 100px;
	text-align:right;
	color:#fff;
	padding:10px;
	position:fixed;
	top:35%;
	left:-250px;
	height:20px;
	margin-top:-135px;
	font:11px tahoma;
	direction:rtl;
	z-index:3;
	width:270px;
}

.mousemoisrex5{
	position:fixed;
	left:-250px;
	width:200px;
	top:45%;
	height:50px;
	margin-top:-100px;
	padding:10px;
	background-color:white;
	border:1px #ccc solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-khtml-border-radius:5px;
	font:14px tahoma;
	direction:rtl;
}
.titlemoisrex5{
	background:#111;
	border-radius:100px 0 0 100px;
	-moz-border-radius:100px 0 0 100px;
	-ms-border-radius:100px 0 0 100px;
	-webkit-border-radius:100px 0 0 100px;
	-o-border-radius:100px 0 0 100px;
	-khtml-border-radius:100px 0 0 100px;
	text-align:right;
	color:#fff;
	padding:10px;
	position:fixed;
	top:45%;
	left:-250px;
	height:20px;
	margin-top:-135px;
	font:11px tahoma;
	direction:rtl;
	z-index:3;
	width:270px;
}

.mousemoisrex6{
	position:fixed;
	right:-250px;
	width:200px;
	top:45%;
	height:70px;
	margin-top:-100px;
	padding:10px;
	background-color:white;
	border:1px #ccc solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-khtml-border-radius:5px;
	font:14px tahoma;
	direction:rtl;
}
.titlemoisrex6{
	background:#111;
	border-radius:100px 0 0 100px;
	-moz-border-radius:100px 0 0 100px;
	-ms-border-radius:100px 0 0 100px;
	-webkit-border-radius:100px 0 0 100px;
	-o-border-radius:100px 0 0 100px;
	-khtml-border-radius:100px 0 0 100px;
	text-align:left;
	color:#fff;
	padding:10px;
	position:fixed;
	top:45%;
	right:-250px;
	height:20px;
	margin-top:-135px;
	font:11px tahoma;
	direction:rtl;
	z-index:3;
	width:270px;
}

.BtnStyle{
    width:120px;
    color:blue;
    font-family:MyFontYekan;
    font-size:12pt;
    height:30px;
    border: 1px solid #696;
    padding: 5px 0;
    text-align: center; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: #666 0px 2px 5px;
    -moz-box-shadow: #666 0px 2px 5px;
    box-shadow: #666 0px 2px 5px;
    background: #EEFF99;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#338FEE));
    background: -webkit-linear-gradient(#EEFF99, #338FEE);
    background: -moz-linear-gradient(#EEFF99, #338FEE);
    background: -ms-linear-gradient(#EEFF99, #338FEE);
    background: -o-linear-gradient(#EEFF99, #338FEE);
    background: linear-gradient(#EEFF99, #338FEE);
    -pie-background: linear-gradient(#EEFF99, #338FEE);
    behavior: url(/pie/PIE.htc);

}

.TextRound{
border: 1px solid #696;
padding: 5px 0;
text-align: center; 
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: #666 0px 2px 5px;
-moz-box-shadow: #666 0px 2px 5px;
box-shadow: #666 0px 2px 5px;
background: #EEFF99;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#338FEE));
background: -webkit-linear-gradient(#EEFF99, #338FEE);
background: -moz-linear-gradient(#EEFF99, #338FEE);
background: -ms-linear-gradient(#EEFF99, #338FEE);
background: -o-linear-gradient(#EEFF99, #338FEE);
background: linear-gradient(#EEFF99, #338FEE);
-pie-background: linear-gradient(#EEFF99, #338FEE);
behavior: url(/pie/PIE.htc);
font-family:MyFontYekan
}

.DivStyel{
border-radius: 3em / 1em;
border-style:solid;
border-width:.2em;
border-color:#338FEE;
}

.popup-screen {
position: fixed;
opacity: .8;
filter: alpha(opacity=80) !important;
width:100%;
height:100%;
left: 0;
top: 0;
background-color: #000;
display: none;
z-index: 1000;
}
.show-popup, .login-btn {
font: normal 12px tahoma;
padding: 5px 12px 7px 12px;
margin: 0;
}
.popup-win {
min-width: 550px;
height:500px;
background-color: #fff;
z-index: 1100;
position: fixed;
display: none;
direction:rtl;
overflow:auto;
padding:15px;

}
.input {
padding: 5px;
direction: ltr;
font-family: MyFontYekan;
font-size: 12px;
margin: 0
}
.close-btn {
width: 20px;
height: 20px;
left: 7px;
top: 7px;
z-index: 100;
background: url(/images/close-icon-20px.png) no-repeat center;
position: absolute;
cursor: pointer;
opacity: .7;
filter: alpha(opacity=70);
}
.close-btn:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.login-items {
margin: 50px auto;
}
.login-items td {
padding: 3px;
font: normal 12px tahoma
}
.TxtDataEntry {
border:thin solid ;
font-size: 14pt;
font-family: Tahoma;
font-style: normal;
padding: 3px;
height:20px;
}
.TxtDataEntryAlignmentCenter {
    text-align: center;
}

.TxtNumDataEntry {
border:thin solid ;
font-size: 14pt;
font-family: Tahoma;
font-style: normal;
padding: 3px;
direction:ltr;
}
.DtcDataEntry {
font-size: 12pt;
font-family: Tahoma;
font-style: normal;
}

.BtnSearchStyle{
    width:90px;
    color:blue;
    font-family:Tahoma;
    font-size:8pt;
    height:25px;
    border: 1px solid #696;
    padding: 5px 0;
    text-align: center; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: #666 0px 2px 5px;
    -moz-box-shadow: #666 0px 2px 5px;
    box-shadow: #666 0px 2px 5px;
    background: #EEFF99;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#338FEE));
    background: -webkit-linear-gradient(#EEFF99, #338FEE);
    background: -moz-linear-gradient(#EEFF99, #338FEE);
    background: -ms-linear-gradient(#EEFF99, #338FEE);
    background: -o-linear-gradient(#EEFF99, #338FEE);
    background: linear-gradient(#EEFF99, #338FEE);
    -pie-background: linear-gradient(#EEFF99, #338FEE);
    behavior: url(/pie/PIE.htc);

}
.LblBlink
{
font-size:16pt;
font-family:MyFontYekan;
color:red;
}

@font-face {
    font-family: MyFontKoodak;
    src:url('/fonts/BKoodakBold.eot?#') format('eot'),    
          url('/fonts/BKoodakBold.woff') format('woff'),
          url('/fonts/BKoodakBold.ttf') format('truetype'); 
}

@font-face {
    font-family: MyFontYekan;
    src: url('/fonts/BYekan.eot?#') format('eot'), url('/fonts/BYekan.woff') format('woff'), url('/fonts/BYekan.ttf') format('truetype');
}
.TxtDataEntryLTR {
border:thin solid ;
font-size: 14pt;
font-family: Tahoma;
font-style: normal;
padding: 3px;
direction:ltr;
}
