body  {
	background: #fff url(images/bkgd_strip.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
	font: normal 12px/18px Helvetica, Arial, Verdana, sans-serif;
	color: #585858;
}

body#home  {
	background: #fcfcfc url(images/bkgd_home_strip.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
	font: normal 12px/18px Helvetica, Arial, Verdana, sans-serif;
	color: #585858;
}

/* Reset Rules
------------------------------- */
a { color:#526bc7;}
a:visited {color:#526bc7;}
a:active {color:#2e469c;}
a:hover {color:#2e469c;}

ul {
	margin-left: 10px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	list-style-position: outside;
	list-style-type: disc;
	padding: 0;
}


.post ul li {
	margin-left: 20px;
	margin-bottom: 5px;
	}

ul#none {list-style-type: none; margin: 0;}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/* Layout Rules
------------------------------- */

#container  {
	width: 910px;
	margin: 0 auto;
}

/* Top Nav Rules
------------------------------- */

#top_sect {
	width: 910px;
	height: 51px;
	position: relative;
}

#logo {
	margin-left: 5px;
	width: 375px;
	height: 51px;
	outline: none;
	position: absolute;
	background: url(images/logo_ytown.jpg) no-repeat top left;
}

#search {
	text-align: right;
	left: 380px;
	bottom: 0;
	right: 5px;
	top: 13px;
	width: 525px;
	height: 38px;
	outline: none;
	position: absolute;
}

/* Search Button Rollover Rules
------------------------------ */


input.btn {
  position: absolute;
  top: 0px;
  left: 492px;
  margin:0px;
  padding: 0px;
  width: 33px;
  height: 23px;
  border-width: 0px;
  border-style: none;
  text-align: center;
  color: white;
  outline: none;
  background:url(images/btn_search1.jpg) no-repeat;
}


input.btnhov {
  background:url(images/btn_search2.jpg) no-repeat;

}

input.search {
 position: absolute;
 top: 0px;
 left: 230px;
 margin:0px;
 padding:6px 5px 4px 10px;
 width: 247px;
 height:13px;
 border-width:0;
 font-family: Helvetica, Verdana, Arial, sans-serif;
 font-size: 12px;
 outline:none;
 font-weight: normal;
 color: #858586;
 background:url(images/search_field.jpg) no-repeat left center;
}


/* Main Navigation Rules
------------------------------- */
#main_nav {
	height: 51px;
	width: 910px;
}

.nav1 { width: 145px; }
.nav2 { width: 142px; }
.nav3 { width: 173px; }
.nav4 { width: 133px; }
.nav5 { width: 140px; }
.nav7 { width: 177px; }

#main_nav a {
	float: left;
	display: block;
	height: 51px;
	outline: none;
	width: 910px;
}

#main_nav a#nav1 {
	width: 145px;
	background: url(images/btn_future.jpg) 0 0 no-repeat;
}

#main_nav a#nav2 {
	width: 142px;
	background: url(images/btn_current.jpg) 0 0 no-repeat;
}

#main_nav a#nav3 {
	width: 173px;
	background: url(images/btn_shortterm.jpg) 0 0 no-repeat;
}

#main_nav a#nav4 {
	width: 133px;
	background: url(images/btn_faculty.jpg) 0 0 no-repeat;
}

#main_nav a#nav5 {
	width: 140px;
	background: url(images/btn_alumni.jpg) 0 0 no-repeat;
}

#main_nav a#nav7 {
	width: 177px;
	background: url(images/btn_toledo.jpg) 0 0 no-repeat;
}


#main_nav a#nav1:hover {
	width: 145px;
	background: url(images/btn_future.jpg) 0 -51px no-repeat;
}

#main_nav a#nav2:hover {
	width: 142px;
	background: url(images/btn_current.jpg) 0 -51px no-repeat;
}

#main_nav a#nav3:hover {
	width: 173px;
	background: url(images/btn_shortterm.jpg) 0 -51px no-repeat;
}

#main_nav a#nav4:hover {
	width: 133px;
	background: url(images/btn_faculty.jpg) 0 -51px no-repeat;
}

#main_nav a#nav5:hover {
	width: 140px;
	background: url(images/btn_alumni.jpg) 0 -51px no-repeat;
}

#main_nav a#nav7:hover {
	width: 177px;
	background: url(images/btn_toledo.jpg) 0 -51px no-repeat;
}


