@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------ CSS Reset Start ---------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family:Geneva, Arial, Helvetica;
	font-size:11.25px;
	vertical-align: baseline;
	text-decoration:none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*------------------------------------------------------------------ CSS Reset End ------------------------------------------------------------------------------*/

/*------------------------------------------------------------------ Javascript Style Begin --------------------------------------------------------------------------*/


.arrowlistmenu{
width: 242px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-size: 11pt;
font-weight:500;
background-color:#990000;
 /*bottom spacing between header and rest of content*/
padding: 6px 0 6px 30px; /*header text is indented 10px*/
border-style:solid;
border-width:0px 0px 1px 0px;
border-color:#A1494B;
cursor: hand;
cursor: pointer;
width:212px;
color:#FFFFFF;
font-weight:600;
}

.menuheader a {
	display:inline;
	font-size:11pt;
	font-weight:600;
	color:#FFFFFF;
	}
	

	
.menuheader p {
	position:relative;
	font-size:20px;
	font-weight:100;
	display:inline;
	color:#990000;
	margin:0px 0px 0px 0px;
	vertical-align:baseline;
	text-align:right;
	}
	
.arrowlistmenu h3 {
	position:relative;
	width:212px;
	}
	
.arrowlistmenu a:hover {
	color:#FFFFFF;
	}
	
.arrowlistmenu h3:hover {
	color:#A1494B;
	background-color:#A1494B;
	border-color:#990000;
	}

.arrowlistmenu a h3:hover {
	color:#FFFFFF;
	background-color:#A1494B;
	
	}

.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	background-color:#9900000;
	color:#FFFFFF;
	
}

.openheader a {
	color:#FFFFFF;
	}

.arrowlistmenu .closedheader {
	background-color:#FFFF00;
	}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
 /*bottom spacing between each UL and rest of content*/
width:242px;
background-color:#A1494B;
}

.arrowlistmenu ul li{
border-style:solid;
border-width:0px 0px 1px 0px;
border-color:#A1494B;
width:242px;
}

.arrowlistmenu ul li a{
color:#FFCC00;
background-color:#990000; /*custom bullet list image*/
display: block;
padding:2px 0px 2px 30px; /*link text is indented 19px*/
text-decoration: none;
font-size:11px;
font-weight:100;
width:212px;
}

.arrowlistmenu ul li a.BiggerType{

font-size:12px;

}


.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color:#FFCC00;
background-color:#A1494B;
}

.arrowlistmenu h3.closedheader a {
	color:#A1494B;
	}
	
.arrowlistmenu img.statusicon {
		position:relative;
		float:right;
		margin:0px 13px 0px 0px;
}

/*------------------------------------------------------------------ Javascript Style End --------------------------------------------------------------------------*/

/*------------------------------------------------------------------ Content Style Begin --------------------------------------------------------------------------*/

body {
	background-image:url(http://www.ferris.edu/activgif/swipe.gif);
	background-repeat:repeat;	
}

h1, h2 {
	font-size:14pt;
	font-weight:700;
	color:#900000;
	}
	
h3 {
	font-size:11pt;
	font-weight:100;
	color:#000;
	}
	
a {
	color:#990000;
	}
	
a:hover {
	color:#FF0000;
	}

div#Content {
	position:relative;
	margin:8px auto 0px auto;
	background-color:#FFFFFF;
	border:1px 1px 1px 1px;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	width:955px;
	height:720px;
	}
	
	

/*------------------------------------------------------------------ Header Style Begin --------------------------------------------------------------------------*/
#header  {
	height: 80px;
	width: 955px;
	background-color: #990000;
	background-repeat: no-repeat;
	}
	
#header h1 {
	width: 500px;
	text-align: right;
	float: right;
	margin-right: 26px;
	margin-top: 30px;
	height: 40px;
	}
	
#header p {
	float: left;
}
	
#search {
	display: inline;
	width: 400px;
	height: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: right;
	padding-right: 30px;
	float: right;
	margin-top: 25px;
}

/* New Top Black Navigation Bar */

div#TopNav  {
	background-color: #000000;
	width: 895px;
	height: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	
	}
	
ul#NavLinkLeft {
	float: left;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	height: 15px;
	}
	
ul#NavLinkLeft li {
	display: inline;
	padding-bottom: 5px;
	}

ul#NavLinkLeft  a {
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	}
	
ul#NavLinkLeft  a:hover {
	color: #ffcc32;
	text-decoration: none;
	}
	
ul#NavLinkRight {
	text-align: right;
	float: right;
}

ul#NavLinkRight li {
	display: inline;
	list-style-type: none;
	}

ul#NavLinkRight .normal {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

ul#NavLinkRight a.normal  {
	color: #FFFFFF;
	text-decoration: none;
	}
	
ul#NavLinkRight a:hover.normal {
	color: #ffcc32;
	text-decoration: none;
}

