@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:13px;
	vertical-align: baseline;
	text-decoration:none;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, 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: normal;
background-color: #000;
 /*bottom spacing between header and rest of content*/
padding: 12px 0px 12px 30px; /*header text is indented 10px*/
margin-top: 5px;
border-style:solid;
border-width:0px 0px 1px 0px;
border-color: #000;
cursor: hand;
cursor: pointer;
width:212px;
color:#FFFFFF;
font-weight: normal;
}

.menuheader a {
	display:inline;
	font-size:11pt;
	font-weight: normal;
	color: #FFF;
	}
	
.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: #000;
	border-color: #000;
	}

.arrowlistmenu a h3:hover {
	color:#FFFFFF;
	background-color:#A1494B;
	
	}

.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	background-color: #000;
	color:#FFFFFF;
	
}

.openheader a {
	color:#FFFFFF;
	}

.arrowlistmenu .closedheader {
	background-color: #000;
	}

.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: #000;
}

.arrowlistmenu ul li{
border-style:solid;
border-width:0px 0px 1px 0px;
border-color: #000;
width:242px;
}

.arrowlistmenu ul li a{
color: #FFF;
background-color: #000; /*custom bullet list image*/
display: block;
padding:0px 0px 16px 30px; /*link text is indented 19px*/
text-decoration: none;
font-size:9pt;
font-weight:100;
text-indent:10px;
width:202px;
}


.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color:#FFCC00;
}

.arrowlistmenu h3.closedheader a {
	color:#A1494B;
	}
	
.arrowlistmenu img.statusicon {
		position:relative;
		float:right;
		margin:0px 13px 0px 0px;
}

/*------------------------------------------------------------------ Javascript Style End --------------------------------------------------------------------------*/

/*------------------------------------------------------------ Top Conetent Menu Style beggins ---------------------------------------------------------------------*/

div#content-top-nav {
	position:relative;
	top:0px;
	left:5px;
	width:708px;
	height:31px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#content-top-nav ul {
	list-style: none;
	display:inline;
	padding: 0;
	margin: 0;
	}

#content-top-nav li {
	
	width: 310px;
	height: 20px;
	display: block;
	background-color:#CCC;
	float: left;
	margin: 0px 5px 0px 0px;

	}

#content-top-nav li a {
	width: 300px;
	height: 20px;
	padding: 7px 0px 4px 10px;
	background-color:#CCC;
	color: #FFF;
	float: left;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	
	}

#content-top-nav li a:hover {
	width: 300px;
	background-color: #000;
	color: #FFF;
	}
/*------------------------------------------------------------ Top Conetent Menu Style Ends ------------------------------------------__---------------------------*/

/*------------------------------------------------------------------ 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:#990000;
	}
	
a {
	color:#990000;
	}
	
a:hover {
	color:#FF0000;
	}

div#Content {
	margin:8px auto 0px auto;
	background-color:#FFFFFF;
	border:1px 1px 1px 1px;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	width:955px;
	min-height::720px;
	background-image:url(../images/content-background.jpg);
	background-repeat: no-repeat;
	}
	

/*------------------------------------------------------------------ Header Style Begin --------------------------------------------------------------------------*/
#header  {
	height: 95px;
	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;
}

/* 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;
}

.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;
	
	}
	

	
/*------------------------------------------------------------------ Lft Clm Style Ends --------------------------------------------------------------------------*/

/*------------------------------------------------------------------ Center Clm Style Begin --------------------------------------------------------------------------*/

div#CenterColum {
	width:713px;
	min-height:590px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:#FFF;
	float: right;
	}
	
div#CenterColum h1,h2 {
	display:block;
	margin:0px 0px 0px 30px;
	width:460px;
	padding:10px 0px 10px 0px;
}
	
div#CenterColum p {
	display:block;
	margin:0px 0px 10px 30px;
	padding: 0px 0px 30px 0px;
	width:460px;
	line-height:15pt;
	font-size:13px;
	}
div#CenterColumw p {
	display:block;
	margin:0px 0px 10px 30px;
	padding: 0px 0px 10px 0px;
	width:600px;
	line-height:15pt;
	font-size:13px;
	}	
div#SwapDiv {
	position:relative;
	top:0px;
	left:5px;
	width:708px;
	height:270px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div#newcontent {
	position:relative;
	top:0px;
	left:5px;
	width:708px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

div#smallcontent {
	position:relative;
	top:0px;
	left:5px;
	width:315px;
	margin:0px 0px 10px 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;
	}
	
ul#TopRightNav {
	position:absolute;
	top:10px;
	right:0px;
	height:175px;
	width:185px;
}

ul#TopRightNav li {
	position:relative;
	padding:3px 28px 3px 0px;
	text-align:right;
	border-style: solid;
	border-width:0px 0px 1px 0px;
	border-color:#FFF;
	color:#FFF;
	
}

ul#TopRightNav li.last {
	border-style:none;
	border-width:0px 0px 0px 0px;
}

ul#TopRightNav li.ActivePic {
	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;
}
	

/*------------------------------------------------------------------ Center Clm Style Ends --------------------------------------------------------------------------*/

/*------------------------------------------------------------------ Rgt Clm Style Begins --------------------------------------------------------------------------*/

div#RtColum {
	width:173px;
	line-height: 18px;
	float: right;
	clear: both;
	margin: 30px 30px 0px 0px;
	}
div#RtColum h3 {
	margin-bottom: 7px;
	}
	
div#RtColum p {
	margin: 0px;
	}

#clearfloat {
	clear:both;
	font-size:20px;
	line-height:1px;
}
	

/*------------------------------------------------------------------ Rgt Clm Style Ends --------------------------------------------------------------------------*/

/*------------------------------------------------------------------ Footer Style Begins --------------------------------------------------------------------------*/


p#Footer {
	clear: both;
	width:680px;
	height:14px;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#000000;
	padding:5px 0px 10px 275px;
	margin:0px auto 0px auto;
	font-size:10px;
	background-color:#FFF;
	}

/*------------------------------------------------------------------ Footer Style Ends --------------------------------------------------------------------------*/

ul li.Last {
	border-style:none;
	border-width:0px 0px 0px 0px;
	}

