/*---Global---*/
body{
	margin:0;
	color:#000;
	font:11px arial,sans-serif;
	background:#fff url(/images/orange-right-grad.gif) repeat-x;
	min-width:1000px;
}
img{border-style:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/*---GlobalEnd---*/
/*---Main---*/
#main{
	width:100%;
	height:100px;
	position:relative;
}
.right-bg{
	width:50%;
	position:absolute;
	top:0;
	left:0;
	background:url(/images/orange-left-grad.gif) repeat-x;
	height:54px;
}
/*---MainEnd---*/
/*---Nav-bar---*/
.nav1{
     width:100%;
   	 background:#fff url(/images/buuton-holder-grad.gif) repeat-x;
     height:54px;
}
#nav-bar{
     width:1000px;
     margin:0 auto;
     height:54px;
     overflow:hidden;
     position:relative;
	text-align: right;
}
.navigation{
     list-style: none;
     margin:0;
     right: 0;
     padding:10px 3px 5px 0;
     position: absolute;
     line-height:20px;
	 width: 1000px;
	 border: 0px;
	 text-align:right;
	 font-weight:bold;
}

.navigation ul{
     position:absolute;
     right:0;
     top:30px;
     list-style:none;
     margin:0;
     padding:0;
     float: right;
	 font-weight:bold;
}

.navigation li{
     display: inline;
	 font-size:13px;
     padding:0 10px;
 	background:url(/images/separator-black1.gif) no-repeat 100% 0;
}
.navigation a{color:#193550;
font-weight:bold;}

.navigation a.active {border-bottom: 2px solid #193550; }
.navigation a:hover {text-decoration:underline; color: #FF3300; }


.navigation ul li{
	padding:0 12px 0 14px;
	background:url(/images/separator-black.gif) no-repeat 0 50%;
}
.navigation ul a{color:#193550;
font-size:11px;
font-weight:normal;
}
/*---Nav-barEnd---*/
/*---Header---*/
#header{
	width:100%;
	background:url(/images/bg1.jpg); 

}
#header .holder{
	width:1000px;
	margin:0 auto;
	position:relative;

}
#header .holder img{display:block;}
.logo{
	position:absolute;
	top:0px;
	left:5px;
	width:216px;
	height:138px;
}
.logo a{
	display:block;
	width:216px;
	height:138px;

	text-indent:-9999px;
	overflow:hidden;

}
#header .text-block{
	position:absolute;
	bottom:0;
	left:0;
	padding:3px 80px 5px 5px;
	background:url(/images/black-transparent.png);
	font-family:Arial, Helvetica, sans-serif;
}
#header .text-block h1{
	font-size:28px;
	line-height:30px;
	margin:0;
	color:#fff;
	font-weight:normal;
}
#header .text-block p{
	font-size:22px;
	line-height:30px;
	color:#fff;
	letter-spacing:1px;
	margin:0;
}

.topbtn {
	width:1000px;
    margin:0 auto;
    height:54px;
	text-align:right;
    overflow:hidden;
    position: absolute;
    font-size:11px;
	font-weight:bold;
 	color:#000000;
    line-height:20px;
}

.donate {
	width:1000px;
	padding-right:200px;
    height:64px;
	text-align:left;
    overflow:hidden;
    position: absolute;
    font-size:11px;
	font-weight:bold;
 	color:#000000;
    line-height:20px;
}

.search-button{
	color:#FF0000;
	font-weight:bold;
}
.search-button:hover{text-decoration:underline;
color:#009900;}

.hide-button{
	color:#CC0033;
	font-weight:bold;
}
.hide-button:hover{text-decoration:underline;
color:#003366;}
.cover-button{
	color:#339900;
	font-weight:bold;
}
.cover-button:hover{text-decoration:underline;
color:#FF0000;}
/*---HeaderEnd---*/
/*---Button-holder---*/
#button-holder{
	width:100%;
	height:40px;
   	 background:#fff url(/images/buuton-holder-grad1.gif) repeat-x;
	padding:8px 0px 0px 0;
}
#button-holder .holder{
	width:985px;
	margin:0 auto;
	overflow:hidden;
	padding:8px 15px 8px 0;
}
#button-holder .register{
	float:right;
	background:url(/images/orange-button-left.png) no-repeat;
	font-size:30px;
	line-height:47px;
	color:#fff;
	margin:0 20px 0 0;
	display:inline;
	padding:0 0 0 20px;
}
#button-holder .register span{
	float:left;
	width:5px;
	margin:0 -5px 0 15px;
	display:inline;
	height:47px;
	overflow:hidden;
	background:url(/images/orange-button-right.png) no-repeat;
	font-size:0px;
	line-height:0px;
	text-indent:-9999px;
	position:relative;
}
#button-holder .register em{
	float:left;
	font-style:normal;
	cursor:pointer;
}
#button-holder .register:hover em{text-decoration:underline;}
#button-holder .involved{
	float:right;
	background:url(/images/orange-button2-left.png) no-repeat;
	font-size:30px;
	line-height:47px;
	color:#fff;
	margin:0 20px 0 0;
	display:inline;
	padding:0 0 0 5px;
}
#button-holder .involved span{
	float:left;
	width:5px;
	margin:0 -5px 0 0;
	display:inline;
	height:47px;
	overflow:hidden;
	background:url(/images/orange-button2-right.png) no-repeat;
	font-size:0px;
	line-height:0px;
	text-indent:-9999px;
	position:relative;
}
#button-holder .involved em{
	float:left;
	font-style:normal;
	cursor:pointer;
}
#button-holder .involved:hover em{text-decoration:underline;}
/*---Button-holder---*/
/*---Content---*/
#content{
	font-size:13px;
	line-height:18px;
	width:100%;
}

