@charset "UTF-8";
/* CSS Document */
/*
	orange : #f96202
	slate blue : #5984c2
	slate green : #1dd8da
	baby blue : #eec;
*/


body {
/*	background-color: #7f7878; */
	border: 1px solid #ccc;
	font-size: 14px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

/* reset body width for non-mobile devices */
@media screen and (min-device-width:  480px) {
body {
	width: 1000px;
	overflow: initial;
}

}

a {
	color: #f96202;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h3 {
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
}

hr {
	background-color: #ccc;
	border: none;
	color: #dadada;
	size: 2px;
	height: 2px;
	width: 80%;
}

/* Class Styles */

.banner {
	background-color: #f96202;
	color: white;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 48px;
}

.banner img {
	border: 1px solid #f96202;
	border-radius: 50%;
	padding: 10px;
}

.bodyArea {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#184B9F;
	color: black;
	margin: auto;
	margin-top: 0px;
	padding-top: 10px;
}

.contentArea {
	padding-left: 4%;
	padding-right: 4%;
}

.contactContent {
/*	height: 314px; */
	height: 368px;
}

.footer {
	background-color: #f7f7f7;
	background-color: #8cc;
	background-color: #f96202;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	padding: 20px;
	padding-left: 10%;
}

.footer a {
	color: white;
	text-decoration: underline;
}

.footer a:hover {
	color: black;
}

.footer a img {
	border: #f96202 solid 1px;
	border-radius: 8px;
	background-color: white;
	padding: 4px;
}

.footer a:hover img {
	border-color: white;
}

/* for jquery menu */
.hiddenMenu {
	display: none;
}

.main_nav {
	font-size: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.main_nav a {
	color: #5984c2;
	color: black;
	font-weight: bold;
	padding: 10px;
}

.main_nav a:hover {
	color: #1dd8da;
	background-color: #82cafa;
	background-color: #8cc;
	background-color: #f96202;
	border-radius: 8px;
	color: white;
	text-decoration: none;
}

.main_nav td {
	padding: 10px;
}

.navArea td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
	padding: 20px;
}

.right_area {
	padding: 10px;
}

.right_area a {
	color: #5984c2;
}

.right_area a img {
	border: #e8f4ff solid 1px;
	border-radius: 8px;
}

.right_area a:hover img {
	border-color: black;
}

.right_area div {
	background-color: #e8f4ff;
	border-radius: 10px;
	margin: 10px;
	margin-top: 20px;
	padding: 10px;
	
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* for 16:9 aspect reaio */
/*  padding-bottom: 75%; /* for 4:3 aspect reaio */
    height: 100px;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

//* ID Styles */

#donate_link {
	background-color: #f96202;
	border-radius: 8px;
}

#donate_link a {	
	background-color: #f96202;
	border: 1px solid #f96202;
	border-radius: 8px;
	color: white;
}

#donate_link a:hover {
	background-color: white;
	color: #f96202;
}

#sign_area {
	background-color: white;
	border: none;
	text-align: center;
	padding: 10px;
}

#sign_area a {
	border: 3px solid #f96202;
	border-radius: 10px;
	color: #f96202;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sign_area a:hover {
	background-color: #f96202;
	color: white;
	text-decoration: none;
}

#tweets {
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
}
