/* CSS Document */

/*global styles*/

body {
	font-size: 100%;
	background: #b0bc23;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #54301a;
}
a:visited {
	text-decoration: none;
	color: #54301a;
}
a:hover {
	text-decoration: underline;
	color: #b0bc23;
}
a:active {
	text-decoration: underline;
	color: #b0bc23;
}
p {
	font-size: .8em;
	line-height: 1.2em;
	color: #54301a;
}
h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 1.35em;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #566c11;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #54301a;
	background: #e8edcc;
	padding: 5px 5px 10px;
	margin-top: 10px;
	font-variant: small-caps;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-weight: bold;
	color: #54301a;
	text-align: center;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 2.5em;
}
h6 {
    font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #b0bc23;
	text-transform: uppercase;
	
}

#wrapper {
	background: #FFF;
	text-align: left;
	width: 800px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/*general classes*/

.center {
    text-align: center;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.clear {
    clear: both;
}

/*master page styles*/

/*header styles*/

#header {
	height: 145px;
	width: 800px;
	position: relative;
}
#header img {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
#hdr_links {
	width: 615px;
	float: right;
	display: block;
	position: relative;	
}

#hdr_links img {
    margin: 0;   
}

#hdr_links img.imgcal {
    position: absolute;
    top: 13px;
    right: 15px;
} 

#hdr_links img.imgguiding {
    position: absolute;
    top: 30px;
    right: 15px;
} 

#hdr_links img.imgmedtch {
    position: absolute;
    top: 48px;
    right: 15px;
} 
#hdr_links img.imggroups {
    position: absolute;
    top: 64px;
    right: 15px;
}
#hdr_links img.imgresources {
    position: absolute;
    top: 84px;
    right: 15px;
}
#hdr_links img.imgsisters {
    position: absolute;
    top: 101px;
    right: 15px;
}
#hdr_links img.imgcontact {
    position: absolute;
    top: 118px;
    right: 15px;
}

/*container to create faux columns with background image*/

#columnContainer {
	background: url(../_images/column_bkgrd.gif) repeat-y;
	width: 100%;
	position: relative;
	float: left;
}

/*navigation bar styles*/

#navBar {
	padding: 5px;
	float: left;
	width: 185px;
	height: 100%;	
}
#navBar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #566c11;
	font-weight: bold;
	background: #566c11;
	padding: 2px 0px 2px;
	left: 0px;
	position: absolute;
	width: 195px;
	top: 0px;
}
#navBar ul,
#navBar table.masternav {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #54301a;
	text-align: left;
	line-height: 2.5em;	
	margin-top: 27px;
	font-variant: small-caps;
}
#navBar table.masternav td {
	min-height: 25px;
	vertical-align: middle;
}
#navBar table.masternav td.leafnav {
	vertical-align: top;
	padding-right: 5px;
}
#navBar table.masternav td.videonav {
	line-height: 1.15em;
	vertical-align: top;
	padding-top: 7px;
}
#navBar ul li {
	list-style: url(../_images/leaf.gif) none inside;
}
#navBar ul li.jm {
	line-height: 1em;
}


/*footer styles*/

#footer {
	clear: both;
	height: 100px;
	width: 800px;
	background: #b0bc23;
	position: relative;
}
#footer h3 {
	background: #566c11;
	height: 20px;
}
#footer ul {
	font-size: .65em;
	text-transform: uppercase;
	color: #e8edcc;
	text-align: center;	
	width: 800px;
	margin-top: 10px;
}
#footer ul li {
	display: inline;
	margin-left: 6px;
	border-right: 1px solid #e8edcc;
	padding-right: 6px;
}
#footer p {
	font-size: .65em;
	color: #e8edcc;
	text-align: center;
	margin-top:  10px;
}
#footer a:link, #footer a:visited {
	color: #e8edcc;
}
#footer a:hover, #footer a:active {
	color: #54301a;
}

/*main content area styles*/

#mainContent {
	background: #FFF;
	float: right;
	width: 585px;
	padding: 35px 10px 25px 10px;
}
#mainContent a {
	font-weight: bold;
}
#mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: center;
	color: #e8edcc;
	font-weight: bold;
	background: #566c11;
	padding: 2px 0px 2px;
	position: absolute;
	width: 605px;
	top: 0px;
	left: 195px;
}
#mainContent #gallery table td {
    width: 140px;
    height: 140px;
}
#mainContent #gallery table {
    margin-left: 15px;
}
#mainContent #gallery p {
	color: #54301a;
	text-align: center;
	font-style: italic;
	margin-bottom: 20px;
}
.accordionButton {
    width: 560px;
    height: 30px;
    margin-bottom: 20px;
    float: left;
    background: #e8edcc;
    border-bottom: 1px solid #bbbdbf;
    cursor: pointer;
    padding: 15px 0 0 15px;
    font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #54301a;
	font-variant: small-caps;
}
.accordionContent {
    width: 575px;
    margin-bottom: 20px;
    float: left;
    display: none;
}
/*LJM video page styles*/

