@charset "UTF-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#bkgrd{
	position:absolute;
	left:0px;
	top:0px;
	background: url('img/bkgnd.jpg');
	height: 700px;
	width: 100%; 
}
 
#page{
	text-align: center;
	margin: auto;
	width: 1005px;
	height: auto;	
}

#content {
	position: relative;
	margin-left: 4px;
}
 
#menulocator{
	text-align:center;
	margin:auto;
	width: 1003px;	
}

#logo{
	background: url('img/title.png');
	position:absolute; 
	left:75px; 
	top:100px; 
	width:539px; 
	height:75px; 
	z-index:2;
}

#menu{
	background: url('img/menu.png') no-repeat;  
	position:absolute; 
	left:65px; 
	top:300px; 
	width:1003px; 
	height:700px; 
	z-index:3;
}

#login-button{
	position:absolute; 
	left:254px; 
	top:-35px; 
	width:350px; 
	height:75px; 
	z-index:5;
	margin: 50px auto;
	border: 1px #ababab solid;
	text-align: center;
	font-size: 36px;
}

#login-button p{
	margin-top: 20px;
	color: #FFF;
}

#login-button a{
	color: #FFFFFF;
	text-decoration: none;
}

#login-button:hover{ background-color: #3d5a8f; }

#homebut{
	position:absolute; 
	left:20px; 
	top:15px; 
	display: block;
	width:102px; 
	height:82px; 
	background: url(img/homebut.png) no-repeat; 
	z-index:4;
}

#homebut:hover{
	background-position: 0 -82px;
}

#invitebut{
	position:absolute; 
	left:137px; 
	top:15px; 
	display: block;
	width:102px; 
	height:82px; 
	background: url(img/invitebut.png) no-repeat; 
	z-index:4;
}

#invitebut:hover{
	background-position: 0 -82px;
}

#helpbut{
	position:absolute; 
	left:619px; 
	top:15px; 
	display: block;
	width:102px; 
	height:82px; 
	background: url(img/helpbut.png) no-repeat; 
	z-index:4;
}

#helpbut:hover{
	background-position: 0 -82px;
}

#contactbut{
	position:absolute; 
	left:736px; 
	top:15px; 
	display: block;
	width:102px; 
	height:82px; 
	background: url(img/contactbut.png) no-repeat; 
	z-index:4;
}

#contactbut:hover{
	background-position: 0 -82px;
}



#menu2{
	background: url('img/menu.png');
	position:absolute; 
	left:0px; 
	top:-100px; 
	width:1003px; 
	height:700px; 
	z-index:3;
}


#welcome{
	color: #FF0000;
}


#titlebar{
	height: 70px;
	width: 100%
	text-align: center;  
}

#titlebar-image{
	width: 625px;
	height:70px;
	margin: 0 auto;
	background: url('img/title.png') no-repeat center bottom;
}

#linkbar{
	width: 100%;
	height: 25px;
	margin: 0;
	padding-top: 5px;
	text-align: center;
}
#linkbar-links{
	width: 625px;
	height: 30px;
	margin: 0 auto;
}
#linkbar-links ul, li{
	display: inline !important;
	list-style: none;
	font-size: 20px;
}
#linkbar-links ul{
	margin: 5px 0 0 0;
	padding: 0px 0 0px 5px;
	border-left: 1px #ababab solid;
}
#linkbar-links li{
	padding: 0px 8px 0px 4px;
	margin: 0px;
	border-right: 1px #ababab solid;
}
#linkbar-links a:hover{
	color: #585858;
}
#linkbar-links a{
	color: #516fa6;
	text-decoration: none;
}



.content{
	background-color: #FFFFFF;
	width: 625px;
	margin: 20px auto;
	border: 1px #ababab solid;
	padding: 0;
}

.content p{
	margin: 2px 5px 2px 5px;
}

.content table{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.content img{ border:none; }

.content-header{
	background-color: #d8dfea;
	text-align:left;
	height: 45px;
	width: 625px;
	margin: 0;
}

.content-header h3{
	margin: 0px 0 0 10px;
	padding-top: 15px;
	color: #516fa6;
}

#infobox{
	width: 625px;
	height: auto;
	min-height: 100px;
	background-color: #FFFFFF;
	margin: 20px auto;
	border: 1px #ababab solid;
	padding: 0;
	text-align: center;
}
#infobox p{
	margin-left: 5px;
	margin-right: 5px;
}

#infobox2{
	position:relative;
	top:-425px;
	left:-4px;
	width: 842px;
	height: auto;
	min-height: 100px;
	background-color: #FFFFFF;
	margin: 20px auto;
	border: 1px #ababab solid;
	padding: 0;
	text-align: center;
}
#infobox2 p{
	margin-left: 5px;
	margin-right: 5px;
}

#welcome-name{
	text-align: left;
	color: #FF0000;
}

#transferPhotosButton{
	background-color: #516fa6;
	border: 1px #ababab solid;
	text-align: center;
	width: 300px;
	height: 70px;
	font-size: 24px;
	margin: 25px auto;
}
#transferPhotosButton p{ color: #FFFFFF; }

#transferPhotosButton a{
	color: #FFF;
	text-decoration: none;
}

#dl-link{
	background-color: #516fa6;
	border: 1px #ababab solid;
	text-align: center;
	width: 300px;
	height: 70px;
	font-size: 24px;
	margin: 25px auto;
}

#dl-link p{ color: #FFFFFF; }

#dl-link a{
	color: #FFF;
	text-decoration: none;
}

#chooseUserButton{
	width: 300px;
	height: 25px;
	background-color: #516fb6;
	margin: 25px auto;
	padding-top: 10px;
}

#chooseUserButton:hover{ 
	cursor: pointer; 
}

#chooseUserButton a{
	color: #FFF;
	text-decoration: none;
}

#footer{
	text-align: center;
	font-size: 12px;
}

#footer p{
	color: #516fa6;
}

#footer a{
	color: #516fa6;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}