body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
}
p {
	margin-top:0px;
	font-size:1.3em;
	line-height:1.3em;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:2.4em;
	font-weight:100;
	margin:0;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.8em;
	font-weight:100;
	margin-bottom:6px;
}
#mainContent {
	width:900px;
	margin:0px auto;
}
a:link, a:visited {
	color:#540115;
	text-decoration:none;
	border-bottom:1px dotted #540115;
}
a:hover {
	color:#AC1A2F;
	text-decoration:none;
	border-bottom:1px solid #AC1A2F;
}


/* Header */
#headerContainer {
	height:60px;
	padding-top:10px;
	background:url(../img/garnetBg.gif) repeat-y center;
	background-color:#2B0007;
	z-index:1;
}
#headerRule {
	height:61px;
	border-bottom:2px solid #2B0007;
	z-index:0;
}
#header {
	height:90px;
	width:900px;
	background: url(../img/fsuLogo.png) no-repeat;
	margin:0px auto;
	font-size-adjust:none;
}
/* End header */


/* Search */
#searchBar {
	height:42px;
	width:356px;
	background:url(../img/searchBarBg.png) no-repeat top right;
	padding:4px;
}
.headerSearchForm {
	float:right;
	margin-top:0px;
}
.headerSearchSelect {
	display:block;
	float:left;
	width:150px;
	height:16px;
	margin-right:6px;
	margin-top:18px;
	margin-left:14px;
	padding-left:0px;
	background:url(../img/selectBg.png) no-repeat center;
	border:1px solid #FFF;
	font-size:9px;
}
.headerSearchBox {
	display:block;
	float:left;
	width:150px;
	height:12px;
	border:1px solid #FFF;
	margin-right:0px;
	margin-top:18px;
	font-size:9px;
}
.headerSubmitSearch {
	display:block;
	float:left;
	position:relative;
	margin-top:18px;
}
/* End search */

/* Quick Links */
.infoBox {
	width:150px;
	border-left:4px solid #CDC092;
	float:right;
	margin:10px 0px 10px 20px;
	font-size:1.2em;
}
.infoBox h1 {
	padding:4px 14px;
	font-family:"Times New Roman", Times, serif;
	font-size:1.0em;
	font-weight:700;
	color:#540115;
	text-transform:uppercase;
	letter-spacing:.1em;
	margin:0px;
}
.infoBox ul {
	margin-top:10px;
	margin-bottom:10px;
}
.infoBox li {
	margin-bottom: 6px; margin-left:-25px; 
	list-style-type:none;
}
.infoBox ul li {
	padding-left:12px;
	background:url(../img/fsuBullet.gif) no-repeat;
}
/* End Quick LInks */

.banner {
	border:1px solid #8B7241;
	margin-bottom:30px;
}

/* Menu */

#leftMenu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:160px;
	min-height:1%;
}
#leftMenu li {
	border-top:1px dotted #540115;
	line-height:normal;
}
#leftMenu li a {
	display: block;
	padding:2px 15px 2px 10px;
	width:135px;
	color:#540115;
	margin:0px;
	text-decoration:none;
	border-bottom:none;
	background-color:#FFF;
}
#leftMenu li a:hover, #leftMenu li ul a:hover {
	color:#000;
	background-color:#F0EAC2;
}
#leftMenu li ul {
	margin-left:145px;
	position:absolute;
	left:-999em;
	z-index:1;
	margin-top:-1.5em;
	border:1px dotted #540115;
	border-top:none;
	background-color:#FFF;
}
#leftMenu li ul a {
	font-weight:100;
}
#leftMenu LI UL UL {
	LEFT: -999em;
}
#leftMenu LI:hover UL UL {
	Z-INDEX: 1;
	LEFT: -999em;
}
#leftMenu LI:hover UL UL UL {
	Z-INDEX: 1;
	LEFT: -999em;
}
#leftMenu LI.sfhover UL UL {
	Z-INDEX: 1;
	LEFT: -999em;
}
#leftMenu LI.sfhover UL UL UL {
	Z-INDEX: 1;
	LEFT: -999em;
}
#leftMenu LI:hover UL {
	Z-INDEX: 1;
	LEFT: auto;
}
#leftMenu LI LI:hover UL {
	Z-INDEX: 1;
	LEFT: auto;
}
#leftMenu LI LI LI:hover UL {
	Z-INDEX: 1;
	LEFT: auto;
}
#leftMenu LI.sfhover UL {
	Z-INDEX: 1;
	LEFT: auto;
}
#leftMenu LI LI.sfhover UL {
	Z-INDEX: 1;
	LEFT: auto;
}
#leftMenu LI LI LI.sfhover UL {
	Z-INDEX: 1;
	LEFT: auto;
}
#leftMenu {
	display:block;
	float:left;
	position:relative;
	padding:0px;
	margin:0px 30px 30px 0px;
	width:160px;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	border-bottom:1px dotted #540115;
	border-left:1px dotted #540115;
	border-right:1px dotted #540115;
}
/* End menu */


/* Footer */
#footer {
	width:900px;
	margin:20px auto;
	border-top:1px solid #8B7241;
}
.footerText {
	display:block;
	text-align:center;
	font-size:1.0em;
	color:#8B7241;
	margin-bottom:20px;
	padding-top:4px;
}
.footerText a, .footerText a:visited {
	color:#8B7241;
	text-decoration:none;
}
.footerText a:hover {
	color:#453920;
	border-bottom:1px solid #453920;
}
/* End footer */