@charset "UTF-8";
/* CSS Document */

* {
margin: 0px;
padding: 0px;
}

body {
margin:0px; 
padding:0px;
background-color:#FFF;
font-family:"Lucida Grande", "Trebuchet MS", Verdana, Arial,sans-serif; 
font-size:15px;
color:#000;
}

.panel {
height:33px; /*was 53*/
background-color:#FFFFFF;
border-top:1px solid #666;
background-repeat:no-repeat;
background-position:top left;
position:relative;
}

.panelOpen {
height:452px;
background-image:none;
}

.panelSpacer {   /*serves as button for panels*/
height:33px;
/*width:70%;*/
position:absolute;
top:0px;
z-index:50;
}

.panelButton {
position:absolute;
z-index:200;
}

#logo {
position: absolute;
top:10px;
left: 10px;
z-index:20;
width:90%;
height:92px;
}

#header {
width:100%;
height:490px;
background: url(../_img/headerBGsample4color.jpg) no-repeat top right;
z-index:50;
}

#headerIntroText {
font-size:28px;
line-height:1.8;
position:absolute;
top:150px;
left:250px;
width:600px;
color:#666;
}

.panelBtnText {
width: 178px;
height: 100%;
text-align:center;
position:absolute;
left:0px;
top:0px;
padding-top:10px;
color:#fff;
font-family:"Lucida Grande", "Trebuchet MS", Verdana, Arial,sans-serif; 
font-size:16px;
background-color:#908C8D;	
text-decoration:none;
}

.btnText {
text-decoration:none;
color:#FFF;
}

/*panel styles*/

#about {
width:100%;
vertical-align:top;
}

#btnAbout{
width:178px;
height:33px;
}
#aboutBG {
/*background:url(../_img/bgHeader.png) no-repeat top right;
position:absolute;
top:0px;
right:0px;
width:649px;
height:490px;*/
display:none;
}

#news {
width:100%;
vertical-align:top;
}

#btnNews{
width:178px;
height:33px;
}
#newsBG {
/*background:url(../_img/bgHeader.png) no-repeat top right;
position:absolute;
top:0px;
right:0px;
width:649px;
height:490px;*/
display:none;
}

#capital {
width:100%;
vertical-align:top;
}

#btnCapital{
width:178px;
height:33px;
}
#capitalBG {
/*background:url(../_img/bgHeader.png) no-repeat top right;
position:absolute;
top:0px;
right:0px;
width:649px;
height:490px;*/
display:none;
}


#contact {
width:100%;
vertical-align:top;
border-bottom:1px solid #666;
}

#btnContact{	
width:178px;
height:33px;
}
#contactBG {
/*background:url(../_img/bgHeader.png) no-repeat top right;
position:absolute;
top:0px;
right:0px;
width:649px;
height:490px;*/
display:none;
}

/*panel styles END*/

/*Slides*/

.navlevelIntro{
position:absolute;
width:170px;
left:0px;
top:90px;
text-align:left;
}

.navlevelIntro a{
color:#FFF;	
text-decoration:none;
}

.navlevelIntro ul{
list-style:none;
margin-left:10px;
}

.navlevelIntro li{
margin-bottom:10px;
}

.navlevel1 {
display:none;	
}
.navlevel1 ul {
list-style:none;
}
.navlevel1 li {
display:inline;
margin-left:5px;
}


.subnav ul {
list-style:none;	
}
.subnav li {
display:inline;
margin-right:10px;
}

.subnav a {
text-decoration:none;
color:#000;
}

.subnav a:hover {
color:#E60019;
}

.largeText {
font-size:16px;
}

.smallText  {
 font-size:11px;
 }

.btn {
color: #fff;
background-color:#72d3d9;
border:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
padding:2px;
}

.panelContent {
display:none;
position:absolute;
float: left;
width:100%;
position:absolute;
top:12px;	
margin-left:200px;
}

.loading {
display:none;
margin-top:25px;
}

.cell {
width:800px;	
height:470px;
overflow:auto;
z-index:100;
}

.defaultCell {
width:800px;	
height:470px;
overflow:auto;
z-index:100;	
}

.cell img{
margin:5px;	
}

.defaultCell img{
margin:5px;	
}


.cellText{
width:800px;
height:380px;
overflow:auto;
float:left;
padding-top:25px;
font-size:12px;
color:#333;
z-index:100;
}

.cellTextImage{
width:350px;
height:360px;
overflow:auto;
float:left;
padding-top:25px;
font-size:12px;
color:#333;
}

.cellImage{
float:left;
margin-left:50px;
}
.cell p {
line-height:1.5;
margin-bottom:15px;
}

.itemWrapper {
/*display:none;	
padding:10px;
background-color:#FFF;
font-size:12px;
color:#333;*/
}

.itemText p {
margin:0px;
padding:0px;
}

.itemText {
width:550px;
float:left;
}

.itemImage {
width:220px;
float:right;
}

.itemImage img{
width:220px;	
}

.item {
cursor:pointer;	
}

#closeThis {
position:absolute;
bottom:0px;
right:0px;
padding:5px;
}

#closeThis a{
font-size:11px;
color:#333;	
}

.showItemMenu {
margin-right:50px;	
}

#btnRenovation {
position:absolute;
top: 97px;
left:45px;
z-index:100;
}

#btnDonateNow {
position:absolute;
top: 103px;
left:310px;
z-index:100;
}

.addressLeft {
float: left; 
margin-right:60px;
text-align:center;
}



/*BEGIN tooltip*/
/*a.tooltip {color:#333333;} 
a.tooltip:hover {background:#FFFFFF; text-decoration:none;} /*BG color is a must for IE6*/
/*a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:310px;}
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #990000; color:#333333; padding:10px;}

/*END tooltip*/


