


/* -- Main layout styles -- */

body {
   
    padding: 0px;
    font-family: verdana, sans-serif;
    font-size: 1.0em;
    background-color: #111;
     min-width: 46m;
     
     
     
     max-width: 1200px;
       
  }
  
 
	
#siteBox {
    float: left;
    width: 100%;
    color: #000;
  }

/* -- Header layout/display styles -- */


#headerTop {
    width:100%;
    
    float: left;
    background-image : url(../images/common/logoHeaderBg_C.gif);
    background-position : bottom left;
    background-repeat : repeat-x;
    height : 80px;
    
  }


#header {
	position: absolute;
	top:100px;
	
	width: 40em;
	 /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary {
	margin: 0;
	padding: 1em 0 1em 3;
	position: relative;
	
	width: inherit; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 9em;
	display: block;
	float: left;
	padding: 0 4 0 4em;
	margin: 1px 8px 2px 0;
	text-align: center;
	text-decoration: none;
	font-size: .7em;
	font-weight: bold;
	color: #000;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 4px solid #a35117;
	border-bottom: 6px solid #a35117;
	background:  #a35117;
	padding-bottom: 4px;
	margin-top: 0;
	color:#62000c;
}

#header ul#primary a {
	background: #deb887;
	border: 4px solid #a35117;
	
}

#header ul#primary a:hover {
	
	
	
	
	background: #f5e4ce;
	
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -2.5em;
	width:inherit; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding:4px 2em 4px 2em;
	margin: 0;
	text-align: center;
	color:#62000c;
	
	border: none;
	border-right: 4px dotted #d76d1c;
	background:  #a35117;

}

#header ul#secondary li a {
	color: #000;
	text-decoration: none;
}

#header ul#secondary li a:hover {
	color: #fff;
	background: #d76d1c;
	padding:4px 2em 4px 2em;
	border: none;
	border-right: 4px dotted #d76d1c;
}


/* -- Content layout/display styles -- */

/* overall settings  */
#content {
    
    
    float: left;
    width: 100%;
    padding: 1em 0 1em 0;
    
    background-color: #d2691e;
    text-align: justify;
    
  }
#content p {
    margin: 1.2em 2.2em 2em 1.2em;
    
    line-height: 1.4em;
  }

/*  submenu bar on left side   */
#contentLeft {
    font-size:0.7em;
    text-align: left;
    float: left;
    width: 25%;
    min-width:80px;
        background-image : url(../images/common/contentRightBG.gif);
    background-position : top left;
    background-repeat : repeat-x;
    background-color: #ffe0c7;

  }

#contentLeft h1, #contentLeft h2{
	color: #000;
	font-size:1.2em;
	
	padding:10px 0 0 10px;
	border-bottom: 5px solid #8a440f;
}

#contentLeft code{
background-color: #d28a56;

border-style: groove;

border-color: #dfb593;
border-width: 10px;
padding:5px;
color:#501674;
font-style: italic;
font-family:cursive;
font-size:1.1em;
display: block;
line-height:1.5em;
margin:5em 0.5em 1em 0.5em;
	
}


#content a.menuItem {
    color:#2018e1;
    font-size: 1.0em;
    line-height:  3em;
	
    display: block;
    padding: 5px 0 5px 54px;
    background: url(../images/common/icn_plus.gif) no-repeat center left;
    border: 0px;
  }


#content a:hover.menuItem {
    color: #DDD;
    background: #d2691e url(../images/common/icn_plus_on.gif) no-repeat center left;
    border: 0px;
  }

/*  main content area   */
#contentRight {

    float: right;
    width: 74%;
    min-width:350px;
    background-image : url(../images/common/contentRightBG.gif);
    background-position : top left;
    background-repeat : repeat-x;
    background-color: #ffe0c7;
 }

#contentRight a {
    text-decoration: none;
    color: #5050ef;
    font-size: 110%;
 }


#contentRight a:hover {
    color: #fff;
    background-color: #d2691e;
  }


