/* Start of CMSMS style sheet 'chichi : chichi-standard-olive' */
/* ************* common ********** */


html>body {
font-size: 16px;  /* IE can't read this. Its here to please older version of safari which default to 14px */
font-size: 63%;  /* see explanation below  */
}

body{
    height: 100%;
    font-family: verdana, Arial, sans-serif;
    font-size: 62.5%;  /* see explanation below  */
	 margin: 0 0 0 10px; 
	 padding: 0px;
	 text-align: center; /* centres the page for older browsers */
    }
    
 /*  The following hack confuses my validator (cse) - remove and replace after validation */
	 
 /* \*//*/
body{
    font-size: 63%; 
    }
/*  */  


#wrapper {
	text-align: left;
/*	height: 100%;*/
	font-size: 1.1em;
	line-height: 15px;
	margin: 0 auto;  /* centres the page */
   width: 780px;
background-color:#daccbb;
}


A:link {color: #fff; text-decoration: none;}
A:visited {}
A:active {}
A:hover {text-decoration: none; color: #76654f;}

h1{
font-size: 1em;
line-height: 16px;
font-weight: bold;
}


.pad{
padding: 12px 12px 12px 12px;
}

.marg{
margin: 12px 12px 12px 12px;	
}

.marg6{
margin: 12px;	
}


.pad-var{
padding: 0px 12px 0px 12px;
}

.marg-var{
margin: 0px 12px 0px 12px;	
}

.marg-left{
margin-left:12px;
}


#header{
background-image: url(uploads/chichi/ident.gif);
background-repeat: no-repeat;
background-position: 12px 95px;
width: 780px;
height: 140px;
background-color:#c8bbac;  /*  */
color:#fff; 
font-size: 1em;
}

#topnav{
width: 768px;
height: 140px;
background-color:#778066;
padding: 6px 0px 6px 12px;
margin: 0px;

}


 /* CSS classes used in the nav template: */
/*

.activeparent - The top level parent when a child is the active/current page
li.active0n h3 - n is the depth/level of the node. To style the active page for each level separately. The active page is not clickable.
.clearfix - Used for the unclickable h3 to use the entire width of the li, just like the anchors. See the Tools stylesheet in the default CMSMS installation.
li.sectionheader h3 - To style section header
li.separator - To style the ruler for the separator 

*/




/*1st tier*/
#top-tier{
float: left;
width: 130px;
height: 100%;
border-bottom: 0px;
border-left: 1px solid #fff;
 /*background-color: Green;*/
}

#top-tier ul{
list-style: none;
padding: 0px 0px 0px 0px;
margin: 0px;
}

#top-tier ul li{
list-style: none;
margin: 0px 0px 0px 0px;
line-height: 15px;
}

#top-tier ul li a{
color: #c7b6a1;
text-decoration: none;
list-style: none;
}

#top-tier ul li a:hover{
color: #fff;
text-decoration: none;
list-style: none;
}

#top-tier ul .currentpage{
color: #fff;
text-decoration: none;
list-style: none;
}


#top-tier ul li .activeparent{
color: #fff;
text-decoration: none;
list-style: none;
}


/*second tier*/

#second-tier{
float: left;
width: 130px;
height: 100%;
border-bottom: 0px;
border-left: 1px solid #fff;
 
}

#second-tier ul{
list-style: none;
padding: 0px 0px 0px 0px;
margin: 0px;
}

#second-tier ul li{
list-style: none;
margin: 0px 0px 0px 0px;
line-height: 15px;
}

#second-tier ul li a{
color: #c7b6a1;
text-decoration: none;
list-style: none;
}

#second-tier ul li a:hover{
color: #fff;
text-decoration: none;
list-style: none;
}

#second-tier ul li .activeparent{
color: #fff;
text-decoration: none;
list-style: none;
}

#second-tier ul .currentpage{
color: #fff;
text-decoration: none;
list-style: none;
}


  /*   third tier navigation    */


#thirdtierwrap {
 background-color:#76654f;/**/
 width: 180px;
 height: 288px;
 float: left;
 padding: 6px 0px 6px 0px;
}

#third-tier{
/*width:100% ;*/
height: 100%;
border-left: 1px solid #fff;
background-color: #76654f;
padding-left:12px; 
margin-left:12px; 
}


#third-tier ul{
list-style: none;
padding: 0px 0px 0px 0px;
margin: 0px;
}

#third-tier ul li{
list-style: none;
margin: 0px 0px 0px 0px;
padding: 0px;
line-height: 15px;
}

#third-tier ul li a{
color: #daccbb;
text-decoration: none;
list-style: none;
}

#third-tier ul li a:hover{
color: #fff;
text-decoration: none;
list-style: none;
}

#third-tier ul .currentpage{
color: #fff;
text-decoration: none;
list-style: none;
}

#third-tier ul li .activeparent{
color: #fff;
text-decoration: none;
list-style: none;
}



#contentwrapper{
/* width: 900px !important; */
height:300px !important; 	
float: left;  
margin: 0px;
padding: 0px;
}



#main{
/*width: auto; */
height: 300px;
background-color:#daccbb;
padding: 0px 0px 0px 0px;
float: left;
clear: none;
}


.caption{
color:#76654f;
float: left;
background-color:#daccbb;
/*width: auto;*/
height: 300px;
}


#footer{
width: 768px;
height: 200px;
background-color:#c8bbac; /*#c8bbac*/
float: none;
clear: both;
text-align: right;
padding: 6px;
font-size: 0.9em;
color: #6F6860;
}

#footer a {
	text-decoration: none;
	color:#fff;
}

#footer a:hover {
 color: #6F6860;	
	text-decoration: none;
}



#news   {width: 100%; height:300px; overflow:auto; }

















/* End of 'chichi : chichi-standard-olive' */

