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

.centerContainer {
	width: 800px;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	margin: 0 auto;
}
.topNavContainer {
	width: 800px;
	position: relative;
	float: left;
	height: 166px;
	background-color: #ffffff;
}
.navPhotoBox {
	width: 661px;
	position: relative;
	float:right;
	z-index:1;
	top: -166px;
}
.navLogoBox {
	width: 800px;
	position: relative;
	float: left;
	z-index: 5;
}
.navLinksBox {
	width: 200px;
	position: relative;
	float: left;
	padding-left: 20px;
	z-index: 6;
	top: -175px;
}
.mainContentContainer {
	width: 800px;
	position: relative;
	float: left;
	background-color: #ffffff;
}
.googleSearchContainer {
	width: 800px;
	float: left;
	position: relative;
	padding-top: 5px;
}
.googleSearchBox {
	width: 350px;
	float: right;
	position: relative;
	padding-right: 10px;
}
.sideNavBox {
	width: 215px;
	position: relative;
	float: left;
	padding-left: 10px;
	padding-top: 15px;
	z-index: 100;
}
.indexTextBox {
	width: 165px;
	position: relative;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
}
.indexFeatureContainer {
	width: 185px;
	position: relative;
	float: left;
	padding-right: 5px;
	padding-top:15px;
}
.indexFeaturePictureBox {
	width: 185px;
	float: left;
	position: relative;
}
.indexFeatureTitleBox {
	width: 185px;
	position: relative;
	float:left;
	padding: 1px;
}
.indexFeatureTextBox {
	width: 167px;
	float: left;
	position: relative;
	background-image: url(images/Feature/Bkgd.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	height: 235px;
	padding-top: 10px;
	overflow: auto;
}
.indexExtraTextBox {
	width: 530px;
	position: relative;
	float: left;
	padding-left: 240px;
	padding-top: 20px;
}
.insideTextBox {
	width: 550px;
	position: relative;
	float: left;
	padding-left: 20px;
	min-height: 350px;
}
,insideButtonBox {
	width: 165px;
	position: relative;
	float: right;
	padding: 10px;
}
.oralHealthLinkBox {
	width:150px;
	position: relative;
	float:right;
	background-color: #EA8A3B;
	border: #BF5608 3px solid;
	padding: 10px;
	margin: 10px;
}
.bottomNavBox {
	width: 800px;
	position: relative;
	float: left;
	background-color: #e8bc24;
}
h1 {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 20px;
	color: #c8a631;
	text-align: left;
}
h2 {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 18px;
	color: #0f3b5f;
	text-align: left;
}
h3 {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 16px;
	color: #c8a631;
	text-align: left;
	margin: 0;
}
h4 {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 16px;
	color: #7ba6c1;
	text-align: left;
	margin: 0;
}
h5 {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 13px;
	color: #000000;
	text-align: left;
	margin: 0;
}
.bottomNavText {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 9px;
	line-height: -1px;
	color: #68411c;
	text-align: center;
	font-weight: bold;
}
.topNavText {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 10px;
	color: #0f3b5f;
	text-align: left;
	font-weight: bold;
	margin: 0;
}
a.topNav:link {
	color: #0f3b5f;
	text-decoration: underline;
}
a.topNav:visited {
	color: #0f3b5f;
	text-decoration: underline;
}
a.topNav:hover {
	color: #0f3b5f;
	text-decoration: none;
}
a.topNav:active {
	color: #0f3b5f;
	text-decoration: underline;
}
a.bottomNav:link {
	color: #68411c;
	text-decoration: underline;
}
a.bottomNav:visited {
	color: #68411c;;
	text-decoration: underline;
}
a.bottomNav:hover {
	color: #68411c;
	text-decoration: none;
}
a.bottomNav:active {
	color: #68411c;
	text-decoration: underline;
}
.abcdText {
	font-family: "Comic Sans MS";
}
.centerText {
	text-align: center;
}