/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
/* ~~~~~~~~~~~~~~~~ COPYRIGHT 2010 ADIGI ~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
/* ~~~~~~~~~~~~~~~~~~~~ BODY AND HTML ~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
	html, body {
		font:12px/1.2em arial, verdana, tahoma, sans-serif;
		color:#000000;
		background:url(../images/css/bodyRepeat.gif);
		height:100%;
		text-align:left;
		margin:0;
		}
		
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
/* ~~~~~~~~~~~~~~~~~~~~~~~ GLOBAL ~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */		
		
	html,body,div,li,dl,dt,dd,h1,h2,h3,h4,h5,pre,form,blockquote,fieldset,input { margin:0; padding:0; }
	h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size:1em; font-weight:normal; font-style:normal; }
	fieldset,img { border:none; }
	caption,th { text-align:left; }
	table { border-collapse:collapse; border-spacing:0; }
	.hidden, .screen_reader, hr { display:none; }
	
	p { margin:0 0 1em 0; padding:0; line-height:normal; }
	a { color:#b5111a; text-decoration:none; font-size:12px; }
	a:hover { text-decoration:underline; }
	
	h1, h2, h3, h4, h5{
		margin:0 0 1em 0;
		color:#444444;
		line-height:normal;
		}
		h1{ font-size:1.6em;}
	
	.floatLeft { float:left; }
	.floatRight { float:right; }
	.clear { clear:both; }
	
	input[type="text"], textarea{
		border:#d2d4d2 1px solid;
		padding:2px 4px;
		color:#666666;
		}
	
	.noMargin{
		margin:0;
		}
	p.note{
		font-style:italic;
		color:#7d65cf;
		}
	span.req{
		font-size:1.2em;
		font-weight:bold;
		color:#f15c4f;
		}
		
		
/*	--- SEO BAR --- */	

	#seobar {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		background:#fff;
		text-align:center;
		z-index:100;
		padding:5px 0;
		opacity:0.9;
		}
		
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
/* ~~~~~~~~~~~~~~~~~~ FORM ELEMENTS ~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	form{
		float:left;
		margin:20px 0 0 0;
		}
		form ol{
			margin:0;
			padding:0;
			}
			form ol li{
				list-style:none;
				width:800px;
				float:left;
				margin:3px 0;
				padding:0;
				}
				form ol li label{
					width:200px;
					float:left;
					}
					form ol li input{
						width:200px;
						border:#999 1px solid;
						}
						form ol li textarea{ width:200px;}
						
	form input.formSubmit{
		background:url(../images/css/formSendButton.gif) top left #FFF;
		width:47px;
		height:16px;
		cursor:pointer;
		border:none;
		margin:10px 0 0 0;
		}
	
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
/* ~~~~~~~~~~~~~~~~ TEMPLATE ELEMENTS  ~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	div.premierLogo{
		width:351px;
		height:220px;
		background:url(../images/css/premierLogo.png) top left no-repeat;
		position:absolute;
		left:50%;
		top:5px;
		text-indent:0;
		margin-left:-175px;
		z-index:1;
		}
		div.homeLink{
			position:absolute;
			top:10px;
			left:50%;
			margin-left:-95px;
			z-index:3000;
		}
		div.homeLink a{
			display:block;
			background:none!important;
			width:185px;
			height:180px;
			text-indent:-3000em;
			cursor:pointer;
			overflow:hidden;
			}

	#outerWrap{
		width:100%;
		margin:0;
		background:url(../images/css/wrapperRepeat.gif);
		position:relative;
		float:left;
		}
	
	#innerWrap{
		width:950px;
		min-height:400px;
		height:auto!important;
		height:400px;
		margin:10px auto;
		}
		
	#bar{
		background:url(../images/css/barRepeat.gif) repeat-x top left;
		height:55px;
		float:left;
		width:930px;
		z-index:0;
		border:#FFF 10px solid;
		border-top:#fff 15px solid;
		border-bottom:#fff 15px solid;
		}
		#bar.home{
			border-top:#fff 15px solid;
			border-bottom:#fff 15px solid;
			}
		
		#bar div.inner{
			width:100%;
			float:left;
			height:55px;
			background:url(../images/css/showDate.png) 5px 50% no-repeat;
			}
			
			#bar a{
				background:url(../images/css/livestockSocietyTitle.gif) center left no-repeat;
				height:100%;
				width:238px;
				display:block;
				float:right;
				text-indent:-3000em;
				overflow:hidden;
				margin:0 15px 0 0;
				}
		
	ul.sitemap{
		margin:0;
		padding:5px 30px;
		}
		ul.sitemap li{ list-style:none; padding:2px 0;}
		ul.sitemap li ul{margin:0; padding:0 0 5px 20px;}
		
		
	/*	----------	LEFT COLUMN MENU  ----------  */	
		
	#leftCol{
		width:270px;
		margin:0 0 0 10px;
		float:left;
		border-top:#c0bba2 1px solid;
		}
		#leftCol ul.links{
			float:left;
			}
			#leftCol ul.links li{
				list-style:none;
				float:left;
				width:270px;
				line-height:120%;
				padding:0;
				border-bottom:#c0bba2 1px solid;
				}
				#leftCol ul.links li a{
					font-size:12px;
					display:block;
					width:245px;
					min-height:19px;
					height:auto!important;
					height:19px;
					padding:14px 5px 8px 22px;
					font-weight:bold;
					line-height:140%;
					background-image:url(../images/css/menuLinkBG.gif);
					background-position:0px 0px;
					background-repeat:no-repeat;
					}
					#leftCol ul.links li a:hover{background-position:0 -123px; text-decoration:none; color:#444444;}
					#leftCol ul.links li a.selected{text-decoration:none; color:#444444; background-position:0 -246px;}
					
					#leftCol ul.links li a span.date{ color:#444444;}
	

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
/* ~~~~~~~~~~~~~~~~~~ HEADER ELEMENTS  ~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#header{
		width:100%;
		margin:0;
		height:32px;
		background:url(../images/css/headerRepeat.gif) repeat-x;
		position:relative;
		z-index:1;
		}
		#header div.headerInner{
			width:950px;
			height:32px;
			margin:0 auto;
			background:url(../images/css/premierLogo.png) center 5px no-repeat;
			}
			#header div.headerInner ul{
				font-size:12px;
				font-weight:bold;
				padding:8px 0 0 0;
				margin:0;
				}
				#header div.headerInner ul.left{
					float:left;
					width:50%;
					}
					#header div.headerInner ul.right{
						float:right;
						}
				
				#header div.headerInner ul li{
					display:inline-block;
					list-style:none;
					float:left;
					color:#FFF;
					margin:0 25px 0 0;
					height:16px;
					overflow:hidden;
					}
					#header div.headerInner ul li.last{ margin:0; font-style:italic; color:#edb80e;}
					#header div.headerInner ul li a{
						color:#FFF;
						font-size:12px;
						}
						
						
	/*	----- SOCIAL MEDIA ICONS -----  */
	
	div.headerInner ul li a.facebook, div.headerInner ul li a.twitter{
		display:block;
		height:16px;
		width:16px;
		background:url(../images/facebook_16.png) top left no-repeat;
		margin:0 0 0 15px;
		text-indent:16px;
		overflow:hidden;
		}
		div.headerInner ul li a.twitter{ background:url(../images/twitter_16.png) top left no-repeat; margin-left:5px;}
	

	/*	--------------	MAIN NAVIGATION  --------------  */	
	
	div#nav{
		float:left;
		width:950px;
		margin:10px 0 0 0;
		z-index:1000;
		padding:0;
		position:relative;
		}
		div#nav ul{
			width:50%;
			font-size:12px;
			font-weight:bold;
			color:#222;
			padding:0;
			margin:0;
			float:left;
			}
			div#nav ul.right{
				float:right;
				width:335px;
				}
			
			div#nav ul li{
				display:inline;
				float:left;
				list-style:none;
				margin:0;
				padding:0 15px;
				background:url(../images/css/navDivider.png) top right no-repeat;
				}
				div#nav ul li.last, div#nav ul.right li.last{
					padding-right:0;
					background:none;
					}
					
			div#nav ul li a{
				background-repeat:no-repeat;
				background-position:bottom;
				display:block;
				height:73px;
				width:75px;
				margin:0;
				padding:0;
				overflow:hidden;
				text-indent:-3000em;
				}
				div#nav ul li a:hover, div#nav ul li a.selected{background-position:top;}
	
	
	/*	------	NAVIGATION LINKS  ------  */
	
	#nav li.about{padding-left:0;}
	#nav li.lookingToShow{background:none;}
	
	#nav li.about a{ background-image:url(../images/css/nav/about.png);}
	#nav li.lookingForFun a{ background-image:url(../images/css/nav/lookingForFun.png); width:110px;}
	#nav li.lookingToShow a{ background-image:url(../images/css/nav/lookingToShow.png);}		
	#nav li.tradeStand a{ background-image:url(../images/css/nav/tradeStand.png); width:125px;}
	#nav li.bookTickets a{ background-image:url(../images/css/nav/bookTickets.png); width:60px;}
	#nav li.findTheShow a{ background-image:url(../images/css/nav/findTheShow.png);}	
			
	/*	-----------------	BREADCRUMB ---------------- */
	
	ul.breadCrumb{ padding:50px 0 10px 20px; margin:0; list-style-type:none; float:left; width:800px; }
	ul.breadCrumb li{ float:left; margin:0 5px 0 0; font-size:1em; color:#757575; }
	ul.breadCrumb li a{ margin:0 5px 0 0; font-size:1em; font-weight:bold; color:#757575; }
	ul.breadCrumb li.home a{color:#b5111a;}
	
	ul.print{
		float:left;
		width:110px;
		padding:50px 20px 10px 0;
		margin:0;
		list-style-type:none;
		text-align:right;
		}
		ul.print li a{
			font-weight:bold;
			background:url(../images/css/printIcon.gif) left center no-repeat;
			padding:0 0 0 18px;
			}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
/* ~~~~~~~~~~~~~~~~~ CONTENT ELEMENTS  ~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#content{
		float:left;
		width:950px;
		margin:10px 0 40px 0;
		}
		#content div.contentWrap{
			float:right;
			overflow:auto;
			width:630px;
			}
			
	#content div.contentWrap.full{
		width:930px;
		}
		
	/* Home page */	
		
	div.leftColumn, div.middleColumn, div.rightColumn{
		width:270px;
		float:left;
		padding:10px 15px 0 15px;
		min-height:50px;
		height:auto!important;
		height:50px;
		}
		div.middleColumn{
			margin:0 25px;
			overflow:auto;
			width:310px;
			}
		div.rightColumn{
			margin:0;
			width:245px;
			padding-right:0;
			}
			
		div.leftColumn h1{
			font-weight:bold;
			margin:10px 0;
			}
				
		div.rightColumn h2{
			background:url(../images/css/newsTitle.jpg) top center no-repeat;
			width:200px;
			display:block;
			height:40px;
			margin:10px 0;
			text-indent:-3000em;
			}
			
	ul.CTA{
		margin:0;
		padding:0;
		}
		ul.CTA li{
			list-style:none;
			display:block;
			width:140px;
			height:140px;
			background:#BBB79E none top right no-repeat;
			padding:5px 160px 5px 10px;
			margin:0 0 15px 0;
			}
			ul.CTA li h3{
				font-weight:bold;
				font-size:1.3em;
				margin:0;
				color:#444444;
				}
				ul.CTA li h3 em{
					font-style:italic;
					font-weight:bold;
					}
				
				ul.CTA li p{
					color:#444444;
					margin:5px 0 0 0;
					}
					ul.CTA li p a{
						font-weight:bold;
						background:url(../images/css/linkArrow.png) center right no-repeat;
						padding:0 12px 0 0;
						}
			
			ul.CTA li.one{
				background-image:url(../images/css/homeCTA1.jpg);
				}
			ul.CTA li.two{
				background-image:url(../images/css/homeCTA2.jpg);
				}
			ul.CTA li.three{
				background-image:url(../images/css/homeCTA3.jpg);
				}
			
			
	div#homeImage{
		float:left;
		width:1014px;
		height:317px;
		padding:0;
		text-indent:-3000em;
		xmargin:-10px 0 0 -10px;
		xbackground:url(../images/HomeImage1.jpg) center no-repeat #FFF;
		background:url(../images/homeImage.jpg) top left no-repeat;
		xborder-top:#FFF 3px solid;
		xborder-bottom:#FFF 10px solid;
		position:relative;
		left:-33px;
		top:-10px;
		z-index:0;
		}
		
		
	/*	-------	HOME PAGE NEWS ITEMS ------- */	
		
	ul.news_items{
		margin:0;
		padding:0;
		}	
		ul.news_items li{
			list-style:none;
			border-bottom:#9d9d9d 1px dotted;
			width:100%;
			display:block;
			margin-bottom:15px;
			padding:0 0 5px 0;
			}
			ul.news_items li h3 a{
				font-weight:bold;
				font-size:1.4em;			
				}
					
		ul.news_items li p.date{
			font-weight:bold;
			margin:0 0 3px 0;
			}
			
		
	/*	----- GOOGLE MAPS ----- */		

	div#googleDirections{
		width:880px;
		padding:10px 20px;
		float:left;
		background:#FFF;
		margin-top:10px;
		margin-bottom:15px;
		}
		div#googleDirections form li{
			width:100%;
			margin-bottom:30px;
			}
			div#googleDirections form li label{
				width:260px;
				float:left;
				padding-top:3px;
				}
				
	div#directions, div#map_canvas{
		float:left;
		min-height:400px;
		height:auto!important;
		height:400px;
		width:430px;
		}
		div#map_canvas{
			float:right;
			}
			
	div#maps{
		border-top:#666 1px solid;
		border-bottom:#666 1px solid;
		float:left;
		width:100%;
		padding:10px 0;
		}
		
	div#googleDirections h3{
		margin:0;
		color:#8b0208;
		}
		
	div#googleDirections form .submit{
		background:url(../images/css/listArrowWhite.gif) 95px 6px no-repeat #b5111a;
		width:105px;
		margin:0 0 0 5px;
		color:#FFF;
		height:20px;
		text-align:left;
		border:none;
		padding:0 0 3px 5px;
		cursor:pointer;
		font-size:1em;
		}
		
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
/* ~~~~~~~~~~~~~~~~~~~~~ SECTIONS  ~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
		

div#sectionImage{
	float:left;
	text-indent:-3000em;
	background-repeat:no-repeat;
	background-position:0 0;
	margin-bottom:10px;
	padding:0;
	width:630px;
	}
	div#sectionImage h1{
		color:#444444;
		font-size:2.2em;
		margin:0 0 4px 0;
		}
		
	div#sectionImage.lookingToShow{
		text-indent:0;
		min-height:300px;
		height:auto!important;
		height:300px;
		padding:0;
		width:630px;
		float:left;
		background:url(../images/css/lookingToShowHeaderBG.jpg) 0 0 no-repeat;
		}
		div#sectionImage.lookingToShow div.copy{
			float:left;
			width:290px;
			padding:10px 15px;
			}
		div#sectionImage.lookingToShow div.image{
			float:left;
			width:310px;
			display:block;
			}
	
	/* ------ LOOKING TO SHOW ------ */
	
	div.contentWrap ul.animalSections{
		float:left;
		width:100%;
		margin:0;
		padding:0;
		}
		div.contentWrap ul.animalSections li{
			display:inline-block;
			width:140px;
			height:130px;
			list-style:none;
			padding:10px 160px 10px 10px;
			margin:0 10px 15px 0;
			float:left;
			background:#BBB79E none no-repeat top right;
			}
			div.contentWrap ul.animalSections li h3{
				font-size:1.4em;
				color:#444444;
				font-weight:bold;
				margin-bottom:0;
				}
			
			div.contentWrap ul.animalSections li p{ color:#444444; font-size:0.8em; margin:0 0 5px 0; }
				
			div.contentWrap ul.animalSections li a{
				font-weight:bold;
				background:url(../images/css/linkArrow.png) 100% 70% no-repeat;
				padding:0 15px 0 0;
				}		
		
	div.contentWrap ul.animalSections li.cavy{ background-image:url(../images/sections/cavy_cta.jpg); }
	div.contentWrap ul.animalSections li.rabbit{ background-image:url(../images/sections/rabbit_cta.jpg); }
	div.contentWrap ul.animalSections li.hamster{ background-image:url(../images/sections/hamster_cta.jpg); }
	div.contentWrap ul.animalSections li.gerbil{ background-image:url(../images/sections/gerbil_cta.jpg); margin-right:0; }
	div.contentWrap ul.animalSections li.mouse{ background-image:url(../images/sections/mouse_cta.jpg); margin-right:0; }
	div.contentWrap ul.animalSections li.rat{ background-image:url(../images/sections/rat_cta.jpg); margin-right:0; }
	
		
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
/* ~~~~~~~~~~~~~~~~~~~~~~~~ CTA  ~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul.section_cta{
	margin:50px 0 0 0;
	padding:0;
	float:left;
	}
	ul.section_cta li{
		display:block;
		height:76px;
		width:210px;
		margin:15px 0;
		padding:15px 40px 20px 20px;
		position:relative;
		}
		ul.section_cta li p{
			margin:0;
			color:#FFF;
			font-size:1.7em;
			font-weight:bold;
			}
		
		ul.section_cta li a{
			position:absolute;
			bottom:15px;
			left:20px;
			font-weight:bold;
			padding:0 8px 2px 0; 
			}
		
	ul.section_cta li.directions{
		background:url(../images/CTA/directions.gif) top left no-repeat;
		}
		ul.section_cta li.directions a{
			color:#eeb211;
			background:url(../images/css/listArrowYellow.gif) right center no-repeat;
			}
			
	ul.section_cta li.plan{
		background:url(../images/CTA/plan_your_visit.gif) top left no-repeat;
		}
		ul.section_cta li.plan a{
			color:#FFF;
			background:url(../images/css/listArrowWhite.gif) right center no-repeat;
			}
			
	
	ul.section_cta li.looking_to_show{
		background:#eeb211;
		}
		ul.section_cta li.looking_to_show a{
			background:url(../images/css/listArrowRed.gif) right center no-repeat;
			}

	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
/* ~~~~~~~~~~~~~~~~~~~~~~~ SEARCH  ~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
		
	h3.search{
		font-size:14px;
		color:#f15c4f;
		}
		h3.search span{ font-weight:bold; }
		
		ul.results{ margin:0; padding:0 0 30px 0;}
		ul.results li{ list-style:none; font-weight:bold;}
		ul.results li p{ font-weight:normal; margin:2px 0 10px 0;}
		
		ul.results li p span.search-excerpt{ font-weight:bold; color:#f15c4f; font-style:italic;}
		
	div.pagination{
		float:left;
		width:100%;
		clear:both;
		padding:5px 0;
		text-align:center;
		border-top:#d2d4d2 1px solid;
		border-bottom:#d2d4d2 1px solid;
		margin:10px 0;
		}
		div.pagination ul{
			margin:0;
			padding:0;	
			}
			div.pagination ul li{ list-style:none; display:inline; margin:0 10px 0 0; font-size:12px; }
			div.pagination ul li a{ color:#f15c4f; font-weight:bold;}
			
/*	~~~~~~~~~~~~~~~~~~~~~ FORM ERRORS ~~~~~~~~~~~~~~~~~~~~ */

div.errors{
	color:#c00;
	padding:10px;
	border:1px solid #f4d12f;
	margin:0 0 10px 0;
	width:940px;
	min-height:30px;
	height:auto!important;
	height:30px;
	background:url(../images/css/errorsBG.gif) right center no-repeat #fdffce;
	}
	
	div.errors p{
		color:#c00;
		}
	
	div.errors ul li{
		color:#c00;
		list-style:none;
		font-weight:bold;
		}
			
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
/* ~~~~~~~~~~~~~~~~~~ FOOTER ELEMENTS  ~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#footer{
		width:100%;
		margin:0;
		padding:20px 0 0 0;
		float:left;
		position:relative;
		}
		#footer div.inner{
			position:absolute;
			width:930px;
			left:50%;
			padding:0 0 20px 10px;
			color:#545450;
			margin-left:-465px;
			}
			#footer div.inner ul{
				border-right:#cfccba 1px solid;
				float:left;
				min-height:40px;
				height:auto!important;
				height:40px;
				margin:0 20px 0 0;
				padding:10px 20px 10px 0;
				width:15%;
				}
				#footer div.inner ul.copyright{width:30%;}
				
				#footer div.inner ul li{
					list-style:none;
					margin:0 0 5px 0;
					float:left;
					width:100%;
					}
					#footer div.inner ul li a{color:#545450;}
					#footer div.inner ul li a.burgess{color:#b5111a;}
					#footer div.inner ul.links li a{background:url(../images/css/listArrowGrey.gif) left center no-repeat; padding-left:10px;}
			
			#footer div.inner ul li.adigi{margin:10px 0 0 0;}
			#footer div.inner ul li.adigi a{
				background:url(../images/css/logoAdigi.gif) top right no-repeat;
				height:18px;
				display:block;
				width:125px;
				font-size:11px;
				font-weight:bold;
				}
				#footer div.inner ul li.adigi a:hover{text-decoration:none;}

