
/* POSITIONING STYLES */ 


body {
margin: 0;
padding:0;
background: url(images/bg_tile.gif) repeat-x;
color: #000;
font-family: Verdana, Arial, sans-serif;
font-size:  11px;
line-height: 20px;
color: #666;
}

#hdr{
background: url(images/logo.gif) no-repeat top left ;
margin:20px 0 0 30px;
height: 100px;
text-align: right;
padding-top: 40px;
padding-right: 40px;

}

#nav{
	position:absolute;
	top:140px;
	padding-left: 10px;

}

#list{
	padding-left: 20px;
	
}



#main{
	position:absolute;
width:620px;
	top:80px;
	left:150px;
	padding:20px 0px 0px 20px;
}

a {
color: #4a1a4a;
font-size: 11px;
line-height: 26px;

}

a:hover {
color: #4a1a4a;
text-decoration: none;
}


.resources
{font-size: 11px;
line-height: 18px;}


.bullet {
background: transparent url(images/bullet-small.gif) no-repeat left;
padding-left:14px;

} 






.active {
background: transparent url(images/active-bullet.gif) no-repeat left;
padding-left:14px;


} 

.posted {
background: transparent url(images/bullet.gif) no-repeat left;
padding-left:14px;


}

a.active-nav{

	padding-left: 6px;
	text-decoration: none;
	font-family: "Century Gothic", verdana, arial, sans-serif;
color: #4a1a4a;
font-size: 14px;
line-height: 35px;
font-weight: bold;

}


a.nav{
	
	padding-left: 6px;
	text-decoration: none;
	font-family: "Century Gothic", verdana, arial, sans-serif;
color: #666;
font-size: 14px;
line-height: 35px;

}

a:hover.nav {

	color: #4a1a4a;
	text-decoration: none;
	font-weight: bold;
	background: #fff;

}



.home{
font-size: 15px;
font-family: "Century Gothic", verdana, arial, sans-serif;
line-height: 26px;
}




.header{
font-size: 15px;
font-family: "Century Gothic", sans-serif;
color: #30615d;
font-weight: bold;
}

.header2{
font-size: 14px;
font-family: "Century Gothic", sans-serif;
color: #30615d;
font-weight: bold;
font-style:italic;
}

	
.img-team {
  float:right;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 0px 10px 10px 35px !important;
  margin: 0px 10px 10px 30px;
  }

.img-team img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
