/* CSS definition file containing sitestyle stylesheets */
BODY { 

/*font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
 font-size: 12px; */
 font-weight: normal; 
 font-style: normal;
 background-color: rgb(255,255,255); 
 background-image: none;
 }
 A:active {font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; font-size: 12px; color: rgb(255,0,0); font-weight: normal; font-style: normal;}
 A:link { font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; font-size: 12px; color: rgb(255,0,0); font-weight: normal; font-style: normal;}
 A:visited { font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; font-size: 12px; color: rgb(153,0,153); font-weight: normal; font-style: normal;}
 .TextObject { font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; font-size: 12px; font-weight: normal; font-style: normal;}
 P { font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; font-size: 12px; font-weight: normal; font-style: normal;}
 .TextNavBar { font-size: xx-small;}
 A:hover { font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; font-size: 12px; color: rgb(0,0,0); font-weight: normal; font-style: normal;}
 
#navcontainer ul
{
list-style-type: none;
text-align: left;
width: 600px;
position: absolute;
margin-top: -20px;
margin-left: -20px;
}

#navcontainer ul li a
{
/*background: transparent url(images/list-off.gif) left center no-repeat;*/
padding-left: 15px;
text-align: left;
font: normal 13px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: red;
}

.result {
	background: transparent url(images/list-off.gif) left center no-repeat;
	margin-bottom: 5px;
}
.result a:hover{
	background: transparent url(images/list-on.gif) left center no-repeat;
	color: black;
}

#navcontainer ul li a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #666;
}


/* ----------- Drop Shadow Start ----------------*/

.img-shadow {
	clear: both;
	float:left;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 20px 0 0 17px !important;
	margin: 20px 0 0 8px;
	}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
.alpha-shadow {
	clear: both;
	float:left;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 14px 0 0 17px !important;
	margin: 14px 0 0 8px;
	}

.alpha-shadow div {
  background: url(shadow2.png) no-repeat left top !important;
  background: url(shadow2.gif) no-repeat left top;
  float: left;
  padding: 0px 6px 6px 0px;
  }
  
.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 3px;
  margin: 0;
  }
 