/* general */

html, body {
	height: 100%;
	overflow: hidden;
}

body {
	padding: 0;
	margin: 0;
	background: url('images/body_bg.jpg') no-repeat;
}

a {
	outline: 0 none;
}

a img, img {
	border: 0;
}


div#headerDiv {
	height: 100px;
}

div.googleMapDiv {
	/* margin-left: 50px; */
}

img.faderImg {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* navigation */

div#priNav {
	text-align: center;
	margin: 30px 0 0 0;
	/* position: relative; */
	width: 880px;
	height: 30px;
	color: #1a5315;	
	font-family: verdana, arial;
	font-size: 14px;
}

div#priNav a {
	text-decoration: none;
	color: #943330;
	padding: 0px 5px 0px 5px;
	font-family: verdana, arial;
	font-size: 14px;
}

div#priNav a.selected {
	font-weight: bold;
}
/* layout */

div#homeFotoGroup {
	background-color: #efefef;
	margin: 0 auto;
	width: 750px;
	height: 300px;
	position: relative;
}

div#relDiv {
    background: url("images/reldiv_bg.png") repeat scroll left top transparent;
    border-left: 1px solid #b0afaf;
    border-right: 1px solid #b0afaf;
    height: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    /* overflow-y: auto; */
    overflow-y: hidden;
    width: 900px;
	position: relative;	
}

div#ajaxContentDiv {
	position: relative;
	overflow: auto;
	height: 85%;
	height: calc(100% - 160px);
}

div#ajaxOuterDiv {
	
}

div#loginlink {
	position: absolute;
	left:0px;
	top:0px;
}

#loginlogout {
	color: #3f3f3f;
	font-family: arial;
	font-size: 14px;
	position: relative;
	top: 100px;
	left: 270px;	
}

#loginlogout a{
	color: #18306b;
}

#loginlogout input[type="text"], #loginlogout input[type="password"] {
	width: 250px;
	border-top: 1px solid #646770;
	border-left: 1px solid #646770;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	margin-bottom: 5px;
	background-color: #e9f2f8;
}

#loginlogout input[type="submit"] {
	background-color: #dde7ef;
	color: #646770;
	border-bottom: 1px solid #646770;
	border-right: 1px solid #646770;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	padding-top: 1px;
	padding-bottom: 1px;
}

#mobileNav a {
	display: block;
	font-size: 25px !important;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px !important;
	border-bottom: 1px solid #707070;
}

#mobileNav {
	display: none;
}

div#homeFotoGroupBigImg {
	position: relative;
	margin: 5px;
	float: left;
	width: 519px;
	height: 290px;
}

img.homeFotoGroupSmallImg_one {
	margin: 5px 5px 6px 0px;
}

@media (max-width: 767px) {

	img.homeFotoGroupSmallImg_one {
		margin: 5px 2px 0px 0px;
	}

	img.homeFotoGroupSmallImg_two {
		margin-top: 5px;
	}

	#homeFotoGroup img.faderImg {
		width: 350px;
	}

	div#homeFotoGroup {
		width: 360px;
		height: auto;
		padding: 5px;
	}

	div#homeFotoGroupBigImg {
		float: none;
		width: 350px;
		height: 195px;
		margin: 0;
	}

	img.homeFotoGroupSmallImg {
		width: 172px;
	}

	#mobileNav {
		display: block;
	}
	#desktopNav {
		display: none;
	}
	#priNav {
		height: auto !important;
		width: auto !important;
	}
	#relDiv {
		width: auto !important;
	}
	div#relDiv {
		overflow-y: auto !important;
		overflow-x: hidden !important;
	}
	div#ajaxContentDiv {
		overflow: visible !important;
	}
}