/* CSS Document */

body {
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
}

#base {
	width:900px;
}

#content {
	padding-left: 30px;
}
#page_title {
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size:2.7em;
	color:#81b13d;
}
#titles {
	border-bottom: #81b13d thin solid;
}
.calendar_days {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color: #405197;
}

#thank_you {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:2.0em;
	color: #405197;
}

.address {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:1.6em;
	color:#80b13e;
}


/***************************************************************
LINKS
***************************************************************/
a {
	color: #5e6eae;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#header_links {
	font-size: 0.9em;

}

#header_links a {
	color: #545454;
	text-decoration: none;
}

#header_links li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	padding:0 5px;
	margin:0;
}

#header_links a:hover {
	text-decoration:underline;
	color: #5e6eae;
}

/***************************************************************
END LINKS
***************************************************************/


#are_you {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:2.7em;
	color:#405096;
}

#need_dentist span {
	color: #405197;
	font-size:1.8em;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}

#saveonvisit {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#405197;
	font-size:1.3em;
}
	
/***************************************************************
FOOTER
***************************************************************/

#footer {
	font-size:0.8em;
}

#footer_bar {
	background:#6675b4;
	height:20px;
}

/***************************************************************
END FOOTER
***************************************************************/

#locate {
	padding-top:40px;
}


#locate span {
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	color:#405096;
	font-size: 1.8em;
}


/***************************************************************
NAV
***************************************************************/

#nav td {
		background: url(/images/nav_bg.jpg) repeat-x top;
	}


#nav, #nav ul {
	float: left;
	list-style: none;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size:1.1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}
#nav a {
	display: block;
	color: #5e6eae;
	text-decoration: none;
	/*background: url(/images/nav_bg.jpg) repeat-x top;*/
	/*height: 34px;*/
	padding: 14px 5px 10px 20px;
}
#nav li {
	float: left;
	/*background: url(/images/nav_bg.jpg) repeat-x top;*/
	padding-right:5px;
}
#nav li ul {
	background:#a1c77a;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	/*width: 13.9em;*/
	font-weight: normal;
	/*border: 4px solid #355c7b;*/
}
#nav li li {
	width: 180px;
	text-align:left;
	background: #49589d;
	border-bottom: 1px solid #000066;
}

#nav li li a {
	color: #ffffff;
	padding:5px 5px 5px 0;
	display: block;
	font-size:0.8em;
	background: #49589d;
	width: 180px;
	height: 100%;
}
#nav li li a:hover {
	color: #ffffff;
	background: #5e6eae;
}
#nav li a:hover {
	color: #ffffff;
	background: url(/images/nav_hover.jpg) #49589d top repeat-x;
}


#nav li ul a {
	width: 180px;
}
#nav li ul ul {
	margin: -1.75em 0 0 14em;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav li.sfhover {
	background: #355c7b;
}
#nav li#pipe {
	padding: 0;
	background: none;
}
#nav li#pipe:hover {
	background: none;
}
/* eof dhtml nav */


/***************************************************************
END NAV
***************************************************************/




/***************************************************************
SUBNAV
***************************************************************/

.sub_title  {
	font-size:1.5em;
	
}
#subnav_title {
	background: #eaebeb url(/images/sub_title_bg.jpg) center top no-repeat;
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:1.2em;
	padding-left: 15px;
}
#subnav_title_home {
	background: #eaebeb url(/images/sub_title_bg.jpg) center top no-repeat;
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:1.2em;
}
#subnav {
	width: 100%;
}
#subnav th {
	text-align: left;
	font-size: x-large;
	color: #3399cc;
	font-weight: normal;
	padding-bottom: 5px;
}
#subnav a {
	display: block;
	color: #326799;
	text-decoration: none;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px dotted #7d97ae;
}
#subnav #selected a {
	color:#5e6eae;
	font-weight: bold;
}

* html #subnav a { /* ie hack */
	w/idth: 100%; /* hide from ie 5.x */
	height: 100%;
}
#subnav a:hover {
	color: #326799;
	background: #f5f5f5;
}


/***************************************************************
END SUBNAV
***************************************************************/


/***************************************************************
HOME HARD CODED SUBNAV
***************************************************************/

#homesubnav {
	width: 95%;
	list-style:none;
	margin:0;
	padding-left:5px;
}

#homesubnav a {
	display: block;
	color: #326799;
	text-decoration: none;
	padding: 5px 5px 5px 0px;
	border-bottom: 1px dotted #7d97ae;
}
#homesubnav #selected a {
	color:#5e6eae;
	font-weight: bold;
}

* html #homesubnav a { /* ie hack */
	w/idth: 100%; /* hide from ie 5.x */
	height: 100%;
}
#homesubnav a:hover {
	color: #326799;
	background: #f5f5f5;
}

/***************************************************************
HOME HARD CODED SUBNAV
***************************************************************/


/***************************************************************
CORP LANDING PAGE
***************************************************************/

#splash_heading {
	background:url(/images/bg.jpg) center top no-repeat;
	height: 192px;
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 2.0em;
	padding-left:25px;
	padding-top:20px;
}

#continue {
	font-size:1.5em;
} 

#splash_privacy {
	background:url(/images/footer_bg2.jpg) top no-repeat left;
	height:34px;
	padding-left: 10px;
}