* {
	margin: 0px;
	padding: 0px;
}
a, a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #CCC;
}
/*a:active {
	position: relative;
	top: 1px;
}*/
body {
	background-color: #005696;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/black-blue-gradient.png);
	background-repeat: repeat-x;
	background-position: center -50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 0.9em;
	line-height: 1.3em;
}
iframe {
	border: 0px solid #005696;
	margin: auto;
}
h1 {
/*	text-shadow: 1px 1px 4px #ccc; /* FF3.5+, Opera 9+, Saf1+, Chrome */*/  padding: 0px;
	line-height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: 600;
	font-size: 130%;
	padding: 0px;
}
h2 {
	text-shadow: 1px 1px 2px #ccc; /* FF3.5+, Opera 9+, Saf1+, Chrome */
	font-size: 110%;
	padding: 0px;
	line-height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: 600;
}
input {
	padding: 3px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	padding: 0px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
sup {
	font-size: 50%;
	padding-top: -10px;
}
textarea, input {
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
img.left-border {
	padding: 3px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #FFF;
	-moz-box-shadow: 0px 0px 5px #000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px #000; /* Saf3.0+, Chrome */
}
img.right-border {
	padding: 3px;
	float: right;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #FFF;
	-moz-box-shadow: 0px 0px 5px #000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px #000; /* Saf3.0+, Chrome */
}
img.center {
	border: 1px solid #FFF;
	display: block;
	margin: auto;
}
#footer-vendors {
	height: 50px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../images/footer-vender-background.png);
	background-repeat: repeat;
	background-position: left top;
	/* CSS3 rounded corders effect*/
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
#footer-vendor-centering {
	width: 548px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#login a {
	margin: 0em;
	height: 174px;
	position: fixed;
	width: 39px;
	top: 115px;
	right: 0px;
	background-image: url(../images/login-button.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999;
	display: none;
	overflow: visible;
	z-index: 100;
}
#login a:hover {
	margin: 0em;
	height: 174px;
	position: fixed;
	width: 39px;
	top: 115px;
	right: 0px;
	background-image: url(../images/login-button.png);
	background-position: right top;
}
#top-white-bar {
	background-image: url(../images/top-white-bar.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 87px;
	display: block;
}
#wrapper-nav {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	display: block;
	clear: both;
	float: none;
}
#wrapper-footer {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#wrapper-logos {
	height: 67px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 6px;
}
/* Little push button effect thingy */
#wrapper-nav a:active, #footer-vendors a:active, .credit a:active {
	position:relative;
	top:1px;
}
/* rollover widget code end */
.credit a {
	background-image: url(http://www.theaffordablewebguy.com/images/tagline_white_small.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	display: block;
	height: 9px;
	width: 115px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.footer-addresses {
	font-size: 115%;
	clear: both;
	float: none;
	line-height: 120%;
	-webkit-text-size-adjust: none;
}
.footer-addresses a {
	text-decoration: none;
	-webkit-text-size-adjust: none;
}
.hester-morris-logo a {
	background-image: url(../images/logo-hester-morris.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 60px;
	width: 418px;
	text-indent: -9999px;
	float: left;
	margin-top: 2px;
}
.home-content-inset {
	width: 500px;
	padding: 10px;
	float: left;
	position: relative;
	-moz-box-shadow: 0px 0px 25px #000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 25px #000; /* Saf3.0+, Chrome */
	background-image: url(../images/homepage-background.png);
	background-repeat: repeat;
	background-position: left top;
	font-size: 125%;
	line-height: 110%;
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.home-content-inset a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}


.logo-vendor-damon a {
	background-image: url(../images/vendor-logo-damon.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 98px;
	text-indent: -9999px;
	display: block;
	position: relative;
	float: left;
	margin-top: 12px;
	margin-right: 15px;
	margin-left: 15px;
}
.logo-vendor-damon a:hover {
	background-position: left bottom;
	-webkit-box-shadow: 0px 0px 10px #ffffff;
	-moz-box-shadow: 0px 0px 10px #ffffff;
	box-shadow: 0px 0px 10px #ffffff;
}
.logo-vendor-invisalign a {
	background-image: url(../images/vendor-logo-invisalign.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 118px;
	text-indent: -9999px;
	display: block;
	position: relative;
	float: left;
	margin-top: 12px;
	margin-right: 15px;
	margin-left: 15px;
}
.logo-vendor-invisalign a:hover {
	background-position: left bottom;
	-webkit-box-shadow: 0px 0px 10px #ffffff;
	-moz-box-shadow: 0px 0px 10px #ffffff;
	box-shadow: 0px 0px 10px #ffffff;
}
.logo-vendor-invisalign-teen a {
	background-image: url(../images/vendor-logo-invisalign-teen.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 148px;
	text-indent: -9999px;
	display: block;
	position: relative;
	float: left;
	margin-top: 12px;
	margin-right: 15px;
	margin-left: 15px;
}
.logo-vendor-invisalign-teen a:hover {
	background-position: left bottom;
	-webkit-box-shadow: 0px 0px 10px #ffffff;
	-moz-box-shadow: 0px 0px 10px #ffffff;
	box-shadow: 0px 0px 10px #ffffff;
}
.logo-vendor-facebook a {
	background-image: url(../images/vendor-logo-facebook.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 62px;
	text-indent: -9999px;
	display: block;
	position: relative;
	float: left;
	margin-top: 12px;
	margin-right: 15px;
	margin-left: 15px;
}
.logo-vendor-facebook a:hover {
	background-position: left bottom;
	-webkit-box-shadow: 0px 0px 10px #ffffff;
	-moz-box-shadow: 0px 0px 10px #ffffff;
	box-shadow: 0px 0px 10px #ffffff;
}
.ortho-taxi a {
	background-image: url(../images/hummer-block.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 73px;
	width: 200px;
	text-indent: -9999px;
	float: left;
	margin-left: 49px;
	margin-top: -6px;
}
.morris-logo a {
	background-image: url(../images/logo-morris.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 60px;
	width: 243px;
	text-indent: -9999px;
	float: left;
	margin-left: 49px;
	margin-top: 2px;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*	background: rgba(0, 0, 0, 0.6);*/
	text-align: center;
	background-image: url(../images/hummer-rollover-background.png);
	background-repeat: repeat;
}
/* rollover widget code start */
.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.secondary-headlines {
	font-size: 110%;
	line-height: 115%;
	padding: 0px;
	font-weight: 600;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.tiny-text {
	font-size: 75%;
	color: #CCC;
}
.two-column-holder {
	margin: auto;
}
.two-column-holder tr td {
	width: 225px;
	text-align: left;
	vertical-align: top;
}
.widget {
	width: 200px;
	height: 73px;
	/*	padding: 20px;*/
/*	border: 1px solid #999;*/
/*	margin: 0 20px 20px 0;*/
	float: left;
	position: relative;
	background-image: url(../images/hummer-block.png);
	background-repeat: no-repeat;
	margin-top: -6px;
	margin-left: 49px;
}
.widget-button {
	position: relative;
	padding: 4px 16px;
	border: 2px solid white;
	color: white;
	text-decoration: none;
	text-transform: uppercase;/*	-moz-box-shadow: 0 0 20px white;
	-webkit-box-shadow: 0 0 20px white;
	box-shadow: 0 0 20px white;*/
	background-color: #004B83;
}
.widget-button:hover {
	color: #FFF;
}
.wrapper-primary {
	height: 460px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #005696;
	background-image: url(../images/portraits/rotate.php);
	background-repeat: no-repeat;
	background-position: left top;
	/* CSS3 rounded corders effect - top left found in CONTENT SCROLLER CSS file  */
	-moz-border-radius-topright: 10px;
	-khtml-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-khtml-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	clear: both;
	display: block;
}
.wrapper-primary-adults {
	height: 460px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #005696;
	background-image: url(../images/portraits/portraits1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/* CSS3 rounded corders effect - top left found in CONTENT SCROLLER CSS file  */
	-moz-border-radius-topright: 10px;
	-khtml-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-khtml-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	clear: both;
	display: block;
}
.wrapper-primary-teen {
	height: 460px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #005696;
	background-image: url(../images/portraits/portraits4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/* CSS3 rounded corders effect - top left found in CONTENT SCROLLER CSS file  */
	-moz-border-radius-topright: 10px;
	-khtml-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-khtml-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	clear: both;
	display: block;
}
.wrapper-home {
	height: 460px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #005696;
	background-image: url(../images/portraits/portraits7.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/* CSS3 rounded corders effect - top left found in CONTENT SCROLLER CSS file  */
	-moz-border-radius-topright: 10px;
	-khtml-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-khtml-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	clear: both;
}
/* left column collapsable myths */
.faq { /*header of faq*/
	cursor: hand;
	cursor: pointer;
}
.openfaq { /*class added to contents of faq when they are open*/
	color: #FFF;
	font-weight: 800;
	font-style: normal;
	padding-bottom: 5px;
}
.closedfaq { /*class added to contents of faq when they are closed*/
	color: #FFF;
	text-decoration: none;
	font-weight: 400;
	padding-bottom: 5px;
}
.answers { /*class added to contents of faq when they are closed*/
	width: 95%;
	font-size: 90%;
	line-height: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

