@charset "UTF-8";
/* CSS Document */

/* ------------- HTML elements -------- */

em{
font-style:italic;
}

strong{
font-weight:bold;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#003366;
	padding-bottom:5px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#333333;
	padding-bottom:10px;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#666666;
	font-style:italic;
	padding-bottom:0px;
	margin:0 auto;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333366;
	font-style:italic;
}


h5{
	font: 22px Arial, Helvetica, sans-serif;
	color:#3877A0;
	padding-bottom:2px;
	
}

h6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666666;
	
}

h7{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#3877A0;
	padding-top:15px;
	padding-bottom:5px;
}

h8{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
}



p{
	font: 13px Arial, Helvetica, sans-serif;
	padding-bottom:15px;
	line-height:16px;
}


p img{
	padding:10px;
}


ul{
	color:#333333;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	list-style-type:disc;
	margin-left:25px;
	margin-bottom:15px;
}

li{
	color:#333333;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
}

ul li{
	color:#3877A0;
	font-size:18px;
	line-height:26px;
	list-style:none;
}

ul li ul{
	font-size:13px;
	line-height:22px;
	list-style:none;
}

ul li ul li{
	font-size:16px;
	line-height:24px;
	list-style:none;

}

.simple{
	color:#000;
	list-style:disc;
	font-size:13px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
}
.none{
	list-style-type:none;
	color:#333333;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	margin-top:7px;
}

.anchored{
	list-style-type:none;
	color:#333333;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:15px;
	margin-top:7px;
}

.to_top{
	font: 10px Arial, Helvetica, sans-serif;
	padding-bottom:20px;
	color:#999999;
}

.to_top a{
	font: 10px Arial, Helvetica, sans-serif;
	padding-bottom:20px;
	color:#999999;
	text-decoration:none;
}

.to_top a:hover{
	font: 10px Arial, Helvetica, sans-serif;
	padding-bottom:20px;
	color:#666666;
	text-decoration:none;
}

.no_change{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background-image: repeat-x;
	background-image:url(images/gradhead.png);
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}

.foranchor_pg{
	font: 13px Arial, Helvetica, sans-serif;
	padding-bottom:10px;
	padding-top:-10px;
}

strong{
	font-weight:bold;
}

/* SPLASH AREA*/

#splash_wrapper{
	background-image:url(images/splash_blue.jpg);
	background-repeat:repeat-x;
	background-color:#3877A0;
}

#splash{
	margin:0 auto;
	color:#FFFFFF;
	background-color:#3877A0;
	
}


#alert{
	color:#FF0000;
	position:absolute;
	/* width:100%; */
	width:880px;
	top:5px;
	text-align:center;
	font: bold 18px/24px Verdana, Arial, Helvetica, sans-serif;
	
}


/* ------------- Top Blue Bar -------- */
#top_bar{
	width:100%;
	height:14px;
	background-color:#3D6B8C;	
}



/* ------------- Main Navigation Secton -------- */

#nav_wrap{
	width:100%;
	/*background-color:#990000;*/
	background-image:url(images/navwrap_gradient.jpg);
	background-repeat:repeat-x;
}

#navigation{
	/*background-color:#FF3366;*/
	margin:0 auto;
	height:42px;
	width:944px;
}

.blue #slatenav{
	display:block;
	height:42px;
	font-size:11px;	
	/*background:transparent url(images/navwrap_gradient.jpg) repeat-x top left;*/
	font-family:Arial,Verdana,Helvitica,sans-serif;
	text-transform:uppercase;
	margin:0 auto;
}

.blue #slatenav ul{
	list-style-type:none;
	width:auto;
	margin:0 auto;
}

.blue #slatenav ul li{
	display:block;
	float:left;
	width:118px;
}

.blue #slatenav ul li a{
	display:block;
	color:#003366;
	text-decoration:none;
	width:119px;
	text-align:center;
	padding-top:14px;
	height:28px;
	line-height:13px;
	font-size:12px;
}

.blue #slatenav ul li a:hover{
	background:transparent url(images/blueslate_over_yellow_125.gif) no-repeat top center;
}

.blue #slatenav ul li a.current{
	background:transparent url(images/blueslate_current_125.jpg) no-repeat top center;
}


/* -------------Sub Navigation Section -------- */

