/* Adamleaper styles with suckerfish html dog */

body{margin:0; padding:0; font-size:11px; font-family:Geneva, Arial, Helvetica, sans-serif;}
#wrapper{
margin-left:auto; 
margin-right:auto; 
width:796px;}
#slides{
background:url(images/home_page_new/slideshow.jpg) no-repeat;
 width:461px; 
 height:342px;
  float:left; }
  
  #center{
  width:110px; 
  float:left; 
  height:342px;
  text-align:center;
  background:url(images/home_page_new/centerpics.jpg) no-repeat;}
  
   #center #cpics {margin-top:15px}
   
   #center img{ margin:3px 0; }
  
  #about{
  width:208px; 
  height:342px; 
  background:url(images/home_page_new/about.jpg) no-repeat; 
  float:left;}
  
  #news{width:571px;
   height:108px;
    float:left; 
   background:url(images/home_page_new/news.jpg) no-repeat;
  }
  
 #join{ background:url(images/home_page_new/joinus.jpg) no-repeat;
  float:left; 
  width:208px; 
  height:108px;}
  
  p{margin:0;
 padding:0;}
  h1{margin:0; 
 
  font-family:'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif; 
  font-size:12px;  margin-top:1em;}
  
  .column{padding:0; margin:1em; overflow:auto; height:80px;}
  
a{ color:#541363; }
a:hover{ color:#541363; }
a:visited{ color:#A525C5; }
  
  /*********menu***********/
/* Navigation */



#nav, #nav ul {
	float: left;
	width: 780px;
	list-style: none;
	 font-family: Georgia, "Times New Roman", Times, serif;
	background: white;
	font-weight: bold;
	padding: 0;
	
	margin: 0 0 5px 0;
}

#nav a {
	display: block;

	color : #541363;
	
	text-align:left;
	text-decoration: none;
	padding: 5px 10px;
}



#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	w\idth: 190px;
	font-weight: normal;
	
	margin: 0;
}

#nav li li {
	padding-right: 5px;
	width: 185px;
}

#nav li ul a {
	width: 200px;
	w\idth: 190px;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #541363;
	color:#fff;
}
#nav li a:hover{color:#fff;}