h1, h2, h3 {
    margin: 1em 1em 1em 1.5em;
    display: block;
    clear: both;
    font-weight: bold;
    line-height:1.2em;
    text-transform: uppercase;
    color:#5a6d00;
 }



h1{	
	 font-size: 1.8em;
     border-bottom: 5px solid  #766d64 ;
}


h2 { 
    font-size: 1.3em;
    border-bottom: 3px solid #766d64;    
  }

h3 { 
    font-size: 1.0em;
    border-bottom: 1px solid #766d64;    
  }


  
i {
	font-style: italic;
	font-weight: bolder;
	color:#4e0c0c;
   }


b {
	font-style: inherit;
		color:#4e0c0c;
   }
   
dfn {
      
      
	color:#4e0c0c;
	 cursor: help;
	  border-bottom: 1px solid black;
}
  

/* -- Footer layout/display styles -- */


#footer {
    float: left;
    width: 100%;
    height: 3em;
    margin-bottom: 1em !important;
    font-size: 0.8em;
    text-transform: lowercase;
    line-height: 2.6em;
    color: #222;
    background: #ab4e0a;
  }

#footerMenu {
    float: left;
    width: 100%;
    height: 2.5em;
    font-size: 1.1em;
    text-transform: lowercase;
    line-height:0.5em;
    color: #222;
    background: #bf5e16;
  }
#footerLeft {
    float: left;
    width: 60%;
    height: 3em;
    text-align: left;
  }


#footerRight {
    float: right;
    width: 35%;
    height: 3em;
    text-align: right;
    padding-right: 8px;
    
  }


#footer a {
    color: #21fffa;
  }


#footer a:hover, #footerMenu a:hover{
    color: #fff;
  }

/* -- Display formatting styles -- */



acronym  {
    cursor: help;
    border-bottom: 1px solid black;
    color: #614004;
   
    
  }

/* -- <ul> tag styles -- */


#content ul {
    font-size: 1.2em;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-image: url(../images/common/li_bullet.gif);
    background-color: #d2691e;

    margin:1em 7em 0.5em 3em;
  }


#content li {
    margin-left: 50px;
    margin-right:20px;
    line-height:2em;
    
  }

/* -- Image alignment classes -- */
.textImageBlock {
min-height:280px;

background-color:#FFCFA8;
padding:5px;
font-size:1.0em;
display: block;
line-height:1.5em;

}
.imgCenter {

   float: left;
   
   width:100%;
   border: thin black solid;
   margin: 0.6em 0.4em 0.1em 0.4em;
   padding:6px;
   background:#b5855e;
   font-size:0.9em;
   text-align:center;
   max-height:260px;

max-width:720px;
   }
 
 
.imgCenter img{

max-height:240px;

max-width:700px;

    width:100%;
	
}

 
.imgLeft, .imgRight {

   
   width:55%;
   border: thin black solid;
   margin: 0.6em 0.4em 0.1em 0.4em;
   padding:6px;
   background:#b5855e;
   max-height:480px;
   max-width:340px;
   font-size:0.9em;
   text-align:center;
   }
   
   
.imgRight {
    float: right;
 
   }
   
.imgLeft {
float: left;
 
}

.imgLeft img, .imgRight img {
max-height:480px;

max-width:480px;

    width:100%;	
}
.blockquote {
background-color: #a2af61;
border-style: ridge;
border-color: #dfb593;
border-width: 5px;
padding:5px;
color:#501674;
font-style: italic;
font-family:cursive;
font-size:1.2em;
display: block;
line-height:1.5em;
margin:1em 1em 0.5em 1em;
}



.blockquote:before {
color: black;
display: inline;
font-size: 2em;
content:open-quote;
}

.blockquote:after {
color: black;
display: inline;
font-size: 2em;
content:close-quote;
}
.quoteAttribute {

width:80%;
float: right;

width:80%;
   color: #614004;
    
    cursor: help;
    border-bottom: 2px dotted #e7bb98;
	
font-style: italic;
font-family:sans-serif;

font-size:1.2em;

line-height:1.5em;
margin:0em 4em 2em 4em;
}





