/* setup style on top level anchor tags */
div.inigomenu a, div.inigomenu a:visited {
	font-size: 9pt;
	font-family: arial;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
}

div.inigomenu li a, div.inigomenu li a:visited {
	display: block;
	text-decoration: none;
	color: #FFF;
	background-color: #669966;
	padding: 3px 3px 3px 5px;
	margin: 0;
	border: 1px solid #99CC99;
	border-left: 0;
	margin-right: 1px;
	white-space: nowrap;
}

/* top level menus hovers */
div.inigomenu li a.menuhover, div.inigomenu li a:visited.menuhover, div.inigomenu li a:hover {
	display: block;
	text-decoration: none;
	color: white;
	background-color: #FF99CC;
	border: 1px solid #99CC99;
	border-left: 0;
}

/* setup style on levels below top level */
div.inigomenu li li a, div.inigomenu li li a:visited {
	background-color: #669966;
	color: #FFFFFF;
	padding: 3px 3px 3px 5px;
	border: 1px solid #99CC99;
	border-top: 0;
	margin: 0;
}

div.inigomenu li li a.menuhover, div.inigomenu li li a:visited.menuhover, div.inigomenu li li a:hover {
	/* must put all details in here to ensure settings are not inherited from visited links */
	color: white;
	background-color: #FF99CC;
	border: 1px solid #99CC99;
	border-top: 0;
}
/* end anchor tag styling */

/* top level li items */
div.inigomenu ul li {
	border-left: 0;
	padding: 0;
	margin: 0;
	display: inline;
}

/* setup bottom border on submenus */
div.inigomenu ul ul ul {
	border: 0;
	padding: 0;
	border-top: 1px solid #99CC99;
}

/* position arrow */
div.inigomenu li div.arrow { display: none;}

div.inigomenu li li div.arrow {
	display: block;
	position: absolute;
	height: 12px;
	width: 13px;
	background: url( /multimedia/arrowwhite.gif );
	z-index: 9999;
	background-repeat: no-repeat;
	top: 0.4em;
	right: 0.25em;
}
/* end arrow positioning styling */

html, body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF url("/multimedia/layout/header.gif") repeat-x left top;
	color: #000;
}

p, h1, h2, h3 ,h4, h5, h6, ul, li, .caption {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.conformationtext, .conformationtext p, .conformationtext h5, .conformationphoto, .conformationphoto p {text-align: center;}

h1 { font-size: 16px; color: #336633;}
h2 { font-size: 14px; color: #333;}
h3 { font-size: 14px; color: #336633;}
h4 { font-size: 13px; font-weight: bold; color: #336633;}
h5 { font-weight: bold;}
h6 { font-size: 10px;}

p, li, td, h5, .normal, .float2 { font-size: 12px;}

textarea { font-family: Arial, Helvetica, sans-serif;}

a { color: #336633; text-decoration: none;}

a:hover { color: #FF99FF; text-decoration: none;}

blockquote{
	margin: 0px 0px 0px 50px;
	padding: 0px;
}

blockquote p {
	margin: 0px;
	padding: 2px 0px 3px 0px;
}

hr{
	border: 0;
	color: #004433;
	background-color: #004433;
	height: 1px;
	width: 100%;
	text-align: left;
}

fieldset {
	padding: 0px 10px 10px;
	border: 1px solid #333;
	margin-bottom: 17px;
	font-size: 12px;
}

fieldset table {
	margin-top: 10px;
}

legend{
	width: 180px;
	line-height: 14px;
	padding: 2px 10px;
	border: none;
	background: #336633; 
	color:#FFF;
	font-size: 12px;
	font-weight : bold;
}

#header{
	position:relative;
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 88px;
	border: 0;
	background-color: #004430;
 }
 
#header img { border: 0;}

#placeholder{
	position:relative;
	margin: 0px;
	padding: 0px;
	width: 785px;
	background-image: url("/multimedia/layout/background_left.gif"); 
	background-repeat: repeat-y;
}

#left{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 150px;
	background-color: #669966;
}

#left .colour{
	width: auto;
	text-align: center;
	background-color: #004433;
 }
 
#left select {
   color: #333333;
   font-size: 10px;
   font-family: Arial, Helvetica, sans-serif;
}

#right{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 630px;
	background-image: url("/multimedia/layout/map03.gif"); 
	background-repeat: no-repeat; 
	background-position: 0px 86px;
}

#right td { font-size: 12px;}

#right .sitemap ul { list-style: none; }
#right .sitemap li a img { border: none; }

#navigation{
	margin: 0px;
	padding: 0px;
	width: 630px;
	background: transparent;
 }

