@charset "UTF-8";
/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:100%/1.25 Verdana, Geneva, sans-serif;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font-size:3em;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font-size:1.5em;
}
 
h3 {
font-size:1em;
font-weight:bold;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:0.5em 2em 1em 2em;
padding:1em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited {
	text-decoration:none;
}
a:hover {
text-decoration:underline;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


/**************************************/
/**********CUSTOM SETTINGS*************/
/**************************************/

body {
	text-align: center;
	}
.contentwrap {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 968px;
	}

a:visited {color: #173450; }

/**** HEADER ****/

#headerbar {
	background: #cad08d url(images/header.jpg) repeat-x;
	height: 135px;
	width: 100%;
	}

#toplogo {
	float: left;
	height: 88px;
	weight: 322px;
	}

.topbutton {
	float: right;
	height:60px;
	padding: 19px 7px 7px 7px;
	width:155px;
	}

/**** MAIN SECTION ****/

#mainsection {
	background: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
/** Scrollable Slideshow Features **/

#slider{ 
	float: left;
	margin: 20px 0 0 0;
	}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:921px;
	height:383px;
	overflow:hidden; 
	}
	
.post-title {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(file:///) repeat scroll 0 0;
font-size:32px;
font-weight:normal;
left:20px;
max-width:870px;
padding:15px;
position:absolute;
top:20px;
z-index:100;
	}
	
/** Accordion Featured Area **/

#accordion {
	background:#FFFFFF url(images/accordionbkgd.jpg) no-repeat;
	height:191px;
	margin: 20px 0 0 0;
	padding:10px 0 10px 20px;
	width:921px;
}

/* accordion header */
#accordion img {
	float:left;
	margin-right:10px;
	cursor:pointer;
	opacity:0.8;
	filter: alpha(opacity=80);
}

/* currently active header */
#accordion img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion div {
	display:none;
	float:left;	
	height:170px; 
	margin-right:10px;
	overflow: hidden;
	width:0px;
}

/* content inside a pane should have fixed width */
#accordion div h3 {
	color:#444;
	margin:0 0 -10px 0;
	width:170px;
	font-size:15px;	
}
	
#accordion div p {	
	font-size:11px;
	width:170px;
}

#accordion div ul {
	font-size: 11px;
	padding: 0 0 0 1.2em;
}

/**** FOOTER ****/

#footer {
	background: #0e2641 url(images/footerbkgd.jpg) repeat-x top;
	width: 100%;
	}

#footermenu {
text-align:center;
}

#footermenu li{
	display: inline;
	color: #FFF;
	list-style-type: circle;
	}

#footermenu li a {
	color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	}
	
#footermenu li a:hover {
	text-decoration: underline;
	}

.copyright {
	color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 11px;
	text-align: right;
	}

.copyright a {
	color: #FFF;
	}
	
.copyright a:hover {
	color: #FFF;
	text-decoration:underline;
	}
	
/****  ARTICLE PAGES ****/

.articleleadimage {
	border: none;
	display:block;
	float: left;
	padding: 35px 35px 24px 0px;
	height: 272px;
	width: 380px; 
	}

h1, 
h1 a {
	color: #173450;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
	}

h2 {
	color: #173450;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
	}
h3 {
	color: #173450;
	}

.author,
.author a {
	color: #b2b2b2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	position: relative; bottom: 28px;
	}
	
.teaser {
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.7em;
	padding-top: 15px;
	}
	
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	}
	
blockquote {
	background: #c2e1ec;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px; 
	font-size: 0.8em;
	line-height: 1.7em;
	}

/****  VIDEO ARCHIVE PAGES ****/

.LPList { }
	
.LPThumb {
	background: #ddd;
	border: none;
	float: left;
	height: 200px;
	margin: 10px 30px 10px 0;
	width: 300px;
	}

.LPwords {
	height: 200px;
	padding: 10px;
	overflow: hidden;
	}
	
.LPwords a:hover {text-decoration:underline;}

.LPBlurb,
.LPBlurb a {
	color: #000;
	padding: 20px 0 0 0;
	}
	
.LPBlurb a:hover {text-decoration:underline;}
	
.PFMArchive {
	float: left;
	padding: 20px;
	width: 400px;
	}
	
.MYDCArchive {
	border: solid;
	border-width: 0 0 0 1px;
	float: right;
	padding: 20px 20px 20px 60px;
	width: 400px;
	}
	
