@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;
}
h1, h2 {
	text-align: left;
}
body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#ADA_button {
	left: 0;
    top: 30%;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg) translateX(-70%);
    -ms-transform: rotate(90deg) translateX(-70%);
    transform: rotate(90deg) translateX(-70%);
    display: block;
    position: fixed;
    z-index: 9999;
	border-radius:10px 10px 0 0;
    font-weight: bold;
    font-size: 1.25em;
    letter-spacing: 1px;
	font-size: 1.3em;
}
#handicapIcon {
	transform: rotate(-90deg); 
	margin-right: 3px;
}
.defaultImage {
	float: right; 
	padding: 35px 0px 20px 20px;
}
a:link {
	color: #2F6AA4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2F6AA4;
}
a:hover {
	text-decoration: underline;
	color: #418EEC;
}
a:active {
	text-decoration: none;
}
.hiC a:link {
	color: #0000FF !important;
	text-decoration: underline;
}
.hiC a:visited {
	color: #0000FF !important;
	text-decoration: underline;
}
.hiC a:hover {
	color: #0000FF !important;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-position: center;
	height: auto;
}
#mainContainer {	
	background-color: #FFF;
	box-sizing: border-box;
	overflow: hidden;
    padding: 0 20px;
}
#headerTitle {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    color: #FFFFFF;
    padding: 60px 0 0 20px;
}
.hiC #headerTitle {
    padding: 8px;
}
#header {
	background-image: url(images/smiles.jpg);
    background-repeat: no-repeat;
    width: 980px;
    height: 100px;
}
.hiC #header {
	background-image: none;
	background-color: #385a7b;
    height: 50px;
}
#mainWindow {
	width: 1000px;
	background-image: url(images/mainWindowBkg.jpg);
    background-repeat: repeat-y;
	box-sizing: border-box;
	overflow: hidden;
}
.hiC #mainWindow {
	background-image: none;
}
#links ul {
	margin-bottom: 0;
}
#links {
	width: 195px;
	float: right;
}
.hiC #links {
	background-color: #FFFFFF;
}
#links img {
	margin-bottom: 15px;
}
#links ul a:link, #links ul a:visited {
	line-height: 2em;
	color: #00006B;
	text-decoration: none;
}
#links ul a:hover, #links ul a:active {
	line-height: 2em;
	text-decoration: underline;
	color: #000000;
}
.welcome {
	padding-bottom: 10px;
	color: #797979;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin: 0;
    font-size: 1.8em;
}
.hiC .welcome {
	color: #000000;
}
#practiceAddress {
	font-size: .9em;
	line-height: 1.3em; 
	text-align: center;
	color: #818181;
	padding-top: 10px;
	width: 100%;
	clear: both;
	margin: 0 auto;
	border-top: solid 2px #DFDFDF;
}
.hiC #practiceAddress {
	color: #000000;
	font-size: 1em;
    line-height: normal;
}
#content {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	font-size: 1.2em;
	color: #626670;
	text-align: justify;
	padding: 20px;
	width: 80%;
}
.hiC #content {
	color: #000000;
	font-size: 1.4em;
}
#footer, #footer a {
	width: 980px;
	height: 15px;
	background-color: #6699CC;
}
.hiC #footer, #footer a {
	display: none;
	background-color: #385a7b;
}
#legal {
	color:#AEAEAE;
	height:auto;
	font-family:sans-serif;
	font-size:90%;
	padding:2px;
	text-align:center;
}
.hiC #legal {
	color:#000000;
	font-size:120%;
}
#navbar {
	font-size: 1.25em;
}

/*Styles for mobile menu*/
.navbar-brand {
	display:none;
}
.navbar-nav {
	margin-bottom:0px;
	border-radius:0;
}
.navbar-default  {
    border: 0 !important;
	background-color: inherit !important;
	z-index: 1 !important;
}
.navbar-collapse {
	padding-bottom: 10px !important;
}
.navbar {
	margin-bottom:0 !important;
}
.navbar-nav li {
	float: none !important;
}
.nav>li>a {
    padding: 0 !important;
}
.navbar-nav>li>a {
    line-height: inherit;
}

/*For Forms Pages*/
.checkbox input {
	margin-left: 0 !important;
	position: relative !important;
	bottom: -3px;
}
.checkbox {
	padding-top: 10px;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	border: 1px solid #ccc;
}
.formContainer {
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px 40px 30px 40px;
}
label {
	font-weight: 700;
	display: inline-block;
	padding: 15px 0 3px 0;
}
h3 {
	font-size: 1.5em;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 10px;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: .875em;
	line-height: 1.42857143;
	border: 1px solid transparent;
}
.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

/*For when user tabs to high contrast button */
.btn:focus {
	background-color: #DA071D !important;
	color:white !important;
}

/*For Default Content*/

#content h2 {
	color: #4375a8;
	padding-top: 10px;
	font-size: 1.3em;
}
.hiC #content h2 {
	color: #000000;
}
.hiC #navImage {
    display: none;
}
.hiC .navbar-default {
    padding-top: 20px;
}
.hiC .blueBtn:focus {
	background-color:red;
}
.indent {
	text-indent: 40px;
	margin: 0;
}
.mapAddress {
	font-size: .9em; 
	line-height: 1.3em; 
	padding-bottom: 20px;
}
.ccLogos {
	list-style: none;
    display: inline-flex;
	-webkit-padding-start: 0;
}