#sub_nav_wrapper{
	width:100%;
	background-color:#006ec8;

}

#sub_nav{
	background-color:#006ec8;
	margin:0 auto;
	height:35px;
	width:850px;
}

#sub_nav ul{
	padding-top:8px;
	padding-left:550px;

}

#sub_nav li{
	color:#fff;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
}

#sub_nav ul li a:hover{
	color:#FFFF00;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	text-decoration:none;
	
}

#sub_nav ul li a{
	color:#FFF;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	text-decoration:none;
	
}

/* ****FACULTY SECTION *********** */
#sub2_nav_wrapper{
	width:100%;
	background-color:#006ec8;

}
#sub2_nav{
	background-color:#006ec8;
	margin:0 auto;
	height:35px;
	width:900px;
}

#sub2_nav ul{
	padding-top:8px;
	padding-left:200px;

}

#sub2_nav li{
	color:#fff;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
}

#sub2_nav ul li a:hover{
	color:#FFFF00;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	text-decoration:none;
	
}

#sub2_nav ul li a{
	color:#FFF;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	text-decoration:none;
	
}

/* ------------- sub navigation for "About Pages" -------- */

#sub3_nav_wrapper{
	width:100%;
	background-color:#006ec8;
	position: relative;



}
#sub3_nav{
	background-color:#006ec8;
	margin:0 auto;
	height:35px;
	width:850px;

}

#sub3_nav ul{
	padding-top:8px;
	padding-left:20px;

}

#sub3_nav li{
	color:#fff;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
}

#sub3_nav ul li a:hover{
	color:#FFFF00;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	text-decoration:none;
	
}

#sub3_nav ul li a{
	color:#FFF;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	text-decoration:none;
	
}

/* ------------- sub navigation for "Admissions Pages" -------- */

#sub4_nav_wrapper{
	width:100%;
	background-color:#006ec8;

}
#sub4_nav{
	background-color:#006ec8;
	margin:0 auto;
	height:35px;
	width:850px;
}

#sub4_nav ul{
	padding-top:8px;
	padding-left:30px;

}

#sub4_nav li{
	color:#fff;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
}

#sub4_nav ul li a:hover{
	color:#FFFF00;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	text-decoration:none;
	
}

#sub4_nav ul li a{
	color:#FFF;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	text-decoration:none;
	
}



/* ------------- sub navigation for "ACADEMICS Pages" -------- */

#sub5_nav_wrapper{
	width:100%;
	background-color:#006ec8;

}
#sub5_nav{
	background-color:#006ec8;
	margin:0 auto;
	height:35px;
	width:850px;
}

#sub5_nav ul{
	padding-top:8px;
	padding-left:200px;
}

#sub5_nav li{
	color:#fff;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
}

#sub5_nav ul li a:hover{
	color:#FFFF00;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	text-decoration:none;
	
}

#sub5_nav ul li a{
	color:#FFF;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	text-decoration:none;
	
}

/* ------------- sub navigation for "Parent Pages" -------- */

#sub6_nav_wrapper{
	width:100%;
	background-color:#006ec8;

}
#sub6_nav{
	background-color:#006ec8;
	margin:0 auto;
	height:35px;
	width:900px;
}

#sub6_nav ul{
	padding-top:8px;
	padding-left:150px;

}

#sub6_nav li{
	color:#fff;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
}

#sub6_nav ul li a:hover{
	color:#FFFF00;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	text-decoration:none;
	
}

#sub6_nav ul li a{
	color:#FFF;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	text-decoration:none;
	
}

/* ------------- sub navigation for "STUDENT Pages" -------- */

#sub7_nav_wrapper{
	width:100%;
	background-color:#006ec8;

}
#sub7_nav{
	background-color:#006ec8;
	margin:0 auto;
	height:35px;
	width:850px;
}

#sub7_nav ul{
	padding-top:8px;
	padding-left:470px;

}

#sub7_nav li{
	color:#fff;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
}

#sub7_nav ul li a:hover{
	color:#FFFF00;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	text-decoration:none;
	
}

#sub7_nav ul li a{
	color:#FFF;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	text-decoration:none;
	
}


/* ------------- sub navigation for "Athletics Pages" -------- */

#sub8_nav_wrapper{
	width:100%;
	background-color:#006ec8;

}
#sub8_nav{
	background-color:#006ec8;
	margin:0 auto;
	height:35px;
	width:850px;
}

