/* CSS Document */

body {
	background-color: white;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/img/background.gif);
	background-repeat: repeat-x;
	background-position: top;
	}

a {
	text-decoration: none;
	color: #B1B3B2;
	}

a:hover {
	color: #808080;
	}

object {
	width: 360px;
	height: 290px;
	margin: 0;
	padding: 0;
	border: 0;
	}

div#main {
	margin: 0 auto;
	clear: both;
	width: 770px;
	padding: 0;
	}

/**** HEADER SECTION *********************************************************/

div#header {
	height: 147px;
	}

div#header .hp_logo {
	float: left;
	}

div#header .hp_dentist {
	float: left;
	margin: 0;
	margin-left: 8px;
	margin-top: 14px;
	}

div#header .hp_dentist div, div#header .hp_dentist div img, div#header .hp_dentist div a {
	margin: 0;
	padding: 0;
	border: 0;
}

/**** NAVIGATION *************************************************************/

div#nav {
	height: 19px;
	color: white;
	background-color: #2C76A3;
	text-align: center;
	padding-top: 5px;
	font-weight: normal;
	font-size: 11px;
	}

div#nav a {
	color: white;
	}

div#nav a:hover {
	color: #B1B3B2;
	}

/**** CENTRAL SECTION  *******************************************************/

div#central, div#bottom, div#footer {
	clear: both;
	}

div#central .hp_leftpic {
	float: left;
	width: 195px;
	margin: 0;
	padding-left: 22px;
	border-right: 1px solid #808080;
	padding-top: 9px;
	height: 281px;
	}

div#central .hp_flash {
	width: 360px;
	float: left;
	height: 290px;
	background-image: url(/img/flash_background.jpg);
	background-repeat: no-repeat;
	}

div#central .hp_login {
	float: left;
	padding-top: 15px;
	width: 192px;
	height: 240px;
	}

div#central form {
	width: 162px;
	margin: 0px 14px;
	padding: 0;
	border: 0;
	margin-top: 4px;
	}

div#central label {
	display: block;
	margin-top: 3px;
	padding-bottom: 2px;
	font-size: 11px;
	}

div#central .input {
	width: 159px;
	margin: 0;
	padding: 2px;
	border: 0;
	border-right: 1px solid #808080;
	margin-bottom: 4px;
	height: 15px;
	}

div#central .submit {
	text-align: right;
	}

div#central .submit input {
	width: 31px;
	height: 14px;
	background-image: url(/img/hp_login.gif);
	background-repeat: no-repeat;
	}

div#central .submit input:hover {
	background-image: url(/img/hp_login_over.gif);
	}

div#central a {
	color: #B1B3B2;
	}

div#central a:hover {
	color: white;
	}

div#central .pla {
	padding: 0;
	margin: 0 auto;
	clear: both;
	width: 159px;
	}

div#central .pla a  {
	display: block;
	width: 159px;
	height: 67px;
	padding: 0;
	margin: 0;
	background-image: url(/img/hp_prestigelogo.gif);
	background-repeat: no-repeat;
	}

div#central .pla a:hover {
	background-image: url(/img/hp_prestigelogo_over.gif);
	}

div#central .pla a img {
	border: 0;
	padding: 0;
	margin: 0;
	}


/**** BOTTOM SECTION *********************************************************/

div#bottom .hp_blurb {
	float: left;
	width: 185px;
	margin: 0;
	padding-left: 27px;
	border-right: 1px solid #808080;
	padding-top: 9px;
	padding-right: 5px;
	height: 180px;
	}

div#bottom .hp_promo {
	float: left;
	width: 257px;
	padding: 0px;
	padding-left: 16px;
	padding-top: 0px;
	padding-right: 16px;
	border-right: 1px solid #808080;
	height: 180px;
	}

div#bottom .hp_promo div {
	text-align: center;
	padding: 4px 0px;
	}

div#bottom .hp_promo span {
	color: #0066FF;
	font-weight: bold;
	}

div#bottom .hp_news {
	float: left;
	width: 220px;
	height: 180px;
	padding: 0;
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 16px;
	border-right: 1px solid #808080;
	text-align: center;
	}

div#bottom .hp_news img {
	margin-top: 4px;
	border: 0;
	}

div#bottom a {
	font-style: italic;
	}


/**** FOOTER SECTION *********************************************************/

div#footer {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	}

/**** SIMPLE ATTRIBUTES ******************************************************/

.center {
	text-align: center;
	}

.right {
	text-align: right;
	}

.nil {
	margin: 0;
	padding: 0;
	border: 0;
	}

.size10 {
	font-size: 10px;
	}

.size11 {
	font-size: 11px;
	}

.border0 {
	border: 0px;
}

.box85 {
	height: 85px;
	overflow: hidden;
}

.box14 {
	height: 14px;
	overflow: hidden;
}

.col200 {
	width: 170px;
}

.bonadentblue {
	color: #0C6494;
}