/* CMALLAIRE.COM CSS FILE */
/* Designed by: Blackstone web Design www.blackstonewebdesign.com */


a:link {
  color: #993300;
  text-decoration: underline;
  FONT-WEIGHT: bold
}
a:visited {
  color: #993300;
  text-decoration: underline;
  FONT-WEIGHT: bold
}
a:hover {
  color: #993300;
  text-decoration: underline;
  FONT-WEIGHT: bold
}
a:active { 
  color: #993300;
  text-decoration: underline;
  FONT-WEIGHT: bold
}


/* This is for basic text content */
.content {
   font-family: "Lucida Grande", Verdana, Arial, Helvetica, "Sans Serif", sans-serif;
   font-size: 12px;
   line-height: 16px;   font-weight: normal;	
   color: #330000;	
   background-color: #FFFFFF;
	
   padding-bottom: 3px;
	
   padding-top: 5px;   


}


.top_content {
   font-family: "Lucida Grande", Verdana, Arial, Helvetica, "Sans Serif", sans-serif;
   font-size: 12px;
   line-height: 12px;   font-weight: normal;	
   color: #FFFFFF;	
   padding-bottom: 2px;
   padding-top: -5px;  
   padding-left: 2px;
   padding-right: 2px;   


}

.inner_content {
   font-family: "Lucida Grande", Verdana, Arial, Helvetica, "Sans Serif", sans-serif;
   font-size: 12px;   
   line-height: 16px;   font-weight: normal;	
   color: #330000;	
   background-color: #FFFFFF;
	
   

}

.heading {
   font-family: "Lucida Grande", Verdana, Arial, Helvetica, "Sans Serif", sans-serif;
   font-size: 14px;  
   line-height: 16px;   
   font-weight: bold;	
   color: #993300;	

}

.subheading {
   font-family: "Lucida Grande", Verdana, Arial, Helvetica, "Sans Serif", sans-serif;
   font-size: 12px;   
   line-height: 14px;   
   font-weight: bold;		
   color: #993300;		

}


.shadowboxright {
   margin: 20px 10px 10px 10px;
   background: url(graphics/shadowlight.gif) repeat; 
   position: relative; /*IE needs this to show float properly*/
   float: right;
}


.shadowboxwide {
   margin: 10px 10px 10px 10px;
   background: url(graphics/shadowlight.gif) repeat;
   width: 360; 
   position: relative; /*IE needs this to show float properly*/
   float: left;
}


.shadowboxfloat {
   margin: 10px 10px 10px 10px;
   background: url(graphics/shadowlight.gif) repeat;
   width: 125; 
   position: relative; /*IE needs this to show float properly*/
   float: left;
}
			
.shadowcontent, .shadowcontent2 {
  position: relative;
  padding: 10px; 
  top: -5px; /* these two define the shadow 'offset'*/
  left: -5px;
  background: #ffc; /* was #C4E1C7 */
  color: black;
  border: 1px solid #993300;
}


#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li 
{
padding-left: 10px;
background-image: url(graphics/indent_arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}
