@charset "utf-8";
/* CSS Document */
body{
margin:0px;
background-image:url(../images/bg_tile.jpg);
position:relative;
}
p,form,h1,h2,h3,h4,h5,h6,input{
margin:0px;
padding:0px;
}

* html img, 
* html .png{
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "http://komodomedia.com/wp-content/uploads/2007/11/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
        
    );
}

td{
font-family:Tahoma,Arial, Helvetica, sans-serif;
font-size:11px;
}

.topBG{
background-image:url(../images/top_bg.jpg);
background-position:top;
background-repeat:repeat-x;
height:213px;

}

.topBar{
background-image:url(../images/top_bar.gif);
background-position:bottom;
background-repeat:no-repeat;

}
.logoMargin{
margin-left:107px;
}
.logoHands{
margin-left:51px;
}
.rescueBG{
background-image:url(../images/rescue_bg.png);
background-repeat:no-repeat;
background-position:right bottom;
}

.beARescuer{
font-family:"Times New Roman", Times, serif;
font-size:17px;
font-style:italic;
color:#FFFFFF;
font-weight:bold;
padding-right:90px;
}

.donate { 
display: block;
float: right;
padding-right:80px;
padding-top:5px;
}

a.ovalbutton{
background: transparent url('../images/oval_button.gif') no-repeat top left;
display: block;
float: left;
font: bold 12px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 34px; /* Height of button background height */
/* Width of left menu image */
text-align:center;
text-decoration: none;
width:149px;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #FFF; /*button text color*/
}

a.ovalbutton span{
display: block;
padding-top:5px;
/*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background: transparent url('../images/oval_button_over.gif') no-repeat top right;
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #FFF;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


.roundBox{
background-image:url(../images/round_box.png);
background-repeat:no-repeat;
background-position:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:13px;
font-style:italic;
color:#FFFFFF;
}

.roundBoxTextPad{
padding:5px 68px 0 18px;
}

.bodyBG{
background-image:url(../images/body_bg1.jpg);
background-position:top left;
background-repeat:repeat-x;
height:889px;
}

.subBodyBG{
background-image:url(../images/body_bg1.jpg);
background-position:top left;
background-repeat:repeat-x;
height:480px;
}

.panelBG{
background-image:url(../images/panel_bg.jpg);
background-repeat:no-repeat;
height:346px;
background-position:center;
}
.subPanelBG{
background-image:url(../images/sub_bg.jpg);
background-repeat:no-repeat;
height:346px;
background-position:top right;

background-color:#EEDEC5;
}

.flashBG{
background-position:top left;
background-repeat:no-repeat;
background-image:url(../images/flash_bg.jpg);
padding:24px 0 0 24px;
}

.orangeBox{
background-image:url(../images/orange_box.jpg);
background-repeat:no-repeat;
background-position:top left;
width:199px;
height:257px;
color:#FFFFFF;
background-color:#922400;
}
.boxImgMargin{
margin:5px 0 35px 0;
}
.divBox{
padding:20px;
}
.greenBox{
background-image:url(../images/green_box.jpg);
background-repeat:no-repeat;
background-position:top left;
height:257px;
width:199px;
color:#FFFFFF;
background-color:#638E00;
}

.blueBox{
background-image:url(../images/blue_box.jpg);
background-repeat:no-repeat;
background-position:top left;
height:257px;
width:199px;
color:#FFFFFF;
background-color:#13729E;
}

.greyBox{
background-image:url(../images/grey_box.jpg);
background-repeat:no-repeat;
background-repeat:top left;
}


.whoWeAreText{
padding:10px;
background-color:#917648;
color:#FFFFFF;
line-height:18px;
}
.whoWeAreTextBG{
background-color:#483C29;
}
.whoWeAreBottomtBG{
background-image:url(../images/who_we_are_bottom.png);
background-repeat:repeat-x;
background-position:top;
padding:0 10px 7px 0;
}
.whoWeAreInnerTextBG{
background-color:#917648;
}

.imgBorder{
border:3px solid #FFF;
}

a.moreLink{
font-weight:bold;
text-decoration:none;
color:#333333;
}

a.moreLink:hover{
font-weight:bold;
text-decoration:underline;
color:#692320;
}

#vision ul
{
margin:0px;
padding:0px;
list-style-type:none;
}

#vision li{
padding:0 0 10px 20px;
background-image:url(../images/arrow_bullet.gif);
background-position:top left;
background-repeat:no-repeat;
}

.footerBG{
background-image:url(../images/footer_bg.png);
background-repeat:no-repeat;
background-position:center;
height:96px;
behavior: url("iepngfix.htc");
}

.footerP{
padding:17px 0 10px 0;
}
.footerPWhite{
padding:20px 0 10px 0;
color:#FFFFFF;
}
a.footerPLink{
color:#333333;
text-decoration:none;
}

a.footerPLink:hover{
color:#692320;
text-decoration:underline;
}

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

a.footerPWhiteLink:hover{
color:#333;
text-decoration:underline;
}

.txtBold{
font-weight:bold;
}

.menuPad{
padding-right:40px;
}

.pLeft{
padding:10px;
line-height:18px;
}
hr{
height:1px;
color:#BDC1A3;
}

.moreImgMargin{
margin-right:10px;
margin-bottom:10px;
}

.subPageTopText{
font-family:Arial, Helvetica, sans-serif;
color:#333333;
line-height:18px;
font-size:12px;
}

.subPageImgMargin{
margin-top:10px;
}

.formTD{
background-color:#E8D0A2;
padding:5px 0px 5px 12px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.formTable{
border:1px solid #333;

}

.thanksforGettingP{
color:#333;
padding:7px 0 7px 0;
line-height:18px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.contactImgMargin{
margin-left:10px;
}

.contactImgBorder{
border:4px solid #FFF;
margin-right:5px;
margin-left:5px;
}


a.emailLink
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#6B2421;
text-decoration:none;
}

a.emailLink:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
text-decoration:underline;
}

.textBox{
border:1px solid #0099CC;
height:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.textArea{
border:1px solid #0099CC;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.title{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color: #333333;
padding:0px 0 7px 0;
}
.just { text-align:justify; }