
*{
    margin:0;
    padding:0;
}
a image{
    border:none;
}
a{
    text-decoration:none;    
}
body{
    /*background-color: blue;*/    
    /*font-family:Arial, Helvetica, sans-serif;*/   
    font-family:'Conv_BreeSerif-Regular';
}
body h2,h3,h4,h5,h6{
    font-family:'Conv_BreeSerif-Regular';
    color:rgb(8, 81, 128);
    /*color: rgb(128, 0, 0);*/
}

@font-face {
	font-family:'Conv_BreeSerif-Regular';
	src:url('../fonts/BreeSerif-Regular.eot');
	src:url('../fonts/BreeSerif-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/BreeSerif-Regular.woff') format('woff'),
	url('../fonts/BreeSerif-Regular.ttf') format('truetype'),
	url('../fonts/BreeSerif-Regular.svg#Conv_BreeSerif-Regular') format('svg');
	font-weight:normal;
	font-style:normal;
}
.header{
    /*background-color:azure;*/
    /*height:160px;*/
    height:140px;
    background-color:#f1f2f2;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    -ie-background-size:cover;
     background-size:cover;
}

#slider{
    height:300px;
    background-color:#f1f2f2;
    
}
#main{
    /*background-color: #ecf47f;*/
    height:650px;     
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    -ie-background-size:cover;
     background-size:cover;    
}
.footer{    
    /*background-color: red;*/
    height:400px;
    background-color:#f1f2f2;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    -ie-background-size:cover;
     background-size:cover;
}
.wrapper{
    /*background-color:azure;
    height:300px;*/
    width:1000px;
    margin:auto;    
}
.columnabout{
    /*background-color: darkviolet;*/
    width:500px;    
    height:300px;
    float:left;
}
#tag{
   /*background-color:blue;*/
   font-family:Montserrat;
   margin-bottom:10px;
   /*margin-top:10px;*/    
}

#tag h1{
    margin-top:10px;
    margin-bottom:10px;
    color:#C40444;
}
#about{
   /*background-color: red;*/
   width:500px;   
   height:200px;  
}
#about h2{
    padding:10px 0 10px 10px;
    font-size:20px;
}
.logo{
    /*background-color:white;*/
    width:350px;
    float:left;
    
}
.menu{
    /*background-color:pink;*/
    width:650px;
    float:left;
    background: url(../images/bg-navigation.png) repeat-x;    
    height:75px;
} 
.menu ul {
    list-style:none;
    width:650px;
    float:left;        
    height:53px;
}
.menu ul li {
    /*background: red;*/
    float:left;        
    width:130px; 
    height:53px;	
}
.menu ul li a {
    color:#dc7b14;
    display:inline-block;
    text-align:center;
    text-decoration:none;        
    text-transform:uppercase;
    width:120px;
    height:53px;        
    padding-top:10px;	
}
.menu ul li a:hover{
    color:black;
    /*background:yellow;*/            
}
.donate{
    /*background-color:black;*/ 
    width:650px;
    height:50px;
    float:left;
}
.donate p{
   /*background-color:red;*/
   padding-top:10px;
   width:420px; 
   float:left;
   text-align:right;
   padding-right:20px;
   /*text-align:center;*/
   
}
.donate a{
    float:left;
    width:210px;
    /*background:yellow;*/   
    float:left;
    /*padding-left:100px;*/
}

/*.donate p{
    background-color:red;
    padding-top:10px;
    width:220px;
    height:30px;
    float:left;
    margin-left:270px;
}
.donate a{
    float:left;
    width:100px;
}*/

.current{
    background:url(../images/bg-menuselected.png) repeat-x;
    color:black;
    text-shadow:1px 1px 1px #ffffff;   
}

