/* CSS Document */

html {
	margin: 0px;
	top: 0px;
	height: 100%;
	}

body {
	background-image: url(../images/bigBackground.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color: #7b7b7b;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	top: 0px;
}

h2 {
	color:#FFFFFF;
	font-size:20px;
	font-weight: 300;
}

img {
	border: none;
}

ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

li {
	display: inline;
	list-style: none;
	padding-left: 10px;
}

#headerDiv {
	position: relative;
	top: 15px;
	width: 800px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	font-family:Arial, Helvetica, sans-serif;
	color: #bb070c;
	z-index:2;
}

#siteNav {
	position: absolute;
	top: -20px;
	left: 495px;
}

#flashcontent {
	position:absolute;
	top: -65px;
	left: 10px;
	width: 500px;
	height: 450px;
}

#containerDiv {
	position:relative;
	margin-left: auto;
	margin-right:auto;
	width: 800px;
	background-color:#333333;
	opacity: .4;
	filter: alpha(opacity=40);
}

#spacerDiv {
	position: relative;
	top: -500px;
	height: 560px;
}


#contentDiv {
	position:relative;
	top: -500px;
	width: 800px;
	height: 500px;
	margin-left: auto;
	margin-right:auto;
}

#containerDivPhotos {
	position:relative;
	margin-left: auto;
	margin-right:auto;
	width: 800px;
	background-color:#333333;
	opacity: .4;
	filter: alpha(opacity=40);
}

#spacerDivPhotos {
	position: relative;
	top: -500px;
	height: 760px;
}



#contentDivPhotos {
	position:relative;
	top: -750px;
	left: 25px;
	width: 750px;
	height: 500px;
	margin-left: auto;
	margin-right:auto;
}

#contentDivLogin {
	position:relative;
	top: -600px;
	left: 250px;
	width: 750px;
	height: 500px;
	margin-left: auto;
	margin-right:auto;
}

#homepageContentDiv {
	position:relative;
	top: -600px;
	width: 800px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}

#homepageContent{
	position:relative;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	left: 5px;
	top: 0px;
	color:#FFFFFF;
	font-size: 10px;
	z-index:2;
}

#photoCategories {
    width: 800px;
}

#pageContent{
	position:relative;
	width: 350px;
	left: 430px;
	top: -60px;
	color:#FFFFFF;
	font-size: 10px;
	z-index:2;
	height: 400px;
}

#pageContentContact{
	position:relative;
	width: 350px;
	left: 25px;
	top: 0px;
	color:#FFFFFF;
	font-size: 10px;
	z-index:2;
}

#contactForm {
	position:absolute;
	left: 400px;
	top: 70px;
	width: 300px;
	color:#FFFFFF;
	font-size: 10px;
}

#navList {
	position:absolute;
	margin-left: 25px;
	margin-bottom: -10px;
	left: 25px;
	top: 426px;
	z-index:2;
}

#navList ul {
	white-space: nowrap;
}

#navList li {
	display: inline;
	list-style: none;
	margin-left: -15px;
}

#findYourPhotosHome {
	position: absolute;
	left: 580px;
	top: 540px;
}

#findYourPhotos {
	position: absolute;
	left: 580px;
	top: 420px;
}

#footerDiv {
	position:relative;
	margin-left: auto;
	margin-right: auto;
        width: 800px;
	top: -520px;
	font-size:10px;
	color: #bb070c;
}

#footerDiv a, #footerDiv a:active, #footerDiv a:visited {
	text-decoration: none;
	color: #bb070c;
}

#footerDiv a:hover {
	text-decoration: underline;
	color: #bb070c;
}

#footerDivHome {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:800px;
	top: -500px;
	text-align:right;
	font-size:10px;
	color: #bb070c;
}

#footerDivHome a, #footerDivHome a:active, #footerDivHome a:visited {
	text-decoration: none;
	color: #bb070c;
}

#footerDivHome a:hover {
	text-decoration: underline;
	color: #bb070c;
}

#footerDivContact {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:800px;
	top: -500px;
	text-align:right;
	font-size:10px;
	color: #bb070c;
}

#footerDivContact a, #footerDivContact a:active, #footerDivContact a:visited {
	text-decoration: none;
	color: #bb070c;
}

#footerDivContact a:hover {
	text-decoration: underline;
	color: #bb070c;
}

#changeGallery {
    width: 800px;
	text-align: right;
}

#logoutDiv {
	position: relative;
    text-align:right;
}

#siteBy {
	text-align: right;
	}

/* CONTENT UPDATE SECTION   */

#updateFormContact {
	position:relative;
	left: 25px;
	top: -260px;
	visibility: hidden;
	display: none;
}

#updateFormHome {
	position:relative;
	left: 80px;
	top: -200px;
	visibility: hidden;
	display: none;
}

#updateForm {
	position:relative;
	left: 430px;
	top: -490px;
	visibility: hidden;
	display:none;
	height: 0px;
}

#editButton {
	position:relative;
	left: 450px;
}

#editButtonHome {
	position:relative;
	left: 100px;

}

#editButtonContact {
	position:relative;
	left: 25px;
}

#deletePhoto {
	font-size: small;
}

#photoUploadDiv {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	top: 300px; 
}