.copy {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}

.copy_foot {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
}

.titles {
	font-family: "Myriad Pro";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #406379;
}


.titles_links {
	font-family: "Myriad Pro";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #406379;
}


.footernav a, .footernav a:visited, .footernav a:active{
	color:#FFF;
	font-family: "Myriad Pro";
	font-size: 16px;
	text-decoration:none;
}

.footernav a:hover{
    color: #92C846;
    text-decoration:underline;
}

.glossymenu{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 175px;
	border: 0;
	border-bottom-width: 0;
}

.glossymenu li a{
	background: white url(http://parkplacedental.uponline.com/images/menuback-blue.gif) repeat-x bottom left;
	font-family: "Myriad Pro";
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 175px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
	background-image: url(http://parkplacedental.uponline.com/images/menuback-green.gif);
}
.title2 {
	font-family: "Myriad Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #90c73f;
	text-indent:0;
}


.title3 {
	font-family: "Myriad Pro";
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	
}
textarea,input,select {
	font-family: "Myriad Pro";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	background-color:#CCCCCC;
	width:875px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-repeat:no-repeat;
	background-position:top right;	
	height:30px;
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{
	width:875px;	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;

}