ul#NavLinkRight .myfsu {
	color: #ffcc32;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

ul#NavLinkRight a.myfsu  {
	color: #ffcc32;
	text-decoration: none;
	}
	
ul#NavLinkRight a:hover.myfsu {
	color: #FFFFFF;
	text-decoration: none;
}

.SearchButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #990000;
	color: #FFCC00;
	font-weight: normal;
	border-width: 1px;
	border-style: solid;
	}
	
#search .SearchLink {
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
	}
	
#search .SearchLink:hover {
	color: #ffcc32;
	font-size: 9px;
	}

.seperator {
	color:#FFFFFF;
	padding-left: 5px;
	padding-right: 3px;
	}

	
/*------------------------------------------------------------------ Header Style Ends --------------------------------------------------------------------------*/

/*------------------------------------------------------------------ Lft Clm Style Begin --------------------------------------------------------------------------*/

h4 {
	font-size:14pt;
	font-weight:700;
	color:#FFCC00;
	background-color:#A1494B;
	width:212px;
	height:27px;
	padding:10px 0px 0px 30px;
	}

div#LftColum {
	position:relative;
	float:left;
	top:0px;
	left:0px;
	height:585px;
	width:242px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:#A1494B;
	}

h3#RssFeedHeader {
	position:absolute;
	top:395px;
	width:212px;
	height:24px;
	padding:0px 0px 5px 30px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#CCCCCC;
	background-color:#990000;
	color:#FFFFFF;
	font-weight:600;
	}
	
h3#LivingOnCampusHeader {
	position:absolute;
	top:350px;
	width:212px;
	height:24px;
	padding:10px 0px 5px 30px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#CCCCCC;
	background-color:#990000;
	color:#FFFFFF;
	font-weight:600;
	}
	
h3#RssFeedHeader img {
	position:relative;
	top:4px;
	width:20px;
	}
	
ul#RssFeed {
	position:absolute;
	top:425px;
	left:0px;
	width:242px;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	background-color:#FFFFFF;
	}
	
ul#LivingOnCampus {
	position:absolute;
	top:385px;
	left:0px;
	width:242px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
	}
	
ul#RssFeed li {
	font-size:11px;
	width:242px;
	height:30px;
	padding:5px 0px 5px 0px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#000000;
	}

ul#LivingOnCampus li {
	padding:7px 0px 5px 0px;
	width:242px;
	height:20px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#000000;
}
	
ul#LivingOnCampus li:hover {
	background-color:#FFCC00;
	}
	
ul#LivingOnCampus li a:hover {
	color:#FFF;
}

ul#RssFeed,#LivingOnCampus li.Last {
	border-style:none;
	border-width:0px 0px 0px 0px;
	}
	

ul#RssFeed,#LivingOnCampus li.Last {
	border-style:none;
	border-width:0px 0px 0px 0px;
	}
	
h3#Spanish {
	font-size:11px;
	color:#FFCC00;
	}
	
p.Red {
	color:#990000;
	display:block;
	width:20px;
	height:12px;
	margin:0px 0px 0px 30px;
	padding:0px 10px 0px 0px;
	position:relative;
	vertical-align:top;
	top:0px;
	float:left;
	}
	
p.Info {
	position:relative;
	display:block;
	width:175px;
	vertical-align:top;
	float:left;
	}
	
a.CampusLiving {
	height:12px;
	margin:0px 0px 0px 30px;
	padding:0px 10px 0px 0px;
	position:relative;
	vertical-align:top;
	top:0px;
	float:left;
}
	
/*------------------------------------------------------------------ Lft Clm Style Ends --------------------------------------------------------------------------*/

/*------------------------------------------------------------------ Center Clm Style Begin --------------------------------------------------------------------------*/

div#CenterColum {
	position:absolute;
	top:105px;
	left:242px;
	width:713px;
	height:570px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:auto;
	}
	
	
div#CenterColum h1,h2 {
	padding:30px 0px 5px 30px;
}

.HeaderNonBold {
	padding:30px 0px 5px 30px;
	color:#000;
	font-weight:100;
	font-size:13pt;
}
	
div#CenterColum p {
	display:block;
	margin:0px 0px 10px 30px;
	width:460px;
	line-height:15pt;
	font-size:13px;
	}
	
div#CenterColum ul {
	margin:0px 0px 0px 30px;
	width:460px;	
}

div#CenterColum ul li {
	font-size:11px;
	line-height:13px;
	padding:5px 0px 0px 0px;
}

div#CenterColum ol {
	margin:0px 0px 0px 30px;
	padding:0px 0px 0px 20px;
}

	
ul#OrientationList {
	position:relative;
	display:block;
	margin:0px 0px 10px 30px;
	width:230px;
	line-height:15pt;
	font-size:13px;
	float:left;
}

