@charset "utf-8";
/* CSS Document */
* { margin: 0; 
	padding: 0;
	border: none; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:   11px;
	line-height: 1.2;
	color: #333; }	
.hiddenPic { display: none; }
.clearFix {	clear:both; }
.wrap-text {
	width: 900px;
	margin: 0 auto; }
	
h1 { font-size: 26px; font-family:Geneva, Arial, Helvetica, sans-serif; color: #999; }
h2 { font-size: 20px; }
h3 { font-size: 17px; font-weight: normal; }
p  { font-size: 14px; }

h1, h2, h3, h4, p { padding: 4px 0; }

a:link    { color: #b5a787; text-decoration: none; }
a:visited { color: #b5a787; text-decoration: none; }
a:hover   { color: #b5a787; text-decoration: underline; }

#header, #department, #navigate, #content, #footer { clear:both; }

/* Header */
#header {
	height:60px;
	padding-top:10px;
	background:url(../images/garnetBg.gif) repeat-y center top #2B0007; }
#header .wrap-text { position:relative; }

.logo-fsu {
	width: 430px;
	height: 77px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/fsuLogo.png) no-repeat; }
/* End header */

/* Search */
#searchBar {
	height:42px;
	width:356px;
	background:url(../images/searchBarBg.png) no-repeat top right;
	padding:4px; }
	
.headerSearchForm {
	position:absolute;
	top:0;
	right:0; }
	
.headerSearchSelect {
	display:block;
	float:left;
	width:150px;
	height:16px;
	margin-right:6px;
	margin-top:18px;
	margin-left:14px;
	padding-left:0px;
	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 */


/* Department */
#department {
	height:75px;
	margin:10px auto; }
#department img { float:right; }
/* End department */

/* Content */
#content { margin: 15px 0; position: relative; }
#content .text-wrap { width: 874px; }
.text { padding:0 15px; }
.main { margin-right: 240px; }

.img-index {
	width: 874px;
	height: 328px;
	margin: 0 auto;
	background:url(../images/bg-index.jpg) no-repeat; }

.img-page {
	width: 200px;
	padding: 10px;
	float: right;
	background:url(../images/bg-imgpage.png) no-repeat top left; }

	
.boxes { width: 180px; height:220px; margin:20px 3px 10px 3px; padding: 15px; float: left; background: url(../images/bg-boxes.gif); overflow: hidden; position: relative; }
.boxes h3 { font-family:Verdana, Arial, Helvetica, sans-serif; color: #5e0a1b; font-size: 12px; font-weight: bold; }
.boxes h4 { color: #999; font-size: 11px; font-weight: normal; text-align:justify; }
.seminar h4 { font-size: 11px; }
.boxes span { position:absolute; bottom: 17px; right: 12px; }
/* End content */

/* Footer */
#footer {
	width:900px;
	margin:20px auto;
	padding-top:10px;
	text-align:center;
	color:#999;
	border-top:1px solid #ccc; }

#footer a, #footer a:visited { color:#999; border-bottom: 1px dotted #999; }
#footer a:hover { color:#999; border-bottom: none; text-decoration: none; }
#footer h3 { margin-top: 10px; font-size: 14px; }
/* End footer */