#sub8_nav ul{
	padding-top:8px;
	padding-left:700px;

}

#sub8_nav li{
	color:#fff;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
}

#sub8_nav ul li a:hover{
	color:#FFFF00;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	text-decoration:none;
	
}

#sub8_nav ul li a{
	color:#FFF;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	text-decoration:none;
	
}

#sub_nav, #sub1_nav, #sub2_nav, #sub3_nav, #sub4_nav, #sub5_nav, #sub6_nav, #sub7_nav, #sub8_nav{
font-weight: bold;
}  

#sub_nav_wrapper, #sub1_nav_wrapper, #sub2_nav_wrapper, #sub3_nav_wrapper, #sub4_nav_wrapper, #sub5_nav_wrapper, #sub6_nav_wrapper, #sub7_nav_wrapper, #sub8_nav_wrapper{
	box-shadow: 0px 8px 10px black;
	-webkit-box-shadow: 0px 8px 10px rgb(20,20,20);
	-moz-box-shadow: 0px 8px 10px black;
	position: relative;
	display: none;
} 

/* ------------- Header section -------- */

#head_wrap{
	/*background-color:#003154;*/
	width:100%;
	height:158px;
}

#brand_holder{
	background-color:#003154;
	width:973px;
	height:158px;
	margin:0 auto;
}

#head_title_area{
	width:973px;
	height: auto;
	overflow:hidden;
	float:left;
	display: inline;
}

#title_wrap{
	background-image:url(images/headwrap_gradient.jpg);
	background-repeat:repeat-x;
	/*background-color:#FFFF00;*/
	width:100%;
	height:auto;
}


/* ------------- Content Area Section -------- */

 #content_wrap{
 	width:100%;
	background-image:url(images/content_gradient.jpg);
	background-repeat:repeat-x;
	background-color:#FFf;
	position:relative;
 }

#content{
	width:800px;
	min-height:300px;
	/*background-image:url(images/stjoe_green_cross.jpg);*/
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0 auto;
	padding-top:50px;
	padding-left:20px;
	padding-right:60px;
	padding-bottom:30px;
	position: relative;
}

#content_wcross{
	width:800px;
	min-height:500px;
	height:600px !important;
	position:relative;
	background-image:url(images/stjoe_green_cross.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0 auto;
	padding-top:50px;
	padding-left:20px;
	padding-right:60px;
	padding-bottom:30px;
}

/* ------------- Footer Navigation Area -------- */


#foot_nav_wrap{
	background-color:#5089AF;
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

#footer{
	/*background-color:#5089AF;*/
	background-image:url(images/stjoe_footer_clouds.jpg);
	background-repeat:no-repeat;
	width:850px;
	height:175px;
	margin:0 auto;
	overflow:hidden;
	padding-top: 20px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
	color:#FFFFFF;
}

#foot_navigation{
	line-height:23px;
	width: 450px;
	float:left;
}

#foot_contact_right{
	width:180px;
	float:left;
}


#foot_contact_left{
	width:180px;
	float:left;
	margin-right:20px;
	text-align:right;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color:#FFFFFF;

}


#footer a{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}

#footer a:active{
	color:#ffffff;
}


#footer a:visited{
	color:#ffffff;
}

#footer a:hover{
	color:#99CCCC;
}

.foot_style{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}



/* *********** Tuition TABLE Styling ******** */

table#tuition {
	font:normal 76%/150% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	border-spacing:0;
	margin:5 auto;	
	padding:10px;
}


table#tuition a {
	color:#003366;
	text-decoration:none;
	border-bottom:1px dotted;
}

table#tuition a:visited {
	color:#444;
	font-weight:normal;
}

table#tuition a:visited:after {
	
}

table#tuition a:hover {
	border-bottom-style:solid;
}

table#tuition thead th,
thead td,
tfoot th,
tfoot td {
	border-top-width:1px;
	border-bottom-width:1px;
	background-color:#ccc;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color:#000033;
	border-bottom-color: #000033;
	padding:5px;
	
}


.beta{
border-top:none; !Important
}

th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
}

table#tuition tbody th, tbody td {
	padding:5px 5px;
	text-align:left;
	vertical-align:top;
}

table#tuition tbody th {
	font-weight:normal;
	white-space:nowrap;
}

