/* Body - inheritable by all other styles */

body {
	font-family: 		Arial, Helvetica, _sans, sans-serif, Helv, Verdana, Tahoma, Trebuchet, Geneva;
	background-color:	#fff;
	color: 				#000;
	margin:				0;
	font-size: 12px;
		}





/* Home Page Image Place Holders */

.HomePageLogo {
	position: relative;
	left: -194px;
	top: 90px;
	width: 222px;
	height: 68px;
}

.home_link_Photography_icon {
	position: relative;
	left: 30px;
	top: 167px;
	width: 60px;
	height: 60px;
}

.home_link_Photography_text {
	position: relative;
	left: 140px;
	top: 142px;
	width: 132px;
	height: 19px;
}

.home_link_Info_icon {
	position: relative;
	left: 30px;
	top: 177px;
	width: 60px;
	height: 60px;
}


.home_link_Info_text {
	position: relative;
	left: 108px;
	top: 152px;
	width: 38px;
	height: 19px;
}
.home-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #008D4E;
}


.home_link_Contact_icon {
	position: relative;
	left: 31px;
	top: 187px;
	width: 60px;
	height: 60px;
}

.home_link_Contact_text {
	position: relative;
	left: 122px;
	top: 159px;
	width: 65px;
	height: 19px;
}



/* Body of Internal Pages */

div.pagebody {
	background-color: #FFFFFF;
	text-align: left;
	width: 760px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;


}

/* Text styles */

p {
	font-family: optima, eras, trebuchet, tahoma, verdana, ;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.highlight {
		font-weight: 	bold; 
}


/* Anchors */
a {
	font-family: 		Arial, Helvetica, _sans, sans-serif, Helv, Verdana, Tahoma, Trebuchet, Geneva;
	font-size:			11px;
	color:          	#085;
	text-decoration: 	none;
	}

a.homepage {
	font-family: 		Arial, Helvetica, _sans, sans-serif, Helv, Verdana, Tahoma, Trebuchet, Geneva;
	font-size:			0.9em;
	font-weight:		bold;
	color:          	#085;
	text-decoration: 	none;

	}

a:Hover {
	color:          	#058;
	}
	
img {
	border: 0;
}	
	
	
/* Headings */

h1,h2,h3,h4,h5,h6{
	font-family: optima, eras, trebuchet, tahoma, verdana, ;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}



/* Inputs & Forms */
form{
		background: 		#fefffe;
		border: 			1px solid #225;
		margin:				5px;
		font-size:			.7em;
}

input{
	background: 		#fefffe;
	border: 			1px solid #225;
	height: 			16px;
	font-size:			10px;
}

input.submit {
		height: 			19px;
		border: 			1px solid #225;
		font-size:			.7em;
} 

input.textarea {
		height: 			19px;
		border: 			1px solid #225;
		font-size:			.7em;
} 

.footertext{
	color:          	#FFFFFF;
	font-size:			1%;
	height: 			1px;	
	}
