/*================================================================
Element Styling
=================================================================*/
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  color: #907444;
  background-color: #A8AB43;
  padding: 0;

  text-align:center; /* for IE */ 
  margin:0 auto; /* for the rest */ 
  
}
p {
  margin: 0;
  padding: 0;
}

a
{
  font-size: 9px;
  text-decoration: underline;
  color: #A8AB43;
}

img {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
table {
  padding: 0;
  margin: 0;
  border: none;
}

table td {
  vertical-align: top;
  padding: 2px;
}

form {
  margin: 0;
}


/*================================================================
Styles
=================================================================*/
.recipeTitle
{	 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-weight: bold;
  color: #907444;
}

.recipePair
{	 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-style:italic;
  color: #907444;
}

.legal
{	 
  font-family:Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #604315;
  vertical-align: middle;
  text-align: center;
  position: relative;
  padding-top: 44px;
}

.legalLink
{	 
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #604315;
  font-weight: bold;
}

.footer
{	 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color: #563F18;
}

.form
{	 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #907444;
}

.formTitle
{	 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color: #907444;
}

.formComment
{	 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-style:italic;
  color: #85881B;
}

.formNote
{	 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-style:italic;
  color: #907444;
}

.legal_form
{
  text-align: center;
  border: #980B49;
}

.city_title
{	 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: normal;
  color: #907444;
  padding-left: 10px;
}

#formField
{	 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #604315;
  padding: 2px;
  background-color:#DECB89;
  border: #DECB89;
  border-color: #DECB89;
  width: 95px;
  vertical-align: middle;
}

#recipe_table_title {
  float: left;
  width: 309px;
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  color: #907444;
  padding-left: 30px;
}

#recipe_table_content {
  float: left;
  width: 309px;
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  color: #907444;
  line-height: 2.0;
  padding-left: 35px;
}

#recipe {
  float: left;
  width: 410px;
  height: 100%;
}

#recipe_left {
  float: left;
  height: 100%;
  width: 120px;
}

#recipe_right {
  float: left;
  height: 100%;
  width: 275px;
}

#recipe_content {
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  line-height: 1.8;
}

#recipe_divider {
  float: left;
  width: 410px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#recipe_atk {
  float: left;
  padding-left: 100px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 9px;
}

#recipes_thumb
{
  float: left;
  width: 94px;
  height: 94px;
  border: 5px solid #EBDBA4;
  margin-right: 20px;
}

#recipes_nothumb
{
  float: left;
  width: 94px;
  height: 94px;
  margin-right: 30px;
}

#recipes_main
{
  width: 213px;
  height: 100%;
  border: 5px solid #EBDBA4;
}

#garden_thumb
{
  float: left;
  width: 94px;
  height: 100%;
  border: 5px solid #EBDBA4;
  margin-right: 20px;
}

.stepNote
{	 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  font-style:italic;
  color: #907444;
}

.stepNotegreen
{	 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-style:italic;
  color: #85881B;
}

.stepComment
{	 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color: #907444;
}

.stepCommentGreen
{	 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  color: #85881B;
}

.stepAnchorGreen
{	 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  color: #85881B;
}

/*================================================================
Layout
================================================================*/
#motherold
{ 
  width: 980px; 
  margin: 0 auto; 
}

#mother {
  width: 100%;
  background-color: #FBF7D9;
  background-position: top;
  background-image: url('../images/new_top_background.jpg');
  background-repeat:repeat-x;
}

#mother_legal {
  width: 100%;
  margin: 0 auto;
  background-color: #FBF7D9;
  background-position: top;
  background-image: url('../images/new_top_background.jpg');
  background-repeat: no-repeat;
}

#header
{ 
  width: 980px; 
  height: 144px; 
  background-color: #980B49;
  background-image: url('../images/header_event.jpg');
}		 

#footer
{
  float: left;	
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  width: 100%; 
  height: 32px; 
  color: #563F18;
  background-color: #A8AB43;
}

#logo
{
  float: left; 	
  height: 32px;
  width: 111px; 
  background-color: #A8AB43;
}

