/*
CSS for Gary and Cindy's home page web site.
Domain - altimus.org
*/

body {
	background-color: white
	font-family: Arial, Verdana, Helvetica;
	line-height: 150%;
	margin-left: 60px; }

#pagehorizcenter {
	margin-left: auto;
	margin-right: auto; }

/* POSITION ELEMENT BOXES ABSOLUTE */	
#navigation, #linkslabel, #linkslist, #mayflower, #mayflowertext, 
#whiteboard, #whiteboardlabel, #ournotes, #navbuttonposition, 
#bottomheadermain, #videoclip   { position: absolute; }  

/* SET ELEMENT BOX SIZES */                                                        
#navigation {
	width: 160px;
	height: 400px;
	border: 1px solid black;
	background-color: #white;
	margin: 0; 
	top: 90px;	}
#navbuttonposition {
	top: 10px;
	left: -15px; }
#linkslabel {
	width: 250px;
	height: 45;
	position: center;  
	top: 180px;}
#linkslist  {
	top: 230px;
	left: -25px; }
#mayflower {
	top: 90px;
	left: 245px; }
#mayflowertext {
	width: 350px; 
	top: 360px;
	left: 244px; }	
#whiteboard {
	width: 250px;
	height: 400px;
	background-color: white;
	border: 1px solid black; 
	top: 90px;
	left: 615px; }
#whiteboardlabel {
	width: 250px;
	height: 45px; 
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black; 
	top: 90px;
	left: 615px; }
#bottomheadermain {
	width: 800px;
	height: 10px; 
	top: 520px;
	left: 110px;	}  
#ournotes {
	width: 210px;
	top: 138px;
	left: 630px; }
#videoclip {
	top: 103px;
	left: 204px; }

li	{
	font-style: arial;
	font-size: small;
	list-style-type: none; }

.beltcolor {
	color: orange; }
.picturefontgold {
	font-size: small;
	color: SaddleBrown;
	font-style: normal;
	font-weight: bold; }
.notesfontmaroon {
	font-size: small;
	color: maroon;
	font-style: normal;
	font-weight: bold; }
.notesfontslate {
	font-size: small;
	color: DarkSlateGrey;
	font-style: normal;
	font-weight: bold; }
.notesfontgreen {
	font-size: small;
	color: DarkGreen;
	font-style: normal;
	font-weight: bold; }
	
.notesclickable {
	background: white;
	font-style: italic;
	font-weight: bold;
	color: navy;  }
.picturetext {
	color: SaddleBrown;
	font-style: arial;
	font-size: 100%; }
/* ____________________________________NAVIGATION BUTTONS__________________________*/
.cssbutton{
background-color: #A2B5CD;
border: 2px #B6AFA9 outset;
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #E0DFDB;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}