.first{   
    margin:15px 0 10px 170px;
    background:url(../images/button2.png) repeat-x;        
}
.first a{
   text-decoration:none;   
}
.second{
   background:url(../images/button2.png) repeat-x;
   margin-left:10px;
   margin-top:55px;    
}
.second a{
   text-decoration:none;  
}
.left{
   /*background-color:blueviolet;*/
   float:left;
   height:600px;
   width:700px;
}
.right{
   /*background-color:orange;*/
   float:left;
   height:600px;
   width:300px;  
}
.video{
   /*background-color: blanchedalmond;*/
   float:left;
   height:425px;
   width:700px; 
}
.mission{
   /*background-color: chocolate;*/   
   height:200px;
   width:700px; 
   font-family:'Conv_BreeSerif-Regular';
}
.mission a{
    margin-top:13px; 
    margin-left:auto;
    margin-right:auto; 
    display:block;    
    width:200px;
}
.mission h3, .mission p{
    margin:10px;      
}
.mission p{
    color: rgb(126, 134, 140);   
}
#donate{
    /*background-color:#f1f2f2;*/    
    height:auto;
    padding-top:10px;
    padding-bottom:10px;
    font-weight:bold;   
}
#donate .wrapper{
    background-color:#085180;
    border:solid 1px #74cddf;   
    height:100px;    
}
#one{
    /*background-color: red;*/
    width:630px;
    float:left;  
    height:60px;
    padding:20px;
    color:#74cddf; 
    font-family:'Conv_BreeSerif-Regular';
}
#two{
    /*background-color: yellowgreen;*/
    width:300px;
    float:left; 
    height:70px;
    padding:15px;
    text-align:justify;
    text-shadow:1px 1px 1px #74cddf;
    font-family:'Conv_BreeSerif-Regular';       
}
#two a{
    background-color:#74cddf;
    margin-top:13px; 
    margin-left:auto;
    margin-right:auto; 
    display:block; 
    font-size:25px;
    line-height:35px;
    width:200px;
    height:35px;
    color:#085180;
    text-shadow: 1px 1px 1px #74cddf;
    padding:5px;border-radius:3px; 
    color:#085180;
    text-decoration:none;  
    text-align:center;  
}
#two a:hover{
    color:#333333; 
}
#about a{
    width:200px;
    display:block;
    margin-top:-5px;     
    color:red;
    /*float:right;*/  
    margin-left:412px;
    font-family:'Conv_BreeSerif-Regular'; 
}
#about p{
    line-height:21px;
    text-align:justify;     
    font-size:15px;   
    margin-left:10px;
    margin-right:10px;
    line-height:25px;
    color:rgb(126, 134, 140);
} 
#leftcolumn{
    /*background-color: pink;*/
    width:550px;    
    height:310px;
    float:left;
    font-family:'Conv_BreeSerif-Regular'; 
}
#rightcolumn{
    /*background-color: green;*/
    padding-top:30px;
    width:450px; 
    height:310px;    
    float:left;
    /*margin-top:25px;*/
}
#rightcolumn ul{
    /*background-color: red;*/
    list-style:none;
    margin:0;
    padding:0;
}
#rightcolumn ul li{
    border-top:1px solid #d7d7d7;
    overflow:hidden;
    padding:13px 0;
}
#rightcolumn ul li:first-child {
    border:none;
}
#rightcolumn ul li span{
    /*background-color: red;*/
    height:25px;
    margin-left:20px;
    font-weight:bold;
    display:block;
    float:left;
    line-height:24px;
}
#rightcolumn ul li b{
    /*background-color:red;*/
    display:block;
    font-weight:normal;    
    float:left;
    line-height:24px;
    width:65px; 
    color:rgb(8, 81, 128);
}
#rightcolumn ul li p{
    /*background-color:yellow;*/
    float:left;
    line-height:22px;
    text-align:left;    	
}
#rightcolumn ul li p, #rightcolumn ul li image{
    color:#7E868C;
    font-size:14px;
    float:left;
    margin:3px 0 0 8px;
    padding:0;	
}
#copyrights{
   height:90px;
   /*float:left;*/
      
}
#copyrights p{
   /*margin-top:10px;*/
   text-align:center;
   color:red;
}
.tab{
    margin-left:80px;
}
.line{
    background:#f1f2f2 url(../images/bg-content.png) repeat-x;  
    height:20px;
}
.maroon{
    /*color:maroon;*/     
    color:rgb(8, 81, 128);
    margin-top:8px;
    margin-left:10px;
}
.about1{
    background-color:white;
    height:290px;
    width:675px;  
    margin-right:10px;
}
.emphasize-dark{
    box-shadow:0 0 10px 5px rgba(0,0,0,.35);
}
.emphasize-light{
    box-shadow:0 0 5px 1px rgba(0,0,0,.35);
}
 #social a{
    background:url(../images/social.png) no-repeat;
    display:inline-block;    
    width:38px;
    height:25px;    
}
 #social a.fb{
     background-position:0 0;
     margin-left:10px;
}
#social a.twitter{
    background-position:0 -52px;
}
#social a.linkedin{
    background-position:0 -105px;
}
#social a.youtube{
    background-position:0 -162px;
}
#social a.fb:hover{
    background-position:0 -24px;
}
#social a.twitter:hover{
    background-position:0 -78px;
}
#social a.linkedin:hover{
    background-position:0 -131px;
}
#social a.youtube:hover{
    background-position:0 -187px;
}


