﻿body 
{
    font-family: Tahoma;
    font-size: 13px;
    background-color: Black;
    background-image: url(../images/bg.jpg);
    background-repeat:repeat-x;
}

a, a:visited
{
    border: 0;
    color:Red;
}

img 
{ 
    border: 0;
}

form { margin: 0px 0px 0px 0px;  }

#wrap
{
    width:877px;
    margin: 0 auto;
    padding:0px;
}

#header
{
    width:877px;
    height:122px;
    text-align:center;
}

#top
{
    width:877px;
    background-image: url(../images/background/top.png);
    background-repeat: no-repeat;
    height:22px;
}

#middle
{
    background-image: url(../images/background/middle.png);
    background-repeat: repeat-y;
    padding:0 7px 0 8px;
}

#body
{
    padding: 0 10px 10px 10px;
    background-color:White;
}

#bottom
{
    background-image: url(../images/background/bottom.png);
    background-repeat: no-repeat;
    height:17px;
}

#menu
{
    width: 283px;
    height: 317px;
    background-image: url(../images/background/menuback.png);
    background-repeat: no-repeat;
    float:left;
    margin-right: 2px;
    padding: 20px 0 0 10px;
}

#toppicture
{
    width: 547px;
    height: 337px;
    float: left;
}

#content { padding-top:3px;clear:both; }

#leftColumn
{
    width: 281px;
    float:left;
    margin-right: 2px;
    padding:0 10px 0 2px;
}

#rightColumn
{
    width: 547px;
    float: left;
}

.FooterBack
{
    margin-left:9px;
    height:72px;line-height:72px;text-align:center;font-size:11px;
    background-image: url(../images/background/footer-back.png);
    background-repeat: no-repeat;
}

.gallerypics
{
    width:190px;padding:5px;border:solid 1px black;margin:3px 3px 3px 0;
}

.button
{
	border-width: 0;
	text-decoration:none;
}

.CurrentEvent { width:275px;float:left;text-align:center; }

img.eventPic { height:270px;height:180px;vertical-align:top;padding-bottom:5px; }
/***** Text Styles ***********************************/
h1
{
	display:inline;
    margin:0;
    padding:0;
	font-size: 26px;
	color:#333333;
	display:inline-moz;
	font-weight:normal;
}

h2
{
	font-size:30px;
	color:#666666;
}

.Heading
{
    font-size:17px;
    font-weight:bold;
}

/***** Lists ****************************************/

ul.MenuList
{
    list-style:none;
}

ul.MenuList a span {
	display: none;
}

ul.MenuList a {
	margin: 1px 1px 1px 1px;
	padding: 0;
	width: 184px;
	height: 34px;
	float:left;
	background-repeat: no-repeat;
}

#nav-home {					background-image: url(../images/menu/home.png);background-position: 0 -34px;}
#nav-home:hover {			background-position: 0px 0px;}

#nav-history {				background-image: url(../images/menu/history.png);background-position: 0px -34px;}
#nav-history:hover {		background-position: 0px 0px;}

#nav-employment {			background-image: url(../images/menu/employment.png);background-position: 0px -34px;}
#nav-employment:hover {		background-position: 0px 0px;}

#nav-herd {					background-image: url(../images/menu/herd.png);background-position: 0px -34px;}
#nav-herd:hover {			background-position: 0px 0px;}

#nav-operations {			background-image: url(../images/menu/operations.png);background-position: 0px -34px;}
#nav-operations:hover {		background-position: 0px 0px;}

#nav-photos {				background-image: url(../images/menu/photo-gallery.png);background-position: 0px -34px;}
#nav-photos:hover {			background-position: 0px 0px;}

#nav-contact {				background-image: url(../images/menu/contact.png);background-position: 0px -34px;}
#nav-contact:hover {		background-position: 0px 0px;}

ul.AdminList { list-style:none; }

ul.AdminList a {
	margin: 1px 1px 1px 1px;
	padding: 0;
	width: 184px;
	height: 34px;
	line-height:34px;
	color:White;
	font-size:16px;
	text-decoration:none;
	float:left;
	background-repeat: no-repeat;
}

ul.AdminList a:hover
{
    color:Red;
}

#yastech a {
font-size: 80%;
font-weight: normal;
text-decoration: none;
width: 130px;
float: right;
text-align: right;
display: block;
padding: 35px 80px 35px 15px;
background-image: url(http://cdn.yastech.ca/marketing/footers/yastech.png);
background-position: right center;
background-repeat: no-repeat;
color: #5d5d5d;
}

