@charset "utf-8";
 /* Remove margins and padding from the list, and add a black background color */
 
img {
	max-width:100%;
	height:auto;
	margin:0;
	border: 0;
	background-repeat: no-repeat;
	background-position: center;
	float: none;
}

h1 {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
	text-align: center;
	color: #C06;
}

h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 45px;
	font-weight: 400;
	margin: 0 0 24px;
}
h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.7em;
	color: #000;
	line-height: normal;
	font-weight: bold;
}
h3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-stretch:narrower;
	color:#526a76;
	font-weight:bold;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #000;
	line-height: 1.4em;
	font-weight: lighter;
}
p a {
	color:#F90;
	text-decoration: none;
}
p  a:hover {
	color: #F00;
	text-decoration: none;
}
h4{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.3em;
	color:#0B1E28;
	font-weight: normal;
	font-style: italic;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333;
	font-weight: lighter;
}
h5 a{
	color: #006;
}

/*----------------------------------------- CONTENT -------------------------------*/


#header_container {
	width: 90%;
	float: left;
	height: auto;
	background-color: #CCCCCC;
	padding-right: 5%;
	padding-left: 5%;
}
#Container {
	width:90%;
	float:left;
	height:auto;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 20px;
}

#images_container {
	width:100%;
	float:left;
	height:auto;
	background-color: #FFF;
}

#rcorners1 {
	border-radius: 25px;
	background: #73AD21;
	width: 90%;
	height: auto;
	float: left;
	padding-right: 5%;
	padding-left: 5%;
	margin-top: 20px;
}

#container_left{
	float:left;
	width:18%;
	height:auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#container_right{
	float:left;
	width:79%;
	height:auto;
	margin-left: 3%;
}

@media screen and (max-width:960px) {
}
  
