/*<group=General Styles>*/

body {
	margin: 0px 5px 0px 5px;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

p {
}

b, strong {
	font-weight: bold;
	color: #300;
}


a:visited { color: #59432B; }
a:link { color: #59432B; }
a:active { color: #59432B; }
a:hover { color: #C63; }

a.top { font-size: 9px; }

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0px;
	padding: 3px 3px 3px 0px;
}

.image-right {
	float: right;
	margin: 3px 0px 3px 3px;
	padding: 3px 0px 3px 3px;
}

.image-center {
	margin: 3px;
	padding: 3px;
	text-align: center;
}

.png { behavior: url("/academics/departments/theology/mpp/js/pngbehavior.htc"); }

/*</group>*/

/*<group=Layout>*/

#container {
	background: #ffffff repeat-y left url('/academics/departments/theology/mpp/images/sidebar_bg.png'); /* This Is The BG Color Of The Main Div */
	width: 780px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: #3e3e3e;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	word-spacing: 1px;
	line-height: 1.5em;
}

#pageHeader {
	width: 780px;
	background: url('/academics/departments/theology/mpp/images/header_bg.jpg') no-repeat;
	text-align: left;
	list-style: none;
	height: 111px;
}

#pageHeader img {
	display: inline;
	float: left;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
}

#pageHeader h1 {
	color: #ffffff;
	text-shadow: 0px 0px 4px #c6e3f9;
	margin: 0px;
	text-align: left;
	font-size: 26px;
	letter-spacing: 3px;
	padding: 20px 20px 5px 50px;
}

#pageHeader h2 {
	color: #c6e3f9;
	text-shadow: 0px 0px 3px #c6e3f9;
	margin: 0px;
	font-size: 16px;
	text-align: left;
	padding-right: 20px;
	padding-left: 50px;
	letter-spacing: 3px;
}

#contentContainer {
	width: 589px;
	float: right;
	text-align: left;
	padding-top: 30px;
	border-top: 1px solid #ccc;
}

#contentContainer #content {
	padding-right: 30px;
	padding-left: 40px;
	width: 519px;
}

#sidebarContainer {
	width: 190px;
	float: left;
	text-align: left;
}

#sidebarContainer .sidebar {
	padding: 10px;
}

#footer {
	width: 780px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */;
	height: 3px;
	height: 31px;
	color: #ffffff;
	background: url('/academics/departments/theology/mpp/images/footer_bg.jpg') repeat-x;
}

#footer p {
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#footer a { color: #FF9; }

#footer a:hover
{
	color: #FC9;
	text-decoration: none;
}

/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: left;
	padding: 0px;
	margin-top: 10px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}

/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	line-height: normal;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}

#navcontainer ul li {
	position: relative;
}

#navcontainer li ul {
	position: absolute;
	left: 189px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

/* Styles for Menu Items */

#navcontainer ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}

#navcontainer ul li a.updates { background-color: black; color: white; }
#navcontainer ul li a.thanks { background-color: #CBCBFF; color: #339; font-weight: bold; text-align: center; }
#navcontainer ul li a.donation { background-color: #CBCBFF; color: #339; font-weight: bold; text-align: center; }
#navcontainer ul li a.mapstodig { background-color: #9f9; color: #339; font-weight: bold; text-align: center; }
#navcontainer ul li a.securepay { background-color: #ff9; color: #339; font-weight: bold; text-align: center; }


/* Fix IE. Hide from IE Mac \*/

* html #navcontainer ul li { float: left; height: 1%; }

* html #navcontainer ul li a { height: 1%; }

/* End */



#navcontainer ul li a:hover, #navcontainer #current { color: #FFFFFF; background: #59432B; text-shadow: 0px 0px 4px #c6e3f9;} /* Hover Styles */



#navcontainer li ul li a { padding: 6px 5px 6px 5px;
}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{

display:none;

}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{

display:block;
}

body { behavior:url('/mpp/csshover.htc'); } /* IE 6 PC Hack */

