﻿/* STRUCTURE */
body {
	background: #DBE2E9;
}
.edgeLeft {
	background-image: url('../images/background/fade-left.png');
	background-repeat: repeat-y;
	width: 10px;
	padding: 0;
	margin: 0;
}
.edgeRight {
	background-image: url('../images/background/fade-right.png');
	background-repeat: repeat-y;
	width: 10px;
	padding: 0;
	margin: 0;
}
.bottomEdgeLeft {
	background-image: url('../images/background/fade-bottomleft.png');
	background-repeat: repeat-y;
	width: 10px;
	padding: 0;
	margin: 0;
}
.bottomEdgeRight {
	background-image: url('../images/background/fade-bottomright.png');
	background-repeat: repeat-y;
	width: 10px;
	padding: 0;
	margin: 0;
}
.bottomEdge {
	background-image: url('../images/background/fade-bottom.png');
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}
/* MID NAVIGATION */
#midNav {
	padding-left: 155px;
	float: left;
	background-color: #DBE2E9;
	border-top: 5px #003366 solid;
	font-size: 1.2em;
	display: block;
	width: 790px;
}
#midNav ul {
	background-color: #DBE2E9;
	margin: 0;
	display: block;
	float: left;
	white-space: nowrap;
}
#midNav li {
	float: left;
	list-style: none;
	padding-bottom: 0;
}
#midNav li a {
	display: block;
	padding: 5px 15px;
	color: #003366;
	text-decoration: none;
}
#midNav li a:hover {
	background: #92A8BD;
	color: #FFF;
	text-decoration: none;
}
#midNav li a.active {
	background: #003366;
	color: #FFF;
	font-weight: bold;
}
#midNav li a:hover.active {
	background: #003366;
	color: #FFF;
	text-decoration: underline;
}
/* New Hidden Menu Items */
#midNav ul li ul {
	font-size: .8em;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	position: absolute;
	visibility: hidden;
	background: #DBE2E9;
}
#midNav ul li ul li {
	float: none;
	display: inline;
}
#midNav ul li ul li a {
	width: auto;
	background: #DBE2E9;
	text-decoration: underline;
}
#midNav ul li ul li a:hover {
	background: #92A8BD;
	color: #FFF;
	text-decoration: underline;
}
/* LEFT NAVIGATION */
#leftNav {
	background: url('../../all/images/backgrounds/page-background.png') repeat-y;
	float: left;
}
#leftNav ul {
	padding: 0;
	margin: 0;
	width: 155px;
}
#leftNav li {
	display: inline;
	list-style: none;
}
#leftNav li a {
	display: block;
	color: #464646;
	text-decoration: none;
	padding: 7px 10px 7px 15px;
	border-bottom: 1px #CCCCCC dotted;
	border-left: 8px #003366 solid;
}
#leftNav li a:hover {
	background: #DBE2E9;
	color: #003366;
	text-decoration: underline;
}
#leftNav li a.activeone {
	background: #DBE2E9;
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
	border-left: 8px #003366 solid;
}
#leftNav li a.activetwo {
	color: #003366;
	text-decoration: underline;
	border-left: 8px #92A8BD solid;
}
#leftNav li a.inactivetwo {
	color: #808080;
	border-left: 8px #92A8BD solid;
}
#leftNav li a.activethree {
	color: #003366;
	text-decoration: underline;
	padding-left: 20px;
	border-left: 8px #DBE2E9 solid;
}
#leftNav li a.inactivethree {
	color: #92A8BD;
	padding-left: 20px;
	border-left: 8px #DBE2E9 solid;
}
/* CONTENT */
#adContent {
	width: 175px;
	float: left;
	padding: 0;
	margin: 10px 5px 0 4px;
	vertical-align: top;
}
/* TEXT */
h1 {
	color: #003366;
}
h2 {
	color: #003366;
}
.header {
	font-weight: bold;
	color: #003366;
}
.headerLight {
	color: #003366;
}
p.smlArrow {
	background: url('../images/buttons/small-arrow.png') no-repeat left center;
	padding-left: 12px;
}
ul.bullet {
	list-style-image: url('../images/buttons/bullet.png');
}
ul.bulletWhite {
	list-style-image: url('../images/buttons/bullet-white.png');
}
/* LINKS */
a.link {
	color: #003366;
	text-decoration: underline;
}
a.link:hover {
	text-decoration: none;
}
a.link:visited {
	color: #003366;
	text-decoration: underline;
}
a.patientsLink {
	color: #68405D;
	text-decoration: underline;
}
a.patientsRollover {
	display: block;
	width: 120px;
	height: 70px;
	background: url('../../home/images/graphics/patients-image.png') no-repeat 0 0;
	margin: 0 0 5px 20px;
	padding: 0;
}
a:hover.patientsRollover {
	background: url('../../home/images/graphics/patients-image-roll.png') no-repeat 0 0;
}
a.dentistsLink {
	color: #408E6B;
	text-decoration: underline;
}
a.dentistsRollover {
	display: block;
	width: 120px;
	height: 70px;
	background: url('../../home/images/graphics/dentists-image.png') no-repeat 0 0;
	margin: 0 0 5px 20px;
	padding: 0;
}
a:hover.dentistsRollover {
	background: url('../../home/images/graphics/dentists-image-roll.png') no-repeat 0 0;
}
a.companyplansLink {
	color: #665590;
	text-decoration: underline;
}
a.companyplansRollover {
	display: block;
	width: 120px;
	height: 70px;
	background: url('../../home/images/graphics/company-plans-image.png') no-repeat 0 0;
	margin: 0 0 5px 20px;
	padding: 0;
}
a:hover.companyplansRollover {
	background: url('../../home/images/graphics/company-plans-image-roll.png') no-repeat 0 0;
}
a.schoolplansLink {
	color: #0E6E90;
	text-decoration: underline;
}
a.schoolplansRollover {
	display: block;
	width: 120px;
	height: 70px;
	background: url('../../home/images/graphics/school-plans-image.png') no-repeat 0 0;
	margin: 0 0 5px 20px;
	padding: 0;
}
a:hover.schoolplansRollover {
	background: url('../../home/images/graphics/school-plans-image-roll.png') no-repeat 0 0;
}
a.findDentistRollover {
	display: block;
	width: 120px;
	height: 70px;
	background: url('../../home/images/graphics/find-a-dentist-image.png') no-repeat 0 0;
	margin: 0 0 5px 20px;
	padding: 0;
}
a:hover.findDentistRollover {
	background: url('../../home/images/graphics/find-a-dentist-image-roll.png') no-repeat 0 0;
}
/* BOXES */
.boxBorder {
	display: block;
	position: relative;
	margin: 1em 0 0 0;
	background: #DBE2E9;
}
.boxBorderDark {
	display: block;
	position: relative;
	margin: 1em 0 1.2em 0;
	background: #92A8BD;
}
.actionBox {
	background: #92A8BD;
	color: #FFF;
	border: 1px solid #DDD;
	position: relative;
	padding: 5px;
}
.contentBox {
	background: #DBE2E9;
	color: #464646;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	position: relative;
	padding: 5px;
}
.newsBox {
	background: #FFF;
	color: #464646;
	border: 1px solid #DDD;
	position: relative;
	padding: 5px;
	height: 65px;
}
.homeBox {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 5px 0 0 5px;
	padding: 10px 0 0 0;
	width: 98%;
	background: #FFF;
	color: #003366;
}
.patientsBox {
	color: #68405D;
	padding: 5px;
	position: relative;
	border: 1px solid #DDD;
	vertical-align: top;
	background: url('../images/background/patients-box.png') repeat-x;
}
.dentistsBox {
	color: #408E6B;
	padding: 5px;
	position: relative;
	border: 1px solid #DDD;
	vertical-align: top;
	background: url('../images/background/dentists-box.png') repeat-x;
}
.companyplansBox {
	color: #665590;
	padding: 5px;
	position: relative;
	border: 1px solid #DDD;
	vertical-align: top;
	background: url('../images/background/company-plans-box.png') repeat-x;
}
.schoolplansBox {
	color: #0E6E90;
	padding: 5px;
	position: relative;
	border: 1px solid #DDD;
	vertical-align: top;
	background: url('../images/background/schools-box.png') repeat-x;
}
.findDentistBox {
	position: relative;
	border: 1px solid #DDD;
	vertical-align: top;
}
/* TABLES */
th {
	color: #FFF;
	font-weight: bold;
	background-color: #003366;
}
table .tableBody {
	padding: 5px;
	background-color: #DBE2E9;
}
table .tableBodyBold {
	padding: 5px;
	background-color: #DBE2E9;
	font-weight: bold;
}
/* FORMS */
.form {
	margin: 2px;
	padding: 6px;
	border: 1px #DBE2E9 solid;
	background-color: #DBE2E9;
}
form .input {
	border: 1px solid #003366;
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
	color: #003366;
}
form .dropdown {
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
	color: #003366;
}
