@charset "UTF-8";
/* CSS Document */

body {
	padding: 0%;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10%;
	margin-bottom: 3%;
	margin-left: 10%;
}
#header {
	margin-top: 3%;
	margin-bottom: .5em;
}
#location {
	font-size: .7em;
	color: #000000;
	text-align: right;
}
#searchContainer {
	font-size: 0.8em;
	color: #44AA11;
}
#navigationBar {
	font-size: 0.8em;
	clear: both;
	float: left;
	width: 100%;
	color: #003300;
}
#primaryNavigation {
	background-repeat: repeat;
	background-image: url(images/topNavBG.gif);
	overflow: hidden;
}
#secondaryNavigation {
	background-repeat: repeat;
	background-image: url(images/bottomNavBG.gif);
	margin-bottom: 1em;
}
#main {
	margin-bottom: 0.5em;
	clear: both;
}
#banner {
	background-repeat: repeat-x;
	float: left;
	clear: both;
	margin-bottom: 1%;
	width: 100%;
	position: relative;
}
#footer {
	font-size: 0.8em;
	line-height: 2em;
	padding-top: 1em;
	clear: both;
}
#sidebar {
	float: right;
	width: 33%;
	margin-left: 1em;
	background-image: url(images/shadowBackground.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#sidebarTwoThirds {
	float: right;
	width: 66%;
	margin-left: 1em;
	background-image: url(images/shadowBackground.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#leftColContent {
width: 700px;
float: left;	
	}
	
.rightImg {
margin: 20px 0 0 10px;	
	}
	
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #1144DD;
}
#navigationBar a {
	color: #ffffff;
}
#navigationBar a:hover {
	text-decoration: none;
}
#footer a {
	color: #1144DD;
}
#main a {
	color: #1144DD;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigationBar img {
	vertical-align: middle;
}
#footer img {
	padding-right: .3em;
	padding-left: .3em;
}
.red {
	color: #FF0000;
}
.green {
	color: #003300;
}
.light {
	color: #FFFFCC;
}
.finePrint {
	line-height: 1.2em;
	font-size: 0.8em;
}
.navSelected {
	background-color: #6FD54D;
	padding-top: 0.4em;
	padding-bottom: 0.7em;
}
.forScreenReaders {
	position: absolute;
	left: -9999px;
	font-size: .5em;
	line-height: normal;
}
.shadowTwoThirds {
	background-image: url(images/shadowBackground.gif);
	background-repeat: repeat-x;
	width: 66%;
}
.shadowOneThird {
	background-image: url(images/shadowBackground.gif);
	background-repeat: repeat-x;
	width: 33%;
	display: inline-block;
	clear: none;
	float: left;
}
.shadowOneThirdRight {
	background-image: url(images/shadowBackground.gif);
	background-repeat: repeat-x;
	width: 33%;
	display: inline-block;
	clear: none;
	float: right;
}
.shadowFull {
	background-image: url(images/shadowBackground.gif);
	background-repeat: repeat-x;
	width: 100%;
}
.linesTopBottom {
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-top-width: thin;
	border-top-color: #CCCCCC;
	border-top-style: solid;
}
.lineBottom {
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
}
.padded {
	padding: 1em;
}
.left {
	clear: none;
	float: left;
}
.right {
	float: right;
}
.center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
table {
	font-size: 0.9em;
	line-height: 1.3em;
	width: 90%;
}
th {
	font-weight: bold;
	padding-top: 1em;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	text-align: left;
}
h2 {
	font-weight: normal;
	color: #000000;
	font-size: 2em;
	position: absolute;
	left: .5em;
	top: 2em;
}
.h2smaller {
	font-size: 0.8em;
	font-weight: normal;
	display: block;
	padding-left: 2em;
	padding-top: 0.5em;
}
h3 {
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 1em;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
}
h4 {
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 1em;
}
p {
	line-height: 1.3em;
	font-size: 0.9em;
}
ul {
	list-style-image: url(images/bullet_default_1.gif);
	line-height: 1.3em;
	font-size: 0.9em;
}
ol {
	line-height: 1.3em;
	font-size: 0.9em;
}
.column {
	float: left;
	width: 20%;
	display: inline-block;
}
/*.column p {
	line-height: .6em;
}*/
.home {
	background-image: url(images/homeBannerBackground.jpg);
}
.hearing {
	background-image: url(images/hearingBannerBackground.jpg);
}
.vision {
	background-image: url(images/visionBannerBackground.jpg);
}
.mobility {
	background-image: url(images/mobilityBannerBackground.jpg);
}
.cognition {
	background-image: url(images/cognitionBannerBackground.jpg);
}
.news {
	background-image: url(images/newsBannerBackground.jpg);
}

.slicks {
	background-image: url(images/slicks_banner_background.jpg);
}
.features {
	background-image: url(images/featuresBannerBackground.jpg);
}

