/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	TAGS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body {
	margin: 0;
	padding: 0;
	/*background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;*/
	background-color: #76827d;
	}
body#pediatricCarePage {
	background-color: #6786B0;
	}
body#adultCarePage,
body#casePage {
	background-color: #B2A99C;
	}
body#homePage, 
body#globalPage,
body#apptPage {
	background-color: ##666F6B;
	}
body#apptPage {
	background-image:url(../images/bg_appt.png);
	background-repeat: repeat-y;
	color: #333300;
	}
body#casePage {
	background-image:url(../images/bg_case.png);
	background-repeat: repeat-y;
	color: #373531;
	}
body#videoPage {
	background-image: url(../images/content_bg_video.jpg);
	background-repeat: repeat-y;
	background-color: #77827C;
	}

body, td, pre, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #132532;
	font-size: 14px;
	/*background-color: #76827d;*/
	}
a:link {
	color: #05478e;
	}
a:visited {
	color: #05478e;
	}
a:hover {
	text-decoration: none;
	color: #794543;
	}
a:active {
	color: #05478e;
	}
a img {
	border: 0 none;
	}
code {
	color: #f09;
	}
	
	
p, li, pre {
	line-height: 1.3;
	}
h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, pre {
	margin-top: 0;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
h3, h4, h5, h6, p, ol, ul, dl, pre {
	margin-bottom: 30px;
	}
h1 {
	font-size: 20px;
	margin: 0 0 24px 0;
	}
#pediatricCarePage h1 {
	color: #284183;
	}
#adultCarePage h1 {
	color: #603433;
	}
#homePage h1, #globalPage h1 {
	color: #fff;
	}
h2 {
	font-size: 18px;
	color: #002e5e;
	margin: 0 0 20px 0;
	}
h3 {
	font-size: 16px;
	color: #05478e;
	margin: 0 0 18px 0;
	}
ul {
	list-style-type: square;
	}
li, dt, dd {
	margin: 0 0 4px 0;
	}
li ol,
li ul {
	margin-top: 4px;
	}
object, embed {
	margin: 0;
	padding: 0;
	}
table	{
	margin-bottom: 28px;
	margin-top: 0px;
	}
th {
	text-align: left;
	}
td {
	border-bottom: solid black 1px;
}

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	MAIN DIVISIONS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#mother {
	width: 970px;
	margin: 0 auto;
	background-repeat: repeat-y;
	position: relative;
	}
#videoPage #mother {
	width: 100%;
	margin: 0 auto;
	}
#pediatricCarePage #mother {
	background-image: url(../images/mother_bg_pediatric.gif);
	}
#adultCarePage #mother {
	background-image: url(../images/mother_bg_adult.gif);
	}
#homePage #mother {
	background-image: url(../images/mother_bg_home.gif);
	}
#globalPage #mother {
	background-image: url(../images/mother_bg_global.gif);
	}
#apptPage #mother,
#casePage #mother	{
	width: 785px;
	height: 100%;
	}
	
#banner {
	height: 95px;
	width: 970px;
	position: relative;
	background-repeat: no-repeat;
	}
#pediatricCarePage #banner {
	background-image: url(../images/banner_bg_pediatric.jpg);
	}
#adultCarePage #banner {
	background-image: url(../images/banner_bg_adult.jpg);
	}
#globalPage #banner {
	background-image: url(../images/banner_bg_global.gif);
	}
#psLogo {
	position: absolute;
	top: 32px;
	right: 0;
	width: 454px;
	height: 63px;
	}





#footer {
	margin: 0;
	padding: 34px 15px 44px 15px;
	text-align: center;
	clear: both;
	color: #666;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left bottom;
	}
#adultCarePage #footer {
	background-image: url(../images/footer_bg_adult.jpg);
	}
#pediatricCarePage #footer {
	background-image: url(../images/footer_bg_pediatric.jpg);
	}
#globalPage #footer {
	background-image: url(../images/footer_bg_global.jpg);
	}
#homePage #footer {
	background-image: url(../images/footer_bg_home.jpg);
	}
#apptPage #footer,
#casePage #footer {
	padding: 3px 15px 4px 15px;
	}
#footer p {
	margin: 0;
	color: #474F4F;
	}
#footer img	{
	padding: 0 10px 0 10px;
	}



#footer p#theDocs {
	margin: 0 0 10px 0;
	}
#address {
	font-size: 11px;
	color: #3D4043;
	}
	
#homePage #theDocs, #globalPage #theDocs {
	color: #fff;
	text-decoration: none;
	}
