/* CSS Document */

/* This is needed to address situations where the footer isn't bound by the Content Container box(layer). */
#footer
{
	background-color: #03244D;
	background-image: url(http://www.eng.auburn.edu/images/global/ddBottomGradient.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 2px solid #F9903F;
	text-align:center;
	height: 60px;
	color:#FFFFFF;
	font-size: 65%;
	width: 770px;
	clear: both; 
	/*float: left;*/
	padding-top: 15px;
	padding-bottom: 0;
	margin: 0 auto;
}
#footer ul
{
	list-style:none;
	margin: 0;
	padding-bottom: 7px;
}
#footer ul li
{
	list-style: none;
	display: inline;
	padding: 0px 3px 0px 3px;
}
#footer ul li.print_borders
{
	display: none;
	margin: 0;
	padding: 0;
}
#footer a {
	border: none;
	text-decoration: none;
	color: #ECEBEB;
}
#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#footer a:visited {
	color: #ECEBEB;
}
#footer a:visited:hover {
	text-decoration: underline;
	color: #ffffff;
}

/* ------ Styling elements for the news release footer template ------ */
#news_footer
{
	border-top: 2px solid #F9903F;
	text-align:center;
	height: 60px;
	color: #000000;
	width: 770px;
	clear: both;
	padding-top: 15px;
	padding-bottom: 0;
	font-size: 70%;
}
#news_footer ul
{
	list-style:none;
	margin: 0;
	padding-bottom: 7px;
}
#news_footer ul li
{
	list-style: none;
	display: inline;
	padding: 0px 3px 0px 3px;
}
#news_footer a {
	border: none;
	text-decoration: none;
	color: #000000;
}
#news_footer a:hover {
	text-decoration: underline;
	color: #000000;
}
#news_footer a:visited {
	color: #000000;
}
#news_footer a:visited:hover {
	text-decoration: underline;
	color: #000000;
}
/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */
#faculty_footer
{
	background-color: #03244D;
	background-image: url(http://www.eng.auburn.edu/images/global/ddBottomGradient.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 2px solid #F9903F;
	text-align:center;
	height: 95px;
	color:#FFFFFF;
	font-size: 65%;
	width: 770px;
	clear: both; 
	padding-top: 15px;
	padding-bottom: 0;
	margin: 0 auto;
}

#faculty_footer ul
{
	list-style:none;
	margin: 0;
	padding-bottom: 7px;
}
#faculty_footer ul li
{
	list-style: none;
	display: inline;
	padding: 0px 3px 0px 3px;
}
#faculty_footer ul li.print_borders
{
	display: none;
	margin: 0;
	padding: 0;
}
#faculty_footer a {
	border: none;
	text-decoration: none;
	color: #ECEBEB;
}
#faculty_footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#faculty_footer a:visited {
	color: #ECEBEB;
}
#faculty_footer a:visited:hover {
	text-decoration: underline;
	color: #ffffff;
}

#faculty_footer .disclaimer li
{
	list-style: none;
	display: inline;
	width: 600px;
	padding: 0px;
	margin: 0px;
}

/* ----------------------------------------------------------------- */

