/* Dairy Xpress Style Sheet */

BODY
{
  background-color:white;
  font-family:Verdana, Geneva, sans-serif;
  font-size:16px;
}

FORM
{
  padding:0px;
  border-width:0px;
  margin:0px;
}

.clear
{
  clear:both;
  width:0px;
  height:0px;
}

a:link
{
  color:white;
  text-decoration:none;
}

a:visited
{
  color:white;
  text-decoration:none;
}

a:active
{
  color:white;
  text-decoration:none;
}

a:hover
{
  color:white;
  text-decoration:none;
}

#mainContainer
{
  margin: 20px auto 0px auto;
  width:950px;
}

#topBar
{
  width:950px;
  height:91px;
  color:black;
  background-image:url('../images/layout/top.jpg');
  background-repeat: no-repeat;
  font-style:italic;
  overflow:hidden;
}

#topBarLogo
{
  float:left;
  padding-top:70px;
  padding-left:62px;
  height:21px;
}

#topBarText
{
  float:left;
  padding-top:70px;
  padding-left:330px;
}

#navBar
{
  width:950px;
  height:32px;
  background-image:url('../images/layout/nav.jpg');
  background-repeat:no-repeat;
  overflow:hidden;
}

#navBarLogo
{
  float:left;
  padding-left:62px;
  height:32px;
}

#navBarSearch
{
  padding-left:210px;
  padding-top:6px;
  padding-right:13px;
  float:left;
}

#searchText
{
  border-width:0px;
  font-size:11px;
  width:100px;
}

#navBarSubmit
{
  color:white;
  cursor:hand;
  cursor:pointer;
  float:left;
  font-size:12px;
  font-style:italic;
  font-weight:bold;
  padding-left:8px;
  padding-top:9px;
}

#navBarLinks
{
  float:left;
  color:white;
  font-size:13px;
  font-style:italic;
  font-weight:bold;
  padding-left:26px;
  padding-top:7px;
}

#spacer
{
  width:950px;
  height:29px;
  background-image:url('../images/layout/spacer.jpg');
  background-repeat:no-repeat;
  overflow:hidden;
}

#spacerLogo
{
  height:29px;
  padding-left:62px;
}

#middle
{
  width:950px;
  height:483px;
  overflow:hidden;
}

#left
{
  float:left;
  width:282px;
  height:483px;
  background-image:url('../images/layout/left.jpg');
  background-repeat:no-repeat;
}

#leftLogo
{
  padding-left:61px;
  height:14px;
}

#content
{
  float:left;
  width:578px;
  height:423px;
  overflow-y:auto;
  background-color:#cde2e1;
  color:#198c8b;
  font-size:11px;
  padding:30px;
  line-height:20px;
}

#right
{
  float:left;
  width:30px;
  height:483px;
  background-image:url('../images/layout/right.jpg');
  background-repeat:no-repeat;
}

#footer
{
  width:950px;
  height:90px;
  background-image:url('../images/layout/footer.jpg');
  background-repeat:no-repeat;
}

#footerLinks
{
  font-size:12px;
  padding-top:40px;
  padding-left:700px;
  color:black;
}

#leftVacuum
{
  padding-top:122px;
}

#leftPipeline
{
  padding-top:8px;
}

#leftMilking
{
  padding-top:10px;
}

#leftParlor
{
  padding-top:7px;
}

#leftIndex
{
  padding-top:11px;
}