@import url("/Navigation.css");
@import url("/Form.css");

body
{
	width: 800px;
	border: none 0px black;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	font-weight: normal;
}
form
{
	border: none 0px black;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
}
.SiteTable
{
	width: 800px;
	border: none 0px black;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.SiteLeftColumn
{
	width: 124px;
	border-top: none 0px Black;
	border-right: solid 1px Black;
	border-bottom: none 0px Black;
	border-left: none 0px Black;
	background-color: #aa5f3c;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.SiteMainColumn
{
	width: 674px;
	border-top: none 0px Black;
	border-right: solid 1px Black;
	border-bottom: none 0px Black;
	border-left: none 0px Black;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.SiteMainColumn.SplitBackground
{
	background-image: url(/images/contentsplitbkg.gif);
	background-repeat: repeat-y;
}
.SiteContentSplit
{
	width: 674px;
	height: auto;
	border: none 0px black;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.SiteCenterColumn
{
	width: 489px;
	height: auto;
	border-top: none 0px Black;
	border-right: solid 1px Black;
	border-bottom: none 0px Black;
	border-left: none 0px Black;
	vertical-align: top;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
}

/* To reduce duplication we define both items here and then override the difference below  */
#SiteCenterDiv,
.SiteCenterDiv,
#SiteCenterDivNoMargin,
.SiteCenterDivNoMargin
{
	float: left;
	width: 389px;
	height: 100%;
	border-top: none 0px Black;
	border-right: solid 0px Black;
	border-bottom: none 0px Black;
	border-left: none 0px Black;
	vertical-align: top;
	padding: 10px 10px 20px 10px;
	margin: 0px 0px 0px 0px;
}
#SiteCenterDivNoMargin,
.SiteCenterDivNoMargin
{
	width: 408px;
	padding: 0px 0px 0px 0px;
}


.SiteRightColumn
{
	width: 174px;
	height: auto;
	border-top: none 0px Black;
	border-right: none 0px Black;
	border-bottom: none 0px Black;
	border-left: none 0px Black;
	vertical-align: top;
	padding: 5px 10px 20px 10px;
	margin: 0px 0px 0px 0px;
}
#SiteRightDiv,
.SiteRightDiv,
#SiteRightDivNoMargin,
.SiteRightDivNoMargin
{
	float: right;
	width: 204px;
	height: 100%;
	border-top: none 0px Black;
	border-right: none 0px Black;
	border-bottom: none 0px Black;
	border-left: none 0px Black;
	vertical-align: top;
	padding: 5px 10px 20px 10px;
	margin: 0px 0px 0px 0px;
}
#SiteRightDivNoMargin,
.SiteRightDivNoMargin
{
	width: 214px;
	padding: 0px 0px 0px 0px;
}

.SiteFooter
{
	width: 800px;
	height: 16px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: black;
}

/* Normal Text and Links */

p,
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

td
{
	vertical-align: top;
}

p
{
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
}

a,
a:link,
a:visited,
a:hover,
a:visited:hover
{
	color: black;
	text-decoration: underline;
}

a:hover,
a:visited:hover
{
	color: #aa5f3c;
}

.TextBar {
	height: 16px;
	width: auto;
	margin: 15px 0px 5px 0px;
	padding: 1px 5px 1px 5px;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Helvetica, Sans-Serif;
}
.TextBar.Fawn {
	color: White;
	background-color: #aa5f3c;
}
.TextBar.NoSpace {
	margin: 15px 0px 0px 0px;
}
.TextBar.NoTopMargin
{
	margin: 0px 0px 5px 0px;
}

.ContentMargin10
{
	margin: 0px 10px 0px 10px;
}

.ContentMargin10.TopMargin
{
	margin-top: 15px;
}

ol
{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 10px;
	list-style-position: outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
ul
{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 10px;
	list-style-position: outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: Arial, Helvetica, sans-serif;
	color: #aa5f3c;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h1
{
	background-color: White;
	height: 42px;
	font-size: 40px;
	line-height: 42px;
	padding-left: 10px;
	padding-top: 45px;
}
h2
{
	background-color: White;
	height: 37px;
	font-size: 28px;
	line-height: 37px;
	padding-left: 10px;
	padding-top: 50px;
}
h3
{
	font-size: 20px;
	line-height: 24px;
	margin-top: 15px;
}
h4
{
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
}
h5
{
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
}
.sectionTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #aa5f3c;
	font-weight: normal;
	vertical-align: bottom;
}
img
{
	border-width: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.FaqLabel
{
	float: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 17px;
	font-weight: bold;
	color: #aa5f3c;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.FaqText
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin-left: 25px;
}
.FaqText ul
{
	list-style-position: outside;
	padding-left: 0px;
}

.bodyTextCap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	font-weight: normal;
	text-transform: capitalize;
}
.bodyText, galleryPhotoDesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	font-weight: normal;
}
.bodyText a:link, .bodyText a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.bodyText a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #aa5f3c;
}
a.bodyTextColorLink:link, a.bodyTextColorLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #aa5f3c;
	text-decoration: underline;
	font-weight: normal;
}
a.bodyTextColorLink:hover {
	color: #000000;
	text-decoration: underline;
}
.printPage {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #aa5f3c;
	line-height: 20px;
	font-weight: normal;
}

.subjectTitle, .galleryPhotoTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #aa5f3c;
	font-weight: bold;
}
.homepageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #aa5f3c;
	font-weight: normal;
}
.subjectTitleSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aa5f3c;
	font-weight: bold;
}
.seminarTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.animalButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #aa5f3c;
	font-weight: bold;
}
.salesSearchForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-bottom: 4px;
	border-bottom: black 1px solid;
	background-color: #F7E2C3;
}
.salesSearchField {
	width: 160px;
}
.searchButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #aa5f3c;
	text-decoration: none;
	font-weight: bold;
}
a.searchButton:link, a.searchButton:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #aa5f3c;
	text-decoration: none;
	font-weight: bold;
}
a.searchButton:hover {
	color: #000000;
	text-decoration: none;
}
.quickSearchForm {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.quickSearchField {
	width: 128px;
}
.smallUL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-position: outside;
	list-style-image: url(/images/bullet.gif);
	list-style-type: none;
}
.formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	font-weight: normal;
}
.formTextRJustified {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #000000;
	font-weight: normal;
	text-align: right;
}
.Label {
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #000000;
	font-weight: normal;
	vertical-align: middle;
}
.Label.Right {
	text-align: right;
	padding-right: 5px;
}
.Label.Top {
	vertical-align: top;
}
.Label.Mid {
	vertical-align: top;
}
.Label.Small {
	padding: 0px;
	margin: 0px;
	border: none, 0px, white;
}
.testimonialText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}
.testimonialAttribution {
	margin-top: -7px;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
.rightBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 10px;
}
.rightBox a:link, .rightBox a:visited {
	color: #000000;
	text-decoration: underline;
}
.rightBox a:hover {
	color: #CC6633;
}
.data {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #000000;
	font-weight: bold;
}
.dataLC {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #000000;
	font-weight: bold;
	text-transform: lowercase;
}
.dataCap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #000000;
	font-weight: bold;
	text-transform: capitalize;
}
.dataLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #000000;
	font-weight: normal;
}
.galleryHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #aa5f3c;
	font-weight: bold;
}
.galleryTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aa5f3c;
	font-weight: bold;
}
.galleryNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
a.galleryNav:link, a.galleryNav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.galleryNav:hover {
	text-decoration: underline;
}
.galleryCredCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.address 
{
	width: auto;
	padding: 30px 0px 30px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: white;
}
.address a,
.address a:link,
.address a:visited,
.address a:hover,
.address a:visited:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: white;
	text-decoration: underline;
}

