@charset "utf-8";

/* CSS Document */

/* Begin Dashed Line Removal - FireFox */
a {
	outline: none;
}

:focus {
	-moz-outline-style: none;
}
img {
    border: none;
}
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}

html {
	font-size:100%;
}

#wrapper {
	height: 1000px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/****Header****/
div#flash-header {
	position:relative;
}

#flash-header {
	height: 397px;
	width: 900px;
	background-image: url(../images/desk_bg.jpg);
	background-repeat: no-repeat;
}

#flash-header #flash-container {
	height: 369px;
	width: 707px;
	position: absolute;
	left: 96px;
	top: 4px;
}

/****Body Content****/
div#body-content {
	position:relative;
}

#body-content {
	height: 480px;
	width: 900px;
	background-image: url(../images/body_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
/****Body Content - Left Column Top****/
#body-content #leftcolumntop {
	height: 151px;
	width: 475px;
	position: absolute;
	left: 40px;
	top: -13px;
}
/****Body Content - Left Column Bottom****/
#body-content #leftcolumnbottom {
	height: 195px;
	width: 475px;
	position: absolute;
	left: 40px;
	top: 144px;
}
/****Body Content - Right Column****/
#body-content #rightcolumn {
	background-image: url(../images/right_column_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 340px;
	width: 301px;
	position: absolute;
	right: 40px;
	top: -13px;
	padding-top: 82px;
	padding-right: 18px;
	font-size: 1.1em;
}
#body-content #rightcolumn .alttext {
	color: #ec7951;
	font-weight: bold;
}
#body-content #rightcolumn #speechbubble {
	height: 78px;
	width: 180px;
	position: absolute;
	left: 16px;
	bottom: 77px;
}
#body-content #rightcolumn #applynow {
	height: 47px;
	width: 155px;
	position: absolute;
	left: 146px;
	bottom: 10px;
}
/*Footer*/
#footer-logo {
	background-image: url(../images/su_logo.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 157px;
	position: absolute;
	left: 40px;
	bottom: 85px;
}
#copyright {
	font-size: 0.75em;
	height: 20px;
	position: absolute;
	left: 40px;
	bottom: 15px;
}
#fdicroi {
	background-image: url(../images/fdicroi+logo.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 149px;
	position: absolute;
	left: 428px;
	bottom: 15px;
}
#smlogoflash {
	height: 64px;
	width: 100px;
	position: absolute;
	right: 38px;
	bottom: 3px;
}