table#tuition tbody th a:link,
tbody th a:visited {
	font-weight:bold;
}

table#tuition tbody td,
tbody th {
	border:1px solid #fff;
	border-width:1px 0;
}

table#tuition tbody tr.even {
	border-color:#D9D4C9;
	background-color:#B1D6E4;
}

table#tuition tbody tr.hover td,
tbody tr.hover th {
	background:#F7F7C0;
	border-top-color:#523A0B;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;	border-bottom-color: #523A0B;
	border-right-style: none;
	border-left-style: none;
}

table#tuition caption {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	text-align:center;
	margin:0 auto;
	padding-top:25px;
	padding-bottom:10px;
	color:#003366;
}





/* ******Clear Fix****** */

 .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}



/** ***** NEW TABLE STYLE ****/
#gradient-style{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0;
	margin-bottom:30px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}

#gradient-style caption{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 16px;
	margin:0 auto;
	width: 700px;
	text-align: left;
	border-collapse: collapse;
}

#gradient-style th{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background-image: repeat-x;
	background-image:url(images/gradhead.png);
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}

#gradient-style td{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background-repeat:repeat-x;
	background-image:url(images/gradback.png);

}

#gradient-style tfoot tr td{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}

#gradient-style tbody tr:hover td{
	background-image:repeat-x;
	background-image:url(images/gradhover.png);
	color: #339;
}


/** ***** 2nd NEW TABLE STYLE ****/
#gradient-style2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin-right:0px;
	margin-bottom:50px;
	width: 100%;
	/*text-align: left;*/
	border-right-width:thin;
	background-color:#fff;
	display:block;
}

#gradient-style2 caption{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 16px;
	margin:0 auto;
	width: 250px;
	text-align: center;
	border-collapse: collapse;
}

#gradient-style2 th{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background-image: repeat-x;
	background-image:url(images/gradhead.png);
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}

#gradient-style2 td{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background-repeat:repeat-x;
	background-image:url(images/gradback.png);

}

#gradient-style2 tfoot tr td{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}

#gradient-style2  td:hover{
	background-image:repeat-x;
	background-image:url(images/gradhover.png);	
	color: #339;
}

#gradient-style2 a{
	color:#669;
	text-decoration:none;

}

#gradient-style2 a:hover{
	color:#339;
	text-decoration:underline;

}

#gradient-style2 td.act_subheader{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	background-image: repeat-x;
	background-image:url(images/gradhead.png);
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}

#gradient-style2 td.act_subheader{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #339;
	border-top: 1px solid #fff;
	

}

#gradient-style2  td:hover.act_subheader{
	background-image:repeat-x;
	background-image:url(images/gradhover.png);	
	color: #339;
}


/* ------------- Picture Gallery-------- */

#gallery{
	
	list-style: none;
}

#gallery img{
	padding: 0px !important;
	margin-top: 38px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}

#gallery_wrap{
	background-image:url(images/pix_block.gif);
	background-repeat:no-repeat;
	width: 348px;
	height: 259px;
	float: right;
}


/* ******Clear Fix****** */

.clear {
	clear:both;
	overflow:auto;
}



.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* ******* Form Styling ********* */
.myForm {  /* set width in .myForm, not fieldset (still takes up more room w/ fieldset width */
	font: 14px verdana,arial,sans-serif;
	margin: 0;
	padding-top: 10px;
	
	/*min-width: 500px;
  max-width: 600px;*/
  width: 470px;
}

.myForm fieldset {
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-top-style: solid;
	border-top-width: 1px;
	width:320px;
	color:#003366;
	 /*clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
}

.myForm fieldset legend {
	font: bold 20px/22px Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#003366;
	padding-bottom:15px;
	}

.myForm label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 70px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as .myForm input - textarea etc. elements */
	text-align: right; 
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#003366;
	font-size:12px;
	font-weight:normal;
	line-height: 22px;
}


.myForm input, .myForm textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:200px;         /* set width of .myForm elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of .myForm elements rather than right of label aligns textarea better in IE */
}

.myForm input.my_cb {
	margin-top: 10px; 
	width: auto; 
}
.myForm input.style_submit{
	width:auto; !important
}


textarea { overflow: auto; }

.myForm br {
	clear:left; 
}


.error{
	color:#FF0000;
	font-weight:bold;
}