div#CenterColum ul#OrientationList {
	position:relative;
	display:block;
	margin:0px 0px 10px 30px;
	width:230px;
	line-height:15pt;
	font-size:13px;
	float:left;
}

#OrientationListRight {
	position:relative;
	display:block;
	margin:0px 0px 10px 30px;
	padding:0px 0px 0px 0px;
	width:230px;
	line-height:15pt;
	font-size:13px;
	float:left;
}

div#CenterColum ul#OrientationListRight {
	position:relative;
	display:block;
	margin:0px 0px 10px 30px;
	padding:0px 0px 0px 0px;
	width:230px;
	line-height:15pt;
	font-size:13px;
	float:left;
}

div.TwoColumHalfHeight {
	position:relative;
	top:0px;
	left:0px;
	width:680px;
	height:275px;
}
	
div#SwapDiv {
	position:relative;
	top:0px;
	width:100%;
	height:202px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
	
img#MainImg {
	position:relative;
	top:0px;
	width:713px;
	height:202px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
div#CenterColum ul#TopRightNav {
	position:absolute;
	top:10px;
	right:0px;
	height:175px;
	width:185px;
}

div#CenterColum ul#TopRightNav li {
	position:relative;
	padding:0px 28px 0px 0px;
	text-align:right;
	border-style: solid;
	border-width:0px 0px 1px 0px;
	border-color:#FFF;
	color:#FFF;
	font-size:11px;
	line-height:23px;
}

div#CenterColum ul#TopRightNav li a {
	color:#FFF;
	font-size:11px;
	line-height:23px;
}

div#CenterColum ul#TopRightNav li a:hover {
	color:#FFCC00;
}

div#CenterColum ul#TopRightNav li.last {
	border-style:none;
	border-width:0px 0px 0px 0px;
}

div#CenterColum ul#TopRightNav li.ActivePic a {
	color:#FFCC00;
	font-weight:600;
}



h5#CaptionLink {
	position:absolute;
	left:0px;
	top:174px;
	width:270px;
	height:28px;
	background-color:#FFCC00;
	color:#000;
}

h5#CaptionLink a {
	position:relative;
	top:8px;
	padding: 0px 0px 0px 30px;
	color:#000;
	font-size:13px;
	font-weight:100;
	
}

h5#CaptionLink a:hover {
	color:#FFF;
}
	
div#FerrisVIP {
	position:absolute;
	top:657px;
	left:242px;
	height:33px;
	width:270px;
	background-color:#990000;
}

div#FerrisVIP :hover {
	background-color::#A1494B;
}

div#FerrisVIP a {
	position:absolute;
	top:8px;
	left:55px;
	width:250px;
	font-size:16px;
	font-weight:600;
	color:#FFFFFF;
}
 
div#FerrisVIP a:hover {
	color:#FF0;
}

img#VipIcon {
	position:absolute;
	left:30px;
	margin:5px 5px 0px 0px;
	width:22px;
}

#dateTable {
	position:relative;
	margin:0px 0px 0px 15px;
}

.maps {
	position:absolute;
	top:210px;
	left:275px;
}

ul#Steps li {
	height:160px;
}

ul#Steps li img {
	display:block;
	float:left;
	height:85px;
	margin:0px 0px 0px 30px;
}

ul#Steps li p {
	display:block;
	float:left;
}

#chat_time {
	position:relative;
	margin:0px 0px 0px 30px;
}



/*------------------------------------------------------------------ Center Clm Style Ends --------------------------------------------------------------------------*/

/*------------------------------------------------------------------ Rgt Clm Style Begins --------------------------------------------------------------------------*/

div#RtColum {
	position:absolute;
	top:348px;
	left:770px;
	width:185px;
	}
	
div#PodCastColum {
	position:absolute;
	top:290px;
	left:770px;
	width:185px;
	}
	
ul#Resources {
	position:relative;
	width:180px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	}

ul#Resources li {
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#0000000;
	padding:6px 0px 6px 0px;
	color:#000000;
	}

ul#Resources li a {
	position:relative;
	left:15px;
	display:inline-block;
	top:0px;
	color:#000000;
	padding:0px 0px 0px 0px;
	width:110px;
	text-align:right;
	}
	
ul#Resources li a:hover {
	color:#FF0000;
	}
	
ul#Resources li img {
	left:25px;
	position:relative;
	display:inline-block;
	top:2px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:18px;
	height:18px;
	}
	
	
h3#ResourcesHeader {
	padding:0px 0px 0px 0px;
	width:159px;
	text-align:right;
	font-weight:600;
	font-size:14px;
	}
	
ul#Resources li.Last {
	border-style:none;
	border-width:0px 0px 0px 0px;
	}

/*------------------------------------------------------------------ Rgt Clm Style Ends --------------------------------------------------------------------------*/