#main_nav a#nav1active {
	width: 145px;
	background: url(images/btn_future.jpg) 0 -51px no-repeat;
}

#main_nav a#nav2active {
	width: 142px;
	background: url(images/btn_current.jpg) 0 -51px no-repeat;
}

#main_nav a#nav3active {
	width: 173px;
	background: url(images/btn_shortterm.jpg) 0 -51px no-repeat;
}

#main_nav a#nav4active {
	width: 133px;
	background: url(images/btn_faculty.jpg) 0 -51px no-repeat;
}

#main_nav a#nav5active {
	width: 140px;
	background: url(images/btn_alumni.jpg) 0 -51px no-repeat;
}

#main_nav a#nav7active {
	width: 177px;
	background: url(images/btn_toledo.jpg) 0 -51px no-repeat;
}


#breadcrumb {
	width: 874px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	background: url(images/breadcrumb_rule.jpg) no-repeat left bottom;
	padding: 2px 18px 2px 18px;
}

#breadcrumb a {color:#526bc7;
				text-decoration: none;
				font-weight: normal;
				background: url(images/crumb_divide.jpg) no-repeat right center;
				padding-right: 22px;
				}


a.sort_back  {color:#526bc7;
				text-decoration: none;
				font-weight: normal;
				background: url(images/sort_back.jpg) no-repeat left center;
				padding-left: 18px;
				min-height:11px;
				}

a.sort_forward  {color:#526bc7;
				text-decoration: none;
				font-weight: normal;
				background: url(images/sort_back.jpg) no-repeat right center;
				padding-right: 18px;
				min-height:11px;
				}


/* Home Feature Rules
------------------------------- */

#home_feature {
	width: 900px;
	margin: 0 5px;
	height: 337px;
	position: relative;
}


/* Home Content Rules
------------------------------- */

#content {
	width: 910px;
	padding: 10px 5px 0 5px;
}

#content_left {
	float: left;
	display: block;
	width: 270px;
	min-height: 300px;
	padding: 0 20px 0 0;
}

#content_center {
	float: left;
	display: block;
	width: 300px;
	min-height: 300px;
	padding: 0 10px 0 0;
}

#content_right {
	float: left;
	width: 236px;
	min-height: 155px;
	padding: 80px 26px 80px 20px;
	margin: 10px 0 10px 18px;
	background: url(images/my_mercy.jpg) no-repeat left top;
}

#content_right_alt {
	float: left;
	width: 282px;
	min-height: 155px;
	margin-top: 15px;
}

/* Subpage Content Rules
------------------------------- */

#sub_content {
	width: 910px;
	padding: 10px 5px 0 5px;
}

#sub_content_left {
	float: left;
	display: block;
	width: 525px;
	padding-left: 13px;
}

#sub_content_right {
	float: left;
	width: 324px;
	padding: 0 18px 0 20px;
}

/* Subnav on right Rules
------------------------------- */

#subnav {
	float: left;
	min-height: 220px;
	width: 324px;
	margin-bottom: 10px;
	}

#subnav_sect1 {
		float: left;
		width: 186px;
		margin-right: 16px;
	}

#subnav_sect2 {
		width: 122px;
		float: right;
		line-height: 22px;
	}
	
#subnav_sect2 a {color: #585858; font-weight: bold; text-decoration: none; font-size: 12px}
#subnav_sect2 a:hover {color: #526bc7;}
#subnav_sect2 a:active {color: #526bc7;}

#news_right {
	padding-top: 10px;
	float: left;
	border-top-color: #d7d7d7;
	border-top-width: 1px;
	border-top-style: solid;
	width: 324px;
	margin-bottom: 10px;
	}

/* Footer Rules
------------------------------- */

#footer {
	clear: left;
	width: 870px;
	height: 73px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 17px 20px;
	font-size: 11px;
	line-height: 17px;
	color: #424242;
	background: url(images/footer.gif) no-repeat left top;
}

.fsect1 {
	width: 267px;
	margin-right: 40px;
	float: left;
	display:block;
		}
.mission_statement {
	width: 267px;
	height: 51px;
	outline: none;
	background: url(images/mission_statment.gif) no-repeat left top;
	}	
		
.fsect2 {
	width: 260px;
	height: 73px;
	margin-right: 40px;	
	float: left;
	display:block;

		}
		
