/*reset*/
*{
	margin:0px;
	padding:0px;
}
header, nav, article, aside, footer, hgroup, section {
	display: block;
}
ul { 
	list-style: none;
}

/*typography*/
body{
	width:100%;
	display: box;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-moz-box;
	box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	margin:0 auto;	
	text-align: justify;
	font: Garamond, Arial, Helvetica, sans-serif;
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(32,124,202,1) 7%, rgba(41,137,216,1) 38%, rgba(37,213,237,1) 70%, rgba(122,226,207,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(7%,rgba(32,124,202,1)), color-stop(38%,rgba(41,137,216,1)), color-stop(70%,rgba(37,213,237,1)), color-stop(100%,rgba(122,226,207,1))); /* Chrome,Safari4+ */
}

	
p {	
	margin-bottom: 5px;
	color:#00175E;
}
strong { font-weight:bold}
em { font-style:italic}
a { color:#940033}
a:hover { bordor-bottom: 1px solid #940033}
a:active { border-bottom: 2px solid #940033}

#wrapper{
	max-width:1000px;
	margin: 0px auto;
	display: box;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-moz-box;
	box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	}
	/*Header*/
header{
	width:100%;
	height:130px;
	border-top-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-right-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	margin-bottom: 0px;
	background-image: url("images/Header8.jpg");
	background-size: cover;
}

hgroup { 
margin: 20px 0 40px}
hgroup h1 {
	margin-left: 15px;
	padding: 5px 5px 5px;
	font-family: Algerian, Garamond, Tahoma, sans-serif;
	height:40px;
	color: #8A0000;
	text-shadow: -1px -1px 0 *, 0 0 10px rgba(255,255,255,0.7);
}
hgroup h1 a:hover { border: none}
hgroup h4 {	
	font-family: MeretPro-Modium, Garamond, Tahoma, sans-serif;
	color: #800000;
	margin-left:18px;
}
/* Top-navigation bar*/
	nav#top_nav{
	margin:  0 auto;
	width: 100%;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	background-color: #970000;
	background-image: -moz-linear-gradient(top, #ca0000, #970000);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ca0000),color-stop(1, #970000));
	box-shadow: inset 0 0 15px #900, 0 0 20px #446b6b, inset 0 35px 35px -18px #ca0000;
	-moz-box-shadow: inset 0 0 15px #900, 0 0 20px #446b6b;
	-webkit-box-shadow: 0 0 20px #446b6b;
}
nav#top_nav ul{
	text-align: center;
	height: 40px;
	margin: 0 auto;
	text-decoration:none;
}
nav#top_nav li{
	display:inline-block;
	list-style:none;
	position: relative;
	text-decoration: none;
}
nav#top_nav ul li a{
	font-size: 14px;
	display: block;
	float: left;
	text-transform: uppercase;
	line-height: 40px;
	padding: 0 30px;
	color: #FFFFFF;
	text-decoration: none;
}
nav#top_nav ul li a:hover{
	border: none;
	box-shadow: inset 0 0 15px #900, inset 0 -35px 35px -18px #ca0000;
	-moz-box-shadow: inset 0 0 15px #900;
	background-image: -moz-linear-gradient(bottom, #ca0000, #970000);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ca0000),color-stop(1, #970000));
}
/* section under the menu bar*/
#new_div{
	margin-top: 5px;
	display: box;
	display: -ms-flexbox;
	display:-webkit-box;
	display: -moz-box;
	box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
}
#main_content{
	box-flex: 1;
	-ms-flex:1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	padding: 10px;
	margin: 5px,0px;
	min-width: 650px;
	border:1px, solid, #fffff7;
	background: #fffff7;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 0 10px #629996;
	-moz-box-shadow: 0 0 10px #629996;
	-webkit-box-shadow: 0 0 10px #629996;
}
/* main section with article*/

article img {
	float: left;
	border: 2px solid #878786; 
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;	
	margin-right: 10px;
}


article {
	background: #fffff7;
	margin-left: 30px;
	margin-bottom: 30px;
	padding: 30px;	
}
article  h1 {	
	font-family: Lucida Bright, Garamond, Tahoma, sans-serif;
	font-size: 18px;
	line-height:30px;
	height: 30px;
	margin-bottom: 15px;	
	text-align: center;
	color: #85002e ;
}
article p{
		font-family: Lucida Bright, Garamond, Tahoma, sams-serif;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-right: 20px;
		
}

/* left section with links*/
#left_nav{
	width: 250px;
	padding: 30px;
	margin: 0px 5px;
	border:1px, solid, #D2FFF0;
	background: #D2FFF0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 0 10px #629996;
	-moz-box-shadow: 0 0 10px #629996;
	-webkit-box-shadow: 0 0 10px #629996;
}
#left_nav h2 {
	font-family: Garamond, Tahoma; sans-serif;
	font-size: 16px;
	line-height:40px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color:#ffffff;
	background-color: #0081ac;
	box-shadow: inset 0 -28px 35px -18px #005b79;
	background-image: -moz-linear-gradient(top, #0081ac, #005b79);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #0081ac),color-stop(1, #005b79));
	padding: 0 10px;
	border: 1px solid #6e7e93;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}
#left_nav  nav ul {
	display: block;
	margin: 0 auto;
}
#left_nav  nav ul li {
	display:block;
	text-decoration: none;
}
#left_nav  nav ul li a {
	font-weight:bold;
	font-size: 16px;
	line-height: 40px;
	text-align: left;
	border-bottom: 1px solid #81aeab;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	text-decoration: none;
	margin-bottom: 10px;	
}
#left_nav nav ul li a:hover {
	border: none;
	margin-left: 5px;
}
/*Footer section*/
footer{
	padding: 20px;
	text-align: center;
	border-top: 1px, solid, #ebe8d9;
}









