/*
-----------------------------------------------
Cooper Design
Author:   Jason Cooper
Version:  1 June 2006
----------------------------------------------- */


/* Global
----------------------------------------------- */

/* Remove padding and margin */

/* Remove border around linked images */
img {
	border: 0;
	padding: 0;
	margin: 0;
	}

	
/* Pseudo Links
----------------------------------------------- */
a:link {
	color: #be0b0f;
    text-decoration: underline;
	}    
a:visited {
	color: #be0b0f;
    text-decoration: underline;
	} 
a:hover {
	color: #be0b0f;
    text-decoration: none;
	}  
a:active {
	color: #be0b0f;
    text-decoration: underline;
	}   
	
/* Header 
----------------------------------------------- */	

	
/* Navigation
----------------------------------------------- */

#nav{
	margin: 0px;
  	padding: 0px;
  	text-align: left;
	}
	
#cNav{	
	font-size: 10px;
	margin: 0px;
  	padding: 0px;
  	text-align: right;
	}	
	
#cNav a:link {
	color: #be0b0f;
    text-decoration: none;
	}    
#cNav a:visited {
	color: #be0b0f;
    text-decoration: none;
	} 
#cNav a:hover {
	color: #be0b0f;
    text-decoration: underline;
	}  
#cNav a:active {
	color: #be0b0f;
    text-decoration: none;
	}  
	
#subnavbar {
	margin: 0px;
  	padding: 0px;
  	padding-left: 10px; 
  	background-color: #ffde00;
	}
	
#subnavbar a {
	color: #c8260f;
	text-decoration: none;
	}
	
#subnavbar a:hover {
	color: #c8260f;
	text-decoration: underline;
	}	
	
	
/* BEGIN DROPDOWN NAVAGATION */

.nav-bar {
	height: 24px;
	background: #017dbf;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	}

.nav-wrapper  {
	width: 800px; 
	height: inherit; 
	margin: auto;
	background: #005dab; 
	}

.nav-wrapper ul {
  	padding: 0;
  	margin: 0;
  	list-style: none;
	text-align: left;
	}

.nav-wrapper li {
  	float: left;
  	position: relative;
	}

.nav-wrapper li.sub {
	border-top: 1px solid #fff;
	clear: left;
	}

.nav-wrapper li img {
	display: block; /* IE5, 5.5 */
	}

.nav-wrapper li ul {
  	display: none;
  	position: absolute; 
  	top: 1em;
  	left: 0;
	padding-top: 18px;
	}

.nav-wrapper li>ul {
	top: auto;
	left: auto;
	padding-top: 0; 
	}

.nav-wrapper li:hover ul, 
.nav-wrapper li.over ul{ 
	display: block; 
	}

.nav-wrapper li.sub a {
	display: block;
	width: 125px;	
	padding: 5px 10px;
	background: #005dab;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #96c4dc;
	}

.nav-wrapper li.sub a:hover {
	color: #fff;
	background-color: #00336e;
	}
	

/* END DROPDOWN NAVAGATION */	
	
	
	
	
/* Body 
----------------------------------------------- */
body {
	padding: 0;
	margin: 0;
  	background-color: #dadada;
  	background-image: url("media/bg.jpg");
	background-repeat: repeat-x;
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 11px;
  	line-height: 15px;
  	color: #363e7e;
  	text-align: center;
	}

#container {
	margin: 0 auto;
	padding: 0px;
	width: 801px;
	}
	
#header {
	margin: 0px;
  	padding: 0px;
  	background-image: url("media/main-header.gif");
	background-repeat: no-repeat;
	width:799px;
	}	
	
#main {
	margin: 0px;
  	padding: 0px;
  	background-color: white;
  	background-image: url("media/banner-home.jpg");
	background-repeat: no-repeat;
  	text-align: center;
  	font-size: 11px;
	}	
	
#secondary {
	margin: 0px;
  	padding: 10px;
  	background-color: white;
  	text-align: left ;
  	font-size: 11px;
	}	
	
	
/* Misc.
----------------------------------------------- */	

.imgleft {
	position:relative;
	float:left;
	margin: 10px 10px 0 0;
	}
  
.imgright {
	position:relative;
	float:right;
	margin: 10px 0 0 0;
	}
	
#admpac {
	margin: 0px;
  	padding: 0px;
  	text-align: right;
  	color: #fff;
	}	

#admpac a:link {
	color: #fff;
    text-decoration: underline;
	}    
#admpac a:visited {
	color: #fff;
    text-decoration: underline;
	} 
#admpac a:hover {
	color: #fff;
    text-decoration: none;
	}  
#admpac a:active {
	color: #fff;
    text-decoration: underline;
	}
	
span.mainHeader {
	font-family: "MS Trebuchet", verdana, helvetica, arial, sans-serif;
  	font-size: 15px;
  	font-weight: bold;
  	display: block;
  	}
  	
/* Switch Content */
  	
.iconspan{
	float: right;
	margin: 3px;
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
	}

.eg-bar{
	background-color: #fff7c4;
	font-weight: bold;
	border: 1px solid black;
	padding: 5px;
	}

div.eg-bar{
	width: 760px;
	}

.icongroup1{
	width: 760px;
	padding-top: 5px;
	}
	
span.homeHeader {
	font-family: "MS Trebuchet", verdana, helvetica, arial, sans-serif;
  	font-size: 22px;
  	display: block;
  	color: #2a2385;
  	padding-top: 15px;
  	}	
  	
span.homeHeader a {
	text-decoration: none;
  	}
  	
span.homeHeader a:hover{
	text-decoration: underline;
  	}	
  	
#therapist {
	border-right: solid 1px #005dab
	}

#bio {
	padding-left: 8px;
	}
	
.list li { list-style-image: url(media/bullet-red.gif); }	

span.flag {color: #be0b0f}

span.medHeader {
	font-family: "MS Trebuchet", verdana, helvetica, arial, sans-serif;
  	font-size: 13px;
  	font-weight:  bold;
  	color: #be0b0f;
  	}
  	
span.glossaryHeader {
	font-family: "MS Trebuchet", verdana, helvetica, arial, sans-serif;
  	font-size: 13px;
  	font-weight:  bold;
  	color: #212d8d;
  	}
  	
#facilities {
	font-size: 13px;
	line-height: 19px;
	padding: 0 10px 0 0;
	}
  	

/* Footer 
----------------------------------------------- */
#footer {
	}	

#foot-a {
	color: #2576c9;
	font-size:10px;
	text-align:left;
	}	

#foot-b {
	color: #2576c9;
	font-size:10px;
	padding-right:10px;
	text-align:right;
	}
		
#foot-b a {
	color: #be0b0f;
    text-decoration: none;
	}
		
#foot-b a:hover {
	color: #be0b0f;
    text-decoration: underline;
	}