@charset "utf-8";
/* CSS Document */





/* :1 Right Panel Style
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* Right Panel Style is repeating below; remove the same once finalized ––*/


#content .widget-spot-right {
	min-height:260px;
}

#content .widget-spot-right-shadow {
	width:260px;
	display:block;
	background-image:url(../images/rightpanel/shadow.png);
	background-position:top center;
	background-repeat:no-repeat;
	min-height:260px;
}

#content .widget-spot-right-menuHead {
	width:231px;
	display:block;
	background-image:url(../images/rightpanel/menu-header.png);
	background-position:top center;
	background-repeat:no-repeat;
	min-height:73px;
	margin-left:auto;
	margin-right:auto;
}

#content .widget-spot-right-newsHead {
	width:231px;
	display:block;
	background-image:url(../images/rightpanel/news-header.png);
	background-position:top center;
	background-repeat:no-repeat;
	min-height:73px;
	margin-left:auto;
	margin-right:auto;
}

/* :2 Accordian Menu Styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#navContainer
{
    clear:both;
    width:201px;
	min-height:260px;
	margin-left:auto;
	margin-right:auto;
	background-color:#f5f6f7;
	border:#c3c3c3 1px solid;
	border-top:none thin;
	margin-top:-10px;
}
a:focus,a:active{outline:0}
#nav *
{
	position:relative;/* peek-a-boo bug fix for IE6 */
	min-width:0;/* peek-a-boo bug fix for IE7 */
	display:block;
}

#nav li
{
	width:160px;
	cursor:pointer;
	padding:0 0 0 30px;
	margin:0 0 20px 10px;
	background:url(../images/midmanu/menuArrow.gif) no-repeat 0px 7px;
	
}
#nav a
{
    display:block;
 /* margin: (top)px     (right)px     (bottom)px       (left)px; */
	padding:5px 0px 0px 0px;
    text-decoration:none;
	font-size:11px !important;
    color:#fff;

}

#nav a:hover
{
    display:block;
    color:#FF5A00 !important;

}
#nav li li
{
	width:160px;
	cursor:pointer;
	padding:0 0 0 30px;
	margin:0 0 20px 10px;
	background:url(../images/midmanu/menuArrow.gif) no-repeat 0px 7px !important;
	
}

/* ------------------ TEXT STYLES for First Level Links ------------------ */

#nav .top-now {
	font-size:13px;
	line-height:18px;
	text-transform:uppercase;
	font-weight:bold;
	color:#ff5a00;
}
	
#nav .bottom {
	font-size:10px;
	line-height:11px;
	text-transform:uppercase;
	font-weight:normal;
}

/* ------------------ TEXT STYLES for First Level Links ------------------ */

#nav ul
{
    display:none;
 /* margin: (top)px     (right)px     (bottom)px       (left)px; */
	margin:0px 2px 0px -4px !important;
    padding:2px 0px 0px 5px !important;
	zoom:1;/*fixes ie6 bug (list will disappear after slideDown)*/
}

#nav ul li
{
	padding-left:0
}
#nav ul li a
{
    padding:0;
	font-size:11px;
}




/******* For CURRENT NEWS BOX *********/

.co-text{
    color:#ff6600;
    direction:neno;
	text-decoration:none;
	text-align:left;
	line-height:16px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:20px;
	padding-top:5px;
}

.co-text-desc{
	font-size:11px;
    direction:neno;
	text-decoration:none;
	text-align:left;
	line-height:16px;
	}
	
.co-text-desc em{font-style:italic !important;}

.co-text-desc strong{font-weight:bold !important;}
 
.co-text a:link, .co-text a:visited{
	font-size:11px;
    color:#ff6600;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
 
.co-text a:hover, .co-text .more a:hover{
	color:#757575 !important;
	text-decoration:none;
}

.co-text .more a:link, .co-text .more a:visited{
    color:#ff6600;
	text-decoration:none;
	margin-left:10px;
	text-transform:lowercase;
	font-weight:normal;
}

.donate_image{
	margin:22px 28px;}