.fsect3 {
	width: 260px;
	height: 73px;
	float: right;
	display:block;
		}

/* Button Rollover Rules
------------------------------ */

#read {
	height: 24px;
	width: 137px;
	margin: 10px 0;
}

#read a {
	display:block;
	float:left;
	height:24px;
	width: 137px;
}

#read a#more {
	width: 137px;
	height: 24px;
	background: url(images/btn_readmore.gif) 0 0 no-repeat;
}

#read a#more:hover {
	width: 137px;
	height: 24px;
	background: url(images/btn_readmore.gif) 0 -24px no-repeat;
}

/* Home House Rollover Rules
------------------------------ */

#homebtn {
	height: 20px;
	width: 18px;
	padding-right: 5px;
}

#homebtn a {
	display:block;
	float:left;
	height:20px;
	width: 18px;
	padding-right: 5px;

}

#homebtn a#house {
	width: 18px;
	height: 20px;
	padding-right: 5px;
	background: url(images/btn_home.jpg) 0 0 no-repeat;
}

#homebtn a#house:hover {
	width: 18px;
	height: 20px;
	padding-right: 5px;
	background: url(images/btn_home.jpg) 0 -20px no-repeat;
}


/* facebook Rollover Rules
------------------------------ */

#face {
	height: 54px;
	width: 282px;
	margin-top: 8px;
}

#face a {
	display:block;
	float:left;
	height:54px;
	width: 282px;
}

#face a#book {
	width: 282px;
	height: 54px;
	background: url(images/btn_facebook.jpg) 0 0 no-repeat;
}

#face a#book:hover {
	width: 282px;
	height: 54px;
	background: url(images/btn_facebook.jpg) 0 -54px no-repeat;
}

/* twitter Rollover Rules
------------------------------ */

#twit {
	height: 54px;
	width: 282px;
	margin-top: 8px;
}

#twit a {
	display:block;
	float:left;
	height:54px;
	width: 282px;
}

#twit a#tweet {
	width: 282px;
	height: 54px;
	background: url(images/btn_twitter.jpg) 0 0 no-repeat;
}

#twit a#tweet:hover {
	width: 282px;
	height: 54px;
	background: url(images/btn_twitter.jpg) 0 -54px no-repeat;
}

/* Myspace Rollover Rules
------------------------------ */

#my {
	height: 54px;
	width: 282px;
	margin-top: 8px;
}

#my a {
	display:block;
	float:left;
	height:54px;
	width: 282px;
}

#my a#space {
	width: 282px;
	height: 54px;
	background: url(images/btn_myspace.jpg) 0 0 no-repeat;
}

#my a#space:hover {
	width: 282px;
	height: 54px;
	background: url(images/btn_myspace.jpg) 0 -54px no-repeat;
}

/* Text Styles Rules
------------------------------- */
.whatsnew	{	
	margin-bottom: 10px;
	width: 178px;
	height: 45px;
	background: url(images/whats_new.gif) no-repeat left top;
}

.bold {font-weight: bold;}
.nodecor {text-decoration: none;}