#copy
{
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px; 	
  height: 32px;
  margin-top: 10px; 
  margin-left: 10px;
  background-color: #A8AB43;
}

#legalForm {
  width: 980px;
  height: 393px;
  background-image: url('../images/legal_form.jpg');
  background-color: #FBF7D9;
}

#legal_form {
  padding-top: 140px;
}

#legal_main {
  width: 100%;
  height: 144px;
  background-color: #FBF7D9;
  background-position: top;
  background-image: url('../images/new_top_background.jpg');
  background-repeat:repeat-x;
}

#legal_main_form {
  width: 100%;
  height: 393px;
  background-color: #FBF7D9;
}

#legalEnter {
  padding-top: 25px;
}

#home_main {
  width: 100%;
  height: 548px;
  background-color: #FBF7D9;
  background-position: top;
  background-image: url('../images/bckgrnd_pattern_home.jpg');
  background-repeat: repeat-x;
}

#countryside {
  width: 980px;
  height: 180px;
  background-image: url('../images/bg_countryside.gif');
  background-repeat: no-repeat;
  clear: both;
}

#countrysidestep {
  width: 980px;
  background-image: url('../images/bg_countryside.gif');
  background-repeat: no-repeat;
  background-position: 0px 346px;
}

#countrysidestep3 {
  width: 980px;
  background-image: url('../images/bg_countryside.gif');
  background-repeat: no-repeat;
  background-position: 0px 356px;
}

#countrysidestep4 {
  width: 980px;
  background-image: url('../images/bg_countryside.gif');
  background-repeat: no-repeat;
  background-position: 0px 356px;
}

#birdFlash {
  float: left;
  width: 237px;
  height: 179px;
}

#birdHeader {
  float: left;
  width: 237px;
  height: 179px;
}

#formTitleLeft {
  float: left;
  width: 174px;
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 9px;
  color: #907444;
}

#formTitleRight {
  float: left;
  width: 275px;
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 9px;
  color: #907444;
}

#formBlankLine {
  float: left;
  width: 449px;
  text-align: left;
}

#formNote
{	
  float: left;
  text-align: left; 
  padding-left: 22px;
  padding-top: 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  font-style:italic;
  color: #907444;
}

#first_name {
  width: 150px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 9px;
  color: #907444;
  background-color: #FBF7D9;
  border-color: #C0A474;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
  height: 14px;
  vertical-align: middle;
}

#your_email {
  width: 250px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 9px;
  color: #907444;
  background-color: #FBF7D9;
  border-color: #C0A474;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
  height: 14px;
  vertical-align: middle;
}

#friend_name1, #friend_name2, #friend_name3, #friend_name4, #friend_name5 {
  width: 150px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 9px;
  color: #907444;
  background-color: #FBF7D9;
  border-color: #C0A474;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
  height: 14px;
  vertical-align: middle;
}

#friend_email1, #friend_email2, #friend_email3, #friend_email4, #friend_email5 {
  width: 250px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 9px;
  color: #907444;
  background-color: #FBF7D9;
  border-color: #C0A474;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
  height: 14px;
  vertical-align: middle;
}

#eseedMessage {
  padding-top: 60px;
  margin-right: 20px;
  margin-left: 20px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.8;
}

#comm1Left {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.8;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
}

#comm1Left a {
  line-height: 1.8;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
}

#comm1Right {
  text-align: left;
  line-height: 1.8;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
}

#comm2Title
{
  padding-left: 20px;
  padding-right: 20px;	 
  text-align: left;
  line-height: 1.8;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-weight: bold;
  color: #907444;
}

#comm2Content
{
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  line-height: 1.8;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-weight: normal;
}

#comm2_main
{
  width: 213px;
  height: auto;
  padding: 0px;
  margin: 0px;
}

#comm2_img
{
  width: 213px;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 5px solid #EBDBA4;
}


#thankyou
{	 
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  color: #907444;
  line-height: 1.8;
}

.form-table div label.error {
    color: red;
    display: block;
    line-height: 1em;
}
