@charset "UTF-8";
/* Copyright notice
(c) 2007 Foundation for Evangelism (info@evangelize.org)
All rights reserved
This template is part of the Web-Empowered Church (WEC) ministry of the
Foundation for Evangelism (http://evangelize.org).
You can redistribute this template and/or modify it under the terms of the
GNU General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later version.
The GNU General Public License can be found at
http://www.gnu.org/copyleft/gpl.html. */

body{
color:#663300;
text-align:right;
font-family:Georgia, Times New Roman, Times, serif;
font-size: 16px;
margin:0;
background: url(images/back_blue.jpg) top repeat-x;
background-color: #fff;
}

a:link, a:visited {
text-decoration:none;
color: #003399;
font-family:Georgia, Times New Roman, Times, serif;
}

a:hover, a:active{
text-decoration:none;
color: #CC9966;
}

h1{
font-size:1.4em;
color: #307138;   
}
h2{
font-size:1.3em;
color: #307138;   
}
h3{
font-size:1.2em;
color: #307138;   
}

/* Use a break with this class to clear float containers on both sides */ 
.brclear { 
clear:both; 
height:0; 
margin:0; 
font-size: 1px; 
line-height: 0;
} 


/********************************************/
/*******  header                  ***********/
/********************************************/ 
#header-wrapper{
height: 265px;
padding: 0 10px;
background: url(images/bandeauCoree.jpg) top center no-repeat;
margin:0 auto;
width:780px;
}

#menu-wrapper{
width:750px;
margin:0 auto;
}

/********************************************/
/*******  middle part (wrapper)   ***********/
/********************************************/ 



/**************wrapper*******************/

#wrapper{
width:780px;
margin:0 auto;
padding:0;
text-align:left;
background:none;
}



/***************************************************/
/************** left part*******************/
/*************************************************/
#left-part{
width: 240px;
margin:  0 0 0 20px;
padding:0;
float:left;
}

/***************left content******************/
#left { 
margin-top : 15px;
padding :  0;
text-align : left;
} 

#left  img{
margin:  6px 0;
} 

#left h1 { 
font-size : 95%;
color:#993300;
text-align:left;
padding : 0;
margin : 5px 0;
} 

#left h2 { 
font-size : 90%;
color:#993300;
text-align:left;
padding : 0;
margin : 5px 0;
} 
#left h3 { 
font-size : 85%;
color:#993300;
text-align:left;
padding : 0;
margin : 5px 0;
} 

#left p { 
margin : 0;
padding : 2px;
font-size : 85%;
color : #663300;
} 

#left a:link, #left a:visited {
text-decoration:none;
color: #003399;
}

#left a:hover, #left a:active{
text-decoration:none;
color: #CC9966;
}


/***************************************************/
/************** right part*******************/
/*************************************************/
#right-part { 
width: 490px;
padding :0 0 0 5px;
margin : 0 20px 0 0;
float:right;
} 

/***************breadcrumb******************/
#breadcrumb { 
margin-right: 50px;
padding: 10px;
color : #663300;
font-size : 70%;
font-weight: bold; 
float:right;
} 

#breadcrumb a:link, #breadcrumb a:visited { 
color : #003399;
}

#breadcrumb a:hover, #breadcrumb a:active { 
color : #CC9966;
} 

/************** main content*******************/


#main-content { 
padding : 10px;
margin-top: 20px;
clear:both;
} 

#main-content h1 { 
color : #993300;
font-size : 115%;
padding : 0;
margin:4px 0 0 0;
} 

#main-content h2 { 
color : #993300;
font-size : 110%;
padding : 0;
margin:4px 0 0 0;
} 

#main-content h3 { 
color : #993300;
font-size : 100%;
padding : 0;
margin:4px 0 0 0;
} 

#main-content p { 
color : #663300;
text-align: justify;
font-size : 95%;
} 

#main-content a:link, a:visited {
text-decoration:none;
color: #003399;
font-family:Georgia, Times New Roman, Times, serif;
}

#main-content a:hover, a:active{
text-decoration:none;
color: #CC9966;
}


/********************************************/
/********        footer           ***********/
/********************************************/ 
#footer{
margin:18px auto 10px auto;
padding:0;
text-align:center;
width:800px;
background: url(images/footer.jpg) no-repeat bottom;
border-bottom:1px solid #fff;
}

/***************bottom nav******************/
#bottomnav { 
margin : 0;
padding:2px 30px;
font-size : 60%;
font-weight: bold;
color : #663300;

} 

#bottomnav a { 
padding :0;
margin:0 5px ;
} 

/***************copyright******************/
#copyright{
color : #993300;
font-size: 80%;
font-weight: bold;
margin: 5px;
}
  

/*************contact info********************/
.contact { 
font-size : 60%;
font-weight: bold;
padding : 2px 30px;
margin : 0 0 20px 0;
color : #663300;
} 


/********************************************/
/********Horizontal Menu Styles ***********/
/********************************************/ 
/*
 *		Horizontal, top-2-bottom menu
 *		Copyright Aleksandar Vacic, www.aplus.co.yu, some rights reserved http://creativecommons.org/licenses/by-sa/2.0/
 */
/*		------	Basic style	------		*/

#menu {
padding: 0;
margin-left: 7px;
display: block;
border-top:1px solid #fff;
}

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

*+html #menu ul { min-height: 1px; }/*hack for ie7*/

#menu li {
margin: 0;
display: block;
float:left;
position: relative;
z-index: 500;
}

* html #menu li { position:static;}

#menu a {
display: block;
}

#menu li li {
width: 100%;]
z-index: 510;
}

/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */
#menu li li ul {
top: 0;
left: 0px;
}

/* ...and then place it where it should be when shown */
#menu li li:hover ul {
left: 100%;
}

/* initialy hide all sub menus */
#menu li ul {
display: none;
position: absolute;
z-index: 10;
padding:0;
}



/* display them on hover */
#menu li:hover>ul {
display: block;
}

/* this is needed if you want to style #menu div - force containment of floated LIs inside of main UL */
#menuList:after {
content: ".";
height: 0;
display: block;
visibility: hidden;
overflow: hidden;
clear: both;
}

/*		------   Make-up	--------			*/

#menu {
font-size : 13px;
}

#menu:after{
content:'.';
display:block;
height:1px;
line-height:1px;
clear:both;
visibility:hidden;
} 

#menu li li {
width: 150px;
}

#menu li a {
text-decoration: none;
text-align: center;
color: #005D0B;
padding: 3px 10px 3px 10px;
border:1px solid #31B541;
margin:0 2px;
}

#menu li a:hover {
color:#000;
background-color:#ccc;
}

#menu li:hover>a {
color:#000;
background-color:#ccc;
}

#menu li li a {
text-transform: none;
text-decoration: none;
text-align:left;
padding: 3px 10px 3px 10px;
border-left:1px solid #31B541;
border-right:1px solid #31B541;
border-top:1px solid #86F394;
border-bottom:1px solid #0F831D;
color:#000;
background-color:#ccc;
}

#menu li ul li a:hover {
text-transform: none;
text-decoration: none;
text-align:left;
padding: 3px 10px 3px 10px;
color:#fff;
background-color:#999;
}

#menu li li:hover>a {
text-transform: none;
text-decoration: none;
text-align:left;
color: #fff;
padding: 3px 10px 3px 10px;
background-color:#999;
}

#menu li ul {
width: 150px;
}

#menu li li ul {
border-top-width: 0px;
margin: 5px 0 0 -10px;
}

#menu li li li:first-child {
}

#menu li li.submenu>a:after {
content: "";
}


