﻿body
{
    font-family: Arial;
    background-color: #77604b;
    color: blue;
    background-image: url("images/bg_rep.jpg");
    background-position: top;
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    text-align: left;
}

form
{
    margin: 0;
    padding: 0;
}

#master_table
{
    width: 907px;
    vertical-align: top;
    border: 0px;
    text-align: center; /*Centers table for IE*/
    margin-left: auto; /*Centers table for FF*/
    margin-right: auto; /*Centers table for FF*/
}

#content_holder
{
    background-color: #fff2d9;
    text-align: left;
    padding: 1px 0px 2px 0px;
}

a {text-decoration: underline; color: #80805e;}
a:visited {text-decoration: underline; color: #80805e;}
a:active {text-decoration: underline; color: #80805e;}
a:hover {text-decoration: none; color: #969b72;}

img
{
    border: 0px;
}

img.img
{
    border: solid 1px #9c9484;
    padding: 5px;
    background-color: white;
    margin: 0px 25px 25px 25px;
}

img.img_left
{
    border: solid 1px #9c9484;
    padding: 5px;
    background-color: white;
    margin: 0px 25px 25px 25px;
    float: left;
}

img.img_right
{
    border: solid 1px #9c9484;
    padding: 5px;
    background-color: white;
    margin: 0px 25px 25px 25px;
    float: right;
}

p
{
    margin: 0px 25px 25px 25px;
}

h1 /*Cursive Page Header*/
{
    margin: 20px;
    font-family: Lucida Handwriting, Lucida Calligraphy, arial;
    font-size: 22px;
    font-weight: normal;
    color: white;
}

h2 /*Page Header*/
{
    margin: 20px;
    font-family: times new roman, arial;
    font-size: 22px;
    font-weight: normal;
    color: #9c2513;
}

h2.contact /*Contact Header*/
{
    margin: 0px 20px 20px 20px;
    font-family: times new roman, arial;
    font-size: 22px;
    font-weight: normal;
    color: white;
}

h4 /*Paragraph Header*/
{
    margin: 0px 25px 10px 25px;
    font-family: times new roman, arial;
    font-size: 18px;
    font-weight: normal;
}

h5 /*Item Header*/
{
    margin: 0px 25px 10px 30px;
    font-family: times new roman, arial;
    font-size: 15px;
    font-weight: normal;
}

div.left
{
    float: left;
}

div.right
{
    float: right;
}

/*Start Three Column*/
div.three_column_left
{
    float: left;
    width: 252px;
}

div.three_column_right
{
    float: right;
    width: 302px;
}

div.three_column_middle
{
    padding: 0px 302px 0px 252px;
    margin: 0px;
}
/*End Three Column*/

/*Start Three Column Even*/
div.three_column_even_left
{
    float: left;
    width: 302px;
}

div.three_column_even_right
{
    float: right;
    width: 302px;
}

div.three_column_even_middle
{
    padding: 0px 302px 0px 302px;
    margin: 0px;
}
/*End Three Column Even*/

div.content_green_grad
{
    background-image: url(images/green_grad_bg_rep.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #555035;
    float: left;
    height: 378px; /*394-50=344*/
    /*padding: 25px; /*25+25=50*/
    width: 586px; /*586-50=536*/
    margin: 0px 1px 0px 0px;
    color: White;
    font-size: 13px;
}

div.content_milk_solid
{
    background-color: #fefef6;
    float: left;
    min-height: 394px;
    /*padding: 25px; /*25+25=50*/
    width: 100%;
    /*width: 537px; /*587-50=537*/
    margin: 0px 1px 0px 0px;
    color: #474133;
    font-size: 13px;
}

div.content_video
{
    margin: 0px 0px 1px 0px;
    float: right;
    width: 320px;
    min-height: 240px;
}

div.content_contact
{
    background-color: #9c9484;
    margin: 0px 0px 1px 0px;
    float: right;
    min-height: 122px; /*137-15=122+16=138*/
    width: 290px; /*320-30=290*/
    padding: 15px 15px 0px 15px; /*15+15=30*/
    text-align: center;
    vertical-align: middle;
    color: White;
    font-size: 12px;
}

div.content_contact a {text-decoration: none; color: white;}
div.content_contact a:visited {text-decoration: none; color: white;}
div.content_contact a:active {text-decoration: none; color: white;}
div.content_contact a:hover {text-decoration: underline; color: white;}

div.content_contact_left
{
    float: left;
    text-align: right;
}

div.content_contact_right
{
    float: right;
    text-align: left;
}

div.content_contact_vr
{
    background-color: white;
    width: 1px;
    height: 40px;
    margin-left: 16px;
	padding: 0px;
	float: left;
}

/*Start Header Elements*/
#header
{
    height: 172px;
    font-family: Times New Roman, Arial;
    background-image: url(images/header_bg.jpg);
}

.nav a {text-decoration: none; color: #4d3d27;}
.nav a:visited {text-decoration: none; color: #4d3d27;}
.nav a:active {text-decoration: none; color: #4d3d27;}
.nav a:hover {text-decoration: underline; color: black;}

div.nav_vr
{
    background-color: #a18969;
    width: 1px;
    height: 50px;
    border: 0px;
    padding: 0px;
	margin: 15px 0px 0px 0px;
    float: left;
}

#nav
{
    float: right;
    padding: 40px 10px 10px 0px;
    font-size: 13px;
}

ul.nav
{
	color: #4d3d27;
	padding: 15px 10px 0px 10px;
	list-style: none;
	text-align: center;
	float: left;
	margin: 0px;
}

ul.nav li
{
	padding: 3px 15px 2px 15px;
}

ul.nav li:hover
{
	background-color: #fcf8ee;
	color: Black;
}

ul.nav li:active
{
	background-color: #fbffe8;
}
/*End Header Elements*/

/*Start Footer Elements*/
#footer
{
    font-size: 12px;
    color: #c4b58d;
    text-align: left;
    font-family: Arial;
}

.sitemap a {text-decoration: none; color: #c4b58d;}
.sitemap a:visited {text-decoration: none; color: #c4b58d;}
.sitemap a:active {text-decoration: none; color: #c4b58d;}
.sitemap a:hover {text-decoration: underline; color: #ecdaaa;}

div.sitemap_vr
{
    background-color: #a09081;
    width: 1px;
    height: 40px;
    border: 0px;
    padding: 0px;
	margin: 0px;
    float: left;
}

#sitemap
{
    float: left;
    padding: 20px 0px 20px 0px;
    font-size: 12px;
}

ul.sitemap
{
	color: #c4b58d;
	padding: 0px;
	list-style: none;
	text-align: center;
	float: left;
	margin: 0px;
}

ul.sitemap li
{
	padding: 2px 20px 1px 20px;
}

ul.sitemap li:hover
{
}

ul.sitemap li:active
{
}
/*End Footer Elements*/