﻿/*

Designed and Coded By: Abdel Tahir
Date: 2009-10-21


PRIMARY COLORS:

gray: #EDEDED;
dark-blue: #2E53A4;
light-blue: #1568B3;
silver (footer): #656565;



*/


html
{
	
}




body
{
	font-size: 90%;
	font-family: verdana, arial, helvetica;
	line-height: 1.6em;
	text-align: center;
	color: #000000;
	background: #E0E5EA;
}

ul, li, img, body, html
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
	color: #002d56;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}




.fr
{
	float: right;
	padding: 1em 0 1em 1em;
}

.fl
{
	float: left;
	padding: 1em 1em 1em 0;
}

#container
{
	text-align: left;
	margin: auto;
	width: 824px;
	
	background: url(images/container-bg.jpg) repeat-y;
}



#header
{
        position: relative;
	    /*background: url(images/header.jpg) no-repeat;*/
        width: 810px;
        height: 82px;
        margin-left: 6px;
        margin-left: 6px;
        

}

#banner
{
        position: relative;
	    /*background: url(images/banner.jpg) no-repeat;*/
        width: 810px;
        height: 195px;
        margin-left: 6px;
        margin-right: 6px;
       

}




/* MENU */

#menu{
    list-style:none;
    /*2. method to avoid that the background of the div container collapse with floated elements*/
    overflow:hidden;
    /*3. in relation to the above method, for Internet Explorer 6, we need to specify a width of 100%*/
    width:811px;
    height:52px;
    /*4. margin value to null - needed for Internet Explorer*/
    margin:0;
    /*5. a space (padding) of 1 px between the list border and its content*/
    padding:0px;
    /*6. the background color of the menu*/
    background: url(images/menu-bg.jpg) repeat-x;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom:20px;
}

#menu li{
    display:inline;
} 

#menu a{
    /*1. convert the link from inline to block element so that we can next specify width/height*/
    /*display:block;*/
    /*2. the float left that will align the links horizontally*/
    float:left;
    /*3. a fixed width for al the links*/
    /*for links adaptable in width to its text content, using padding-right without the width*/

    /*5. an empty space to the left of each link*/
    margin-left:0px;
    /*7. background color of the links*/

    /*8. a left border of 10px*/
    border-right: 1px solid #b2b2b2;
    /*9. the font family*/
    font-family:arial;
    /*10. the font size*/
    font-size: 1.3em;
    /*11. convert the font to capital letter*/
    /*text-transform:uppercase;*/
    /*12. remove the text underline added by default to the links*/
    text-decoration:none;
    /*13. the color of the text links*/
    color: #828181;
    /*14. vertical align of the text link (value equal to the height)*/
    text-align: right;
    line-height: 1.7em;
    padding-top: .5em;
    padding-right: .2em;
    padding-left: .3em;
    padding-bottom: .2em;
} 

#menu a:hover{
    color: #ffffff;
	text-decoration: none;
    background: url(images/menu-h.jpg) repeat-x;
    /*
    border-right: 1px solid #2E53A4;
    border-left: 1px solid #2E53A4;
    */
}  

#menu ul li.last a
{
     border-right: none;
     width: 157px;
     
     text-align: center;
     
}

body#home a#nav-home,
body#about a#nav-about,
body#its-personal a#nav-its-personal,
body#faqs a#nav-faqs,
body#in-the-media a#nav-in-the-media,
body#donate-now a#nav-donate-now,
body#contact-us a#nav-contact {
	color: #ffffff;
	text-decoration: none;
    background: url(images/menu-h.jpg) repeat-x;
}


/*End of Menu*/

#sidebar
{
    width:350px;
    text-align: center;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    float: left;
    margin-bottom: 10px;
    margin-left: 15px;
    
}

#home-sidebar
{
    width:260px;
    text-align:left;
    /*border-top: 1px solid #b2b2b2;*/
    border-right: 2px solid #b2b2b2;
    /*border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;*/
    float: left;
    margin-bottom: 10px;
    margin-left: 15px;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    padding-left: 10px;
    padding-right: 10px;
     -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	font-size:.7em;
	padding-top:5px;
	line-height:120%;
	padding-bottom:10px;
    
}

img.floatleftClear { 
    float: left; 
    clear: left; 
    margin: 4px; 
}

img.floatRightClear { 
    float: right; 
    clear: left; 
    margin: 20px; 
}


#home-sidebar a
{
    color:#5076C1;
    text-decoration:none;
}
#home-sidebar a:hover
{
    color:#5076C1;
    text-decoration:none;
}

