/*---[ undohtml ]-------------------------- */
:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,td
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

address { font-style:normal }

fieldset{
padding:.5em;
}

* { margin: 0; padding: 0; }


/* layout ---------------------------------------*/
body {  
background:#016942;
color:#333;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: small;
text-align: center;
background-image: url(../images/body-bg.jpg);
background-repeat: repeat-x;
}

* html body	{
font-size:x-small; /*for IE5 Win*/
f\ont-size:small;/*for other IE versions*/
}

html>body	{/*be nice  to Opera*/
font-size:small;
}

#container	{
width:770px;
margin:0px auto;
text-align:left;
background-image: url(../images/container-bg.jpg);
background-repeat: repeat-y;
}

#container .inside	{
padding:0px 10px;
background-image: url(../images/page-top.jpg);
background-position:top left;
background-repeat:no-repeat;
}

/* branding ------------------------------------*/
#branding	{
width:750px;
height:170px;
margin:0;
background-image: url(../images/branding.jpg);
background-repeat: no-repeat;
}

#branding h1	{
display:none;
}

#branding h2	{
display:none;
}

/* --- #content ---------------------------*/

#content_supp	{
float:left;
width:750px;
height:200px;
}

#home #content_supp	{
background-image: url(../images/content-supp-bg1.jpg);
background-repeat:no-repeat;
background-position: left top;
}

#beef #content_supp	{
background-image: url(../images/content-supp-bg3.jpg);
background-repeat:no-repeat;
background-position: left top;
}

#contact #content_supp	{
background-image: url(../images/content-supp-bg2.jpg);
background-repeat:no-repeat;
background-position: left top;
}

#content_supp .inside	{
float:right;
width:260px;
margin:20px 10px 0 0;
background-image: none;
}

#content {
float:left;
width:750px;
}

#content_main	{
float:right;
width:500px;
overflow:hidden;
background-image: url(../images/content-main-top.jpg);
background-position: left top;
background-repeat: no-repeat;
/*background:#999;*/
}

#content_main .inside	{
padding:10px 15px 15px 15px;
background-image: none;
}

#content_main .column_left	{
float:left;
width:50%;
line-height:150%;
}

#content_main .column_right	{
float:right;
width:50%;
line-height:150%;
}

#content_sub1	{
float:left;
width:250px;
/*background:#fff;*/
/*background-color:#ccc;*/
}

#content_sub1 .inside	{
padding:70px 30px 15px 30px;
/*background-image: url(../images/content-sub1-bg.jpg);
background-repeat:no-repeat;
background-position: left top;*/
background-image: none;
}

#content_sub2	{
float:right;
width:185px;
/*background-color:#ccc;*/
}

#content_sub2 .inside	{
padding:0px 0px 0 0px;
}

#site_info	{
width:770px;
height:50px;
margin:0 auto;
background-image: url(../images/ftr-bg.jpg);
background-repeat: no-repeat;
clear:both;
}

#site_info address	{
float:left;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:110%;
line-height:150%;
font-weight:normal;
color:#ab5b5b;
margin:30px 0 0 20px;
padding:0;
}

#site_info #nav_supp {
float:right;
color:#e0e6e0;
padding:20px 20px 0 0;
}

#site_info #nav_supp a {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:90%;
line-height:150%;
font-weight:normal;
color:#e0e6e0;
}

/* IMAGES --------------------------------*/

.gallery-thumbs	img	{
margin:0 3px 10px 0;
padding:2px;
border:1px solid #999;
}

#content_main .image-left-border	{
float:left;
margin:0 10px 0 0;
padding:4px;
border:1px solid #999;
}

/* nav styles --------------------------------------------*/

/* Main Site Nav ------------------------------------------*/
#nav_main	{
width:200px;
height:250px;
background-image: url(../images/main-nav-bg.jpg);
background-repeat:no-repeat;
background-position:left top;
margin:0 0 0 20px;
padding:24px 0 0 18px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:normal;
color:#e0e6e0;
letter-spacing:1px;
}

#nav_main ul	{
margin:0;
padding:0;
list-style-type: none;
}

#nav_main li	{
padding:0px 0 10px 0px;
}

#nav_main a	{
font-family: Georgia, "Times New Roman", Times, serif;
padding:0px 0 5px 0px;
font-weight:normal;
color:#e0e6e0;
border-bottom:1px solid #6dab8e;
display:block;
width:160px;
}

#nav_main a:link, #nav_main a:visited	{
color:#e0e6e0;
text-decoration: none;
}

#nav_main a:hover	{
text-decoration:none;
color:#6dab8e;
}

/*---[ current menu state styles ]---------------------------*/
#home #nav-home a,
#beef #nav-beef a,
#husbandry #nav-husbandry a,
#fold #nav-fold a,
#contact #nav-contact a	{
text-decoration:none;
color:#cc9966;
}

/* Site Sub Nav ----------------------------------------------*/
#nav_sub	{
width:950px;
height:25px;
margin:0 15px;
background-image: url(../images/sub-nav-bg.jpg);
background-repeat: repeat-x;
text-align:right;
}

#nav_sub ul	{
margin:0 0 0 0;
padding:5px 0 0 0;
color:#fff;
list-style-type: none
}

#nav_sub li	{
display:inline;
}

#nav_sub a	{
padding:3px 10px;
color:#fff;
font-weight:normal;
}

#nav_sub	a:hover	{
text-decoration:underline;
}

#toplinks	{
float:right;
margin:0 10px 0 0;
padding:5px 0 0 0;
color:#fff;
}


/* text styles ---------------------------------------------*/
h1	{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:250%;
font-weight:normal;
color:#a58869;
margin:0 0 10px 0;
}

h2	{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:140%;
font-weight:normal;
color:#804040;
margin:15px 0 0px 0;
}

#content_sub1 h2	{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:200%;
color:#80684d;
margin:0 0 10px 0;
}

h3	{
font-size:120%;
color:#333;
margin:0 0 0 0;
}

p	{
line-height:140%;
}

#content_supp p	{
color:#fff;
}


/* link styles --------------------------------------------*/
a:link, a:visited	{
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
color:#b81414;
font-weight:bold;
}

a:hover	{
text-decoration:underline;
color:#804040;
}

/* lists ---------------------------------------------------*/

ul{
margin:10px 0;
padding:0;
list-style-type: square;
}

ul ul{
list-style-type: disc;
}

ul ul ul{
list-style-type: none;
}

ul.basiclist	{
margin:10px 0;
list-style-type:square;
}

ul.basiclist li	{
margin-left:20px;
margin-top:5px;
}

ol	{
margin:10px 0;
padding:0;
list-style-type:decimal;
}

ol li	{
margin-left:25px;
margin-top:5px;
}

ol.basicorderedlist	{
margin:10px 0;
list-style-type:decimal;
}

ol.basicorderedlist li	{
margin-left:25px;
margin-top:5px;
}