@charset "utf-8";

#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;
}
#wrapper {
	width: 100%;
	height: auto;
}
#header {
	width: 100%;
	height: auto;
	background-color: #336699;
    background-image: none;
	border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
}
#mainWindow {
	background-image:none;
}
#content {
	width: 100%;
	height: auto;
	padding: 10px;
	font-size: 1.5em;
}
#links, #links ul, #links li {
	width: 100%;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin: 0;
	background-image: none;
}
#links {
    margin-bottom: 45px !important;
}
#linksTopBar {
	display: none;
}
#linksBottomBar {
	display: none;
}
#mainContainer {
	padding: 0;
	width: 100%;
	height:auto;
}
#footer {
	width: 100%;
	height:auto;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
}

/*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;
}
.hiC #links ul a:link, .hiC #links ul a:visited {
	line-height: 2em;
	font-size: 1.15em;
}
.hiC p {	
	color: #000000;
}
.navbar-nav>li>a {
	line-height: 1.8em !important;
}
.hiC .navbar-nav>li>a {
	line-height: 150% !important;
}
.navbar-default .navbar-collapse {
    width: 100%;
    background-color: #FFF;
}

/*necessary to resize forms*/
.formContainer {
    width:100% !important;
    margin: 0 auto;
	padding: 5px;
}