#pagetitle{
	margin: 0px 0px 15px 0px; 
	padding: 0px;
	height: 60px;
	background: transparent;
}

#pagetitle img{ padding-left: 0;}

#pagetitle > h1 { margin: 0px;}

.contentwrapper {
	padding-left: 15px;
	padding-right: 10px;
}

#submenu{
	float: right;
	width: 150px;
	margin: 0px 0px 5px 5px;
}

#submenu ul {
	margin: 0;
	list-style: none outside;
	text-align: right;
	padding: 0;
	width: 150px;
}

#submenu li {
	padding-right: 14px;
	padding-bottom: 5px;
	background-image:  url("/multimedia/layout/symbol_pink_dot.gif") no-repeat right center;
	text-align:right;
	font-size: 11px;
}

#submenu select {
	float: right;
	color: #333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

#stallionmenu ul{
	margin-left: -15px;
	padding: 0px 15px;
	list-style: none inline;
}

#stallionmenu li{
	margin-left: 0;
	padding: 0px 15px;
	display: inline;
	background:  url("/multimedia/layout/symbol_pink_dot.gif") no-repeat left center;
	font-size: 11px;
	width: 145px;
}

.search{
	float: right;
	width: 130px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #336633;
}

/* Search Box CSS */

.searchInput {
	background-color: #FFFFFF;
	width: 100px;
	margin: 0;
	padding: 0;
	border: 1px solid #336633;
}

.searchButtonImg { margin: 0px; padding: 0px;}

.searchWord { background-color: #FFCCCC; color: black;}

/* END Search Box CSS */
 
#footer {
	position:relative;
	width: 615px;
	margin-top: 20px;
	margin-left: 165px;
	border-top: 1px solid #004433;
	text-align: center;
	font-size: 12px;
}

#footer p {
	margin-top: 20px;
	margin-left: 0;
	text-align: center;
}

.highlight { color: #006699;}

.error { font-size: 11px; color: #cc0000;}

.heading { font-size: 14px;	color: #336633;}

.subheading { font-size: 13px; font-weight: bold; color: #336633;}
.caption { font-size: 11px; color: #666;}

.normal { font-size: 12px;}

.homenews { width: 435px;}
.homenews h4 {margin: 0px; padding-left: 20px; background: url("/multimedia/layout/white_arrow.gif") no-repeat left top;}
.homenews p {margin-left: 20px;margin-top: 5px;}

.hypomating {
   color: #333333;
   font-size: 10px;
   font-family: Arial, Helvetica, sans-serif;
}

.enicksbutton {
	font-size: 11px;
	font-weight:bold;
	color: white;
	background: black;
	border: 1px solid white;
}

.tdnbox {margin: 0 auto; width: 270px; border: 1px solid #ECECEC; background: url(/multimedia/layout/grad-white.gif) repeat-x left center;}
.tdnpadding {padding: 3px 5px; font-size: 12px; text-align: left;}
.tdnpadding img {vertical-align: middle; border: 0;}
.tdnbox:hover {background: url(/multimedia/layout/grad-white.gif) repeat-x left bottom;}

.clr { clear:both;}

div.float { float: right; padding: 5px; border: 0;}

div.float2 {
  float: left;
  width: 290px;
  padding: 0px;
  margin: 0;
  text-align: left;
  border: 0;
}

div.foalsfloat {
  float: left;
  width: 290px;
  padding-bottom: 10px;
  margin: 0;
  text-align: left;
  border: 0;
}

div.foalsfloat p{  width: 250px;}

div.paging { font-size: 12px; font-weight: bold;}

.contactInput {width: 96%; border: 1px solid #666; }