/* Page link divs are set here for all menu selections
I used this to frame the spot where the hyper link was positioned. 
This code would belong in each #box-line1, or link2, or link3 etc paragraph
border: 1px solid yellow;
I removed at the end.
*/

@charset "utf-8";

.box1 { 
		position: relative; 
		margin: 240px 0 0px 250px; 
		padding: 5px 0; width: 360px; 
		height: 50px; 
		background-image: url(images/background.jpg); 
		background-repeat: no-repeat; 
		}
#box-link1 {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 87px;
	height: 41px;
	background-color: transparent;

}	

#box-link2 {
	position: absolute;
	top: 1px;
	left: 96px;
	width: 134px;
	height: 44px;
	background-color: transparent;

}	
#box-link3 {
	position: absolute;
	top: 1px;
	left: 242px;
	width: 93px;
	height: 43px;
	background-color: transparent;

}	

.box2 { 
		position: relative; 
		margin: 60px 0 20px 250px; 
		padding: 5px 0; width: 200px; 
		height: 135px; 
		background-image: url(images/background.jpg); 
		background-repeat: no-repeat; 
		}
#box-linknote1 {
	position: absolute;
	top: 0px;
	left: 3px;
	width: 181px;
	height: 48px;
	background-color: transparent;

}	
#box-linknote2 {
	position: absolute;
	top: 49px;
	left: 4px;
	width: 182px;
	height: 41px;
	background-color: transparent;

}	
#box-linknote3 {
	position: absolute;
	top: 94px;
	left: 4px;
	width: 181px;
	height: 50px;
	background-color: transparent;

}	
#box-linknote4 {
	position: absolute;
	top: 120px;
	left: 4px;
	width: 181px;
	height: 40px;
	background-color: transparent;

}	


.box3 { 
		position: relative; 
		margin: 75px 0 20px 200px; 
		padding: 5px 0; width: 300px; 
		height: 320px; 
		background-image: url(images/background.jpg); 
		background-repeat: no-repeat; 
		}		

#box-linkphone {
	position: absolute;
	top: 7px;
	left: 24px;
	width: 267px;
	height: 261px;
	background-color: transparent;

}	


/* This one NEEDS WORK -   pulled the following out of #box-linkphone{ because I do not want the yellow lines on the internet
	border: 1px solid yellow;
  */






/* Font Attributes are set from here on */
.DEN_Medium_Style {
	font-family: Papyrus;
	font-size: 16px;
	font-style: normal;
	color: #87A020;
	font-weight: bolder;
}
.DEN_Large_Style {
	font-family: Papyrus;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #859D23;
}
.DEN_Black_Writing {
	font-family: Papyrus;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.DEN_Page_Size {
	height: 1024px;
	width: 1280px;
}

/* Bottom Link Bar settings from here on */
.DEN_Brown_Writing_Bottom {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-family: Papyrus;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #623213;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	}
.DEN_Dividers_at_Bottom {
	font-family: Papyrus;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #90B690;
}