.header a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: black;
	font-weight: normal;
	text-decoration: underline;
}
.header a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: black;
	font-weight: normal;
	text-decoration: underline;
}
.header a:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: black;
	font-weight: normal;
	text-decoration: underline;
}

.Copyright,
.Copyright a,
.Copyright a:link,
.Copyright a:visited,
.Copyright a:hover,
.Copyright a:visited:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F7E2C3;
	background-color: #000000;
	text-decoration: none;
}
.Copyright a:hover,
.Copyright a:visited:hover
{
	text-decoration: underline;
}
.Copyright
{
	padding: 1px 10px 0px 10px;
}

.bodyTextColored {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #aa5f3c;
	font-weight: normal;
}
.semOutlineBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.semOutlineUnderline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.semOutlineDay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #aa5f3c;
}
.galleryCollectionBox {
	width: 100%;
	padding: 2px 4px 4px 4px;
	margin: 10px 0px 10px 0px;
	border-style: none;
	background-color: blanchedalmond;
}
a.slideshowLink {
	height: 12px;
	padding: 0px 5px 2px 5px;
	margin: 1px;
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	background-color: #dd8360;
}
a.slideshowLink:hover {
	text-decoration: none;
	background-color: black;
	color: white;
}
a.slideshowLink:visited {
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.slideshowLinkSelected {
	height: 20px;
	padding: 0px 5px 2px 5px;
	margin: 1px;
	font-size: 11px;
	font-weight: bold;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	background-color: #F7E2C3;
}
a.slideshowLinkSelected:visited {
	height: 20px;
	padding: 0px 5px 2px 5px;
	margin: 1px;
	font-size: 11px;
	font-weight: bold;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	background-color: #F7E2C3;
}
.slideshowLinkDisabled {
	height: 12px;
	padding: 0px 5px 2px 5px;
	margin: 1px;
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	background-color: #aa5f3c;
}
.rules {
	list-style-position: outside;
	margin-left: 30px;
	list-style-type: decimal;
}
.rules li {
	margin-top: 16px;
}

.CartListHead {
	background-color: #f7e2c3;
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: black;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 20pt;
	padding-left: 5px;
}
.CartListItem {
	background-color: #ffffff;
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: black;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding-left: 5px;
}
.CartListItemAlt {
	background-color: #f2f2f2;
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: black;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding-left: 5px;
}
.CartListFooter {
	background-color: #f7e2c3;
	line-height: 10pt;
}
.ContentHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #aa5f3c;
	line-height: 20px;
	font-weight: normal;
}
.NormalBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
}
.ErrorText {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20pt;
}
.artGalleryDesc {
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-style: normal;
	font-family: Arial;
}

