/* =========================================================== */
/* == ELEMENT ATTRIBUTES FOR SCREENS - SECONDARY PAGE RULES == */
/* =========================================================== */

/* ----------------- */
/* GENERAL SELECTORS */
/* ----------------- */

body {	
	background-image: url(../../images/backgrounds/bg-body-secondary.gif);	
	}

/* ------------------ */
/* SPECIFIC SELECTORS */
/* ------------------ */

/* ~~~~~~ */
/* Header */
/* ~~~~~~~*/
div#header {	
	height: 51px;	
	}
	div#logo {		
		background-color: #fff;
		}
		div#logo a {			
			left: 70px;
			}
	div#description {
		display: none;
		}
		
	/* ~~~~~~~~~~~~ */
	/* Log In Form  */
	/* ~~~~~~~~~~~~ */
	div#log-in {
		display: none; /* Log In form not used on secondary pages */
		}
		
/* ~~~~~~~~~~~~ */											
/* Main Content */
/* ~~~~~~~~~~~~ */
div#content {
	width: 620px; /* 766 total minus padding - EDITED IN IE 5.5 CSS */	
	min-height: 200px; /* Just enough height to show full background and some white-space - EDITED IN IE 6 CSS */
	padding: 21px 73px 21px 73px; /* 24 pixels of right/left padding plus extra edge that runs to min-width of page (header width) */
	}
	
/* ~~~~~~ */								
/* Footer */
/* ~~~~~~ */
div#doctors {
	display: none; /* Hide on all but home page */
	}
