/* Extension styles */
@import url(http://assets.fit.edu/university_template/styles/default/extensions/albums.css);
@import url(http://assets.fit.edu/university_template/styles/default/extensions/announcements.css);
@import url(http://assets.fit.edu/university_template/styles/default/extensions/document_manager/document_manager.css);
@import url(http://assets.fit.edu/university_template/styles/default/extensions/events.css);
@import url(http://assets.fit.edu/university_template/styles/default/extensions/fact_sheet.css);
@import url(http://assets.fit.edu/university_template/styles/default/extensions/maps.css);
@import url(http://assets.fit.edu/university_template/styles/default/extensions/media.css);
@import url(http://assets.fit.edu/university_template/styles/default/extensions/news.css);
@import url(http://assets.fit.edu/university_template/styles/default/extensions/profiles.css);
@import url(http://assets.fit.edu/university_template/styles/default/extensions/program_finder.css);
@import url(http://assets.fit.edu/university_template/styles/default/extensions/profile_picker.css);
@import url(http://assets.fit.edu/university_template/styles/default/extensions/quotes.css);
@import url(http://assets.fit.edu/university_template/styles/default/extensions/rss_feed.css);
@import url(http://assets.fit.edu/university_template/styles/default/extensions/slideshow.css);
@import url(http://assets.fit.edu/university_template/styles/default/extensions/YahooWeather/YahooWeather.css);
@import url(http://assets.fit.edu/university_template/styles/default/extensions/university_directory.css);


/*overall style*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* The body is the outermost layout component and contains the visible page content.  */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 0; /* Sets the margin using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/* Commonly used to style page titles. */
h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}

/* Commonly used to style page titles. */
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: .5em;
}

/* Commonly used to style section titles. */
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: .5em;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: .5em;
}

h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: .5em;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: .5em;
}
p {
	margin-bottom: 1em;
}

/* Sets the style for unvisited links. */
a,  a:link {
	text-decoration: none;
	border-bottom: 1px dotted #FC0;
}
/* Sets the style for visited links. */
a:visited {
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	text-decoration: none;
	border-bottom: 1px solid #FC0;

}
/* Sets the style for a link that has focus. */
a:focus {
	text-decoration: none;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	text-decoration: none;
}

IMG {
	border:none;
}

/*Florida Tech Header*/

#header {
}

#header .fltech {
	width: 800px;
	height: 30px; /* Sets the padding using shorthand notation (top, right, bottom, left) */
	margin: 0 auto 0 auto;
	text-indent: -9999px;
	border: none;
	display: block;
}

/* This is a container for the page content.  */
#outerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 800px;
	border: none;
	margin: 0 auto 0 auto;
}

#header2 {
	padding: 0px; /* Sets the padding using shorthand notation (top, right, bottom, left) */
	height: 442px;
	text-indent: -9999px;
}

#contentWrapper  {
	margin: 0 0 10px 0;
	padding-top: 20px;
}

#left_column {
	width: 160px;
	text-align: center;
	float: left;
}

#menu {
	margin-bottom: 10px;
	text-align: left;
	padding: 5px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0px;
}

#menu ul li {
	margin: 0;
	display: block;
}

#menu ul li a {
	font-size: 14px;
	border: none;
	padding: 5px;
	display: block;
}

/* Contains the main page content.  */
#content {
	width: 630px;
	float: left;
	padding: 0px;
	margin: 0 0 0 10px;
}

#content.two_column {
	width: 430px;
	float: left;
	padding: 0px;
	margin: 0 10px;
}

#right_column {
	float: left;
	padding: 0; /* Sets the padding using shorthand notation (top, right, bottom, left) */
	width: 186px;
	text-align: center;
}

#right_column .links p {
	margin-bottom: 2em;
}

#right_column .links a {
	border: none;
}

.sidebar {
	padding: 10px;
	text-align: left;
}

.sidebar h2.main {
	margin: -10px -10px 10px -10px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}

DIV.album a {
	border: none;
}

TABLE.sponsors {
		border: 1px solid #CCC;
		background-color:#FFF;
	}
	
	TABLE.sponsors TH {
		background-color: #600;
	}
	
	TABLE.sponsors TH H3 {
		color: #FFF;
		margin: 0;
		text-align: center;
	}
	
	TABLE.sponsors TD A {
		border: none;
	}
	
	TABLE.sponsors TD IMG {
		max-width: 140px;
	}
	

/* clearing */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}

#outerWrapper #footer {
	padding-top: 85px;
	text-align: center;
}