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


body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	background-image: url(../images/bodyBG.jpg);
	background-repeat: repeat-x;
}

* html {
    overflow: hidden;
}

/* Image preview hover classes */

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -25px;
	left: -200px; /*position where enlarged image should offset horizontally */
}

/* End image preview hover classes */

.columnContainer {
	margin:0;
	padding:0;
}

.leftColumn {
	float: left;
	width: 275px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/menuBG.jpg);
	background-repeat: no-repeat;
}

.centerColumn {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 275px;
	padding: 0px;
	background-color: #5D178B;
}

.rightColumn {
	float:right;
	width:0px;
	margin:0px;
	padding: 0px;
}

.cleaner {
	clear: both;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

h1 {
	color : #006600;
	font-size : 1.6em;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

h2 {
	color: #330066;
	font-size : 1.2em;
	font-weight:normal;

}

h3 {
	font-size: 1em;
}

p {
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.6em;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.wrapper {
	text-align: left;
	width: 100%;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
}

.header {
	position: relative;
	background-repeat: no-repeat;
	height: 385px;
	width: 950px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/headerBG.jpg);
}

.content {
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/menuBGext.jpg);
	background-repeat: repeat-y;
	background-color: #5D178B;
}

.menu {
	height: auto;
	width: 215px;
	padding-left: 60px;
	position: relative;
}

.footer {
	clear: both;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 225px;
	width: 100%;
	background-image: url(../images/footerBGext.jpg);
	background-repeat: repeat-x;
}

.copyright {
	position: relative;
	margin: 0px;
	height: 225px;
	background-image: url(../images/footerBG.jpg);
	background-repeat: no-repeat;
	padding-top: 175px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	line-height: 1em;
}

.copyright a:link {
	text-decoration: underline;
	color: #5D178B;
}

.copyright a:visited {
	text-decoration: underline;
	color: #006600;
}

.copyright a:hover {
	text-decoration: underline;
	color: #006600;
}

.copyright a:active {
	text-decoration: underline;
	color: #006600;
}

/****************************************************************************************************/

.logo {
	position: absolute;
	height: 26px;
	width: 570px;
	left: 25px;
	top: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.addressChandlerOffice {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	height: 35px;
	width: 251px;
	top: 34px;
	left: 650px;
}

.addressGilbertOffice {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	height: 35px;
	width: 279px;
	top: 85px;
	left: 650px;
}

.drCreechName {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	height: 16px;
	width: 170px;
	top: 90px;
	left: 60px;
}

.drBallName {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	height: 14px;
	width: 138px;
	top: 120px;
	left: 60px;
}

.drClarkName {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	height: 14px;
	width: 163px;
	top: 180px;
	left: 60px;
}

.drSherrillName {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	height: 16px;
	width: 165px;
	top: 149px;
	left: 60px;
}

.drSanchezName {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	height: 16px;
	width: 220px;
	top: 249px;
	left: 60px;
}

.diplomatesSubhead {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	height: 13px;
	width: 266px;
	top: 209px;
	left: 60px;
}

.orthodonticsSubhead {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	height: 13px;
	width: 266px;
	top: 279px;
	left: 60px;
}

.kids {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	height: 316px;
	width: 598px;
	top: 71px;
	left: 321px;
}


/****************************************************************************************************/