#homePage #theDocs a:hover, 
#globalPage #theDocs a:hover {
	color: #263B56;
	}
#adultCarePage #theDocs {
	color: #6E6049;
	}
#pediatricCarePage #theDocs {
	color: #4D6695	;
	}

#adultCarePage #theDocs a {
	color: #6E6049;
	text-decoration: none;
	}
#pediatricCarePage #theDocs a {
	text-decoration: none;
	color: #4D6695;
}
#homePage #theDocs a,
#globalPage #theDocs a {
	text-decoration: none;
	color: #184165;
}
#adultCarePage #theDocs a:hover,
#pediatricCarePage #theDocs a:hover,
#globalPage #theDocs a:hover,
#homePage #theDocs a {
	color: #FFFFFF;
}

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	CONTENT
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#content {
	padding: 40px 70px 50px 240px;
	background-repeat: no-repeat;
	}
#pediatricCarePage #content {
	background-image: url(../images/content_bg_pediatric.gif);
	}
#adultCarePage #content {
	background-image: url(../images/content_bg_adult.gif);
	}
#homePage #content {
	background-image: url(../images/content_bg_home.jpg);
	height: 508px;
	padding: 0;
    }
#globalPage #content	{
	background-image: url(../images/content_bg_global.gif);
	}
#videoPage #content	{
	background-image: url(../images/content_bg_video_title.jpg);
	padding: 70px 50px 20px 50px;
	}
html>body#homePage #content {
	height: auto;
	min-height: 508px;
	}
#apptPage #content,
#casePage #content  {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 480px;
	padding: 25px 0 25px 0;
	}
#docInfo	{
	margin: -22px 0 25px 0;
	}
#docInfo p	{
	margin: 0;
	font-size: 90%;
	font-weight: normal;
	color: #112E48;
	line-height: 1.5em;
	}
#docInfo a {
	color: #112E48;
	}
#docInfo a:hover {
	color: #fff;
	}
.docLinks	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	}





/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	MENUS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#pediatricCarePage #masterMenu,
#adultCarePage #masterMenu,
#globalPage #masterMenu	{
	white-space: nowrap;
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
#pediatricCarePage #masterMenu li,
#adultCarePage #masterMenu li,
#globalPage #masterMenu li	{
	float: left;
	padding: 0 7px 0 0;
	}
#pediatricCarePage #masterMenu li a,
#adultCarePage #masterMenu li a,
#globalPage #masterMenu li a	{
	display: block;
	font-size: 11px;
	padding: 2px 32px 3px 10px;
	border-bottom: thin #000 solid;
	border-left:  thin #000 solid;
	}
#pediatricCarePage #masterMenu li a	{
	background-color: #E8B970;
	}
#pediatricCarePage #masterMenu a:link,
#pediatricCarePage #masterMenu a:visited,
#pediatricCarePage #masterMenu a:active,
#pediatricCarePage #masterMenu a:hover {
	color:  #171931;
	text-decoration: none;
	}
#adultCarePage #masterMenu li a {
	background-color: #c4ae78;
	}
#adultCarePage #masterMenu a:link,
#adultCarePage #masterMenu a:visited,
#adultCarePage #masterMenu a:active,
#adultCarePage #masterMenu a:hover {
	color: #3C231B;
	text-decoration: none;
	}
#globalPage #masterMenu li a	{
	background-color: #9DABC8;
	}
#globalPage #masterMenu li a.selected	{
	background-color: #b5b59b;
	}
#globalPage #masterMenu a:link,
#globalPage #masterMenu a:visited,
#globalPage #masterMenu a:active,
#globalPage #masterMenu a:hover {
	color:  #000033;
	text-decoration: none;
	}

#pediatricCarePage #masterMenu a:hover,
#adultCarePage #masterMenu a:hover,
#globalPage #masterMenu a:hover	{
	color: #FFFFFF;
	}
	
	
	

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
	HOMEPAGE MASTERMENU
:::::::::::::::::::::::::::::::::::::::::::::::::::: */
#homePage #masterMenu { 
	/*float: right;
	width: 121px;
	font-size: 11px;
	list-style-type: none;
	padding: 0 8px 0 0;
	margin: 0;
	}     
#adultCarePage #masterMenu {*/
	white-space: nowrap;
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0 10px 0 0;
	}
#homePage #masterMenu li {    
	/*height: 27px;
	width: 96px;
	margin: 0;
	padding: 13px 0 0 25px;
	line-height: 11px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;*/ 
	float: left;
	margin: 0 2px;
	padding: 0;
	background-color: #9DABC8;	
	}
