@import url(reset.css);
@import url(color.css);
@import url(type.css);

/*mmmmmmmmmmmmmmmmmmmmmmmmmmmm layout.css mmmmmmmmmmmmmmmmmmmmmmmmmm
This files contains information regarding display properties, 
floats and positioning, widths and heights, and padding and margins
mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm*/

/***** Always show vertical scrollbar to prevent content jumping *****/
html {overflow-y:scroll;}

/*mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
Generic Style Definitions - These are classes that can be applies to any element to achieve the desired result. 
mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm*/
.floatRight {float:right;}
.floatLeft {float:left;}
img.floatLeft {margin:16px;}
img.floatRight {margin:16px;}
img.left {float:left; margin:0px 20px 20px 0px;}
img.right {float:right; margin:0px 0px 20px 20px;}
.clear{clear:both;}
.noListStyle {list-style:none !important;}
.noMargin {margin:0 !important;}
.esplink { color:#036DBC;}
a.esplink:link {color:#036DBC; text-decoration:none;}      /* unvisited link */
a:esplinkvisited {color:#036DBC; text-decoration:none;}  /* visited link */
a:esplinkhover {color:#036DBC; text-decoration:underline;}  /* mouse over link */
a:esplinkactive {color:#036DBC; text-decoration:none;}  /* selected link */

/*mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
Column Setup - These classes are applied to the BODY element and determine column proportions and visibility on the given page. 
mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm*/
div#contentWrapper {position:relative;}
div#contentarea, .leftColumn, .rightColumn {overflow:hidden; margin-top:25px;}
.leftColumn {float:left;}
div#contentarea, .rightColumn {float:right;}
body.splitTwoColumn .leftColumn {}
body.splitTwoColumn .rightColumn {}
body.twoColumn .leftColumn {width:210px; margin-left:25px; margin-right:40px; margin-bottom:25px; }
body.twoColumn div#contentarea {width:580px; margin-right:60px; padding-left:40px; margin-bottom:25px;}
body.twoColumn .rightColumn {display:none;}
body.splitThreeColumn .leftColumn {width:242px;}
body.splitThreeColumn .rightColumn {width:315px;}
body.splitThreeColumn div#contentarea {width:406px;}
body.threeColumn .leftColumn {width:210px; margin-left:25px;}
body.threeColumn .rightColumn {width:450px; margin-right:25px;}
body.threeColumn div#contentarea {width:200px; padding-left:15px; margin-right:15px;}

/*body.short #contentarea {height:1020px;}
body.long #contentarea {height:2530px;}*/

/* mmmmmmmmmmmmmmm Columns in content mmmmmmmmmmmmmm */	
div.twoColumn, div.threeColumn { overflow:visible; width:100% !important; margin-bottom:10px; clear:both; }
body > div div.twoColumn, body > div div.threeColumn { float:left; } /* WATCH THIS - Removed from IE6 Path */
*+html div.twoColumn, *+html div.threeColumn { clear:both; }
div.twoColumn .column1, div.twoColumn .column2 { float:left; width:48%; overflow:visible; }
.twoColumn .column2 { float:right !important; }
div.threeColumn .column1, div.threeColumn .column2, div.threeColumn .column3 { float:left; width:31%; margin-right:3%; overflow:visible; }
div.threeColumn .column3 { margin-right:0; }

div.fakeFour .column1 {width:200px; margin-right:15px; padding-left:15px; position:relative;}
div.fakeFour .column2 {width:198px; padding-left:15px;}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
html {text-align:center;}/* Centers the page content container in IE 5 browsers. */
body {}
/* Commonly used to style page titles. */
h1 {
	margin:30px 0 15px;
}
/* Commonly used to style section titles. */
h2 {
	margin:2em 0 1em;
	padding:15px 0;
}
h3 {
	margin-bottom:1em;
}
h4 {
	margin-bottom:6px;
}
h5 {
	margin-bottom:6px;
}
.byline {
	margin-bottom:6px;
}
/* Sets the default style for links. */
a,  a:link {}
/* Sets the style for links on mouseover. */
a:hover {}

blockquote p {margin-bottom:.5em !important;}
p.citation {margin-left:70px !important; margin-bottom:2em !important;}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin:0 auto;
	width:960px;
	position:relative;
}

/*mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
Header Styles - Styles for elements found in the Header of the page. This section includes the site name, preliminary navigation (toolbar), and the search function.  
mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm*/
#header {position:relative;}
#siteName {height:110px;}
#siteName p{
	position:absolute;
	text-indent:-5000px;
}
body.threeColumn #siteName {}
div#search {
	position:absolute; 
	right:10px;
	bottom:18px;
}
#searchform {
	width:100px;
	margin-top : -2px !important;
	font : 1em arial;
	padding:0;
}
#searchformImg {
	position : relative; top : 0px;
	vertical-align:top;
	margin-top: -1px;
	*margin-top: 0px;
}
#flashBanner {height:230px;}
#sectiontitle {
	overflow:hidden;
	margin-bottom:1em;
}
.searchButton {margin-bottom:-2px;}
.tagline {position:absolute; top:35px; left:335px;}
#spanish {position:absolute; top:0; right:15px; width:128px;}
.border {border-top:5px solid #997f2d; border-bottom:5px solid #997f2d;}

/*mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
Navigation Styling - Drop down menu creation and styling of ul#navigation-l is handled in menu_style.css. Styling for the Top Navigation and Left Navigation are contained in this section. The width of the left navigation is controlled by the width of the left column. 
mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm*/
#main_nav {
	height:30px;
}
#main_nav li {margin: 0; padding: 0; float:left;}
#main_nav a {height: 20px; display:block; padding:8px 26px 2px 26px; margin: 0;}
#main_nav img {vertical-align:top;}
#main_nav #home span img {display:none;}
#main_nav #home a:hover img {display:none;}
#main_nav #home a:hover span img {display:inline;}/* width:18px !important; height:15px !important;*/
ul#leftnavigation {
	list-style:none;
}
ul#leftnavigation li {
	display:block;
}
#maincontent p {max-width:460px}
ul#leftnavigation a {
	display:block;
	padding:12px 13px;
	margin:0 auto;
}
ul#leftnavigation ul a {
	display:block;
	padding:0;
}
ul#leftnavigation ul li {margin-top:0;}
.navBorder {margin-top:1em !important; margin-bottom:.5em !important;}
.vids {padding-bottom:0 !important;}

