@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;
}
#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.3em;
    letter-spacing: 1px;
}
#handicapIcon {
	transform: rotate(-90deg); 
	margin-right: 3px;
}
.defaultImage {
	float: right; 
	padding: 35px 0px 20px 20px;
}
body {
	background-color: #534E64 !important;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.hiC {
	background-image: none;
	background-color: #FFFFFF !important;
}
a img {
	border: 0;
}
a:link {
	color: #F7DBAE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F7DBAE;
}
a:hover {
	color: #FFFFFF;

}
a:active {
	text-decoration: none;
}
.hiC a:link {
	color: #0000FF !important;
	text-decoration: underline !important;
}
.hiC a:visited {
	color: #0000FF !important;
	text-decoration: underline !important;
}
.hiC a:hover {
	color: #0000FF !important;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
	border: 1px solid #534E64;
}
.hiC #wrapper {
	border: none;
}
#header {
	width: 1000px;
	height: 460px;
	text-align: center;
	background-color: #474747;
	vertical-align: middle;
	z-index: 1;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header_bkg.jpg);
	background-repeat: no-repeat;
}
.hiC #header {
	display: none;
}
#drInfo {
	height: 100px;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	line-height: 1em;
	color: #FFF5E4;
	font-weight: bold;
	background-image: url(images/dr_bkg.jpg);
	background-repeat: no-repeat;
	padding: 10px 0 5px 130px;
}
.hiC #drInfo {
	background-image: none;
    height: auto;
	padding: 20px;
	color: #000000;
}
#sideLinks {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #654F80;
	width: 150px;
	min-height: 50px;
	text-align: left;
	margin: 25px 15px 20px 30px;
}
#sideLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	text-decoration: none;
	line-height: 1.2em;
	color: #654F80;
	font-weight: normal;
	text-align: left;
	padding-left: 5px !important;
}
#sideLinks a:hover {
	text-decoration: none;
	color: #CCCCCC;
	background-color: #8883A9;
	padding: 3px;
	margin-left: -1px;
}
.hiC #sideLinks a:hover {
	color: #0000FF !important;
	background-color: #FFFFFF;
	margin: 0;
	text-decoration: underline;
}
#bkg {
	background-image: url(images/main_bkg.jpg);
	background-repeat: no-repeat;
	float: left;
	background-color: #80788D;
}
.hiC #bkg {
	background-image: none;
	background-color: #FFFFFF;
}
.welcome {
	padding-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #f5f5f5;
	line-height: 1.2em;
	margin: 0;
}
.hiC .welcome {
	color: #000000;
}
#practiceAddress {
	font-size: 1em; 
	line-height: 1.2em; 
	text-align: center;
	color: #413d4e;	padding-top: 10px;
	width: 100%;
	clear: both;
	margin: 0 auto;
	border-top: solid 2px #666669;
}
.hiC #practiceAddress {
	color: #000000;
    line-height: normal;
}
#content {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 2em;
	color: #ECE9E6;
	text-align: justify;
	width: 750px;
	clear: right;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
}
.hiC #content {
	color: #000000;
	font-size: 1.3em;
}
.clearer {
	font-size: 0;
	line-height: 0;
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 1000px;
}
#footer {
	width: 1000px;
	height: 25px;
	clear: both;
	margin: 0px;
	background-color: #413D4E;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #92858C;
	padding-top: 5px;
}
.hiC #footer {
	height: auto;
	padding: 10px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 1.15em;
}
#legal {
	color:#000;
	height:auto;
	font-family:sans-serif;
	font-size:11px;
	padding:2px;
	text-align:center;
}
.hiC #legal {
	color:#000000;
	font-size:12px;
}

/*So text on certain mobile devices are visible*/
.controls {
	color: #545454;
}

/*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-right: 0 !important;
    padding-left: 0 !important;
}
.navbar {
	margin-bottom:0 !important;
}
.navbar-nav li {
	float: none !important;
}
.nav>li>a {
    padding: 5px 0 !important;
}


/*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;
	text-align: left;
}
h3 {
	font-size: 1.7em;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 10px;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 1em;
	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: #f7d6a8;
	padding-top: 10px;
	font-size: 1.3em;
}
.hiC #content h2 {
	color: #000000;
}
.indent {
	text-indent: 40px;
	margin: 0;
}
.mapAddress {
	font-size: 1em; 
	line-height: 1.3em; 
	padding-bottom: 20px;
}
.ccLogos {
	list-style: none;
    display: inline-flex;
	-webkit-padding-start: 0;
}
.requiredText {
	color: #CC0000;
	background-color: #bbaa9f;
	padding: 4px;
}
.hiC .requiredText {
	background-color: #FFF;
	padding: 0;
}
.hiC .blueBtn:focus {
	background-color:red;
}