#in-the-media-sidebar
{
    width:230px;
    text-align: left;
    /*border-top: 1px solid #b2b2b2;*/
    border-right: 2px solid #b2b2b2;
    /*border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;*/
    float: left;
    margin-bottom: 10px;
    margin-left: 15px;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    padding-left: 10px;
    padding-right: 10px;
     -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	font-size:.9em;
	padding-top:0px;
    
}

#in-the-media-sidebar h3
{
    font-weight:bold;
    color:#2D53A4;
    font-size:.9em;
    text-align:left;
    padding-left:5px;
    border-bottom: 1px dashed #b2b2b2 ;
    padding-bottom:0px;
    margin-bottom:5px;
   
   
}

#in-the-media-sidebar p
{
    
    font-size:.9em;
    text-align:left;
    padding-left:5px;
    
    padding-top:10px;
   margin-top:0px;
   margin-bottom:0px;
}

#in-the-media-sidebar a:hover
{
    
    text-decoration:none;
}

#faqs-sidebar
{
    width:230px;
    text-align: left;
    /*border-top: 1px solid #b2b2b2;*/
    border-right: 2px solid #b2b2b2;
    /*border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;*/
    float: left;
    margin-bottom: 10px;
    margin-left: 15px;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    padding-left: 10px;
    padding-right: 10px;
     -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	font-size:.9em;
	padding-top:0px;
    
}

#faqs-sidebar h3
{
    font-weight:bold;
    color:#2D53A4;
    font-size:.9em;
    text-align:left;
    padding-left:5px;
    border-bottom: 1px dashed #b2b2b2 ;
    padding-bottom:0px;
    margin-bottom:0px;
    padding-top:0px;
    margin:0px,0px,0px,0px;

   display: inline; 
   


}

#faqs-sidebar h4
{
    font-weight:bold;
    color:#A3A3A3;
    font-size:.9em;
    text-align:left;
    padding-left:25px;
    border-bottom: 1px dashed #b2b2b2 ;
    padding-bottom:0px;
    margin-bottom:5px;
    background: url(images/bg-arrow.jpg) no-repeat 5% 50%;
    padding-top:0px;
    margin:0px,0px,0px,0px;
    display: inline;
}

#faqs-sidebar h4 a
{
    color: #A3A3A3;
}

#faqs-sidebar p
{
    
    font-size:.9em;
    text-align:left;
    padding-left:5px;
    
    padding-top:10px;
   margin-top:0px;
   margin-bottom:0px;
}


#mainContent
{
    width:400px;
    text-align: center;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    float: right;
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
    margin-bottom: 10px; 
    margin-right: 15px;
    
}

#home-mainContent
{
    width:500px;
    text-align: left;
    /*
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    */
    float: right;
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
    margin-bottom: 10px; 
    margin-right: 15px;
    font-size:.8em;
    padding-left:5px;
    background: url(images/emmanuelle-bg.jpg) no-repeat 102% 105%;
    line-height:160%;
}
#home-mainContent h1
{
    font-weight:bold;
    color:#000000;
    font-size:1.5em;
    margin-bottom:5px;
    padding-bottom:0px;
    /*margin-top:10px;*/
    margin-bottom:-10px;
    
}

#home-mainContent h2
{
    color:#2E53A4;
    font-size:1.1em;
    margin-bottom:5px;
    padding-bottom:0px;
    margin-bottom:-5px;
    
    
}

#home-mainContent h3
{
    color:#000000;
    font-size:1.3em;
    margin-bottom:5px;
    padding-bottom:0px;
    margin-top:5px;
    
    
}

#donate-now-mainContent
{
    width:780px;
    text-align: center;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    /*float: right;*/
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom:10px;
    font-size:.8em;
    padding-right:10px;
    padding-left:10px;
}

#in-the-media-mainContent
{
    width:530px;
    text-align: left;
	/*
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
	*/
    float: right;
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
    margin-bottom: 10px; 
    margin-right: 15px;
    font-size:.8em;
    padding-left:5px;
    
}

#faqs-mainContent
{
    width:530px;
    text-align: left;
    /*
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    */
    float: right;
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
    margin-bottom: 10px; 
    margin-right: 15px;
    font-size:.8em;
    padding-left:5px;
    
}
#faqs-mainContent h3
{
    color:#2E53A4;
}

#about-mainContent
{
    width:800px;
    text-align: left;
    /*
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    float: right;*/
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
    
    margin-right: 5px;
    margin-left: 10px;
    margin-bottom:10px;
}

#about-mainContent a
{
    color:#5076C1;
    text-decoration:none;
}
#about-mainContent a:hover
{
    color:#5076C1;
    text-decoration:none;
}

#about-box1
{
    width:255px;
    text-align:left;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    float: left;
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
    margin-bottom: 10px; 
    /*margin-right: 5px;*/
    font-size:.8em;    
    padding-left:7px;
    padding-top:5px;
}