#homePage #masterMenu li.selected {
	/*background-image: url(../images/menu_bg_selected.gif);
	padding-left: 12px;
	width: 109px;*/    
	background-color: #b5b59b;
	}
/*#homePage #masterMenu li#requestAppt {    
	padding-top: 7px;
	height: 33px;
	}*/ 
#homePage #masterMenu li a	{    
	/*display: block;*/
	display: block;
	font-size: 11px;
	padding: 9px 32px 12px 12px;
	border-bottom: thin #000 solid;
	border-left:  thin #000 solid;
	} 
#homePage #ieDiv #masterMenu li a {    
	display: inline;
	} 
#homePage #masterMenu a:link, #homePage #masterMenu a:visited, #homePage #masterMenu a:active, #homePage #masterMenu a:hover	{    
	color: #000033;
	text-decoration: none;
	} 
#homePage #masterMenu a:hover {    
	color: #FFF;
	}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::
	END HOMEPAGE MASTERMENU
:::::::::::::::::::::::::::::::::::::::::::::::::::: */


#adultPediatric {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
#adultPediatric li {
	float: left;
	padding: 7px 0 0 70px;
	}
	
	
#mainInstrux {
	clear: left;
	padding: 5px 0 0 70px;
	color: #ACAD98;
	font-size: 11px;
	margin: 0;
	}
#mainInstrux img {
	vertical-align: middle;
	}
#homeContent {
/*	padding: 250px 300px 0 60px;	*/
	padding: 250px 400px 0 60px;
	color: #313E58;
	}
	

#menu {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 40px;
	position: absolute;
	left: 0;
	top: 69px;
	width: 465px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 14px;
	}
#pediatricCarePage #menu {
	background-image: url(../images/pc_menu_bg.gif);
	}
#adultCarePage #menu {
	background-image: url(../images/a_menu_bg.gif);
	}
#globalPage #menu {
	background-image: url(../images/gl_menu_bg.gif);
	}
#menu li {
	float: left;
	width: 95px;
	line-height: normal;
	white-space: nowrap;
	}
html>body #menu li {
	width: auto;
	}
#menu a {
	text-decoration: none;
	display: block;
	padding: 2px 16px;
	}
#pediatricCarePage #menu a:link,
#pediatricCarePage #menu a:visited,
#pediatricCarePage #menu a:active,
#pediatricCarePage #menu a:hover {
	color: #A5B5E0;
	text-decoration: none;
	}
#adultCarePage #menu a:link,
#adultCarePage #menu a:visited,
#adultCarePage #menu a:active,
#adultCarePage #menu a:hover {
	color: #CBAD9B;
	text-decoration: none;
	}
#menu .selected a {
	height: 22px;
	}
#pediatricCarePage #menu .selected a {
	background-color: #284183;
	}
#adultCarePage #menu .selected a {
	background-color: #4A2520;
	}
#globalPage #menu .selected a {
	background-color: #17334D;
	}
#globalPage #menu  a:hover {
	color: #fff;
	}
#pediatricCarePage #menu .selected a:link,
#pediatricCarePage #menu .selected a:visited,
#pediatricCarePage #menu .selected a:active,
#pediatricCarePage #menu .selected a:hover,
#adultCarePage #menu .selected a:link,
#adultCarePage #menu .selected a:visited,
#adultCarePage #menu .selected a:active,
#adultCarePage #menu .selected a:hover,
#globalPage #menu .selected a:link,
#globalPage #menu .selected a:visited,
#globalPage #menu .selected a:active,
#globalPage #menu .selected a:hover,
#menu .selected a:link,
#menu .selected a:visited,
#menu .selected a:active,
#menu .selected a:hover {
	color: #fff;
	}
	
	


#subMenu {
	width: 179px;
	float: left;
	margin: 39px 0px 0 7px;
	padding: 0px 0 30px 15px;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: left bottom;
	display: inline;
	min-height: 162px;
	}
#homeSubMenu {
	font-size: 12px;
	}
#homeSubMenu ul {
		padding-left: 0;
		margin: 0;
	}
#homeSubMenu li {
		display: inline;
		padding-right: 20px;
}
html>body #subMenu {
	display: block;
	}
#pediatricCarePage #subMenu {
	/*background-image: url(../images/menu_bg_pediatric.gif);
	background-color: #4D6695;*/
	}
#adultCarePage #subMenu {
	/*background-image: url(../images/menu_bg_adult.gif);
	background-color: #603433;*/
	}
#subMenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 100px 0;
	}
#subMenu li {
	background-image: none;
	padding: 0;
	margin: 0 0 5px 0;
	}
#globalPage #subMenu li.email {
	background-image: url(../images/content/email.png);
	background-repeat: no-repeat;
	}
#subMenu a {
	display: block;
	padding: 4px 0 4px 30px;
	}
#pediatricCarePage #subMenu p,
#pediatricCarePage #subMenu a:link,
#pediatricCarePage #subMenu a:visited,
#pediatricCarePage #subMenu a:active,
#pediatricCarePage #subMenu a:hover {
	color: #A7B8E4;
	text-decoration: none;
	}
#adultCarePage #subMenu p,
#adultCarePage #subMenu a:link,
#adultCarePage #subMenu a:visited,
#adultCarePage #subMenu a:active,
#adultCarePage #subMenu a:hover {
	color: #CBA885;
	text-decoration: none;
	}
#globalPage #subMenu p,
#globalPage #subMenu a:link,
#globalPage #subMenu a:visited,
#globalPage #subMenu a:active,
#globalPage #subMenu a:hover {
	color: #fff;
	text-decoration: none;
	}
#pediatricCarePage #subMenu a:hover,
#adultCarePage #subMenu a:hover,
#globalPage #subMenu a:hover {
	text-decoration: underline;
	}
#subMenu p {
	font-weight: bold;
	margin: 0 0 6px 0;
	}
#subMenu img {
	float: left;
	margin-top: 2px;
	padding-right: 3px;
}
#subMenu a:hover {
	color: #fff;
	}
#homeSubMenu a:link,
#homeSubMenu a:visited,
#homeSubMenu a:active	{
	text-decoration: none;
	}
#subMenu .selected a {
	background-repeat: no-repeat;
	background-position: right bottom;
	}
#pediatricCarePage #subMenu .selected a {
	background-image: url(../images/pc_selected_bg.gif);
	}
#adultCarePage #subMenu .selected a {
	background-image: url(../images/a_selected_bg.gif);
	}
#globalPage #subMenu .selected a {
	background-image: url(../images/gl_selected_bg.gif);
	}
#pediatricCarePage #subMenu .selected a:link,
#pediatricCarePage #subMenu .selected a:visited,
#pediatricCarePage #subMenu .selected a:active,
#pediatricCarePage #subMenu .selected a:hover,
#adultCarePage #subMenu .selected a:link,
#adultCarePage #subMenu .selected a:visited,
#adultCarePage #subMenu .selected a:active,
#adultCarePage #subMenu .selected a:hover,
#subMenu .selected a:link,
#subMenu .selected a:visited,
#subMenu .selected a:active,
#subMenu .selected a:hover,
#homeSubMenu .docLinks a:link,
#homeSubMenu .docLinks a:visited,
#homeSubMenu .docLinks a:active,
#homeSubMenu .docLinks a:hover,
#homeSubMenu .selected a:link,
#homeSubMenu .selected a:visited,
#homeSubMenu .selected a:active,
#homeSubMenu .selected a:hover,
#globalPage #subMenu .selected a:link,
#globalPage #subMenu .selected a:visited,
#globalPage #subMenu .selected a:active,
#globalPage #subMenu .selected a:hover, {
	color: #fff;
	}

#copyRight {
	margin: 0;
	position: absolute;
	bottom: 120px;
	/*color: #ADB9DB;*/
	font-size: 11px;
}
#pediatricCarePage #copyRight {
	color: #9AA7BF;
	}
#adultCarePage #copyRight {
	color: #9B735F;
	}
#globalPage #copyRight {
	color: #474D5C;
	}
/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	FORMS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
form {
	margin: 0;
	}
fieldset {
	padding: 0 10px 10px 20px;
	margin: 0 0 10px 0;
	width: 420px;
	}
legend {
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px 0 10px;
	color: #333300;
	}
.columnize label {
	display: block;
	width: 110px;
	float: left;
	margin: 0 0 6px 0;
	font-weight: normal;
	text-align: right;
	padding: 0 6px 0 0;
	}
.columnize input,
.columnize select,
.columnize textarea {
	display: block;
	float: left;
	margin-bottom: 6px;
	}
.columnize textarea {
	width: 250px;
	}
.columnize br {
	clear: left;
	}
/*
.columnize p label,
.columnize p input,
.columnize p select,
.columnize p textarea {
	margin-bottom: 0;
	}
	*/
.columnize p {
	margin: 20px 0 10px 0;
	}
