@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #990033;
	background-color: #999966;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(images/backgrd.jpg);
	background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, h6, p, address, blockquote, div, ul, ol, dl, li {
	margin:0;
	padding:0;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #990033;
	text-decoration: underline;
}
a:visited {
	color: #990033;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #990033;
}
a:active, a:focus { 
	text-decoration: none;
	color: #990033;
}
hr {
	border-top-color: #990033;
	border-right-color: #990033;
	border-bottom-color: #990033;
	border-left-color: #990033;
	background-color: #990033;
}
th {
	background-color: #cccc99;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
td {
	margin: 0px;
	padding: 0px;
}
form {
	color:#990033;
	background-color:#cccc99;
}
input {
	color:#990033;
}
legend {
	color: #903;
	font-weight: bold;
	text-align: left;
}
fieldset {
	margin: 2px;
}
textarea {
	color: #903;
	scrollbar-arrow-color: #cc9;
	scrollbar-base-color: #996;
}
#container {
	width: 960px;
	background: #cccc99; /* the auto value on the sides, coupled with the width, centers the layout */
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
/* ~~ the header is not given a width. It will extend the full width of your layout. ~~ */
#header {
	padding: 0px;
	margin: 0px;
	height: 98px;
	background-image: url(images/backgrdhd.jpg);
	background-repeat: repeat-y;
}
#headerHeadshot {
	margin: 0px;
	padding: 0px;
	width: 90px;
}
#headerHeadshot img {
	margin: 3px;
	border: 6px double #fff;
}
#headerNavigate {
	width: 620px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 78px;
	padding-bottom: 0px;
	padding-left: 86px;
}
#headerNavigate h1 {
	text-align: center;
	font-style: italic;
	margin: 5px;
}
#headerNavigate input {
	color:#990033;
	background-color:#cccc99;
	width:95%;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}
#headerNavigate input:hover {
	background-color: #ffff99;
	cursor: pointer;
}
#headerTree {
	margin: 0;
	width: 90px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

#content {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#contentHome {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#photos {
	padding: 20px;
}

#welcome {
	font-size: 1.1em;
	text-align: justify;
}

#content td {
	text-align: justify;
	font-size: 1.1em;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
}
#contentHead {
	margin: 0px;
	width: 950px;
	padding: 5px;
}
#contentPhoto {
	width: 455px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: right;
	display: inline;
}
#contentPhoto td {
	padding: 0px;
	background-color: #cc9;
	font-size: 0.9em;
	text-align: center;
}
#contentGoals {
	width: 455px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: right;
	float: right;
	display: inline;
}
#contentGoals ul {
	padding-top: .25em;
	padding-right: 0em;
	padding-bottom: 0.25em;
	padding-left: 1em;
	list-style-type: square;
}
#contentBlog {
	margin: 0px;
	width: 490px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#contentTravel {
	margin: 0px;
	width: 490px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#contentAncestors {
	margin: 0px;
	width: 950px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#contentAncestors th {
	text-align: center;
	font-size: 0.9em;
}
#contentAncestors td {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: .9em;
}
#contentAncestors a:hover {
	background-color: #fff;
	text-decoration: none;
}
#contentTomPhoto {
	float: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cc9;
	border-right-color: #996;
	border-bottom-color: #cc9;
	border-left-color: #996;
}
#contentEmail {
	margin: 0px;
	float: left;
	width: 345px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#contentComments {
	float: left;
	width: 600px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#contentComments form {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#contentComments input {
	background-color: #FFF;
	font-weight: normal;
}
#contentCommentsSubmit {
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#contentCommentsSubmit input {
	background-color: #cc9;
	font-weight: bold;
}
#contentCommentsSubmit input:hover {
	background-color: #FF9;
	cursor: pointer;
}
#contentDataForm {
	margin: 0px;
	clear: both;
	width: 950px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: relative;
}
#contentDataForm form {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#contentDataForm form td {
	margin: 0px;
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contentDataForm input {
	width: 200px;
	background-color: #FFF;
	font-weight: normal;
}
#contentDataFormSubmit {
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#contentDataFormSubmit input {
	background-color: #cc9;
	font-weight: bold;
}
#contentDataFormSubmit input:hover {
	background-color: #FF9;
	cursor: pointer;
}
#thankYou {
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	background-color: #ff9;
	position: absolute;
	visibility: hidden;
	left: 400px;
	top: 300px;
	color: #903;
	text-align: center;
	height: 50px;
	width: 300px;
	border: 10px solid #996;
	padding: 25px;
}

#contentFamily td {
	margin: 0px;
	padding: 5px;
}
#contentFamilyCaption {
	text-align: center;
	margin: 0px;
	padding: 5px;
	float: right;
	width: 700px;
}
#contentFamilyCaption a {
	background-color: #fff;
	cursor: default;
	font-size: 1.1em;
	text-decoration: none;
}
#contentFamilyThumbs img:hover {
	cursor: pointer;
	border-top-color: #FF9;
	border-right-color: #FF9;
	border-bottom-color: #FF9;
	border-left-color: #FF9;
}
#photoFrame {
	float: right;
	height: 400px;
	width: 600px;
	border-top-width: 50px;
	border-right-width: 50px;
	border-bottom-width: 50px;
	border-left-width: 50px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cc9;
	border-right-color: #996;
	border-bottom-color: #cc9;
	border-left-color: #996;
	padding: 0px;
	margin: 10px;
}
.photoThumb {
	margin: 10px;
	padding: 0px;
	border: 5px solid #cc9;
	float: left;
}
#parkslist {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/* ~~ The footer ~~ */
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(images/backgrdhd.jpg);
	background-repeat: repeat-y;
}
#footer td {
	margin: 0px;
	padding: 1px;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
	margin-right: 0px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 20px;
	margin-left: 0px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.smalltext {
	font-size: small;
}
.bigtext {
	font-size: larger;
}
.greenText {
	color: #093;
}
.padding {
	padding: 5px;
}
.linkpadding {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.nopadding {
	padding: 0px;
}
#travels {
	text-align: justify;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 1.2em;
}
