/* CSS Document */

body {
	background-image: url('../images/borders.jpg');
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div.topnav {
	float: right;
	z-index: 2;
	margin-top: 4px;
	margin-right: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	font-size: 15px;
}

div.topnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: white;
	font-size: 15px;
}

div.topnav a:hover {
	text-decoration: underline;
}

div.left {
	width: 500px;
	float: left;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 20px;
	color: black;
}

div.title {
	text-align: center;
	width: 500px;
	float: left;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	color: black;
}

a.active {
	width: 180px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 20px;
	color: black;
	text-decoration: none;
	display: inline-block;
	background: url('../images/menuselect.jpg');
	border-radius: 10px;
}

iframe.menu {
	background-color: transparent;
	border: 0;
	width: 690px;
}

div.left a {
	width: 180px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 20px;
	color: black;
	text-decoration: none;
	display: inline-block;
}

img.shadow {
	-webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 7px 15px rgba(23, 69, 88, .5);
}

div.right2 {
	text-align: center;
	margin: 0px auto;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
	color: black;
}

div.right {
	width: 435px;
	float: right;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 20px;
	color: black;
}

img.border {
	float: left;
	margin-top: 50px;
}

div.telephone {
	position: inherit;
	top: 120px;
	right: 50px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	font-size: 22px;
}

div.navbar {
	float: left;
	z-index: 2;
	margin-top: 120px;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	font-size: 26px;
}

div.navbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-radius: 8px;
	color: white;
	padding: 6px;
	margin: 6px;
	display: inline-block;
	font-size: 26px;
}

div.navbar a:hover {
	background: black;
	text-decoration: underline;
}

div.container {
	width: 980px;
	margin: 0px auto;
	text-align: center;
}

div.map {
	-webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 7px 15px rgba(23, 69, 88, .5);
	width: 900px;
	height: 350px;
	margin: 0px auto;
}

div.menuleft {
	width: 200px;
}

div.menuright {
	width: 700px;
}

div.contenthome {
	background: url('../images/Content_Backdrop.jpg');
	width: 909px;
	position: absolute;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	top: 170px;
	z-index: -20;
	margin: 0px auto;
	margin-left: 16px;
	-webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 7px 15px rgba(23, 69, 88, .5);
}

img.content2 {
	width: 909px;
	margin: 0px auto;
}

div.content {
	background: url('../images/Content_Backdrop.jpg');
	width: 949px;
	position: absolute;
	height: 680px;
	top: 170px;
	z-index: -20;
	margin: 0px auto;
	margin-left: 16px;
	-webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 7px 15px rgba(23, 69, 88, .5);
}

div.contentmenu {
	background: url('../images/Content_Backdrop.jpg');
	width: 949px;
	position: absolute;
	min-height: 700px;
	height: auto;
	top: 170px;
	z-index: -20;
	margin: 0px auto;
	margin-left: 16px;
	-webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 7px 15px rgba(23, 69, 88, .5);
}

div.bottom {
	position: absolute;
	background-image: url('../images/bottom.gif');
	top: 850px;
	height: 24px;
	width: 100%;
	text-align: right;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding-top: 6px;
}

div.topbar {
	z-index: 1;
	position: absolute;
	top: 0px;
	background-image: url('../images/logo.png');
	width: 980px;
	height: 186px;
	margin: 0px auto;
	text-align: center;
}