.columnize p em {
	display: block;
	margin: 0 0 20px 80px;
	font-size: .83em; /* 12*.83=10px */
	}

#submitButton, #Button {
	text-align: center;
	font-size: 0.95em;
	padding-top: 1em;
	padding: 0;
	color: #fff;
	font-weight: bold;
	border: 0 none;
	padding: 2px 12px 2px 12px;
	margin: 4px 0 0 0;
	cursor: pointer;
	}
#submitButton {
	background-color: #099;
	}
#submitButton:hover,
#Button:hover {
	background-color: #9CC;
	}
#Button {
	background-color: #999;
	}




/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	UTILTY CLASSES/MISC
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.photo {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #82776b;	
	}
.picRight {
	margin: 0 0 15px 15px;
	float: right;
	}
.picLeft {
	padding: 0 25px 15px 0;
	float: left;
	}
.picMiddle {
	text-align: center;
	}
.picRightHome {
	margin: 0 -100px 15px 15px;
	float: right;
	}	
.unbulleted {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}
.unbulleted li {
	background-image: none;
	padding: 0;
	}	
.cl {
	clear: both;
	}
.small {
	font-size: 90%;
	color: #21425B;
	font-style: italic;
	margin: -16px 0 0 0;
	padding: 0;
	line-height: 1.2em;
	}
.note {
	font-size: 90%;
	color: #666;
	}
ul.note {
	padding: 0;
	margin-left: 0;
	}
ul.note li {
	padding: 0;
	margin: 0;
	background-image: none;
	}
.highlight {
	background-color: #CDD1EC;
	}
	
/* COLUMNS */
.col1, .col2, .col3 {
	float: left;
	margin: 0;
	width: 328%;
	}
	
/* TWO COLUMN */
.twoColumn {
	clear: both;
	margin: 0 0 30px 0;
	}
.twoColumn .col1 {
	width: 280px;
	margin: 0;
	}
.twoColumn .col2 {
	width: 280px;
	}
	
/* THREE COLUMN */
.twoColumn {
	clear: both;
	margin: 0 0 30px 0;
	}
.threeColumn .col1 {
	width: 195px;
	margin: 0 0 0 15px;
	padding: 0;
	border-right: 1px solid #000;
	}
.threeColumn .col2 {
	width: 195px;
	margin: 0 0 0 15px;
	padding: 0;
	border-right: 1px solid #000;
	}
.threeColumn .col3 {
	width: 195px;
	margin: 0 0 0 15px;
	padding: 0;
	/*	width: 180px;	*/
	/* border-right: 1px solid #000; */
	}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
	}
.clearfix {
	display: inline-block;
	margin-bottom: 20px;
	}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* End hide from IE-mac */




.fontSizesInEmsForBase-12 {
	font-size: .83em; /* 12*.83=10px */
	font-size: .92em; /* 12*.92=11px */
	font-size: 1em; /* 12*1=12px */
	font-size: 1.17em; /* 12*1.17=14px */
	font-size: 1.33em; /* 12*1.33=16px */
	font-size: 1.5em; /* 12*1.5=18px */
	font-size: 1.67em; /* 12*1.67=20px */
	font-size: 2em; /* 12*2=24px */
	font-size: 2.67em; /* 12*2.67=32px */
	}
#map_canvas	{
	border: 2px solid #12355F;
	width: 500px;
	height: 300px;
	display: block;
	/*margin-left: auto;
	margin-right: auto;*/
	margin: 0;	
	}
a.close {
	color: #990000;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 12px;
	left: 150px;
}





/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Video Page
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.featureDiv {
	float: left;
	margin: 0 12px 7px 20px;	/*padding: 0 150px 0 0;*/
	}
.featureDiv pre {
	color: #336699;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	padding: 10px;
	margin: 0;
	text-align: center;
	background-color: #FFF;
}
#videoPage a.close {
	color: #fff;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 70px;
	left: 70px;
}

p.videoLink {
	background-image: url(../images/video_button3.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 40px;
	margin: 0;
	padding: 15px 0 0 75px;
}
.videoLink a {
	text-decoration: none;
	color: #313E58;
	padding: 6px;
}
.videoLink a:hover {
	text-decoration: underline;
}



.logo {
	width: 620px;
	position: relative;
	top: -20px;
	left: 270px;
	text-align: right;
	margin: 0;
	padding: 0;
	}
.logo img {
	padding: 0 0 0 3px;
	margin: 0;
	}
.logo a {
	text-decoration: none;
	}
#apptPage blockquote {
	font-size: .9em;
}
