article, aside, figure, footer, header, nav, section {
	display: block;
}
* {
	margin: 0;
	padding: 0;
}
html {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	background-color: #1d1d1d;
	background-image: url(../images/background_2.png);
	background-repeat: repeat;
	background-position: left top;	
}
a {
	color: #DA7906;
	text-decoration: none;
}
a:hover {
	color: #DA7906;
	text-decoration: underline;
}
body {
	width: 960px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	color: #bbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	-webkit-text-size-adjust: 100%;
	-moz-text-sizing-adjust: 100%;
	-ms-text-sizing-adjust: 100%;
	margin-top: 15px;
}
header, footer, #main_content_aside, #main_content_section, #main_content_app_tab_aside, #app_tab_contents div, #app_tab_list li a{
	background-color: #0F0F0F;
	border: 1px solid rgba(51,51,51,1);
	background-image: url(../images/content_background.png);
	background-repeat: repeat;
	background-position: left top;	
}

header, footer, #main_content_aside, #main_content_section, #main_content_app_tab_aside {
	box-shadow: 0px 0px 10px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-top: 15px;
	
}
#main_content_aside, #main_content_section, #main_content_app_tab_aside {
	margin-bottom: 15px;
	min-height: 400px;
	overflow: auto;
	z-index: 1;
}
header {
	width: 958px;
	position: static;
	z-index: 0;
}
body header img {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 10px;
	width: 958px;
	z-index: 1000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main_content_aside, #main_content_app_tab_aside {
	/*width=228+2pxborder+15=245*/
	width: 228px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: static;
}
#main_content_aside h1, #main_content_app_tab_aside h1 {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,0,1);
	margin-left: 15px;
	margin-right: 15px;
	color: #dddddd;
}
#main_content_aside ul, #main_content_app_tab_aside ul {
	padding-left: 30px;
	padding-right: 15px;
}
#main_content_aside ul li,, #main_content_app_tab_aside ul li {
 margin-top: 1.5em;
 font-size:1.0em;
}
#main_content_section {
	/*width=713+2px borders=715*/
	width: 713px;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: static;
}
#main_content_section h1 {
	font-size: 2.0em;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 0.0em;
	padding-left: 15px;
	padding-right: 15px;
	color: #dddddd;
}
#main_content_section h2 {
	font-size: 1.6em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-top: 0.0em;
	padding-left: 15px;
	padding-right: 15px;
	color: #dddddd;
}
#main_content_section p {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 1em;
	font-size: 1.0em;
	
}
#main_content_section ul {
	padding-left: 45px;
	padding-right: 15px;
}
#main_content_section ul li {
	margin-top: 1.0em;
	font-size: 1.0em;
	padding-left: 0px;
}
footer {
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #bbb;
	font-size: 0.75em;
	width: 928px;
	z-index: 1;
	display: block;
}
/*Nav Bar Below*/
nav {
	width: 958px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}
#nav_bar ul {
	margin: 0px;
	text-align: center;
}
#nav_bar li {
	display: inline-block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
}
#nav_bar ul #far_right_item {
	border-right-style: none;
}
#nav_bar a {
	color: #DA7906;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline-block;
}
#nav_bar a:hover {
	color: #DA7906;
	text-decoration: underline;
}
#nav_bar a.nav_current {
	color: #000000;
	text-decoration: none;
	background-color: #DA7906;
}
/*Nav Bar Above*/
/*Contact Us Form*/
#main_content_section #contact_us {
	margin-left: 15px;
	margin-right: 15px;
}
#main_content_section #contact_us label {
	text-align: left;
	float: left;
	width: 7em;
}
#main_content_section #contact_us #submit_button {
	margin-left: 0px;
	padding-right: 1em;
	padding-left: 1em;
	vertical-align: middle;
}
#main_content_section #contact_us input, #main_content_section #contact_us select, #main_content_section #contact_us #message {
	margin-bottom: 1.5em;
	margin-left: 1em;
}
#main_content_section #contact_us #message {
	height: 10em;
	width: 400px;
}
/*Contact Us Form*/

/*App Main Page-683-30 px to work with = 653*/


