/* CSS Document */

/*	SVSU Web Redesign - Subpages...
	CSS Began: 03-01-2006
	CSS Changed: 08-02-2007
	  - added a 2em margin-bottom to the body tag because it was annoying me
*/

	@import url('/1css/svsu_subpages_base.css');
		/* For the Main Text formatting										*/
	@import url("/1css/svsu_searchables-quicklinks.css");
		/* For the Search Bar & Quick Links Form							*/
	@import url("/1css/svsu_navigation.css");
		/* For the Main Navigation and Second-Level Pages Navigation		*/

body {
	background-color:#0A2972;
	padding:0 0 2em 0;
	margin:0;
	color:#000000;
	font-size:.7em;
}

#svsu_site {
	width:745px;
	background-color:#FFFFFF;
	margin:0 auto 0 auto;
	padding:3px 1px 3px 3px;
	height:auto;
}
#svsu_banner {
	height:64px;
	margin:0;
	padding:0;
}
#svsu_banner #svsu_logo {
	float:left;
	width:179px;
	height:44px;
	padding:16px 0 0 0;
	margin:0 3px 0 0;
	border:1px solid #DEDEDE;
	text-align:center;
}
#svsu_banner #svsu_logo:hover {
	border:1px solid #767676;
}
#svsu_banner #blank_space {
	float:left;
	width:559px;
	margin:0;
	padding:0;
	height:62px;
	background-color:#F0ECE8;
	background-image:url(/1images/subpages/rotating_banner/banner1.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#svsu_banner img.pageImage {
	float:left;
	width:559px;
	margin:0;
	padding:0;
	height:62px;
}

#main_content {
	width:510px;
	float:left;
	min-height:220px;
	margin:2px 0 0 25px;
	padding:15px 0 20px 0;
}

#main_content img,
#main_content table {
	max-width:500px;
}

div.clear,
br.clear {
	clear:left;
}

#footer {
	width:542px;
	height:auto;
	margin:0 auto;
	padding:2px 0 2px 207px;
	background-color:#FFFFFF;
	text-align:right;
}
#footer #footer_links,
#footer #footer_address,
#footer #logintag {
	display:inline-table;
	height:19px;
	padding:9px 0 0 15px;
	margin-right:3px;
	width:522px;
	text-align:left;
}
#footer #footer_address {	
	height:29px;
}
#footer #logintag {
	text-align:right;
	height:auto;
}

#footer #footer_links {
	background-color:#F2F2F2;
	color:#666;
	letter-spacing:.05em;
	_letter-spacing:0;
}
#footer #footer_address {
	background-color:#FFFFFF;
	color:#A4A4A4;
}

#footer #footer_links p,
#footer #footer_links a,
#footer #footer_address p,
#footer #footer_address a {
	margin:0;
	padding:0;
	font-size:10px;
	font-family: Arial,Helvetica,sans-serif;
}
#footer #footer_links a {
	color:#666;
}
#footer #footer_address a {
	color:#A4A4A4;
}


#stats_group {
	display:none;
	position:absolute;
	left:-6000;
}