input#shiny{
    padding:3px 10px;
    background:#ffae00; 
    background:-webkit-linear-gradient(top, #ffae00, #d67600);
    background:-moz-linear-gradient(top, #ffae00, #d67600);
    background:-o-linear-gradient(top, #ffae00, #d67600);
    background:linear-gradient(top, #ffae00, #d67600);
    border:2px outset #dad9d8;
    font-family:'Conv_BreeSerif-Regular';
    font-size:1.6em;
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:#fff;
    text-shadow:0px 1px 10px #000;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    -webkit-box-shadow:rgba(0, 0, 0, .55) 0 1px 6px;
    -moz-box-shadow:rgba(0, 0, 0, .55) 0 1px 6px;
    box-shadow:rgba(0, 0, 0, .55) 0 1px 6px;
}
/****NOW STYLE THE BUTTON'S HOVER STATE***/
input#shiny:hover, input#shiny:focus{
    border:2px solid #dad9d8;
}

#aboutpage{
    /*background-color:#085180;*/    
    height:665px;     
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ie-background-size: cover;
    background-size: cover;   
}
.about1{
    margin-bottom:10px;
    margin-top:5px;
}
.about1 h4{
    color:#085180; 
    font-family:'Conv_BreeSerif-Regular';
    margin-left:10px;
}
.about1 p{    
    color:#085180;
    font-size:16px;
    margin-bottom:25px;
    margin-top:10px;
    margin-left:10px; 
    margin-right:10px;
    font-family:'Conv_BreeSerif-Regular';
    line-height:25px;
    text-align:justify;
}
#campaignpage{
    /*height:785px;*/  
    height:625px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ie-background-size: cover;
    background-size: cover;    
}
#top{
    height:300px;
    background-color: #fff6c2;
    border: 1px solid #ffe801;
    float:left;
}
#bottom{
    height:400px; 
    /*background-color: yellow;*/
}
.bottom{
    width:326px;
    /*height:350px;*/
    height:250px;
    float:left;
    /*margin-top:10px;*/
}
.bottom h3{
    margin-top:10px;
    margin-bottom:10px;
    margin-left:10px;   
}
.bottom p{
    margin:10px;
    line-height:25px;
    text-align:justify;   
}
.bottom ul{
    margin-top:10px;
    margin-bottom:10px;
    margin-left:25px;
    margin-right:10px;
    line-height:25px;
    text-align:justify;
}
#text{
    height:300px;  
    width:500px;
    float:left;
}
#text h3{
    margin-top:10px;
    margin-bottom:20px;
    margin-left:10px;       
}
#text p{
    margin:10px;
    line-height:25px;
    text-align:justify;    
}
#photo{
    height:300px;  
    width:498px;
    float:left; 
}
#photo img{
    margin:10px; 
    border:1px solid #ffe801;
}
.contact{
    height:620px; 
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ie-background-size: cover;
    background-size: cover; 
  /*background-color: yellow;*/     
}
#contactleft{
    width:680px;  
    height:620px;  
    float:left; 
}
#contactright{
    padding:10px;
    width:300px;  
    height:600px;
    float:left;   
}
#getinvolve{
    height:800px;   
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ie-background-size: cover;
    background-size: cover;    
}
#topone{
    /*background-color: green;*/ 
    height:150px;
    border-top:1px solid rgb(215, 215, 215);  
}
#topone h3{
    margin-top:10px;
    margin-bottom:10px;
    margin-left:10px; 
} 
#topone p{
    margin:10px;text-align:justify;
    /*text-align:center;*/
}
#toptwo{
    /*background-color: white;*/ 
    height:75px; 
    border-top:1px solid rgb(215, 215, 215); 
}
#toptwo p{
    margin:10px;
    /*text-align:center;*/   
}
#topthree{
    /*background-color: yellow;*/ 
    height:95px;
    border-top:1px solid rgb(215, 215, 215);
}
#topthree h3, #topfour h3, #toptwo h3, #topfive h3{
    margin-left:15px; 
    margin-left:10px;   
}
#topthree p{
    margin:10px;  
}
#topfour{
    /*background-color:orange;*/ 
    height:250px;
    border-top:1px solid rgb(215, 215, 215);  
}
#topfour ol{
    margin-left:25px;
    margin-top:10px;     
}
#topfive{
    height:75px;
    border-top:1px solid rgb(215, 215, 215);    
}
#topfive p{
    margin:10px;
    /*text-align:center;*/   
}
#getinvolveone{
    /*background-color: #fff6c2;*/      
    height:55px;
    text-align:center;    
    margin-left:50px;
    font-size:30px;    
    float:left;    
    color:#D70A69;
}
#getinvolveone a{
    color:#74cddf;  
}
#getinvolveone a:hover{
    color:red;  
}
#getinvolveone p,#getinvolvetwo p{
    color:#74cddf;   
    line-height:65px;
    font-size:30px;  
}
#getinvolveone p{
    /*text-align:center;*/
    margin-right:30px;
    font-family:Giddyup Std;
}

#bottommost {
    background-color:red;

}


/*Dear Friends, 
Please help us in promoting our websites by giving "LIKE" to our Facebook pages.
For those of you who could not find my page invite, please follow the below given steps to give your LIKE.

Step 1:*/