#content #sidecontent {

	float: right;
	border: 0px;
	width:279px;
	padding:0 0 0 5px;
	margin:0 auto;
	overflow:hidden;
	background:#fff url(/images/orangeback.gif) top center repeat-y;
	margin-top: 25px;

}

#content #sidecontent p{
margin: 10px 25px 10px 20px;
color: #fff;


}


#content .holder{
	border: 0px;
	width:990px;
	padding:0 0 0 10px;
	margin:0 auto;
	overflow:hidden;
}

#smalldiv{

	border: 0px;
	width:650px;
	padding:0px;
	margin:0;
	overflow:hidden;
}

#content .ticker{
	text-align:center;
	font-size:18px;
	line-height:26px;
	padding:0 0 2px;
	color:#f00;
	letter-spacing:1px;
}
#content .column{
	width:738px;
	float:left;
	margin:0 12px 0 0;
}
#content .columnl{
	width:225px;
	float:left;
	margin:0 12px 0 0;
}
#content .columnr{
	width:225px;
	float:left;
	margin:0 12px 0 0;
}
#content .box{
	width:100%;
	overflow:hidden;
}
#content .box h2{
	font-size:18px;
	line-height:22px;
	color:#fff;
	padding:4px 17px 4px 21px;
	font-weight:normal;
	background:#f70;
	height:1%;
	overflow:hidden;
	margin:0;
}
#content .box h2 span{float:left;}
#content .box h2 a{
	float:right;
	width:24px;
	height:22px;
	background:url(/images/heading-arrow.gif) no-repeat 100% 50%;
	text-indent:-9999px;
	overflow:hidden;
}
.news{
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.news li{
	height:1%;
	overflow:hidden;
}
.news .block{
	float:left;
	padding:2px 10px 8px 0;
	width:225px;
	border: 0px solid #000;
	height: 230px;

}
.news .block div{

	height:50px;
	overflow:hidden;
	padding:0 0 5px;
}
.news img{
	float:left;
	margin:0 9px 0 0;
}
.news h3{
	font-size:14px;
	line-height:14px;
	color:#333;
	margin:3px 0 0;
	font-weight:normal;

}
.news p{
	font-size:13px;
	line-height:18px;
	margin:0;
	color:#333;
}
.news .more{
	font-size:13px;
	line-height:18px;
	color:#f70;
}
.box .place-holder{
	width:100%;
	overflow:hidden;
	position:relative;
}
.box .text-block{
	position:absolute;
	bottom:12px;
	left:5px;
	width:298px;
	background:url(/images/black-transparent.png);
	color:#fff;
	padding:7px;
}
.box .text-block strong{
	display:block;
	font-size:20px;
	line-height:25px;
	font-weight:normal;
	letter-spacing:2px;
}
.box .text-block span{
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
}
.ad-holder{
	width:483px;
	background:url(/images/ad-holder-grad.gif) repeat-y;
	margin:5px 0 0;
}
.ad-holder .top{
	width:100%;
	overflow:hidden;
	background:url(/images/ad-holder-top.gif) no-repeat;
	padding:6px 0 0;
}
.ad-holder .bottom{
	height:1%;
	overflow:hidden;
	background:url(/images/ad-holder-bottom.gif) no-repeat 0 100%;
	padding:0 0 6px;
	min-height:207px;
}
.ad-holder .ad1{
	width:212px;
	float:left;
	margin:0 5px 0 0;
	padding:5px 25px 5px 5px;
}
.ad-holder strong{
	display:block;
	font-size:20px;
	line-height:25px;
	font-weight:normal;
	letter-spacing:1px;
}
.ad-holder strong em{
	font-style:normal;
	color:#ff7600;
}
.ad-holder span{
	display:block;
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
	margin:0 0 10px;
}
.ad-holder .ad1 a{margin:0 0 0 15px;}
.ad-holder .ad2{
	width:221px;
	float:left;
	padding:0 2px 0 13px;
}
.ad-holder .ad2 strong{
	font-size:19px;
	margin:0 0 25px;
}
.ad-holder .ad2 img{
	float:right;
	margin:0 0 0 -10px;
}
.ad-holder .ad2 ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:24px;
	float:left;
}
.ad-holder .ad2 ul li{
	padding:0 10px;
	background:url(/images/separator-red.gif) no-repeat 3px 8px;
}
.ad-holder .ad2 ul a{color:#333;}
.nav-holder{

	width:990px;
	padding:0 0 0 10px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
.nav{
	list-style:none;
	margin:0;
	padding:10px 10px 8px 0;
	float:right;
	font-size:13px;
	line-height:18px;
	height:1%;
	overflow:hidden;
}
.nav li{
	display:inline;
	padding:0 0 0 24px;
	background:url(/images/bullet.gif) no-repeat 7px 50%;
	margin:0 13px 0 -13px;
}
.nav a{color:#999;}
/*---ContentEnd---*/
/*---Footer---*/
#footer{
	width:100%;
	overflow:hidden;
	background:#fff;
}
#footer .holder{
	width:1000px;
	margin:0 auto;
text-align: right;
}
#footer .holder img{
float: right;
margin-left: 20px;
}


#footer .reg-box{
	padding:15px 0px 15px 40px;
}
#footer .reg-box strong{
	display:block;
	font-size:24px;
	font-weight:normal;
}
#footer .reg-box span{
	color:#333;
	font-size:12px;
	line-height:18px;
font-weight: bold;
}

#footer .reg-box span a{color:#000;}
/*---FooterEnd---*/

.mainnews img {display: none;}