/* CSS Document */
/* Hyperlink styles:
	No class for content
	.nav for horizontal main navigation links
	.menu for vertical main navigation links 
*/
/* Start of link styles */
a.header:link
{
	color:#FFFFCC;
	text-decoration:none;
}
a.header:link:visited 
{
	color:#FFFFCC;
	text-decoration:none;
}
a.header:link:hover
{
	color:#FFFF66;
	text-decoration:underline;
}
a.header:link:visited:hover
{
	color:#FFFF66;
	text-decoration:underline;
}
a.content:link
{
	color:#000000;
	font-weight:600;
	text-decoration:none;
}
a.content:visited
{
	color:#000000;
	font-weight:600;
	text-decoration:none;
}
a.content:hover
{
	color:#FFFFCC;
	font-weight:600;
	text-decoration:none;
}
a.content:visited:hover
{
	color:#FFFFCC;
	font-weight:600;
	text-decoration:none;
}
a.navbar:link
{
	color:#000000;
	text-decoration:none;
}
a.navbar:link:visited
{
	color:#000000;
	text-decoration:none;
}
a.navbar:link:hover
{
	color:#336633;
	text-decoration:none;
}
a.navbar:link:visited:hover
{
	color:#336633;
	text-decoration:none;
}
a.menu:link
{
	color:#000000;
	text-decoration:none;
}
a.menu:link:visited
{
	color:#000000;
	text-decoration:none;
}
a.menu:link:hover
{
	color:#000000;
	text-decoration:underline;
}
a.menu:link:visited:hover
{
	color:#000000;
	text-decoration:underline;
}
a.submenu:link
{
	color:#000000;
	text-decoration:none;
}
a.submenu:link:visited
{
	color:#000000;
	text-decoration:none;
}
a.submenu:link:hover
{
	color:#000000;
	text-decoration:underline;
}
a.submenu:link:visited:hover
{
	color:#000000;
	text-decoration:underline;
}
a.footer:link
{
	color:#000000;
	text-decoration:none;
}
a.footer:link:visited
{
	color:#000000;
	text-decoration:none;
}
a.footer:link:hover
{
	color:#000000;
	text-decoration:none;
}
a.footer:link:visited:hover
{
	color:#000000;
	text-decoration:none;
}
/* End of link styles */

/* Template styles */
body
{
	background-color:#669966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.content
{
}
#content {
	padding: 10px;
}

/* End of Template styles */
/* Content styles - includes text styles and images */
.heading {
	font-size: 1.1em;
	font-weight: 600;
	color: #FFFFCC;
	text-decoration: none;
}
.subheading
{
}
.subsubheading
{
}
.colorheading
{
}
.colorsubheading
{
}
.centeredheading
{
}
.rightalignheading
{
}
.rightaligncontenttext
{
}
.centeredcontenttext
{
}
.imageright
{
	float: right;
	padding: 10px;
}
.imageleft{
	float: left;
	padding: 10px;
}
#header .tracks
{
	background-image: url(images/deerprint.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
}
#logo #ulcorner {
	height: 50px;
	width: 50px;
	vertical-align: bottom;
	background-color: #336633;
}
#logo #urcorner {
	height: 50px;
	width: 50px;
	vertical-align: bottom;
	background-color: #336633;
	
}
.navbar
{
	text-decoration: none;
	color: #000000;
}
#logo #lm
{
	background-color: #336633;
}
#logo #llcorner
{
	vertical-align: top;
	height: 8px;
	width: 8px;
}
#logo #lrcorner
{
	vertical-align: top;
	height: 8px;
	width: 8px;
}
#logo #tm {
	background-color: #336633;
	height: 8px;
}
#logo #midlogo {
	background-color: #336633;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #FFFFCC;
	text-decoration: none;
	vertical-align: top;
}
#address {
	background-color: #336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #FFFFCC;
	text-decoration: none;
	text-align: right;
	vertical-align: top;
}

#navbar {
	background-image: url(images/templateimages/navbar_1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	height: 30px;
	text-align: center;
	font-weight: 500;
	vertical-align: top;
}
#header {
	background-color: #669966;
}
.header {
	color: #FFFFCC;
}


#logo #rm {
	background-color: #336633;
}
#logo #bm {

	background-color: #336633;
}
.panel {
	color: #000000;
	white-space: nowrap;
	text-decoration: none;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.leftpanelli {
	list-style-image: url(images/track.gif);
	list-style-position: outside;
	text-indent: -3px;
}

.menu {
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	font-size: 0.9em;
	white-space: nowrap;
	line-height: 50px;
}
.blackbold {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
.tableheadbackground {
	background: #FFFFCC;
}


#panel {
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #336633;
}


.footer {
	text-align: center;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
}

.submenu {
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	font-size: 0.9em;
	white-space: nowrap;
	line-height: 20px;
	text-indent: 20px;
	padding-left: 20px;
}
.submitbutton {
	font-weight: 500;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #669966;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFCC;
	border-right-color: #336633;
	border-bottom-color: #336633;
	border-left-color: #FFFFCC;
}
.productlist {
	border: thin solid #336633;
	background-color: #99CC99;
	padding: 5px;
}
.pedigree {
	padding: 1px;
}

.panelralign {
	color: #000000;
	text-indent: -5px;
	white-space: nowrap;
	text-decoration: none;
	padding: 5px;
	text-align: right;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #336633;
}
/* Pedigree Styles */
.pedigreedeer
{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.pedigreesire
{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.pedigreesiressire
{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 30%;
}
.pedigreesiresdam
{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}
.pedigreedam
{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}
.pedigreedamssire
{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.pedigreedamsdam
{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}
.pedigreeleftborder
{
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}
.menuright
{
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	font-size: 0.9em;
	white-space: nowrap;
}

