/* 
 _________________________________________________________
| CSS STRUCTURE AND ORIGINAL DESIGN: http://fullahead.org |
| (but modified for color and some CSS by Robert de Souza)|
|      DATE + 2005.05.12                                  |
| COPYRIGHT + free use if this notice is kept in place    |
|_________________________________________________________|

COLORS PALETTE:
dk gray blue #45455d
lt grayish blue #6d6d6d
coral pink #dec2a7
medium coral #b6916d
orange coral #dab66d
green gray #91916d
mustard #dada6d
jonquil #ffff91


*/



/* -- Main layout styles -- */

body {
  margin: 1em 1em 1em 1em;
  padding: 0px;
  font-family: arial, verdana, sans-serif;
  font-size: 1.0em;
  font-color: #000;
  background-color: #6d6d6d;
}

#siteBox {
  float: left;
  width: 100%;
  color: #FFF;
}





/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  height: 10em;
  background: #6d6d6d url(../images/israelight_montage.jpg) no-repeat bottom left;
}


#header a {
  float: right;
  width: 10em;
  padding: 5px 10px 5px 10px;
  font-size: 0.6em;	
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background-color: #45455d;
  border-bottom: 2px solid #dada6d;
  border-right: 1px solid #dada6d;
  border-left: 1px solid #dada6d;
}



#header a:hover, #header a.active {
  padding-top: 10px;
  background: #6d6d6d url(../images/button_top.gif) no-repeat top left;
  border-bottom: 2px solid #dada6d;
  border-right: 1px solid #dada6d;
  border-left: 1px solid #dada6d;
}

#header a.lastMenuItem {
  background-image: url(../images/corner_tr2.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}


a .desc {
  display: none;
  text-transform: lowercase;
  color: #003;  
}


a:hover .desc, .active .desc {
  display: block;
}






/* -- Header title and subTitle layout/display styles -- */


.title {
  float: left;
  padding: 61px 30px 0 12px;
  font-family: "Lucida Bright", Georgia, Perpetua, Palatino, Baskerville, "Times New Roman";
  font-size: 1.6em;
  font-weight: bold;
  text-transform: none;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: 0em;
  color: #ffff91;
}

.subTitle {
  display: block;
  font-size: 0.4em;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}





/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background: #91916d url(../images/background_91916d.jpg);
}

#contentLeft {
  float: left;
  width: 30%;
  margin-bottom: 1em;
  background: #6d6d6d url(../images/corner_sub_tr2.gif) no-repeat top right;  
}

#contentRight h1,h2,h3,h4 {
  font-family: georgia, arial, sans-serif;
}

#contentRight {
  float: right;
  width: 68%;
  background: #fff url(../images/corner_sub_tl2.gif) no-repeat top left;
}


#contentRight p {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
  color: #000;
}

#contentRight h1 {
  color: #6d6d6d;
  text-align: center;
  text-transform: uppercase;
}

#contentRight h2 {
  color: #6d6d6d;
  text-align: center;
}


#contentRight h3 {
  margin: 2em 1.2em 0em 1.2em;
  color: #45455d;
}


#contentRight h4 {
  margin: 2em 1.2em 0em 1.2em;
  color: #45455d;
}

#contentRight h5 {
  margin: 2em 1.2em 0em 1.2em;
  color: #6d6d6d;
}



#contentRight blockquote {
  margin: 1.2em 2em 2em 3em;
  font-size: 0.8em;
  line-height: 1.8em;  
  color: #000;
}


#content p {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

#content a {  
  text-decoration: none;
  color: #b6916d;
  border-bottom: 0px solid yellow;
}

#content a:hover {
  color: #dec2a7;
  border-bottom: 0px solid blue;
}



/* ADDED BY ROB BELOW */
#contentRight a {
  color: #45455d;
  border-bottom: 1px dashed #91916d;
}

#contentRight a:hover {
  color: #000;
  background-color: #ffff91;
  border-bottom: 1px solid #91916d;
  border-left: 0px dashed #45455d;
  border-right: 0px dashed #45455d;
}



.leftheader, .sub {
  display: block;
  clear: both; 
  font-family: verdana, arial, sans-serif;  
  font-weight: bolder;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #fff;    
}

.header, .subHeader {
  display: block;
  clear: both;
  font-family: verdana, arial, sans-serif;  
  font-weight: bolder;
  font-size: 1.1em;
  font-variant: small-caps;
  letter-spacing: 0.15em;
  color: #000;
  border-bottom: 1px solid #000;    
}

.subHeader {
  border: 0px;
}





/* -- Content left site links (large plus icon) -- */

#shalom  {
  position: relative;
  left: 0px;
  top: 10px;
}


#content a.menuItem {
  display: block;
  color: #ffff91;  
  padding: 0 0 0 5px;
  border:0px;
}



#content a:hover.menuItem { 
  color: #fff;
  background: url(../images/left-triangle.gif) right no-repeat;
    border-right: 3px double #45455d;  
}





#content a.menuItemOn {
  display: block;
  background: #6d6d6d url(../images/button_left_on.jpg) repeat-x;
  color: #fff;  
  padding: 0 0 0 5px;
  border-right: 2px inset #767676; 
  border-bottom: 2px inset #767676; 

}

#content a:hover.menuItemOn { 
  color: #fff;
  background: #6d6d6d url(../images/button_left_on.jpg) repeat-x;
  border-right: 2px inset #999; 
  border-bottom: 2px inset #999;
}

.linkheader {
  font-weight: bolder;
  font-size: 1.1em;
  font-variant: small-caps;
  letter-spacing: 0.01em;
  color: #fff;
}



/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 3em;
  font-size: 0.6em;
  font-weight: bold;
  text-transform: lowercase;
  line-height: 2.6em;
  color: #fdfacf;
  background: #91916d url(../images/cwi_footer.jpg) repeat-y top left;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 3em;
  text-align: left;
  background: url(../images/corner_bl2.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: right;
  background: url(../images/corner_br2.gif) no-repeat bottom right;
}

#footer a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px blue dashed;
}

#footer a:hover {
  color: yellow;
  text-decoration: overline;
}




/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}






/* -- <ul> tag styles -- */

ul{
  font-size: 0.8em;
  color: #000;
  padding-top: 0px;
  padding-bottom: 0px;
  list-style-image: url(../images/li_bullet.gif);
}

ol{
  font-size: 0.8em;
  color: #000;
  padding-top: 0px;
  padding-bottom: 0px;
}

li {
  margin-left: 15px;
  line-height: 1.6em;
  padding-bottom: 5px;
  color: #000;
}






/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}



.imgMontage {
  margin: 0px;
  top: 0;
  left: 0;
}





/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}