#main_content_section nav {
	width: 694.17px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 9.41px;
	margin-bottom: 0px;
	margin-left: 9.41px;
	text-align: center;
}
#main_content_section nav .row {
	height: 185px;
}
#main_content_section nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#main_content_section nav ul li {
	display: inline;
	width: 120px;
	list-style-type: none;
	list-style: none;
	float: left;
	margin-right: 9.41px;
	margin-left: 9.41px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#main_content_section nav .row ul li a h2 {
	font-size: 1.2em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#main_content_section nav ul li a h2{
	display: block;
	text-decoration: none;
	text-align: center;
	color: #DA7906;
	margin: 0px;
	padding: 0px;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
}
#main_content_section nav ul li a:hover h2 {
	display: block;
	text-decoration: underline;
	text-align: center;
	color: #DA7906;
	margin: 0px;
	padding: 0px;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
}
#main_content_section nav .row ul li a img {
	height: 120px;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*App Main Page-683-30 px to work with = 653*/



/*Donate*/

#main_content_section #donate_paypal {
	text-align: center;
}
/*Donate*/



/* the styles for the app_tabs */

#main_content_app_tab_section {
	width: 713px;
	float: right;
	padding: 0px;
	margin-bottom: 15px;
}
#app_tab_list {
	margin-top: 10px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	bottom: -1.25px;
	margin-left: 25px;
}
#app_tab_list li {
	list-style: none;
	display: inline-block;
	margin-left: 5px;
}
#app_tab_list li a {
	text-decoration: none;
	font-weight: bold;
	border-radius: 7px 7px 0px 0px;
	color: #DA7906;
	background-color: #0F0F0F;
	padding-top: 3px;
	padding-right: 1em;
	padding-bottom: 3px;
	padding-left: 15px;
	display: inline-block;
	text-align: center;
	width: 6em;
	font-size: 1.4em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: rgba(51,51,51,1);
	border-right-color: rgba(51,51,51,1);
	border-bottom-color: rgba(51,51,51,1);
	border-left-color: rgba(51,51,51,1);
	position: relative;
	bottom: 0px;
	z-index: 10;
}
#app_tab_list li a:hover  {
	border-color: black;
	background-color: silver;
	background-image: none;
}
#app_tab_list li a.active {
	background-color: #DA7906;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: rgba(0,0,0,1);
	border-bottom-color: rgba(255,255,255,1);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: rgba(0,0,0,1);
	border-left-color: rgba(0,0,0,1);
	border-bottom-width: 2px;
	z-index: 10;
	color: rgba(0,0,0,1);
	background-image: url(../images/tabselected_background.png);
	background-repeat: repeat;
	background-position: left top;
}
#app_tab_contents div {
	box-shadow: 0px 0px 10px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,1);
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	
	border: 1px solid rgba(51,51,51,1);
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	min-height: 400px;
}
#app_tab_contents div h1 {
	text-align: center;
	margin-bottom: 1em;
	font-size: 2.0em;
	margin-top: 1em;
	color: #dddddd;
}
#app_tab_contents div h2 {
	margin-bottom: 0.5em;
	font-size: 1.8em;
	margin-top: 0.5em;
	clear: both;
	text-decoration: underline;
	color: #dddddd;
}
#app_tab_contents div h3 {
	padding-top: 1.75em;
	font-size: 1.4em;
	padding-bottom: 0em;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 0.0em;
	color: #dddddd;
}
#app_tab_contents div p {
	font-size: 1.3em;
	line-height: 1.5em;
	padding-top: 1.75em;
}
#app_tab_contents div p.no_top_padding {
	font-size: 1.3em;
	line-height: 1.5em;
	padding-top: 0em;
}
#app_tab_contents div p.table_of_contents {
	font-size: 1.3em;
	line-height: 1.5em;
	padding-top: 0em;
	margin-left: 15px;
}
#app_tab_contents div p.clear_terminator {
	font-size: 0em;
	line-height: 0em;
	clear: both;
}
#app_tab_contents .intext_image_float {
	float: left;
}
#app_tab_contents .inline_image {
	display: inline;
	vertical-align: bottom;
}
.hide {
	display: none;
}
.bold {
	font-weight: bold;
}
.bold_center {
	font-weight: bold;
	text-align: center;
}
#main_content_app_tab_section #app_tab_contents div ul {
	margin-left: 30px;
	font-size: 1.4em;
	line-height: 1.7em;
	margin-bottom: 2em;
	list-style-type: circle;
}
#main_content_app_tab_section #app_tab_contents div ul li a {
	color: #DA7906;
	
	text-decoration: none;
	padding-left: 10px;
}
#main_content_app_tab_section #app_tab_contents div ul li a:hover {
	color: #DA7906;
	text-decoration: underline;
}


/* the styles for the app_tabs */
