body {
	margin: 10px;
}

main {
	max-width:1020px;
	margin-right:auto;
	margin-left:auto;
} 

header,footer {
	
	border: 0px;
	max-width: 1020px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
}

header {
	text-align: right;
}

address {
		font-style: normal;
	}

header img {
	max-width: 100%;
}

nav ul {
	display: flex;
	list-style-position: inside;
	justify-content:flex-start;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

nav ul li a{
	display: block;
	padding: 0.5em;

}


footer img {
	max-width:100%;
	height:auto;
}
	
#LogoFooter {
	background-color: #1aa3d4;
}
#main_photo img {
	width:100%;
	height: auto;
}
#main_content {
	display:flex;
	/*width:75%;
	float:left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	margin:0px;*/
}
.text {
	flex: 80%;
	
	text-align: left;
}


.photos_right {
	flex: 20%;
	padding-left: 1em;
	
}



#banners {
	display: flex;
}
.banner {
	flex:25%;
	background-color:#1aa3d4;
	font-family: Tahoma, Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: 300;
	color: #ffffff;	
	margin:0.3em;
	text-align: right;
}
.banner span {
	display: block;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}
.banner img {
	max-width:100%;
	margin-bottom:0.5em;
	}


.banner a:link {
	color: #ffffff;
	text-decoration: none;
}
.banner a:visited {
	color: #ffffff;
	text-decoration: none;
}
.banner a:hover {
	color: #cccccc;
	text-decoration: underline;	
}
.banner a:active {
	color: #cccccc;
	text-decoration: underline;
}



.bg-color {
	display:contents;
	background-color:#1aa3d4;
	text-align:center;
	margin-bottom: 0.3em;
	}

.menu {
	
	background-color:#1aa3d4;
	font-family: Tahoma, Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: 300;
	color: #ffffff;
	
}
/*
.menu a {
	display: block;
	padding: 0.5em;
	
}*/
.menu a:link {
	color: #ffffff;
	text-decoration: none;
}
.menu a:visited {
	color: #ffffff;
	text-decoration: none;
}
.menu a:hover {
	color: #cccccc;
	text-decoration: underline;
	
}
.menu a:active {
	color: #cccccc;
	text-decoration: underline;
}


.main_photo {
	width:100%;
	float:left;
	padding-bottom: 20px;
}

/*
.photo {
	vertical-align: top;
	border: 0px;
	margin: 0px;
	padding-top: 50px;
}
*/

.title {
	font-family: Tahoma, Verdana, Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #1aa3d4;
	font-weight: 600;
	line-height:22px;
	padding-top: 0px;
}

.subtitle {
	font-family: Tahoma, Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#1aa3d4;
	font-weight: normal;
}

.subtitle a:link {
	color: #666666;
	text-decoration: none;
}
.subtitle a:visited {
	color: #666666;
	text-decoration: none;
}
.subtitle a:hover {
	color: #271E3D;
	text-decoration: underline;	
}
.subtitle a:active {
	color: #271E3D;
	text-decoration: underline;
}

.text {
	font-family: Tahoma, Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #666666;
	line-height:24px;
	list-style-image:  url("new/clips/arrow.gif");
	padding-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
}
.text a:link {
	color: #271E3D;
	text-decoration: underline;
}
.text a:visited {
	color: #666666;
	text-decoration: underline;
}
.text a:hover {
	color: #666666;
	text-decoration: none;	
}
.text a:active {
	color: #271E3D;
	text-decoration: none;
}

