@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#d6d6cf;
}

/* --------------------------------- Start Header --------------------------------- */
#header {	
	width:762px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;	
	height:106px;
	position:relative;
}

/* Corner Navigation */

#top-corner {
	position:absolute;
	top:10px;
	right:0px;
	width:286px;
}

#events-top {
	background-image:url(images/events-top.jpg);
	background-repeat:no-repeat;
	width:60px;
	height:22px;
}

#search-top {
	background-image:url(images/header-06.gif);
	background-repeat:no-repeat;
	width:60px;
	height:22px;
}


#eventsMenu {
	background-color:#999999;
}

#searchMenu {
	background-color:#999999;
}

.eventsMenu_option, .searchMenu_option{
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	margin-top:-1px;
	border-color:#999999;	
	cursor:pointer;
	font-family:Arial;
	font-size:11px;
	font-style:normal;
	font-weight:normal;	
	padding:2px;
}

a.eventsMenu_link, a.searchMenu_link {
	color:#333333;
}

a.eventsMenu_link:hover, a.searchMenu_link:hover {
	color:#666666;
}


/* --------------------------------- */

/* Main Top Navigation */

#top-nav {
	position:absolute;
	right:171px;
	bottom:0px;
}

#discover-nav {
	background-image:url(images/discover-nav.gif);
	width:84px;
	height:30px;
}

#discover-nav:hover {
	background-image:url(images/discover-navH.gif);
}

#future-nav {
	background-image:url(images/future-nav.gif);
	width:84px;
	height:30px;
}

#future-nav:hover {
	background-image:url(images/future-navH.gif);
}

#current-nav {
	background-image:url(images/current-nav.gif);
	width:84px;
	height:30px;
}

#current-nav:hover {
	background-image:url(images/current-navH.gif);
}

#facultyStaff-nav {
	background-image:url(images/facultyStaff-nav.gif);
	width:84px;
	height:30px;
}

#facultyStaff-nav:hover {
	background-image:url(images/facultyStaff-navH.gif);
}

#alumni-nav {
	background-image:url(images/alumni-nav.gif);
	width:84px;
	height:30px;
}

#alumni-nav:hover {
	background-image:url(images/alumni-navH.gif);
	width:84px;
	height:30px;
}

#discoverMenu {background-color:#001E46;}
#futureMenu {background-color:#001E46;}
#currentMenu {background-color:#001E46;}
#facultyMenu {background-color:#001E46;}
#alumniMenu {background-color:#001E46;}
#discoverMenu_0 {background-color:#001E46;}
#futureMenu_0 {background-color:#001E46;}
#futureMenu_1 {background-color:#001E46;}
#currentMenu_0 {background-color:#001E46;}
#currentMenu_1 {background-color:#001E46;}
#currentMenu_2 {background-color:#001E46;}
#currentMenu_3 {background-color:#001E46;}
#facultyMenu_0 {background-color:#001E46;}
#facultyMenu_1 {background-color:#001E46;}
#alumniMenu_0 {background-color:#001E46;}

.discoverMenu_pointer, .futureMenu_pointer, .currentMenu_pointer, .facultyMenu_pointer, .alumniMenu_pointer {
	float:right;
	width:7px;
	height:7px;
	background-image:url(images/arrows.gif);
	margin-top:3px;
}

.discoverMenu_option, .futureMenu_option, .currentMenu_option, .facultyMenu_option, 
.alumniMenu_option, .discoverMenu_0_option, .futureMenu_0_option, .futureMenu_1_option, 
.currentMenu_0_option, .currentMenu_1_option, .currentMenu_2_option, .currentMenu_3_option, 
.facultyMenu_0_option, .facultyMenu_1_option, .alumniMenu_0_option{
	border-style:solid;
	border-width:1px;
	margin-top:-1px;
	border-color:#A0965A;	
	cursor:pointer;
	font-family:Arial;
	font-size:11px;
	font-style:normal;
	font-weight:normal;	
	padding:2px;
}

a.discoverMenu_link, a.futureMenu_link, a.currentMenu_link, a.facultyMenu_link, a.alumniMenu_link,
a.discoverMenu_0_link, a.futureMenu_0_link, a.futureMenu_1_link, a.currentMenu_0_link, 
a.currentMenu_1_link, a.currentMenu_2_link, a.currentMenu_3_link, a.facultyMenu_0_link, 
a.facultyMenu_1_link, a.alumniMenu_0_link {
	color:#FFFFFF;
}

a.discoverMenu_link:hover, a.futureMenu_link:hover, a.currentMenu_link:hover, a.facultyMenu_link:hover, a.alumniMenu_link:hover,
a.discoverMenu_0_link:hover, a.futureMenu_0_link:hover, a.futureMenu_1_link:hover, a.currentMenu_0_link:hover, 
a.currentMenu_1_link:hover, a.currentMenu_2_link:hover, a.currentMenu_3_link:hover, a.facultyMenu_0_link:hover, 
a.facultyMenu_1_link:hover, a.alumniMenu_0_link:hover {
	color:#A0965A;
}

.navLink {
	display:block;
	float:left;
	border:none;
}

/* --------------------------------- */

/* --------------------------------- End Header --------------------------------- */
/* --------------------------------- Start Page --------------------------------- */

#page {
	width:762px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bg.jpg);
}

#side-nav {
	float:left;
	padding-left:20px;
	width:150px;
}
#content {
	margin-left:190px;
	margin-right:20px;
	min-height:800px;
	text-align: left;
	vertical-align: top;
}

#flash {
	padding-top:25px;
	background-color:#FFFFFF;
}

.links {
	background-image:url(images/square2.gif);
	background-repeat:no-repeat;
	background-position:5% 50%;
	border-bottom:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding:2px 0px 2px 20px;
}

.links a {
	color:#504B29;
	font-family:Arial,Helvetica,Verdana,"Times New Roman";
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:13px;
	text-decoration:none;
}

			
			
			
			
			#rss-item  {
				width:375px;
				color:#000033;
				font-family:Arial,Helvetica,Verdana;
				font-size:11px;
				text-decoration:none;
				margin-right:auto;
				padding-bottom:10px;
				padding-top:0px;}
			
				
			#rss-item a {
				color:#000033;
				font-family:Arial,Helvetica,Verdana,"Times New Roman";
				font-size:12px;
				font-weight:bold;
				line-height:12px;
				text-decoration:underline;}
			
			#rss-item a:hover {
				color:#ac923d;
				text-decoration:underline;}
				
			#rss-item li { 
				line-height:14px;
				list-style-image:none;
				list-style-type:none; 
				margin-left: -30px;
				margin-bottom: 10px;}
			

						


#inFocus {
	float:right;
	text-align: right;
	vertical-align: top;
}

.focusButton {
	padding:15px 0px 0px 0px;
	text-align: center;
}

#center {width:400px;}

.largegold {
	color:#857C46;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.newsLink {
	color:#000033;
	font-family:Arial,Helvetica,Verdana,"Times New Roman";
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:12px;
	text-decoration:none;
	text-align:center;
}

.myFIU {
	padding:5px;
	border:1px solid #A9AA99;
	margin-left:10px;
	margin-right:10px;
}


/* --------------------------------- End Header --------------------------------- */
#footer {
	width:762px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bg3.gif);
}

.footLinks {
	margin-left:25px;	
	font-family:Arial,Helvetica,Verdana,"Times New Roman";
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:13px;
	padding-top:5px;
}

.footLinks a {
	color:#504B29;	
	text-decoration:none;
}

.hidden {
	display:none;
}

.eventDate{display :none;}