#about-box2
{
    width:255px;
    text-align: left;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    float: left;
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
     
    margin-right: 5px;
    margin-left: 5px;
    font-size:.8em;
    padding-left:5px;
    padding-top:5px;
}




#about-box3
{
    width:255px;
    text-align: left;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    float: right;
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
    margin-bottom: 10px; 
    /*margin-right: 5px;*/
    font-size:.8em;
    padding-left:5px;
    line-height:180%;
}

#its-personal-sidebar
{
    width:230px;
    text-align: left;
    /*border-top: 1px solid #b2b2b2;*/
    border-right: 2px solid #b2b2b2;
    /*border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;*/
    float: left;
    margin-bottom: 10px;
    margin-left: 15px;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    padding-left: 10px;
    padding-right: 10px;
     -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	font-size:.9em;
	padding-top:0px;
    
}

#its-personal-sidebar h3
{
    font-weight:bold;
    color:#2D53A4;
    font-size:.9em;
    text-align:left;
    padding-left:5px;
    border-bottom: 1px dashed #b2b2b2 ;
    padding-bottom:0px;
    margin-bottom:0px;
    padding-top:0px;
    margin:0px,0px,0px,0px;

   display: inline; 
   


}

#its-personal-sidebar h4
{
    font-weight:bold;
    color:#A3A3A3;
    font-size:.9em;
    text-align:left;
    padding-left:25px;
    border-bottom: 1px dashed #b2b2b2 ;
    padding-bottom:0px;
    margin-bottom:5px;
    background: url(images/bg-arrow.jpg) no-repeat 5% 50%;
    padding-top:0px;
    margin:0px,0px,0px,0px;
    display: inline;


}

#its-personal-sidebar h4 a
{
    color: #A3A3A3;
}

#its-personal-sidebar p
{
    
    font-size:.9em;
    text-align:left;
    padding-left:5px;
    
    padding-top:10px;
   margin-top:0px;
   margin-bottom:0px;
}

#its-personal-mainContent
{
    width:530px;
    text-align: left;
    /*
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    */
    float: right;
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
    margin-bottom: 10px; 
    margin-right: 15px;
    font-size:.8em;
    padding-left:5px;
    text-align:justify;
    padding-right:5px;
    line-height:160%;
}

#its-personal-mainContent h3
{
    font-weight:bold;
    color:#2D53A4;
    font-size:1.1em;
    text-align:left;
    padding-left:5px;
    padding-bottom:0px;
    margin-bottom:-10px;
    padding-top:0px;
    margin:0px,0px,0px,0px;

   
   


}

#contact-us-sidebar
{
    width:770px;
    text-align:left;
    /*border-top: 1px solid #b2b2b2;*/
    border-right: 2px solid #b2b2b2;
    /*border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;*/
    float: left;
    margin-bottom: 10px;
    margin-left: 15px;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    padding-left: 10px;
    padding-right: 10px;
     -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	font-size:.8em;
	padding-top:5px;
	line-height:120%;
	padding-bottom:10px;
    
}

#contact-us-sidebar h2
{
    color:#2E53A4;
    font-size:1.3em;
    margin-bottom:5px;
    padding-bottom:0px;
    margin-bottom:-5px;
    
    
}

#contact-us-sidebar h3
{
    color:#000000;
    font-size:1.2em;
    margin-bottom:5px;
    padding-bottom:0px;
    margin-bottom:-10px;
    border-bottom: 1px dashed #b2b2b2 ;
    
}

#contact-us-sidebar h4
{
    color:#2E53A4;
    font-size:1.1em;
    margin-bottom:5px;
    padding-bottom:0px;
    margin-bottom:-10px;
    
    font-weight:bold;
    
}

#contact-us-mainContent
{
    width:auto;
    text-align: left;
    /*
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    */
    float: right;
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
    margin-bottom: 10px; 
    margin-right: 15px;
    font-size:.7em;
    padding-top:5px;
	line-height:150%;
	padding-bottom:10px;
	/*display:block;*/
    
    
}
/*
#contact-us-mainContent p
{
    font-size:10px; 
    line-height:20px; 
    display:block;
}
*/
#footer
{
	clear: both;
	text-align: center;
}

#footer #sponsors
{
    
    margin-top: 10px;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	margin-right: 6px;
	margin-left: 6px;
	
}

#footer a
{
	
	    text-align: center;
        text-decoration: none;
        color: #1568B3;
        font-size: .7em;
        
}

#footer #privacy
{
    background: url(images/arrow.jpg) 21% 30% no-repeat;
}

#footer span
{
    margin-left: 50px;
    font-size: .7em;
    color: #1568B3;
    
	
}
