@import url("home.css");

#Content{
background:url(../images/ContentBG.gif) repeat-x #decbbe;
padding:10px;
width:530px; /*550px*/
}

/* ---------- CONTACT FORM ---------- */

#ContactForm ul, #ContactForm li{
list-style:none;
}
#ContactForm li{ /* Vertical spacing between form fields */
margin:4px 0;
}
#ContactForm label{ /* Styles for descriptions */
width:100px;
display:block;
float:left;
padding-right:20px;
text-align:right;
}
#ContactForm input{
width:350px;
}
#ContactForm textarea{
width:350px;
height:80px;
}
#ContactForm .SubmitBtn{
height:28px;
width:100px;
background:#4B3D31;
color:#FFFFFF;
}


/* ---------- PHOTO GALLERY ---------- */

#GalleryMasthead{
background:url(../images/MastHead_Pgallery.jpg) no-repeat;
height:119px;
width:800px;
}
#GalleryBox{
background:url(../images/Bg_PhotoGallery.gif) repeat-x #FFFFFF;
}
#GalleryPhotoNav{
background:#edb467;
font:12px Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;
padding:5px 0 0 10px;
height:25px;/* 30px */
width:790px;/* 800px */
}
#BottomContainerGallery{
background:url(../images/Bottom_ContainerPhotoGal.gif) no-repeat;
height:10px;
float:left;
width:800px;
}
	#GalleryPhotoNav li{
	float:left;
	padding:5px;
	}
	#GalleryPhotoNav a{
	color:#4B3D31;
	text-decoration:none;
	display:block; /* This tag allows the entire block to show up rather than just a portion of the hyperlink */
	}
	#GalleryNav a:hover{
	color:#FFFFFF;
	}
	
/* DROPDOWN STYLES
---------------------------------------------------*/
#GalleryPhotoNav li ul{ /* Hides dropdown menu */
position:absolute;
margin-left:-5000px;
}
#GalleryPhotoNav li:hover ul{ /* Dropdown position in non IE browsers */
margin-top:0px;
margin-left:0px;
}
#GalleryPhotoNav li.over ul{ /* Dropdown position in IE browsers, requires Suckerfish javascript */
margin-top:0px;
margin-left:0px;
}
#GalleryPhotoNav li ul li{ /* Dropdown menu submenu style */
width:175px;
float:none; /* Makes submenus horizontal */
background:#4b3d31;
border-bottom:1px solid white;
display:table; /* Fixes Hover position in FF */
}
#GalleryPhotoNav li ul li a{
height:10px; /* Fixes height in IE */
font:12px Georgia, "Times New Roman", Times, serif;
line-height:150%; /* Fixes Gap in nav */
color:#edb467;
}
#GalleryPhotoNav li ul li a:hover{ /* Submenu hover styles */
color:#FFFFFF;
}