.videoarchivelist,
.videoarchivelist a {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 2.2em;
	list-style: none;
	padding: 0;
	}
	
/****  TEACHING ARCHIVE PAGES ****/

.TeachingList { }
	
.teachingimg {
	background: #ddd;
	border: none;
	float: left;
	height: 200px;
	margin: 10px 30px 10px 0;
	width: 300px;
	}

.teachingwords {
	height: 200px;
	padding: 10px;
	overflow: hidden;
	}
	
.teachingwords a:hover {text-decoration:underline;}

.Blurb,
.Blurb a {
	color: #000;
	height: 200px;
	overflow: hidden;
	padding: 20px 0 0 0;
	}
	
.Blurb a:hover {text-decoration:underline;}

/*****STYLING FOR DROP DOWN MENU****/

#directory {
	background: #0E2641;
	height: 180px;
	text-align: center;
	width:100%;
	}
	
#top-menu {
	margin:auto;
	text-align: left;
	width: 968px;
	}

.vertical-line {
	background: #505f79;
	display: inline;
	float: left;
	height: 140px;
	margin-top: 13px;
	overflow:hidden;
	width: 1px;
	}

.link-list {
	display: inline;
	float: left;
	height: 140px;
	padding: 0 10px 10px 10px;
	width: 221px;
	}

.link-list ul, .link-list ul a {
	color: #fff;
	font:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	list-style: none;
	padding: 0;
	text-decoration: none;
	}

.link-list ul a:hover {
	color: #8a99b3;
	text-decoration: underline;
	}
.link-list ul a:visited {
	color: #FFFFFF;
	}

.link-list ul li {
	padding: 1em 0 0 0;
	}

.link-list ul ul a{
	color: #8a99b3;
	font:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight:normal;
	line-height: 16px;
	padding: 0 0 0 1.5em;
	text-decoration:none;
	}

.link-list ul ul a:hover,
.link-list ul ul a:visited,{
	color: #8a99b3;
	}

.link-list ul ul li {
	padding: 0;
	}
	
#menu-tab {
	font:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	position:relative; left: 728px;
	height: 40px;
	width: 138px;
	}
#menu-tab a, 
#menu-tab a:hover {
	color: #FFF;
	text-decoration:none;
	}
	
/********* CALENDAR STYLE ************/

    .calnk a:hover {
         background-position:0 0;
         text-decoration:none;  
         color:#000000;
         border-bottom:1px dotted #000000;
         }
    .calnk a:visited {
         text-decoration:none;
         color:#000000;
         border-bottom:1px dotted #000000;
        }
    .calnk a {
        text-decoration:none; 
        color:#000000; 
        border-bottom:1px dotted #000000;
        }
    .calnk a span { 
        display:none; 
        }
    .calnk a:hover span {
        color:#333333; 
        background:#F6F79B; 
        display:block;
        position:absolute; 
        margin-top:1px; 
        padding:5px; 
        width:350px; 
        z-index:100;
        }
     .calendar-table {
        border:none;
        width:100%;
     }
     .calendar-heading {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-next {
        width:25%;
        text-align:center;
     }
     .calendar-prev {
        width:25%;
        text-align:center;
     }
     .calendar-month {
        width:50%;
        text-align:center;
        font-weight:bold;
     }
     .normal-day-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
     }
     .weekend-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
        color:#FF0000;
     }
     .day-with-date {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #DFE6DE;
     }
     .no-events {

     }
     .day-without-date {
        width:60px;
        height:60px;
        border:1px solid #E9F0E8;
     }
     span.weekend {
        color:#FF0000;
     }
     .current-day {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #BFBFBF;
        background-color:#E4EBE3;
     }
     span.event {
        font-size:0.75em;
     }
     .kjo-link {
        font-size:0.45em;
        text-align:right;
     }
     .event-title {
        text-align:center;
        font-weight:bold;
        font-size:1.2em;
     }
     .event-title-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .event-content-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .calendar-date-switcher {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-date-switcher form {
        margin:0;
        padding:0;
     }
     .calendar-date-switcher input {
        border:1px #D6DED5 solid;
     }
     .calendar-date-switcher select {
        border:1px #D6DED5 solid;
     }
     .cat-key {
        width:100%;
        margin-top:10px;
        padding:5px;
        border:1px solid #D6DED5;
     }
	 

.breadcrumb {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
background:#D6EBF2 none repeat scroll 0 0;
font-size:0.8em;
line-height:1.7em;
margin:0.75em;
padding:0 0.5em;
}