body {
	margin:0;
	color:#555555;
	font:14px Helvetica, Arial, Verdana, sans-serif;
	background:#babab9;
	min-width:1000px;
}
img {
	border: none;
}
a {
	text-decoration:underline;
	color:#104383;
}
a:hover {
	text-decoration:none;
}
form, fieldset{
	margin:0;
	padding:0;
	border:none;
}
/*main container start*/
#main{
	background:url(../images/bg-main-repeat-all.jpg);
}
.main-holder{
	background:url(../images/bg-main-center.jpg) no-repeat 50% 0;
}
.main-frame{
	width:955px;
	margin:0 auto;
	padding:25px 0 0;
}
/*header start*/
#header{
	width:100%;
	margin:0 0 5px 0;
	overflow:hidden;
}
/*logo*/
#header h1{
	float:left;
	width:225px;
	margin:0 0 0 5px;
	display:inline;
}
#header h1 a{
	display:block;
	width:225px;
	height:77px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.png) no-repeat;
	cursor:pointer;
	position:relative;
}
/*heade box*/
.header-box{
	width:456px;
	float:right;
	margin: 70px 0 0 0;
}
/*login form*/
.login-form-holder{
	width:100%;
	margin:0 0 43px;
	overflow:hidden;
}
.login-form-holder .login-form{
	width:265px;
	float:right;
}
.login-form .row{
	width:109px;
	float:left;
	margin:0 4px 0 0;
}
.login-form .row label{
	display:block;
	font-size:11px;
	padding:0 0 0 5px;
	text-transform:uppercase;
}
.login-form .text{
	display:block;
	width:99px;
	height:14px;
	padding:4px 5px 5px;
	background:url(../images/bg-txt-input1.gif) no-repeat;
	overflow:hidden;
}
.login-form .text input{
	width:100%;
	margin:0;
	padding:0;
	border:none;
	background:none;
	float:left;
	color:#fff;
	font-size:12px;
	line-height:14px;
}
.login-form .btn-go{
	float:left;
	margin:14px 0 0;
}
/*main navigation*/
ul.main-nav{
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.main-nav li{
	float:right;
	margin:0 0 0 5px;
	display:inline;
}
.main-nav li div.bleft {
	height: 24px;
	width: 9px;
	float: left;
	background: url(../images/button_left.png) no-repeat;
}
.main-nav li div.bright {
	height: 24px;
	width: 10px;
	float: left;
	background: url(../images/button_right.png) no-repeat;
}
.main-nav li a{
	float:left;
	width:auto;
	height:18px;
	padding:6px 0 0;
	text-align:center;
	text-decoration:none;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	text-transform:uppercase;
	background: url("../images/button_mid.png") top left;
	background-repeat: "repeat-x";
}
.main-nav li a:hover,
.main-nav li.active a,
.main-nav li.active a:hover{
	background-position:0 -24px;
	color:#fff;
}
/*header end*/
/*main content start*/
#main-content{
	width:100%;
}
.main-pict{
	height: 185px;
	width: 957px;
	display:block;
	padding:0 0 10px;
	background: url('/2009/images/img01.jpg') top left no-repeat;
}
/*two columns start*/
#twocolumns{
	width:100%;
}
#twocolumns:after {
	content:"";
	display:block;
	clear:both;
}
/*sidebar start*/
#sidebar{
	width:239px;
	float:left;
}
/*sub navigation*/
ul.sub-nav{
	width:100%;
	margin:0 0 14px;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.sub-nav li{
	width:100%;
	float:left;
}
.sub-nav li a{
	display:block;
	font-size:11px;
	line-height:13px;
	padding:4px 10px;
	color:#555;
	text-decoration:none;
	text-transform:uppercase;
}
.sub-nav li.colored a{
	background:url(../images/bg-subnav.gif) repeat-y;
	border-bottom:1px solid #cacaca;
}
.sub-nav li a:hover{
	text-decoration:underline;
}
.sub-nav2,
.sub-nav3 {
	margin: 0;
	padding: 0;
}
.sub-nav li.colored li {
	background:url(../images/bg-subnav.gif) repeat-y;
}
.sub-nav2 li a {
	background: none !important;
	border-bottom: none !important;
	padding: 3px 4px 3px 20px !important;
}
.sub-nav3 li a {
	background: none !important;
	padding: 2px 4px 2px 30px !important;
}
.sub-nav li a:hover{
	text-decoration:underline;
}

/*side box start*/
.side-box{
	width:100%;
	padding:0 0 14px;
	min-height:68px;
	background:url(../images/bg-sidebox.png) no-repeat;
}
* html .side-box{
	height:68px;
}
.side-box .holder{
	width:100%;
	position:relative;
}
/*sidebox heading*/
.heading-outer{
	height:16px;
	padding:5px 10px 0;
	background:#c6c6c6 url(../images/bg-heading01.gif) no-repeat;
	border-bottom:1px solid #c2c2c2;
}
.heading-outer:after {
	content:"";
	display:block;
	clear:both;
}
.heading-outer strong{
	float:left;
	font-size:11px;
	text-transform:uppercase;
}
/*sidebox inner block*/
.side-box .inner{
	width:206px;
	padding:8px 15px 0 18px;
}
/*search form start*/
.search-form{
	width:209px;
	margin:0 -3px 0 0;
	position:relative;
}
.search-form:after {
	content:"";
	display:block;
	clear:both;
}
.search-form label.disabled{
	display:none;
}
.search-form .text{
	float:left;
	width:153px;
	height:14px;
	margin:0 4px 0 0;
	padding:4px 5px 5px;
	background:url(../images/bg-txt-input2.gif) no-repeat;
	overflow:hidden;
}
.search-form .text input{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:14px;
	color:#333;
	border:none;
	background:none;
}
.search-form .btn-go{
	float:left;
}
/*search form end*/
.more-link{
	display:block;
	width:100%;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
}
a.more-link:after {
	content:"";
	display:block;
	clear:both;
}
a.more-link:hover,
a.more-link:hover span{
	text-decoration:underline;
}
.more-link span{
	float:left;
	width:155px;
	cursor:pointer;
}
.more-link em{
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	display:inline;
}
.download-calendar em{
	width:42px;
	height:40px;
	margin:-6px -7px 0 0;
	background:url(../images/ico-calendar.png) no-repeat;
	position:relative;
}
.make-donations em{
	width:29px;
	height:25px;
	margin:0 6px 0 0;
	background:url(../images/ico-donations.png) no-repeat;
}
.rss-link{
	float:right;
	width:17px;
	height:17px;
	margin:-2px 3px 0 0;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/ico-rss.png) no-repeat;
	position:relative;
	display:inline;
}
/*news list start*/
.news-list-holder{
	width:100%;
	position:relative;
}
ul.news-list{
	width:175px;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.news-list li{
	width:100%;
	padding:3px 0 15px;
	float:left;
	font-size:11px;
}
.news-list li .heading{
	display:block;
	margin:0 0 8px;
	font-weight:normal;
	text-transform:uppercase;
	color:#104383;
}
.news-list li p{
	margin:0 0 12px;
}
.news-list li a{
	display:block;
	font-size:10px;
}
.up-link,
.down-link{
	position:absolute;
	right:0;
	width:16px;
	height:23px;
	text-indent:-9999px;
	overflow:hidden;
}
.up-link{
	top:25px;
	background:url(../images/ico-arrow-up.gif) no-repeat;
}
.down-link{
	bottom:45px;
	background:url(../images/ico-arrow-down.gif) no-repeat;
}
.news-box{
	background:url(../images/bg-news.png) no-repeat;
}
/*news list end*/
/*side box end*/
/*sidebar end*/
/*content start*/
#content{
	width:690px;
	padding:5px 0 0;
	float:right;
}
#content h1,
#content h2{
	margin:0 0 14px;
	font-size:19px;
	color:#104383;
	text-transform:uppercase;
}
#content p{
	margin:0 0 30px;
	line-height:17px;
}
#content p span{
	display:block;
}
/*slogan*/
.slogan{
	width:580px;
	margin:-10px 0 25px;
	padding:0 55px;
	position:relative;
}
.slogan strong{
	display:block;
	font-size:23px;
	line-height:27px;
	font-style:italic;
	font-weight:normal;
	color:#104383;
}
/*popup*/
.popup-holder{
	width:425px;
	position:absolute;
	left:238px;
	top:-217px;
}
.popup{
	width:100%;
	position:relative;
}
.popup img{
	display:block;
}
.btn-close{
	position:absolute;
	top:12px;
	right:12px;
	width:21px;
	height:21px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/btn-close.png) no-repeat;
	cursor:pointer;
}
/*flash area*/
.flash-area{
	width:955px;
	height:400px;
	margin:0 0 13px;
}
.flash-area img{
	vertical-align:top;
}
/*content end*/
/*two columns end*/
/*main content end*/
/*main container end*/
/*for home page*/
.home-page #content h2{
	color:#333;
}
.home-page #content p{
	margin:0 0 18px;
}
/*footer start*/
#footer{
	border-top:1px solid #989898;
	background:#babab9 url(../images/bg-footer.gif) repeat-x;
	font-size:11px;
	line-height:13px;
	text-transform:uppercase;
}
.footer-holder{
	width:955px;
	margin:0 auto;
	overflow:hidden;
}
/*small logo*/
.logo-small{
	width:138px;
	height:24px;
	margin:18px 20px 0 80px;
	float:left;
	display:inline;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo-small.png) no-repeat;
	cursor:pointer;
}
/*foot box*/
.foot-box{
	float:left;
	height:76px;
	padding:15px 20px 0;
	border-left:1px solid #a9aaa9;
	overflow:hidden;
}
.address{
	width:208px;
	margin:0 0 0 5px;
	font-style:normal;
}
.address span{
	display:block;
}
.foot-link{
	display:block;
	text-decoration:none;
}
.foot-link:hover{
	text-decoration:underline;
}
/*social links*/
ul.social-links{
	width:100%;
	overflow:hidden;
	margin:2px 0 10px;
	padding:0;
	list-style:none;
}
.social-links li{
	float:left;
	margin:0 5px 0 0;
}
.social-links li a{
	float:left;
	width:24px;
	height:24px;
	text-indent:-9999px;
	overflow:hidden;
}
.social-links li a.twitter{	
	background:url(../images/ico-twitter.gif) no-repeat;
}
.social-links li a.facebook{
	background:url(../images/ico-facebook.gif) no-repeat;
}
.social-links li a.youtube{
	background:url(../images/ico-youtube.gif) no-repeat;
}
.share-link{
	display:block;
	width:128px;
	height:18px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/ico-share.gif) no-repeat;
}
.twoColumnSpacer {
	display: block;
	width: 30px !important;
}
/*footer end*/