.CourseTitle {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.CourseTitle:link {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.CourseTitle:hover {
	font-weight: bold;
	font-size: 12px;
	color: #aa5f3c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.CourseTitle:visited {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.CourseTitle:visited:hover {
	font-weight: bold;
	font-size: 12px;
	color: #aa5f3c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.Button,
a.Button:link,
a.Button:visited,
a.Button:hover,
a.Button:visited:hover
{
	display: inline-block;
	border: solid 1px #aa5f3c;
	background-color: #F7E2C3;
	color: #aa5f3c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	height: 14px;
	text-decoration: none;
	vertical-align: middle;
	margin: 4px 0px 4px 0px;
	padding: 1px 10px 1px 10px;
}
a.Button:hover,
a.Button:visited:hover
{
	border-color: Black;
	color: #000000;
}
a.Button.Right,
a.Button:link.Right
{
	float: right;
	margin-left: 10px;
}
a.Button.Clear
{
	clear: both;
}
a.Button.VerticalSpace,
a.Button.VerticalSpace:link,
a.Button.VerticalSpace:visited,
a.Button.VerticalSpace:hover,
a.Button.VerticalSpace:visited:hover
{
	margin-top: 20px;
	margin-bottom: 20px;
}
.ButtonBlack 
{
	margin: 5px 0px 0px 0px;
	background-color: Black;
	padding: 0px 6px 1px 4px;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	line-height: 14px;
}
a.ButtonBlack:link, a.ButtonBlack:visited {
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: White;
	font-weight: normal;
	text-decoration: none;
}
a.ButtonBlack:hover, a.ButtonBlack:visited:hover {
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: White;
	font-weight: normal;
	text-decoration: none;
}
.ButtonBlack .Arrow {
	vertical-align: middle;
	font-weight: bold;
	font-size: 19px;
	color: #f7e2c3;
	font-family: Courier, Monospace;
}
.alpacaSearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}

table.UploadPhotoWellTable
{
	width: 204px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none 0px white;
	border-collapse: collapse;
}
td.UploadPhotoWellCaption
{
	background: #dddddd;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: black;
}
td.UploadPhotoWell
{
	width: 204px;
	height: 200px;
	background: #dddddd;
	text-align: center;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
img.UploadPhotoWell
{
	border: none 0px white;
}

.Term
{
	color: #aa5f3c;
}

.Testimonial
{
	width: 180px;
	font-style: italic;
	padding: 10px 10px 10px 10px;
	margin: 20px 0px 20px 0px;
	border-top: solid 3px #aa5f3c;
	border-bottom: solid 3px #aa5f3c;
}

.Testimonial .Attribution
{
	font-style: normal;
	text-align: right;
}

.PhotoGalleryTableCell
{
	width: 120px;
	height: 130px;
	text-align: center;
	vertical-align: middle;
}

/* .PhotoWell { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #aa5f3c; background-color: #f7e2c3; font-weight: bold; } */

.Winner
{
	float: right;
	text-align: right;
}

.Winner img
{
	float: right;
	width: 133px;
	margin: 10px;
}