table.videos td {
	vertical-align: middle;
	padding: 10px 15px 10px 0;
}
table.videos td.videothumb {
	vertical-align: top;
}
table.videos img {
	border: 2px solid #b0bc23;
}
table.videos .vidnote {
	font-size: 0.75em;
	line-height: 2em;
}

/*calendar classes*/

.calendar {
	padding: 5px;
}
.calTitle {
	color: #566c11;
	font-size: 0.9em;
	font-style: italic;
	text-transform: capitalize;
	margin-right: 5px;
	line-height: 1.25em;
}

.EventHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #54301a;
	background: #e8edcc;
	padding: 5px 5px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-variant: small-caps;
}

.EventLabel {
	color: #566c11;
	font-size: 0.75em;
	font-style: italic;
	text-transform: capitalize;	
}

.EventContent {
	font-size: .8em;
	line-height: 1.25em;
	color: #54301a;
}
#calendar form td { /*to style Paypal instructions in calendar event*/
	color: #54301a;
	font-size: 0.7em;
	padding: 5px 0 0 0;
}

/*teacher thumbnails*/

#thumbNails {
	width: 560px;
	position: relative;
	font-size: 0.75em;	
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
.inline {
	float: left;
	width: 140px;
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 15px;
}
#guiding li.ctr {
    width: 240px;
    margin: 0 auto;  
    text-align: center;
	font-size: 0.9em;
}   
#guiding li.inline {
    width: 240px;
    margin-left: 35px;
}
#guiding h4 {
    margin-bottom: 25px;
    font-size: 1.05em;
    padding-left: 15px;
}
#guiding li img {
    margin-bottom: 15px;
}
/*teacher bios*/

#bios {
    float: left;
    width: 585px;
    
}
#bios p {
    text-align: center;
    color: #566c11;
    margin: 0 0 20px 0;
    clear: both;
}
#bios p.assoc-p {
    text-align: left;
    color: #54301a;
    font-style: normal;
    margin: 0 0 30px 20px;
    line-height: 1em;
}
#bios dl {
    float: left;
    width: 540px;
    margin: 0px 20px 20px 20px;
    padding: 0;
    display: inline; /*fixes IE/Win double margin bug*/
}

#bios dt {
	text-transform: uppercase;
	color: #54301a;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: .85em;
	font-weight: bold;
	float: right;
	width: 424px;
}
#bios.sisters dt {
    margin: 0 0 5px 5px;
}
#bios dt.assoc {
    width: 324px;
    margin: 0 0 10px 0;
}
#bios dd.bio_text {
	margin: 0;
	padding: 0;
	font-size: .75em;
	color: #2f1b0e;
	clear: right;	
}
#bios.sisters dd.bio_text {
    clear: none;
    float: left;
    margin-left: 8px;
}
#bios dd img {
    margin: 0 8px 0 0;
    padding: 4px;
    float: left;
}
#bios.sisters dd img {
    margin: 0px;
}
#bios dt.jmtitle {
    width: 284px;
    margin: 0 0 10px 0;
}
#bios dd img.jm_img {
    margin: 0 18px 0 30px;
    padding: 4px;
    float: left;
}
h4.jm {
    clear: both;
    margin: 0 0 10px 20px;
    font-size: 1.1em;
    padding-left: 5px;  
}
a.jm-a  {
    font-size: 0.7em;
    margin-left: 20px;
}
ul.jmlist {
	margin-bottom: 25px;
}
#bios .inline {
	float: left;
	width: 140px;
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 15px;
}


/*contact form styles*/


#contactForm {
    width: 450px;
    margin: 20px 0 0 40px;
    position: relative;
}
#contactForm p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #54301a;
}
#contactForm fieldset {
    width: 450px;
	margin: 10px auto 10px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	background: #e8edcc;
	border: 1px solid #54301a;	
}
#contactForm legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #54301a;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
#contactForm input.text {
	width: 250px;
	margin-left: 10px;
	position: absolute;
	left: 140px;
}
#contactForm input.text2 {
	width: 250px;
	margin-left: 10px;
	position: absolute;
	left: 140px;
}
#contactForm input.text3 {
    width: 358px;
    height: 150px;
}
p.formItem {
    margin: 15px 0px;
}

/*resources page styles*/

#resources h4 {
    margin-bottom: 20px;
}
#resources ul {
	font-size: .80em;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#resources li {
    margin: 10px 0px;
    list-style: square none outside;  
}
#resources dl {
    float: left;
    width: 540px;
    margin: 0px 20px 15px 20px;
    padding: 0;
    display: inline; /*fixes IE/Win double margin bug*/
}
#resources dt {
	color: #54301a;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: .85em;
	font-weight: bold;
	float: right;
	width: 385px;
}
.subtitle {
    font-weight: normal;
    font-size: .85em;
}
.subtitle2 {
    font-size: .9em;
    color: #b0bc23;
}
#resources dd.res_text {
	margin-left: 157px;
	padding: 0;
	font-size: .75em;
	color: #2f1b0e;
	clear: right;	
}
#resources dd img {
    margin: 0 8px 0 0;
    padding: 0px 4px 0px 0px;
    float: left;
}
#resources dd ul {
    margin-left: 15px;
    font-size: 1em;
}
#resources dd li {
    list-style: square none inside;    
}
#resources a:hover {
    color: #ac9789;
}
#resources a:active {
    color: #ac9789;
}