/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote
{
	padding: 3px 10px;
	color: #300;
	border-bottom: 1px dotted #300;
	border-top: 1px dotted #300;
	background-color: #FFC;
}
blockquote blockquote {
	border: 0px;
	padding: 0px;
}
.indent  {
  margin-right: 5%;
	margin-left: 5%;
	color: #000;
}
.justify { text-align: justify; }

h1
{
	color: #933;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}
h1#title {
	margin: 0px 0px 20px 0px;
	padding-bottom: 2px;
	border-bottom: 2px solid gray;
	text-align: right;
}

h2 {
	color: #300;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 3px;
	line-height: 22px;
}
h2.restore {
	font-size: 17px;
	color: #5F059E;
	margin-bottom: -15px;
	border-bottom: 1px solid gray;
}

h3 {
	color: #300;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
}

h4 {
	color: #300;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

h5 {
	color: #300;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
}

.imageStyle {
}

/*</group>*/

/*<group=FAQ>*/

/*<group=FAQ>*/


h4.faq {
    font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

h5.faq {
    font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
h6.faq {
    font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	color: #300;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 5px;
}

.album-description {
	margin-bottom: 80px;
}

.album-wrap {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 70px;
	margin-right: 20px;
	width:144px;
	height:144px;
}

.thumbnail-frame {
	border: 1px solid #e6e6e6;
	padding: 5px;
	margin: 5px;
	position: absolute;
    bottom: 0;
    left: 0;
  width:144px;
}

.thumbnail-frame:hover {
	border: 1px solid #808080;
}

.thumbnail-frame a {
	border-style: none;
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	margin: auto;
    border: none;
}

.thumbnail-caption {
	font-size: 0.9em;
	color: #808080;
	margin: 3px 0 0 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
	line-height: 1em;
}

/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
	text-align: center;
	margin: 10px;
}

.photo-navigation {
	padding: 10px;
	background: #ffffff;
	margin-bottom: 10px;
}

.photo-navigation a {
}

.photo-navigation a:hover {
}

.photo-frame
{
	margin: 0px;
	border-width: 5px;
	border-style: solid;
	border-color: white;
}

.photo-links {
}

.photo-title {
	color: #300;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

.photo-caption {
	font-size: 13px;
	margin: 0px;
	color: #300;
}

/*</group>*/

/*</group>*/


/*<group=Contact Form>*/
.message-text {
}

.required-text {
	color: #0080ff;
}

.form-input-field {
	color: #2160a9;
}

.form-input-button { }
/*</group>*/



.cap
{
	float: left;
	width: 35px;
	font-size: 43px;
	line-height: 43px;
	font-weight: normal;
	font-family: Papyrus, "Alpha Geometrique", serif;
	padding-bottom: -10px;
}
.alert { color: red; }


div#siterestore
{
	background-color: white;
	background-image: url('/academics/departments/theology/mpp/siterestore/images/bkground.gif');
	background-repeat: repeat;
}

table.age td {
	font-size: 10px;
	padding: 3px;
}

table.colored th {
	background-color: #B79145;
	padding: 3px 5px;
}
table.colored td {
	background-color: #FFEEBF;
	padding: 3px 5px;
}
table.colored td.odd {
	background-color: white;
}

div.image-left {
	float: left;
	text-align: center;
	margin: 0 5px 0 0;
}
div.image-right {
	float: right;
	text-align: center;
	margin: 0 0 0 5px;
}
div.image-center {
	text-align: center;
	margin: 5px;
}
div.image-right small, div.image-left small, div.image-center small, .caption
{
	font-size: 11px;
	line-height: 12px;
	font-family: Times, sans-serif;
	font-style: italic;
	padding-top: 4px;
	display: block;
	background-color: #DDD;
}
div.image-right small.wide, div.image-left small.wide { width: 280px; }
div.image-right small.tall, div.image-left small.tall { width: 210px; }
div.image-right small.wideo, div.image-left small.wideo { width: 300px; }
div.image-right small.tallo, div.image-left small.tallo { width: 225px; }
div.image-right small.widen, div.image-left small.widen { width: 250px; }
div.image-right small.talln, div.image-left small.talln { width: 167px; }
