/*                                     */
/*    global settings                  */
/*                                     */
body 
{
background: #99CCCC; 
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin:0; 
padding:0;  
position: center; 
top:0; left:0;
}

/*                                                      */
/* Lightbox                                             */
/*                                                      */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px verdana, arial, helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

    
/* list format menu                    */

ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 133px; /* Width of Menu Items */
	border-bottom: 1px solid #ffffff;
    }

ul.menu li.menu {
	position: relative;
	}
	
li.menu ul.menu {
	position: absolute;
	left: 132px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

  
/* Styles for Menu Items padding is spacing between main items */
/* colour is text col? but link colour overrides anyway        */
ul.menu li.menu a {
	display: block;
	text-decoration: none;
   	text-align: left;
	color: #89B5B3;
	background: #fff; /* IE6 Bug */
	padding: 9px;
	border: 0;
    border-bottom: 1px dotted #659B9A; 
    font-family: Verdana, arial;
    font-size: 11px;
    text-decoration: none;
	}

/* Fix IE. Hide from IE Mac \          */

* html ul.menu li.menu { float: left; height: 1%; }
* html ul.menu li.menu a { height: 1%; }


ul.menu li.menu a:hover { color: #659B9A; background: #F4FCFC; border-bottom: 1px dotted #659B9A; } 

/* Sub Menu Styles 1st is spacing below   */
/* 2nd is distance from main menu         */
li.menu ul.menu li.menu a { padding: 7px 0px; } 

li.menu:hover ul.menu, li.menu.over ul.menu { display: block; } 
    




/* tables                          */

table{
	border: none;
    padding: 0px;
	margin: 0px;
}
td{
	border: none;
	padding: 0px;
	margin: 0px;
    border-width: 0;
    vertical-align: top;
}

td.top{
    background-color: #C03A7F; 
}

td.line{
    background-color: #448CCB;
}

td.line2{
    background-color: #C3F7F6;
}
table.bord{
 border: solid #E4E4EA 1px;
}
td.bd{
     border: solid #E4E4EA 1px;
}
td.decoration img {display: block;}


/*                                     */
/* headers                             */
/*                                     */

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
    
h1 {
	font-size: 24px;
	margin:0;
    font-family: arial, Trebuchet MS, verdana, georgia, helvetica, sans-serif;
	color: #BB3494;
    text-decoration: none;
}
h2 {
	font-size: 24px;
	margin:0;
    font-family: arial, Trebuchet MS, verdana,  georgia, helvetica, sans-serif;
	color: #BB3494;
    text-decoration: none;
    line-height: 110%;
}
h3 { font-size:1.2em }
#content .hh a {
	border: 0;
	color:#8b2;
}
h4 {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 23px;
color: #1C6665;
} 
h5 {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
color: #9B74BC;
} 

/*                                     */
/* paragraphs                         */
/*                                     */

p {
    line-height: 170%;
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color: #504E4E;
	font-size: 11px;
    text-decoration: none;
    text-align:justify;
    }
p.top {
    line-height : 136%;
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color: #98406E;
	font-size:0.7em;
    text-decoration: none;
    text-align:justify;
    padding: 0px; 
    }
p.right {
    text-align:right;
    margin: 7 px; 
}
p.left {
    text-align:left;
    margin: 7 px; 
}

/*                                     */
/* site map items                      */
/*                                     */


.mapsection {font-family: arial, helvetica, sans-serif; font-size: 11px;}
.mapitem {font-family: arial, helvetica, sans-serif; font-size: 11px;}

/*                                     */
/***** Forms                       *****/
/*                                     */
form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

.form_control {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 22px;
 background-color: #F1258B;
 color: #faffff;
 margin-right: 7px;
}


.c_therapy_title {
    font-size: 24px;
    font-family: arial, Trebuchet MS, verdana, georgia, helvetica, sans-serif;
	color: #184082;
    text-decoration: none;
	}

.c_therapy_subtitle {
    font-size: 20px;
    font-family: arial, Trebuchet MS, verdana, georgia, helvetica, sans-serif;
	color: #184082;
    text-decoration: none;
	}
    
.course_txt {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color: #6F116F;
	font-size: 11px;
	}

.course_txt_bl {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color: #184082;
	font-size: 11px;
	}
.course_txt1 {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color: #686C68;
	font-size: 11px;
	} 
.main_pnk_txt {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color: #BB3494;
	font-size: 13px;
	}
.md_pale {
    font-family: Arial;
    color:#F9F7F9;
	font-size: 15px;
	}   
    
.tab_1 {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color:#F9F7F9;
	font-size: 11px;
    font-weight: bold;
	}
    
    
      
.tny_purp {
    font-family: Verdana;
    color:#BB3494;
	font-size: 9px;
	}
    
.tny_purp2 {
    font-family: Verdana;
    color:#BB3494;
	font-size: 10px;
        text-decoration: none; 
	}
 
    
.md_purp {
    font-family: verdana, Arial;
    color: #AF25A7;
	font-size: 14px;
    text-decoration: none; 
	}
a.md_purp:hover {color: #000000}

.md_lg_purp {
    font-family: Arial;
    color:#BB3494;
	font-size: 16px;
    text-decoration: none; 
	}
.lg_purp {
	font-size: 22px;
	margin:0;
    font-family: arial, Trebuchet MS, verdana,  georgia, helvetica, sans-serif;
	color: #BB3494;
    text-decoration: none;
    text-decoration: none; 
    } 

a.lg_purp:hover {color: #000000}

.vlg_purp {
    font-family: Arial;
    color:#BB3494;
	font-size: 26px;
    text-decoration: none; 
    }   
.lg_pnk {
    font-family: Arial;
    color: #BB3494;
	font-size: 20px;
	}  

.tny_blk_txt {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color: #0C0C0C;
	font-size: 11px;
	}   
.awards_txt {
    font-family: Arial, Verdana, MS Sans Serif, sans-serif;
    color: #0C0C0C;
	font-size: 13px;
	}  
.main_blk_txt {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color: #0C0C0C;
	font-size: 13px;
	}

.lg_blk {
    font-family: Arial, MS Sans Serif, sans-serif;
    color: #808080;
	font-size: 15px;
    line-height : 136%;
	}
.vlg_blk {
    font-family: Arial;
    color: #BB3494;
	font-size: 20px;
    line-height : 136%;
    text-decoration: none; 
	}  
.hg_blk {
    font-family: Arial;
    color:#0C0C0C;
	font-size: 28px;
    line-height: 136%;
	}
       
.hd_1_match {   
	font-size: 26px;
	margin:0;
    font-family: arial, georgia, verdana, helvetica, sans-serif;
	color:#BB3494;
    }

.high_title_1 {
	font-size: 28px;
	margin:0;
    font-family: arial, georgia, verdana, helvetica, sans-serif;
	color: #197BD7;
}
.high_title_2 {
	font-size: 20px;
	margin:0;
    font-family: arial, georgia, verdana, helvetica, sans-serif;
	color: #197BD7;
    line-height: 150%;
}

.high_title_3 {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color: #197BD7;
	font-size: 11px;
	}

    
.mapitem {
    font-family: verdana, Arial;
    color: #AF25A7;
	font-size: 11px;
    text-decoration: none; 
	}
a.mapitem:hover {color: #000000;}


.designed_by {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10px;
color: #C0C0C0;
text-decoration: none; 
} 
a.designed_by:hover {color: #000000;}


.lnks_pg {
    font-family: Verdana;
    color:#BB3494;
	font-size:11px;
    font-weight:bold;
    text-decoration: none;
    }
a.lnks_pg:hover {color: #000000;} 

.lnks_pg_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#141212;
	font-size: 11px;
    text-decoration: none; 
    }

.top_txt {
    font-family: Verdana;
    color: #BF91B6;
	font-size: 10px;
    text-decoration: none; 
	}  
    
.high_1 {
	font-size: 11px;
	margin:0;
    font-family: verdana, arial, georgia, helvetica, sans-serif;
	color: #A70085;
    text-decoration: none; 
    line-height: 150%;
    }
a.high_1:hover {color: #83C0C1;} 

.high_2 {
	font-size: 11px;
	margin:0;
    font-family: verdana, arial, georgia, helvetica, sans-serif;
	color: #BB3494;
    font-weight: bold;
    text-decoration: none; 
    line-height: 150%;
    }
a.high_2:hover {color: #83C0C1;} 

.high_2r {
	font-size: 14px;
	margin:0;
    font-family: verdana, arial, georgia, helvetica, sans-serif;
	color: #83C0C1;
    font-weight: bold;
    text-decoration: none; 
    line-height: 150%;
    border-bottom: 1px dotted;
    }
a.high_2r:hover {color: #BB3494;} 

.high_3 {
	font-size: 22px;
	margin:0;
    font-family: arial, Trebuchet MS, verdana, georgia, helvetica, sans-serif;
	color: #53B5B4;
    text-decoration: none; 
    line-height: 150%;
    }
a.high_3:hover {color: #83C0C1;} 

.high_4 {
	font-size: 26px;
	margin:0;
    font-family: arial, Trebuchet MS, verdana, georgia, helvetica, sans-serif;
	color: #9ACECC;
    text-decoration: none; 
    line-height: 150%;
    }
a.high_4:hover {color: #83C0C1} 

.high_5 {
	font-size: 11px;
	margin:0;
    font-family: verdana, arial, georgia, helvetica, sans-serif;
	color: #83C0C1;
    text-decoration: none; 
    line-height: 150%;
    }
a.high_5:hover {color: #A70085;} 

.high_6 {
	font-size: 24px;
    font-family: arial, Trebuchet MS, verdana,  georgia, helvetica, sans-serif;
	color: #BB3494;
    text-decoration: none; 
    line-height: 150%;
    }
a.high_6:hover {color: #A70085;} 
   
    
.main_txt {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color: #504E4E;
	font-size: 11px;
    text-decoration: none;
    text-align:justify;
	}
