/* 3 Peaks */

.home { height: 48em;}

html {
	height: 100%;
	border-bottom:1px;
	font-size: 100%;
	}
	
body {
	font-size: 62.5%;
	background-image:url(img/gradient_bg.jpg);
	background-repeat: repeat-x;
	background-color:#9931b3; 
	margin:0;
	height:100%;
	}
	
.outerwrapper {
	background-image: url(img/lines.gif); 
	min-height: 900px;
	}

.wrapper {
	width:780px;
	margin: 0 auto; 
	height: 100%; }

.contents {
	width:780px;
	min-height: 550px;
	background-color: white;
	margin-top: 2em;
	padding-bottom: .5em;
	}
	
.title {
	display: block;
	position: relative;
	top: .9em;
	left: -.3em;
	width: 347px;
	height: 35px;
	}
	
a.title  {
	width: 347px;
	height: 35px;
	background: url(img/title_roll.png) no-repeat top left;
	}
	
a:hover.title  {
	background-position: bottom left;
	}
	
	/*-------------------------------------------------------HOME - CONTENTS--------------------------------------------------------*/
	
.selected {
	background-image: url(img/hover_tab.png) !important; 
	background-repeat: no-repeat;
	}
	
.nav {
	font: 1.3em Verdana, Arial, Helvetica, sans-serif;
	margin-top: -.3em; 
	margin-right: .1em;
	margin-bottom: 1.4em;
	float:right;
	}

.nav ul {
	list-style: none;
	}
	
.nav li {
	float: left;
	text-align: center;
	background-color: #5078a4;
	margin-left: .2em;
	margin-right: .1em;
	list-style-type: none;
	}
		
.nav a { 
	padding-bottom: .3em;
	padding-top: .3em;
	text-decoration: none;
	color: white;
	width: 68px;
	display: block;
	background-image: url(img/tab.png);}
	
.nav li a:link, .nav li a:visited {
	}
	
.nav li a:hover {
	background-image: url(img/hover_tab.png);
	background-repeat: no-repeat;
	}

/*-------------------------------------------------------HOME - CONTENTS--------------------------------------------------------*/

.temple {
	position: relative;
	left: .2em;
	top: -1.8em;
	}
	
.pic1 {
	float: right;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: .9em;
	margin-bottom: 3em;
	}
	
.text {
	color: black;
	font: 1.2em Arial, Helvetica, sans-serif;
	padding-left: 1em;
	padding-right: 1em;
	text-align: justify;
	}
	
.text dl{ 
	margin-right: 1em;
	margin-bottom: 1.5em;
	}
	
.text dt {
	margin-top: 1.3em;
	margin-bottom: .5em;
	}
	
p.text  { margin-left:.5em; margin-bottom: 1em; margin-right: 1em}
	
	
/*------------------------------------------------- CONTENTS ----------------------------------------------------------------*/

.peaks {
	position: relative;
	left: .2em;
	top: -1.8em;
	}	
	
	
/*------------------------------------------------- Teacher CONTENTS ----------------------------------------------------------------*/
	
#teacher {
	color:black;
	font: 1.2em Arial, Helvetica, sans-serif;
	padding-left: 1em;
	text-align: justify;
	padding-right: 1em;
	}

h1 {
	position: relative;
	left: 1em;
	font: 1.9em Geneva, Arial, Helvetica, sans-serif;
	color: #982e59;
	margin-bottom: 1em;
	margin-top: -.1em;
	}

.caption {
	float: right;
	color: black;
	position: relative;
	top: 22em;
	left: 30em;
	font: italic 1.2em Geneva, Arial, Helvetica, sans-serif;
	}

.pic2 {
	float: right;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 2em;
	position:relative;
	top: -1em;
	}
	
/*------------------------------------------------- Classes CONTENTS ----------------------------------------------------------------*/
	
.classes{
	font: 1.3em Arial, Helvetica, sans-serif;
	text-align: center;
	position:relative;
	top: 2em;
	}
	
.tt {
	list-style: none;
	font: 1.2em Arial, Helvetica, sans-serif;
	}
	
	
	
/*------------------------------------------------- Links CONTENTS ----------------------------------------------------------------*/


.links li {
	font: 2em Arial, Helvetica, sans-serif;
	color:#990066;
	line-height: 2em;
	text-align: left;
	list-style:none;	
	}
	
.l1{ margin-left: 4.8em; }
.l2{ margin-left: 5.9em; }
.l3{ margin-left: 1.4em; }
.l4{ margin-left: 3.4em; }
.l5{ margin-left: 4.9em; }
	
.links a {
	text-decoration:none;
	color: #0033CC;
	}
	
.links a:link, .links a:visited {}

.links a:hover {
	text-decoration: underline;
	}
	
	
	
/*------------------------------------------------- Updates CONTENTS ----------------------------------------------------------------*/
	
.updates {
	font: 1.4em Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
	
	
	
/*--------------------------------------------------FOOTER----------------------------------------------------------------------------*/


.copyright {
	font: 1em Arial, Helvetica, sans-serif;
	margin-top: .55em;
	margin-left: .2em;
	color: #e5b1f2;
	}
	
.design {
	font: 1em Arial, Helvetica, sans-serif;
	color: white;
	float: right;
	margin-top: -2.4em;
	margin-right: 1.2em;
	}
	
.design a {
	margin-left: .4em;
	vertical-align: middle;
	padding-top: .2em;
	}
	
.design img { border: none; }