/*
CSS for Temporary Destiny Trust Web Site
*/

#mission, #contact_details, #provision, #caption, #description, #description2  {
	position: absolute;
}

#mission, #contact_details, #provision {
	left: 40px;
	width: 90%;
}

body {
   	font-family: Verdana;
   	color: black;
}

#banner {
	position: fixed;
	top: 50px;
	background-color: #FF6600;
	color: white;
	font-size: 16pt;
	padding: 0.6em;
	width: 94%;
	text-align: right;
}

#info {
	position: fixed;
	top: 82%;
	left: 40px;
	height: 80px;
	font-size:small;
}

#navigation {
	position: fixed;	
	top: 93%;
 	left: 0px;
	background-color: #FF6600;
	color: navy;
	font-weight: bold;
	line-height: 2.0;
	text-align: center;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#navigation li {
	display: inline;
	width: 100px;
	padding: 10px 10px 5px 0.5em;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #ddaa00;
}

#logo {
	position: fixed;
	top: 0px;
	left: 42px;
}

#caption {
	text-align: center;
	color: #ffcc20;
	width: 800px;
	height: 100px;
	font-size: 28pt;
	font-weight: bold;
}

#mission {
	top: 170px;
	text-align: center;
	width: 640px;
	font-family: Verdana;
	font-size: 1.0;
}


#contact_details {
	text-align: center;
	top: 300px;
	width: 600px;
	font-size: medium;
	height: 40%;
}

#provision {
	text-align: left;
	top: 250px;
	left: 40px;
	width: 90%;
	font-size: small;
}
#description {
  	overflow: auto;   
	text-align: left;
	top: 200px;
	left: 40px;
	width: 90%;
	font-size: small;
	bottom: 80%;
	height: 55%;
}

#description2 {
  	overflow: auto;   
	text-align: left;
	top: 260px;
	left: 40px;
	width: 90%;
	font-size: small;
	bottom: 80%;
	height: 45%;
}
hr{
	border: none;
	background-color: #ff6600;
	color: #ff6600;
	height: 2px;
	width: 80%;
}

.portrait {
	float: left;
	padding-right: 0.8em;
}