/*------------------------------------------------------------------ Footer Style Begins --------------------------------------------------------------------------*/


p#Footer {
	position:absolute;
	top:690px;
	left:0px;
	width:680px;
	height:15px;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#000000;
	padding:5px 0px 10px 275px;
	margin:0px;
	font-size:8px;
	}
p#Footer a {
	font-size:8px;
}

/*------------------------------------------------------------------ Footer Style Ends --------------------------------------------------------------------------*/

ul li.Last {
	border-style:none;
	border-width:0px 0px 0px 0px;
	}
	
	
/*------------------------------------------------------------------Over Rides------------------------------------------------------------------------------------*/
.NoMargins {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.Readability {
	width:480px;
	font-size:14px;
}

.Readability li {
	padding:10px 0px 0px 0px;
	font-size:14px;
	line-height:17px;
}

.Readability li a {
	padding-left: 0px;
	font-size:14px;
	line-height:17px;
}

.Readability li strong, b {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}

.BumpRightMargin {
	margin:0px 0px 0px 30px;
}

.PlaceRightTwoColum {
	position:absolute;
	top:30px;
	left:482px;
	width:200px;
}

/*---------------------------------------Articulation Styles------------------------------*/
#ArticuNav ul li {
	display:block;
	background-color:#990000;
	border-color:#A1494B;
	border-style:solid;
	border-width:0 0 1px;
	width:212px;
	font-weight:100;
	padding:4px 0 4px 30px;
	text-decoration:none;
	text-indent:0px;
}

#ArticuNav ul li:hover {
	background-color: #A1494B;
}

#ArticuNav ul li a {
	color:#FFCC00;
	font-size:9pt;
}

#TransferAward {
	position:absolute;
	top:35px;
	left:540px;
	width:150px;
}

#ArticStamp {
	position:absolute;
	top:35px;
	left:460px;
	width:150px;
}

#TransferAward img {
	margin-bottom: 11px;
}

#mcc {
	margin: 0px 30px;
}

#mcc table {
	border: 1px solid #000;
	width: 100%;
}

#mcc th,td {
	border: 1px solid #000;
	padding: 4px 4px 4px 10px;
}

#mcc th {
	background-color: #ffff00;
	font-weight: bold;
}

td.location {
	width: 340px;
}

td.college {
	width: 17px;
	background: #C0C0C0;
	text-align: center;
	padding: 4px 4px 4px 6px;
}

td.agreement {
	width: 120px;
}

#CenterColum h3 {
	padding-left: 30px;
}
	
/*---------------------------------------------Articulation Style Ends------------------------------------*/

ul+p {
	padding-top: 10px;
}

#AppDeadlines {
	margin: 0px 20px;
}

#AppDeadlines table {
	border: none;
	border-collapse: collapse;
}

#AppDeadlines th,td {
	border: none;
	padding: 10px;
}

div.LargeNumber {
	float: left;
	font-size: 3em;
	font-family:Geneva, Arial, Helvetica;
	font-weight: 600;
	margin-left: 6px;
	color: #900;
}

div#CenterColum p a {
	font-size: 13px;
}

div#CenterColum h1+div, div#CenterColum div+p, div#CenterColum p+div.LargeNumber {
	margin-top: 15px;
}

div#CenterColum p+div.LargeNumber+p {
	padding-top: 12px;
}

div#CenterColum h1+p {
	padding-top: 10px;
}


/*------------------------------- Redundant, but more specific override, CenterColum ul.Readability ------------------*/

div#CenterColum ul.Readability {
	width:480px;
	font-size:14px;
}

div#CenterColum ul.Readability li {
	padding:10px 0px 0px 0px;
	font-size:14px;
	line-height:17px;
}

div#CenterColum ul.Readability li a {
	padding-left: 0px;
	font-size:14px;
	line-height:17px;
}

div#CenterColum ul.Readability li strong, b {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}

/*---------------------------- Redundant, but more specific override, CenterColum ul.Readability end ------------------*/

ul.Readability+ul.Readability, div#CenterColum ul+ul {
	padding-top: 15px;
}

div.PlaceRightTwoColum.staff {
	left: 440px;
}

div#CenterColum ul.staff+ul.staff {
	padding-top: 55px;
}

div.staff img+img {
	padding-top: 10px;
}

div.PlaceRightTwoColum.transfer {
	width: 280px;
	left: 365px;
	top: 240px;
}

div.transfer {
	margin-left: 30px;
}

div.transfer a {
	display: block;
	padding: 2px 0px;
	font-size: 14px;
	line-height: 17px;
}

div#CenterColum ul li b {
	line-height: 12px;
}

SmallText {
	font-size: 10px;
}

.arrowlistmenu .yellow {
	color:#FFCC00;
}

span.Subscript {
	font-size:50%;
}

.clearStyle {
}
