/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
	text-transform:uppercase;
	color: #0099cc;
	letter-spacing:-1px;
	}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:125%; 
	text-transform:uppercase;
	font-weight: bold;
	color: #00CC00;
	letter-spacing:-1px;
}
h3, #mainmenu{
	/*14px via YUI Fonts CSS foundation*/
	font-size:110%;  
	text-color: #00CC33;
	text-transform:uppercase;
	font-weight:bold;
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
a:link { text-decoration: underline, font-size: 1em; 
color:#00CC00;}
a:visited { text-decoration: underline, font-size: 1em; 
color:#00CC00;}
a:hover { text-decoration: none; font-size: 1em;
color:#666666; }
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

#mainmenu {
padding-top: 20px;
padding-right: 5px;
text-align: right;
color:#00CC00;
}
#speechbubble1{
background-repeat:no-repeat;
background-image:url(../images/SpeechBubble1.png);

padding: 25px 20px 0px 0px;
Position:relative;
Left: 298px;
Top: 75px;

z-index:2;
}

/*#homemain {
background-position:left bottom;
position: relative;
bottom: -20px;
z-index:-10;
background-repeat:no-repeat;
background-image:url(../images/ThinkingCow.png);
height:520px;
}*/


#Quotebubble{
background-repeat:no-repeat;
background-image:url(../images/SpeechBubble2.png);
width:560px;
height:110px;
padding: 15px 25px 10px 20px;
}

#dropcontentsubject{
width: 335px;
font-weight: bold;
padding: 0px 0px 0 5px;
text-align:right;
}

.dropcontent{
width: 335px;

height: 200px;
display:block;
padding: 5px 0px 0 5px;
text-align:right;
}
#bottomright{
position:relative;

}


#sistersite{

position:absolute;
right:215px;
top: 85px;
}

#hd {
height: 110px;
padding: 0px 5px 0 0px;
background-repeat:no-repeat;
background-image:url(../images/HeaderBG.png);

}
#bd {


}



#ft {
background-image:url("../images/Soil.png");
background-repeat:repeat-x;
font-size:11px;
height:52px;
padding:15px 5px 0;
position:relative;
}

#FooterMainBackground {
background-image:url("../images/ThinkingCow.png");
background-repeat: no-repeat;
height: 333px;
left: 0;
position: absolute;
top: -320px;
width: 299px;
z-index: -20;
}



#pagewrap {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  
  background: white;
  
  overflow: auto;
  
  margin: 0 auto;
  padding: 10px;
  position: relative;
  width: 900px;
}

  .title {
    text-align: center;
  }
  
  #pagewrap>div {
    float: left;
    width: 49%;
  }
  


/* Map View */
        
#map_canvas { height: 450px; border: solid thin #cccccc; }
        
        
/* Directions */
        #directions {
          float: none;
          width: 100% !important;
        }
  
  
/* Addresses */
        
        #addresses { color: white; }
        
            .address-panel {
              -moz-border-radius: 10px;
              -webkit-border-radius: 10px;
              
              background-color: #e8000d;
              
              overflow: auto;
              
              margin: 0 auto;
              margin-bottom: 10px;
              padding: 10px;
              width: 90%;
            }
                .address-panel>form>div {
                  margin-bottom: 10px;
                }
            
                  .address-form-column {
                    float: left;
                  }
                
                    .address-panel label {
                      display: block;
                    }
                    .address-panel input, .address-panel select { margin-left: 5px; }
                      .address-panel #street { width: 95%; }
                      .address-panel #state { width: 60%; }
                      .address-panel .button { text-align: right; padding-top: 15px; clear: both; }
			

