/* CSS Document */

/****************************
AUTHOR: Heidi Weiland
DATE: January 2007
CONTACT: heidi@soundwebsolutions.net

NOTES: FORMATTING/LAYOUT FOR SPECIFIC PAGES, ALPHABETICAL
****************************/

#about #content img {
margin-left:10px;
border:2px solid #54722e;;
width:200px;
float:right;
}
#about #content {
width:538px;
}
#about #middle-row {
background-image:url(../images/middle-row-index.jpg); /* for widened page */
/*height:400px;*/
}

#address1 {
float:left;
}
#address2 {
float:left;
margin-left:20px;
}




#cabinForm #middle-row {
/*height:820px;*/
}

#contact #middle-row {
/*height:340px;*/
}


#fishing #footer {
background-image:url(../images/eqcFishing_06.jpg);
}

#index #middle-row {
background-image:url(../images/middle-row-index.jpg);
/*height:325px;*/
}
#index #content {
width:538px;
}
#index #content img, #location #content img {
width:190px;
float:right;
}
#index #footer {
background-image:url(../images/eqc_06.jpg);
background-image:url(../images/eqcSummer_06.jpg);
}


#location #content {
width:538px;
}
#location #middle-row {
background-image:url(../images/middle-row-index.jpg);
/*height:445px;*/
}
#location #footer {
background-image:url(../images/eqc_06.jpg);
}
#location #content img {
margin-left:10px;
border:2px solid #54722e;;
width:200px;
float:right;
}


#lodge #content img {
margin-left:10px;
border:2px solid #54722e;;
width:150px;
float:right;
}
#lodge #content {
width:538px;
}

#lodge #middle-row {
/*height:565px;*/
background-image:url(../images/middle-row-index.jpg); /* for widened page */
}
#lodge #footer {
background-image:url(../images/eqcFood_06.jpg);
}
#lodge #footer {
background-image:url(../images/eqcFood_06.jpg);
}

#lodgeForm #middle-row {
/*height:917px;*/
}


#summer #content img {
margin-left:10px;
border:2px solid #54722e;;
width:200px;
float:right;
}
#summer #content {
width:538px;
}

#summer #middle-row {
background-image:url(../images/middle-row-index.jpg); /* for widened page */
}

#summer #footer {
background-image:url(../images/eqcSummer_06.jpg);
}


#winter #content img {
margin-left:10px;
border:2px solid #54722e;;
width:200px;
float:right;
}
#winter #content {
width:538px;
}

#winter #middle-row {
/*height:565px;*/
background-image:url(../images/middle-row-index.jpg); /* for widened page */
}

/**************** STYLING FOR FORMS **************/
fieldset {
margin:1em 0;
padding:.5em;
border:1px solid #97ad6f;
background-color:#ffffff;
}
legend {
font-weight:bold;
color:#382004;
}
label {
float:left; /*MUST BE APPLIED SO THAT WIDTH PARAMETER WILL FUNCTION*/
/*width:8em;*/
margin-right:1em;
text-align:left;
}
input, select {
/*width:12em;
*/
}
textarea {
width:330px;
height:75px;
overflow:scroll;
}

input[type="text"], textarea { /*PRIMARILY FOR FIREFOX*/
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
border-top:2px solid #999;
border-left:2px solid #999;
}