.blue {color: #526cc7;}
.darkblue {color: #45527f;}
.green {color: #7bc614;}
.pink {color: #ff0052;}
.grey	{ color: #b8b8b3; }

.size11 {font-size: 11px;}
.size13 { font-size: 13px;}
.size14 {font-size: 14px;}
.size16	{font-size: 16px; line-height: 22px;;}
.size18	{font-size: 18px; line-height: 24px;;}
.size22 {font-size: 22px; line-height: 28px;}

.below5px {margin-bottom: 5px;}
.below10px {margin-bottom: 10px;}
.above5px {margin-top: 5px;}
.above10px	{margin-top: 10px;}

.quote {
	line-height: 24px; 
	width: 176px;
	font-style: italic; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 19px; 
	color: #b8b8b3;
	}
	
#commentform {width:520px;}
.homepad {margin: 10px 18px 0px 10px;}
.skillmonth {background: url(images/btn_skillmonth.jpg);
	width: 501px;
	height: 16px;
	padding: 12px;
	font-size: 16px;
	color: #585858;
	margin: 10px 0px;
	display: block;
	}

/* PDF Styles Rules
------------------------------- */

.pdf {
	padding-left: 45px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-top: 12px;
	background: url(images/btn_pdf.jpg) top left no-repeat;
	color: #f1f1e5;
	width: 460px;
	height: 18px;
	margin: 5px 0;
	display:block;
	text-decoration: none;
	font-size: 15px;
	}

a.pdf {
	text-decoration: none;
	color: #332d57;
	font-weight: normal;
	}

a:hover.pdf {
	color: #433c8e;
	}
	
/* Online Button Styles Rules
------------------------------- */

.online {
	padding-left: 45px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-top: 12px;
	background: url(images/btn_online.jpg) top left no-repeat;
	color: #f1f1e5;
	width: 460px;
	height: 18px;
	margin: 5px 0;
	display:block;
	text-decoration: none;
	font-size: 15px;
	}

a.online {
	color: #332d57;
	font-weight: normal;
	text-decoration: none;
	}

a:hover.online {
	color: #433c8e;
	text-decoration: none;
	}

/* JQuery Accordion Homepage Styles Rules
------------------------------- */
.hat {
	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	display: block;
	height: 337px;
	width: 35px;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-right: 1px solid #fff;
	cursor: pointer;
	margin: 0 0 0 0;
	}
	
.nur1 {	background: url(images/acc_nur1_htog.jpg) no-repeat top left #fff;}

.nur2 {	background: url(images/acc_nur2_htog.jpg) no-repeat top left #fff;}

.hca {	background: url(images/acc_hca_htog.jpg) no-repeat top left #fff;}

.nur1_hac {	background: url(images/acc_nur1_1.jpg) no-repeat top left #fff;}

.nur2_hac {	background: url(images/acc_nur2_2.jpg) no-repeat top left #fff;}

.hca_hac {	background: url(images/acc_hca_3.jpg) no-repeat top left #fff;}

.horizontal_content {
	/* REQUIRED */
	height: 337px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	display: block;
	overflow: hidden;
	width: 636px;
	border-right: 1px solid #fff;
	}
			
.horizontal_content p {
	width: 336px;
	height: 177px;
	color: #585858;
	padding: 140px 280px 20px 20px;
	margin: 0px;
		}
.horizontal_content p #read a {
display:block;
float:left;
margin:10px 0;
}										
    /* Container styling*/
    #horizontal_container {
      margin: 0;
      width: 746px;   
      height: 337px; 
      display: inline;   
    }
    tr.stroke {
    	border-bottom-color: #e2e2e2;
    	border-bottom-width: 1px;
    	border-bottom-style: solid;
    }
    
/*
Vertical Accordions
*/
		
.accordion_toggle {
	background: url(images/btn_skillmonth.jpg) no-repeat top left;
	width: 481px;
	height: 16px;
	padding: 12px 12px 12px 32px;
	font-size: 14px;
	color: #585858;
	margin: 7px 0px;
	display: block;
	outline: none;
	cursor: pointer;
}
		
.accordion_toggle_active {
background: url(images/btn_skillmonth_active.jpg) no-repeat top left;
color: #2e2e2e;
}
		
.accordion_content {
background-color: #ffffff;
overflow: hidden;
}
			
.accordion_content p {
padding: 0;
margin:3px 0 10px 0;
}


.mercynews {
	background: url(images/mercy_news.png);
	width:186px;
	height:78px;
	display:block;
	float:left;
	}



/* JQuery Accordion Homepage Styles Rules
------------------------------- 

ul.accord{
  list-style: none;
  margin: 0;
  padding: 0;
  width: 900px;
  display: inline;
}

ul.accord li{
  float: left;
  padding: 0px;
  display: block;
  margin-right: 1px;
}

ul.accord li span{
  display: block;
  overflow: hidden;
  height: 337px;
  width: 35px;
}

#a1{
  width: 600px;
}

ul.accord li img{
  position: absolute;
}

ul.accord li p{
	margin: 0px;
	padding: 0px;
	width: 560px;
	left: 0px;
	top: 0px;
	position: absolute;
}	

.rad {
	background: url(images/acc_rad_1.jpg) 0 0;
}
.nur {
	background: url(images/acc_nur_2.jpg) 0 0;
}
.hit {
	background: url(images/acc_hit_3.jpg) 0 0;
}
.hca {
	background: url(images/acc_hca_4.jpg) 0 0;
}
.gen {
	background: url(images/acc_gen_5.jpg) 0 0;
}
.ed {
  	padding: 140px 250px 20px 20px;
  	width: 295px;
  	height: 177px;
	margin-left: 35px;
}

*/
