body
{
	color: #666;
	font-size: 11px;
	padding: 0 0 0px;
}
#outerwrap
{
    height: 100%;
    background-color: #f4f4f4;
    margin-left: auto;
	margin-right: auto;
	width: 960px;
}
html, body 
{
	height: 100%;
}
html 
{ 
    min-height: 100%; margin-bottom: 1px; 
}
img {border: 0;}
a img {border: none;}

.container_16
{
	background-color: #fff;
}

p
{
	overflow: hidden;
	text-align: left;
	line-height:1.5;
}

#header
{
    background: url('../img/bg_head.jpg') repeat-x bottom;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -25px;
}
#intro
{
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
	padding-bottom: 5px;
}
#footer
{
	border-top: 1px solid #ccc;
	color: #666;
	font-size: 11px;
    font-family: lucida grande, helvetica, arial, sans-serif;
    text-align: right;
    background-color: #f4f4f4;	
}
#footer span 
{ 
	float: left;
}
#footer a:link,
#footer a:visited 
{
	color: #666;
	border-bottom: 1px dashed #999;
	text-decoration: none;
}
#footer a:hover 
{
	color: #000;
}
.footer 
{
    padding: 10px 0 40px 0;
}
#logo
{
    padding-left:10px;
}

#menu_container 
{
    margin: 0;
    position:relative; 
    width:920px; 
    z-index:100;
   	font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	text-transform: uppercase;
	font-weight:normal;
	font-size: 85%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0 10px;
	background-color:#fff;
}
.box 
{
    margin-bottom: 35px;
}

.list-type-0
{
	margin: 10px 0;
	padding:0;
	list-style:none;
}
.list-type-0 li
{
   	list-style:none;
	margin: 0 0 1px 0;
}
.list-type-0 li a
{
    display:block;
    font-size:93%;
	padding: 6px 0 6px 17px;
	display: block;
	background-color: #f6f6f6;
	background-image:url('../img/arrow_grey.gif');
	background-position:5px center;
	background-repeat:no-repeat;
    font-weight:normal;
    color: #444444;
    width:143px;
}
html>body .list-type-0 li a
{
   width:143px;
}
.list-type-0 li.active a
{
   	color: #000;
   	background-image:url('../img/arrow_orange.gif');
}
.list-type-0 li a:hover
{
	background-color: #e3e3e3;
	background-image:url('../img/arrow_black.gif');
}

.list-type-1
{
	margin: 10px 0;
	padding:0;
	list-style:none;    
}
.list-type-1 li
{
   	list-style:none;
	margin: 0;
	padding: 2px 0 2px 13px;
	background-image:url('../img/arrow_grey.gif');
	background-position:center left;
	background-repeat:no-repeat;	
}
.list-type-1 li.active
{
   	background-image:url('../img/arrow_orange.gif');
}
.list-type-1 li a, .list-type-2 li a
{
	font-size:93%;
}
.list-type-1 li.active a
{
   	color: #000;
}
.list-type-2
{
	margin: 10px 0;
	padding:0;
	list-style:none;    
}
.list-type-2 a
{
   	font-weight: bold;
}
.list-type-2 li
{
   	list-style:none;
	margin: 0;
	padding: 10px 0; 
    border-bottom:1px solid #ccc;
}
.list-type-2 li span
{
    font-size:85%;
    color: #000;    
}
.list-type-2 li p
{
	line-height:1.2;
    margin:0;
    padding: 4px 0;
    font-size:93%;
}

.prof-associations {text-align:center;padding:10px;}

.promo-dark, .promo-light
{
    padding: 0px 8px 8px 8px;
}
.promo-dark a
{
   	font-weight: bold;
}
.promo-dark li a, .promo-light li a
{
	font-size:93%;
}
.promo-dark ul, .promo-light ul
{
	margin: 0 0 10px 0;
	padding:0;
	list-style:none;    
}
.promo-dark li, .promo-light li
{
   	list-style:none;
	margin: 0;
	padding: 8px 0; 
    border-bottom:1px solid #ccc;
}
.promo-dark p, .promo-light p
{
	line-height:1.2;
    margin:0;
    padding: 4px 0 0 0;
    font-size:93%;
}

.promo-light
{
    background-color: #FFFACD;

}
.promo-dark
{
    background-color: #F0F2EB;
}
.more
{
	text-align: right;
}
.more a
{
	padding-right: 17px;
	text-transform: uppercase;
}
.more a
{
	background-image:url('../img/arrow_grey.gif');
	background-position: right center;
	background-repeat:no-repeat;
}



/* // Easy Slider */

/* image replacement */
        #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

	#slider-container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:198px;
		background:#fff;		
		}	
	#slider-content{
		position:relative;
		}			
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		width:198px;
		height:80px;
		overflow:hidden;
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:11px;
		height:80px;
		position:absolute;
		left:-11px;
		top:0px;
		}	
	#nextBtn{ 
		left:198px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:11px;
		height:80px;
		background:url(../img/arrow_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../img/arrow_next.gif) no-repeat 0 0;	
		}
	#nextBtn a:hover{ 
		background:url(../img/arrow_next_hover.gif) no-repeat 0 0;	
		}
	#prevBtn a:hover{ 
		background:url(../img/arrow_prev_hover.gif) no-repeat 0 0;	
		}		
													

/* // Easy Slider */

.team-pod
{
    padding:5px;
    clear: both;
}
.team-pod-text
{
    float:left;
}
.team-pod-text p
{
    font-size: 93%;
    margin: 0;
    padding: 0;
}
.team-pod-photo
{
    float:right;
}


/* Login Panel */

#login_btns {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#top {
  	background: url(../img/login/login_top.jpg) repeat-x 0 0;
	height: 38px;
	position: relative;
}

#top ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 38px;
	width: auto;
  	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 15px;
  	color: white;
  	font-size: 85%;
	text-align: center;
  	background: url(../img/login/login_r.jpg) no-repeat right 0;
	padding-right: 45px;
}

#top ul.login li.left {
  	background: url(../img/login/login_l.jpg) no-repeat left 0;
  	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#top ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 38px;
  	background: url(../img/login/login_m.jpg) repeat-x 0 0;
}

/* End Login Panel */

#search {
	float:right;
	clear:right;
	margin-top:-30px;
	margin-right:15px;
	border: 1px solid #ccc;
}
.searchtext {
	border: 1px solid #fff;
	height: 18px;
	MARGIN: 0px;
	PADDING: 1px 2px;
	color: #666;
}
.searchbtn {
	DISPLAY: inline; 
	margin: 0;
}
.homepad {
	padding-left:10px;
	padding-right:0px;
}
p.home {
	padding-top: 10px;
	padding-bottom:10px;
}