/* SCHOOOL OF ST. MARY */
/* basic stylesheet */


/* general HTML markup */

body,p {
	font-family: Times, serif;
	font-size: 13px;
	line-height: 1.5em;
}

h4 {
	font-family: Times, serif;
	font-size: 12px;
	color: #42595B;
	font-style: italic;
}


h3 {
	font-family: Times, serif;
	font-size: 14px;
	line-height: 1.5em;
}

h2 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #009;
	margin-bottom: 0px;
}

table {
	border-collapse: collapse;
}

tr, td {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}


/* classes */

#linknav {
	font-family: Times, serif;
	font-size: 12px;
	color: #575157;
	margin-bottom: 0px;
	font-style: italic;
	font-weight: normal;
	right: auto;
	float: right;
	margin-top: 3px;
	margin-right: 10px;
}



#container {
	width: 780px;
	margin: 10px 20px;
	border: none;
	border-collapse: collapse;
}

#nav_container {
	width: 100%;
}

/* top navigation */
#topNav {
	background-color: #26B;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #9CF;
	padding: 0px;
	margin: 0px;
}

#topNav ul {
	list-style: none;
	text-align: right;
	margin-right: 14px;
	margin-top: 10px;
	margin-bottom: 2px;
}

#topNav li {
	display: inline;
	border-right: 1px solid #69C;
	padding: 2px 10px;
}

#topNav li.last {
	border: none;
}

#topNav li a {
	text-decoration: none;
	color: #9CF;
}

#topNav li a:hover {
	color: #FFF;
}


/* left navigation */
#leftNav {
	width: 175px;
	background-color: #EEB;
	border-right: 1px solid #CC9;
}

#leftNav ul {
	list-style: none;
	text-align: left;
	margin: 20px 0px;
	padding: 0px;
}

#leftNav ul.sublist {
	margin: 2px 0px;
	padding: 0px;
}


#leftNav li {
	font-family: Verndana, sans-serif;
	font-size: 12px;
	color: #666;
	padding: 4px 0px;
	margin: 2px 10px;
}

#leftNav li a.active {
	/* background-color: #CC9;*/
	color: #000;
}

#leftNav li a {
	color: #330;
	text-decoration: none;
}

#leftNav li a:hover {
	color: #000;
	text-decoration: underline;
}
/* image bar */

#image_bar {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CC9;
}

/* content */
#content {
	padding: 0px 10px 2px;
	margin: 0px;
}


/* callout */
#callout {
	float: right;
	background-color: #996;
	color: #FFC;
	width: 120px;
	margin: 50px 0px 2px 10px;
	clear: right;
}

#callout p {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	padding: 10px; 
}


/* footer */
#footer {
	text-align: center;
}

#footer ul {
	list-style: none;
	margin-bottom: 2px;
}

#footer li {
	display: inline;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #999;
}

#footer li a {
	text-decoration: none;
	color: #999;
}

#footer li a:hover {
	text-decoration: underline;
	color: #444;
}