/*FAC in Community styles*/

#community {
    float: left;
    width: 585px;   
}
#community dl {
    float: left;
    width: 540px;
    margin: 0px 20px;
    padding: 0;
    display: inline; /*fixes IE/Win double margin bug*/
}
#community dt {
	text-transform: uppercase;
	color: #54301a;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: .85em;
	font-weight: bold;
	float: right;
	width: 424px;
	line-height: 1.35em;
}
#community dd.bio_text {
	margin: 0;
	padding: 0;
	font-size: .9em;
	clear: right;	
}
#community .bio_hdg {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	color: #566c11;
	
}
#community dd img {
    margin: 0 8px 0 0;
    padding: 4px;
    float: left;
}
#community p {
    line-height: 1.45em;
    color: #404040;
}
#community ul {
    margin: 15px 0 0 12px;
    font-size: .8em;
    list-style-type:circle;
    list-style-position: outside;
}
#community ul li {
    margin-bottom: 3px;
}
#community hr {
    color: #566c11;
    margin: 15px 0;
}

/*construction*/

#construction img {
    padding: 25px 0px 0px 176px;
    width: 233px;
    position: relative;
}
/*content page styles (left toolbar)*/
#content ul {
	font-size: .80em;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#content li {
    margin: 10px 0px;
    list-style: square none outside;
    color: #54301a;  
}

/*about us page styles*/

#about ul {
	font-size: .80em;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#about li {
    margin: 10px 0px;
    list-style: square none outside;
    color: #54301a;  
}
p.mission {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	line-height: 1.35em;
	padding: 0px 25px;
	margin-bottom: 20px;
}

/*home page styles*/

#homeHdr {
	height: 410px;
	width: 800px;
	position: relative;
}
#homeHdr img {
	float: left;
	margin-top: 15px;
	margin-left: 145px;
}
#homeHdr ul {
	text-transform: capitalize;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #54301a;
	text-align: right;
	position: absolute;
	right: 20px;
	top: 20px;
	float: right;
	line-height: 1.35em;
}
#home_links {
	width: 142px;
	float: right;
	display: block;
	position: relative;	
}

#home_links img {
    margin: 0;   
}

#home_links img.imgcal {
    position: absolute;
    top: 20px;
    right: 15px;
} 

#home_links img.imgguiding {
    position: absolute;
    top: 37px;
    right: 15px;
} 

#home_links img.imgmedtch {
    position: absolute;
    top: 55px;
    right: 15px;
} 
#home_links img.imggroups {
    position: absolute;
    top: 71px;
    right: 15px;
}
#home_links img.imgresources {
    position: absolute;
    top: 91px;
    right: 15px;
}
#home_links img.imgsisters {
    position: absolute;
    top: 108px;
    right: 15px;
}
#home_links img.imgcontact {
    position: absolute;
    top: 125px;
    right: 15px;
} 
#homeHdr h3 {
	background: #566c11;
	width: 800px;
	height: 22px;
	clear: both;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#homeMain {
	position: relative;
	height: 340px;
	width: 800px;
}
#homeMainlt {
	background: #c1c9a6;
	position: absolute;
	height: 340px;
	width: 267px;
	left: 0px;
	top: 0px;
	
}
#homeMainlt ul,
#homeMainlt table {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #54301a;
	text-align: left;
	line-height: 2.5em;	
	margin: 30px 5px 0 15px;
	font-variant: small-caps;
}
#homeMainlt table td {
	min-height: 25px;
	vertical-align: middle;
}
#homeMainlt table td.navleaf {
	vertical-align: top;
	padding-right: 5px;
}
#homeMainlt table td.navvideo {
	line-height: 1.15em;
	vertical-align: top;
	padding-top: 7px;
}
#homeMainlt ul li {
	list-style: url(../_images/leaf.gif) none inside;
}
#homeMainlt a:hover {
	color: #e8edcc;
}
#homeMainlt a:active {
	color: #e8edcc;
}
#homeMainctr {
	background: #e8edcc url(../_images/home_mainCtr.gif) no-repeat;
	position: absolute;
	height: 340px;
	width: 246px;
	left: 267px;
	top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#homeMainctr p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	line-height: 1.25em;
}
#homeMainrt {
	background: #c1c9a6;
	position: absolute;
	height: 330px;
	padding-top: 10px;
	width: 267px;
	left: 533px;
	top: 0px;
}
/*downloader page styles*/

#downloader fieldset {
    margin: 20px;
}

#downloader li {
    margin-bottom: 10px;
}

#dlbutton {
    margin: 20px;
}

img.return {
    margin-left: 213px;
)


