/* Global Styles */
body {
	background-color: #7AB38E;
	margin: 0px;
	padding: 0px;
	background-image: url(background.gif);
}

/* Content Styles */
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.content_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #013530;
}
.content_subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #550506;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #550506;
	padding-bottom: 4px;
}
.content_bulletlists {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.photoborder {
	border: 3px double #013530;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/* Content Blocking */
.box_main {
	background-color: #F9FEEC;
	padding: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #588258;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #588258;
}
.box_nav {
	background-color: #F9FEEC;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #588258;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #588258;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.box_stack1 {
	padding: 4px;
	border: 1px solid #003E29;
	margin: 0px;
	background-color: #FFFFFF;
}
.box_stack2 {
	padding: 10px;
	margin: 0px;
	background-color: #DBECDC;
}


/* Home Page Layout Styles */
.home_head {
	background-color: #F9FEEC;
	padding: 10px 10px 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #588258;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #588258;
	background-image: url(layout_headpaws.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.home_dropshadows {
	background-color: #4B4D47;
}
.home_secphotos {
	border: 1px solid #003E29;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.home_photolabels {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #024D36;
	line-height: 8px;
}
.home_photolabels2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #024D36;
	font-style: italic;
	text-transform: uppercase;
}

/* Subpage Only Styles */
.subs_head {
	background-color: #F9FEEC;
	padding: 0px 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #588258;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #588258;
	background-image: url(subs_header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.subs_stackhead {
	background-image: url(subs_headphoto.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 14px;
	padding-right: 5px;
	padding-bottom: 14px;
}
.sub_secphotos {
	border: 1px solid #85B19E;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.sec_photolabels {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #024D36;
	line-height: 8px;
}
.sec_photolabels2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #024D36;
	font-style: italic;
	text-transform: uppercase;
}

/* Navigation Styles */
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	font-size: 10px;
	color: #013530;
}

/* Link Styles */
a:link {color:#013530}
a:visited {color:#013530}
a:hover {color:#013530}
a:active {color:#013530}
.navigation a:link {color:#FFFFFF; text-decoration:none}
.navigation a:visited {color:#FFFFFF; text-decoration:none}
.navigation a:hover {color:#FFFFFF; text-decoration:none; font-weight:bold}
.navigation a:active {color:#FFFFFF; text-decoration:none}
.home_photolabels a:link {color:#013530; text-decoration:none;}
.home_photolabels a:visited {color:#013530; text-decoration:none;}
.home_photolabels a:hover {color:#013530; text-decoration:none;}
.home_photolabels a:active {color:#013530; text-decoration:none;}
.home_photolabels2 a:link {color:#013530; text-decoration:none;}
.home_photolabels2 a:visited {color:#013530; text-decoration:none;}
.home_photolabels2 a:hover {color:#013530; text-decoration:none;}
.home_photolabels2 a:active {color:#013530; text-decoration:none;}
.box_stack1 a:link {color:#013530; text-decoration:none;}
.box_stack1 a:visited {color:#013530; text-decoration:none;}
.box_stack1 a:hover {color:#013530; text-decoration:none;}
.box_stack1 a:active {color:#013530; text-decoration:none;}
.footer a:link {color:#013530; text-decoration:none; font-weight:bold}
.footer a:visited {color:#013530; text-decoration:none; font-weight:bold}
.footer a:hover {color:#013530; text-decoration:none; font-weight:bold}
.footer a:active {color:#013530; text-decoration:none; font-weight:bold}
.content_bulletlists a:link {color:#013530; text-decoration:underline;}
.content_bulletlists a:visited {color:#013530; text-decoration:underline;}
.content_bulletlists a:hover {color:#013530; text-decoration:none;}
.content_bulletlists a:active {color:#013530; text-decoration:none;}

.HomeContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

