@charset "utf-8";

.skipNav {
    display: block;
    position: absolute;
    background: transparent;
    background-image: none;
    border: none;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
    height: 1px;
}
#ADA_button {
    top: 0 !important;
    transform: rotate(0) translateX(0) !important;
    width: 100%;
    border-radius: 0 !important;
    position: inherit !important;
    margin: 0;
    height: 30px;
    padding: 5px;
    font-size: 1.4em;
}
#handicapIcon {
    transform: rotate(0) translateX(0) !important;
	margin-bottom: 5px;
}
img {
	max-width: 743px;
}
.defaultImage {
	float: none !important; 
	padding: 5px !important;
}
#headerTitle {
	width: 100%;
	height: auto;
	font-size: 2em;
	position: static;
	padding: 5px 0 5px 10px;
}
.hiC #headerTitle {
    padding: 5px 0 5px 10px;
}
#wrapper {
	width: 100%;
	height: auto;
}
#header {
	width: 100%;
	height: auto;
	background-color: #336699;
    background-image: none;
}
#navImage {
	display: none;
}
#mainWindow {
	background-image:none;
	width: 100%;
    height: auto;
}
#content {
	width: 100%;
	height: auto;
	padding: 10px;
	font-size: 1.5em;
}
.hiC #content {
	font-size: 1.6em;
}
#links, #links ul, #links li {
	width: 100%;
	height: auto;
}
#links ul, #links li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0;
	background-image: none;
}
#links {
    margin-bottom: 45px !important;
}
#links a:link, #links a:visited {
	font-size: 1.25em;
	line-height: 1.5em;
}
.hiC #links a:link, .hiC #links a:visited {
	line-height: 1.1em;
}
.hiC #links ul a:link, .hiC #links ul a:visited {
    font-size: 1.5em;
    padding: 10px 0 !important;
}
#linksTopBar {
	display: none;
}
#linksBottomBar {
	display: none;
}
#mainContainer {
	padding: 0;
	width: 100%;
	height:auto;
}
#footer {
	width: 100%;
	height:auto;
}


/*Styles for mobile menu*/
.navbar-brand {
	display:inherit;
}
.navbar {
    border-radius: 0;
	width: 100% !important;
	position: absolute !important;
    z-index: 99999;
}
.navbar-collapse {
    border: 0 !important;
}
.navbar-toggle {
    margin-left: 15px;
	float: left !important;
    margin-right: 0 !important;
}
.nav>li>a {
    padding: 5px 0 !important;
}
.navbar-default .navbar-collapse {
    width: 100%;
    background-color: #FFF;
}
/*necessary to resize forms*/
.formContainer {
    width:100% !important;
    margin: 0 auto;
	padding: 5px; 
}