#home img {margin-top:-2px;}
#men {}
#women {}
#parents {}
#edu {}
#directors {}

.home {}
.videos {}
.resources {}
.resources a {}
.find {}
.services {}
/*mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
Breadcrumbs Styling - The breadcrumbs are the trail the visitor followed to reach the current page.
mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm*/
ul#breadcrumbtext {
	height:20px; 
	padding-left:11px;
	padding-top:8px;
}
ul#breadcrumbtext li {
	margin-left:5px;
	float:left;
}
ul#breadcrumbtext li:first-child {margin:0;}


/*mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
Content Elements - Styling of the container for the content columns.  
mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm*/
div#contentWrapper {}
div#contentWrapper ul {list-style:disc outside;}
div#contentWrapper ol {list-style:decimal outside;}
div#contentWrapper p, div#contentWrapper img {margin:0 0 1em;}
body.splitThreeColumn div#contentarea {}
body.threeColumn div#contentarea p, ul, ol, table {}
div#contentarea ul,
div#contentarea ol {
	margin:0 16px 16px;
}

.deepen_faith {margin-bottom:-3px;}
/*.flBorder {position:absolute; top:0; right:0;}*/
#bottomNav {margin:15px 0 -5px !important;}
.download {padding-right:25px; padding-top:2px;}
h3.highOrn {padding-top:20px;}
/*mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
Footer Elements - Styling for the footer and any contained elements. 
mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm*/
div#footer {margin-top:25px;}
div#footer a {}
div#footer p {}
div#footer ul {margin-right:2em;}
div#footer ul li {}
div#footer ul li:last-child {}
div.copyright {margin-left:25px; position:relative;}
div.copyright p {padding-left:75px; margin-bottom:1.5em; padding-top:1em;}
div.copyright img {margin-top : 15px;}

/*mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
Panel Boxes - These boxes are expandable and resuable. They are currently used on the Home page in the center and right columns.
mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm*/
div.panelBox {
	margin-bottom:1em;
	position:relative;
}
div.panelBox h3 {
}
div.panelBox img {}
body.threeColumn div.panelBox p {}
.vocBox {
	height:200px; 
	width:165px;
	padding:8px 15px 10px;
	overflow:hidden;
	margin-bottom:1.5em !important;
}
.rssBox {padding:15px;}
.rssBox h3 {padding-bottom:8px;}
.CS_Textbox_Text * {font-size:90%; }
.rssOuter {width:210px !important;}
.viewmore, .readmore { text-align:right; margin-top: 10px; color:#780704; }
p.socialIcons {margin:0 0 0 10px !important;}
p.socialIcons img {margin-right:10px !important; vertical-align:top;}
.cBorder {
	position:absolute;
	left:0;
	top:0;
}
.flBorder {position:relative;}
.btopgraphic {
	position:absolute;
	top:0;
	left:0;
	margin:0 !important;
} 
.bbottomgraphic {
	position:absolute;
	bottom:0;
	left:0;
	margin:0 !important;
}

.rounded_corner_box { background-image:url(/images/homeleft/vocationboxbg.gif); padding:15px; }
#printableHeader { display:none;}

/*mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
Bottom Navigational Blocks -- four blocks at page bottom above footer
mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm*/
#bottom_nav { 
	background:url(/images/layout/bottom_nav_background_with_line.gif); 
	min-height : 55px; padding : 5px 0px; width : 960px; }
#bottom_nav div { 
	padding : 1px 5px; vertical-align:middle; 
	text-align : center; float:left;}
#bottom_nav div.outer { width : 220px !important; *width:200px; }
#bottom_nav div.inner { width : 218px !important; }
#bottom_nav div a { 
	font : 16px georgia;  
	color:#780704; 
	font-variant:small-caps; 
	letter-spacing : 0.2pt; }
#bottom_nav_wrapper { 
	background:url(/images/layout/bottom_nav_background.gif); 
	padding : 7px 0px; width : 960px; 
	border-top : 4px solid #997F2D; 
	border-bottom : 4px solid #997F2D; 
	vertical-align:middle; height:66px !important;
	}
	
#topFdL { border-bottom:-15px;}
