/* ---- MAIN.CSS Authored by: David Weisberg ----- */
* {
	margin: 0;
	padding: 0;
}
HTML {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px; 
	text-align:center;
	background-color:#A21E4B; /*Got this converted from PMS 208 from Pam */
	background-image: url("../images08/background-3.gif");
}

/* ---- DIVS ----- */
#wrapper
{	margin: 0 auto;
	text-align: left;
	width: 755px;
	padding: 5px;
	background-color:#FCFAD3;
}
#header{
	height:64px;
	background-color: #fcfad3;
	text-align:center;
	border-bottom: 1px solid #A21E4B;
	margin: 0 0 2px 0;
}
#mainNav {
	width: 167px;
	height:100%;
	float:left;
	margin:0px 5px 10px 0px;
	background-color: #fcfad3;
	background-image: url("../images08/background1.gif");
	background-repeat: repeat;
	background-position:top;
}
#body {
	float: left;
	width: 572px;
	margin: 0px 0px 10px 0px;
}

#footer {
	margin: 25px 15px 15px 15px;
	text-align:center;
	clear: both;
}

#footer p {
	font-size: 85%;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
	margin: 20px 0px 0px 0px;
	border: 1px dotted #999;
}

/* ---- CLASSES ----- */
img.pic {
	margin:8px 15px 2px 15px;
	padding:0px;
	float:left;
	display:block;
	clear:left;
}
img.header {
	margin:4px 0px 0px 0px;
	padding:0px;
	display:block;
}
img.picHome {
	margin:0px 12px 5px 90px;
	padding:0px;
	display:block;
}
ul.bullets li {
	padding:0;
	list-style:none;
	margin:0px;
}

/* ---- NAV ----- */
.buttons ul {
	list-style: none;
	margin:0 0 0 0;
	border:1px solid black;
	border-bottom:none;
}
.buttons li {
	margin:0;
	display:block;
}
body#home a.navHome,
body#about a.navAbout,
body#faculty a.navFaculty,
body#infant a.navInfant,
body#family a.navFamily,
body#enrollment a.navEnrollment,
body#tuition a.navTuition,
body#directions a.navDirections,
body#contact a.navContact {
	background-color:#fcfad3;
	color: white;
	background-image: url("../images08/background-rose.png");
	background-repeat: repeat;
	background-position:top;
}
.buttons a {
	color: #059;
	background-color:#fcfad3;
	padding: 2px 3px 2px 2px;
	display: block;
	border-bottom: 1px solid #000;
	font: 13px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.buttons a:hover {
	text-decoration:none;
	color: white;
	background-color:#f99;
	background-image: url("../images08/background1.gif");
	background-repeat: repeat;
	background-position:top;
}

#callToAction {
	background-color: white;
	border: 1px solid #fff;
	color:white;
	padding: 14px;
	margin: 15px 2px 100% 2px;
	background-image: url("../images08/background1.gif");
	background-repeat: repeat;
	background-position:top;

}
#callToAction p {
	font-size: 90%;
	padding:0; 
	margin:0;
}


/* ---- FORMATTING ----- */
p	{
	font-size: 105%;
	margin: 6px 6px 6px 0px;
	line-height:1.25em;
}
p.caption {
	float:left;
	width: 16em;
	font-size: 104%;
	line-height:1.3em;
	f/ont-weight:bold;
	font-style:italic;
	padding: 2px 0px 0px 0px;
}
#body p {
	margin: 5px 50px 5px 20px;
}
h1 {
	padding: 6px 8px 2px 8px;
	margin: 0px 0px 0px 0px;
	font-size: 180%;
	font-style:italic;
	font-weight:bold;
	color: white;
}

h2 {
	margin:0px 0px 4px 0px;
	padding: 2px 4px 0px 0px;
	font-size: 115%;
	font-weight:bold;
	color: white;
}
h3 { /* for subheads */
	margin:10px 0px 0px 0px;
	padding: 10px 6px 0px 4px;
	font-size: 115%;
	font-weight:bold;
	color: #069;
	clear:both;
}
h4 { /* for text centered on home page */
	margin:15px 30px 30px 55px;
	padding: 3px 6px 0px 0px;
	font-size: 160%;
	font-weight:bold;
	color: #069;
	text-align:center;
	width: 20em;
	line-height:1.2em;
}
h4.smaller {
	font-size: 135%; padding-left: 20px;
}

.indent {
	padding:0px 60px 0px 30px;
}

/* ---- Faculty page only ---- */

p.bioText {
	margin: 5px 70px 5px 20px;
	padding: 5px 0px 0px 0px;
	line-height:1.1em;
}
body#faculty h3 {
	font-style:italic;
	font-size:110%;
	clear:both;
}
