.style1
{
   color: #FFFFFF; font-size: 10px;
}
.style2
{
   color: #FFFFFF; font-size: 10px;
}
.style7
{
   color: #FFFFFF; font-size: 9px; font-weight: bold;
}
.style8
{
   font-size: 9px
}

.hpagelink
{
	font-size: 10px;
	color: #ffffff;
	line-height: 13px;
}
.hpagetext
{
	font-size: 11px;
	color: #ffffff;
	line-height: 13px;
}
.texta 
{ 
    font-size: 10px; 
    background-color: #CCCCCC; 
    border: 1px solid #666666; 
}
.hpagehead
{
	font-size: 11px;
	color: #000000;
	line-height: 13px;
}
.callout_link
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	line-height: normal;
}
.callout_link:hover
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	line-height: normal;
}
.Nav0
{
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: Navy;
}
.Nav0:hover
{
	color: #6699CC;
	text-decoration: none;
}
.Nav1
{
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	vertical-align: bottom;
}
.Nav1:hover
{
	color: #ffffff;
	text-decoration: none;
}
.Nav2
{
	color: #CC0099;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	vertical-align: bottom;
}
.Nav2:hover
{
	color: #C47DB2;
	text-decoration: none;
}
.Nav3
{
	color: #ffcc00;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	vertical-align: bottom;
}
.Nav3:hover
{
	color: #ffdd77;
	text-decoration: none;
}
.Nav4
{
	font-weight: bold;
	font-size: 10px;
	vertical-align: bottom;
	color: Navy;
	text-decoration: none;
}
.Nav4:hover
{
	color: #6699CC;
	text-decoration: none;
}
.Nav5
{
	font-weight: bold;
	font-size: 11px;
	vertical-align: bottom;
	color: #3A4E93;
	text-decoration: none;
}
.Nav5:hover
{
	color: #666666;
	text-decoration: none;
}
.Nav6
{
	color: #426FA7;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	vertical-align: bottom;
}
.Nav6:hover
{
	color: #5B97E3;
	text-decoration: none;
}

h1 {
	font-family:'Century Gothic', Verdana;
	font-size: 18px;
	font-weight: bold;
	letter-spacing:2px;
	color: #3399CC;
	padding-top:0;
	margin-top:0;
}
h2 {
	font-size: 1.2em;
	margin: 0.1em 0em 0.1em 0em;
	font-weight: bold;
	color: #3A4E93; /*#6699ee;*/
}

h3 {
	font-size: 11px;
	margin: 0.15em 0em 0.1em 0em;
	font-weight: bold;
	color: #535C4B
}

h4 {
	font-family: Verdana;
	font-size: 11px;	
	margin: 0.15em 0em 0.1em 0em;
	font-weight: normal;
	color: #ffffff;
}

h5 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 20px;
	margin: 0.15em 0em 0.1em 0em;
	font-weight: bold;
	color: #3A4E93;
}

ul, li {
	line-height: 18px;
}

.ContentBlock {
	margin: 0em; /* padding: 4em 6em 2em 6em;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. */
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 5px;
	line-height: 23px;
	color: #222222;
}

.content {
	color: #222222;
	line-height: 17px;
}

.contentNarrow {
	line-height: 16px;
	color: #222222;
}

.Footer
{
	font-size: 10px;
	color: #ffffff;
	line-height: 16px;
}

/* styles that include a garamond font */
.PageTitleG
{
	font-weight: bold;
	font-size: 22pt;
	color: #333399;
	font-family: Garamond, 'Times New Roman' , Arial;
}
.SubTitleG
{
	font-weight: bold;
	font-size: 12pt;
	color: #333399;
	font-family: Garamond, 'Times New Roman' , Arial;
}
.NavOn
{
	font-size: 11px;
	color: #B4C0AA;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}
.NavOff
{
	font-size: 11px;
	color: #535C4B;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}
.NormalG
{
	font-weight: normal;
	font-size: 10pt;
	color: #333399;
	font-family: Garamond, 'Times New Roman' , Arial;
}
.sup
{
   font-size:xx-small; 
   vertical-align:top;
} 
.sub
{
   font-size:xx-small;
   vertical-align:bottom;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	background: #666666;
	margin:0;
	padding:0;
	text-align:center; /* centers container in IE 5* browsers. Set to the left in the #container selector */
	color:#444;
	font-size:15px;
}

.oneColFixCtrHdr #container {
	width: 780px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}

.oneColFixCtrHdr #header {
	width:780px; 
	height:120px;
}

.oneColFixCtrHdr #contentLeft { 
	width:420px; 
	float:left; 
	background-color:#FFFFFF;
	padding:0px 0px 0px 15px;
}

.oneColFixCtrHdr #contentRight  { 
	position:absolute;
	left:470px;
	width:271px; 
}

.oneColFixCtrHdr #botoxCalloutLeft  { width:185px; padding:5px; font-size:9px; color:#003366; background-color:#CCFFFF; float:left; height:190px; border-top:1px Solid White; border-bottom:1px Solid White; }
.oneColFixCtrHdr #botoxCalloutRight { margin-left:195px; width:93px; height:190px; padding:5px; background-color:#99CCFF; border-left:1px Solid White; border-top:1px Solid White; border-bottom:1px Solid White; text-align:center; } 
.oneColFixCtrHdr #obagiCallout { height:78px; width:279px; padding:10px; background-color:#CCFFFF; border-bottom:1px Solid White; color:#003366; font-size:10px; } 
.oneColFixCtrHdr #restylaneCallout { height:78px; width:279px; padding:10px; background-color:#CCFFFF; border-bottom:1px Solid White; color:#003366; font-size:10px; } 

.oneColFixCtrHdr #DRA         { font-family:'Century Gothic'; text-align:center; font-size:14px; }
.oneColFixCtrHdr #phonenumber { color:#003366; font-weight:bold; font-size:38px; text-align:center }
.oneColFixCtrHdr #callout     { font-family:'Century Gothic', Verdana; font-size: 10px;	font-weight: bold; color: #3399CC; }
.oneColFixCtrHdr #topright    { position:absolute; top:25px; margin-left:550px; width:225px; height:75px; }

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size:10px;
	text-align:center;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

a {
	font-size:15px;
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}

a:hover {
	color:#3399CC;
}

a.GlobalNav
{
	font-size: 11px;
	color: #5A7EC2;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
}

a.GlobalNav:hover
{
	color: #7E8AB6;
	text-decoration: none;
}

a.HeaderLink {
	font-size: 13px;
	color: #5A7EC2;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
}

a.HeaderLink:hover {
	color: #7E8AB6;
	text-decoration: none;
}

a.FooterLink {
	font-size: 10px;
	font-weight: normal;
	color:#666;
	text-decoration: none;
}

a.FooterLink:hover {
	text-decoration: underline;
}

