@charset "utf-8";
/* CSS Document */

html, body { 
height: 100%; 
width: 100%; 
margin: 0; 
}

body{
	margin: 0;
	background-color: none;
	background-repeat: no-repeat;
}

body.landing{
margin: 0 auto;
background-image: url(../page_images/background-outer-2.jpg);
	background-color: #98979B;
	background-repeat: repeat-x;
	background-attachment: fixed;
}




img {
max-width: 100%;
display: block;
}


#container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	background-color: none;
	font-family: 'Abel', Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
@media (min-width: 1000px) {
    #container {
        max-width: 870px;
		font-size: 18px;
    }
}

@media  (max-width: 999px) {
    #container {
        max-width: 780px;
		font-size: 24px;
    }
}





#about {
	min-height:725px;
    padding-left: 10px;
	padding-right: 10px;
    padding-bottom: 20px;
    padding-top: 10px;
	font-family: 'Abel', Verdana, Arial, Helvetica, sans-serif;
    margin-left: 0px;
	margin-right: 0px;
    position: relative;
/*	 background-color: rgba( 255, 255, 255, 0.7);
     background-color: #ffada2;*/
	      text-align: justify;
     text-justify: inter-word;
}

#banner_container {
	position: relative;
	min-height: 90px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
#banner {
	float:left;
	min-height: 90px;
	width: 400px;
}
#bannerlink {
	position: absolute;
    width: 400px;
    height:90px;
    top:1px;
    left:1px; 
}

#nav_bar {
	position: relative;
	float: right;
	height: 50px;
	max-width: 220px;
	padding-top: 58px;
}

@media (max-width: 600px) {
    #nav_bar {
        padding-top: 5px;

    }
}




#text_file_class {
    font-family: 'Abel', sans-serif;
	color: #000000;
}
/* NON-MENU LINK COLORS */



a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:active {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #333399;
	text-decoration: none;
}


/* FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER  */
#footer_padding {
	position: relative;
	clear:both;
	height: 30px;
	padding-top: 10px;
	color: #e7e7de;
}
#footer_container {
	position: relative;
	height: 45px;
	background-color: rgba(0, 0, 0, 0.075); 
	font-family: 'Abel', Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 12px;
	padding-left: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
}

/* FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER  */

	#menu {
	position:relative;
	z-index: 100;
	font-family: 'Abel',Arial, sans-serif;
	font-size: 32px;
	/*background-color: rgba(0, 0, 0, 0.075); */
	width: 500px;
	height: 45px;
	display: block;
	line-height: 1;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	float: right;
	padding-bottom: 0;
	padding-right: 1px;
	}
	#menu ul {
		margin: 0;
		padding: 0;
		border: 0;
	}
	#menu ul {
		list-style: none;
	}
		/* Top buttons */
		#menu .menu-top > li {
			float: right;
			position: relative;
			text-align: center;
			-webkit-transition: background-color .01s;
			-moz-transition: background-color .01s;
			-ms-transition: background-color .01s;
			-o-transition: background-color .01s;
			transition: background-color .01s;
		}
		#menu .menu-top > li:hover {
			background: rgba(0, 0, 0, 0.03); 
                	-webkit-transition: background-color .01s;
			-moz-transition: background-color .01s;
			-ms-transition: background-color .01s;
			-o-transition: background-color .01s;
			transition: background-color .01s;
		}
		#menu .menu-top .menu-right {
			float: right;
		}
		
	#menu .menu-label {
	text-transform: capitalize;
	}
	
	#menu .menu-button {
	display: block;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 5px;
	color: #000000;
	-webkit-transition: color .01s;
	-moz-transition: color .01s;
	-ms-transition: color .01s;
	-o-transition: color .01s;
	transition: color 0.1s;
		}
		#menu li:hover .menu-button {
			color: #000000;
			-webkit-transition: color .01s;
			-moz-transition: color .01s;
			-ms-transition: color .01s;
			-o-transition: color .01s;
			transition: color .01s;
		}


/* INNER AND OUTER BACKGROUNDS */

.inner-background {
	background-color: #FFFFFF;
	border: #4C2806 0px solid;
}
.outer-background {
	background-color: #98979B;
	background-image: url("picts/background-outer.jpg");
	background-repeat: repeat-X;
	background-attachment: fixed;

.pagewidth {
	width: 850px;
}
.pageheight {
	height: 600px;
}

.bannerborder {
	border-bottom: #D7D7D7 1px solid;
}




*/