@charset "UTF-8";
/* CSS Document */




* {
	margin: 0;
	padding: 0;
	
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-image: url(http://www.loyola.edu/bin/o/m/bg_stripes.gif);
	background-repeat:repeat-x;
	background-color:#384c51;
}

img {
	border: 0;
	}

div#rope {
	background-image: url(http://www.loyola.edu/bin/l/w/zigzag_rope_green.jpg);
	background-repeat:repeat-x;
	height: 6px !important;
	padding: 0;
	font-size: 1px;

}

div#container {
	position: relative;
	margin: 0px auto;
	width: 990px;
	text-align:left;
}


/* HEADER */

div#header {
	background-color: #FFFFFF;
	background-image: url(http://www.loyola.edu/bin/p/e/bg_nav.jpg);
	width: 990px;
	height: 76px;
	
}

div#header div#loy_logo {
	position: absolute;
	left: 24px;
	top: 17px;
}

div#congrats {
	position: absolute;
	left: 229px;
	top: 19px;
}

div#header ul#nav {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 230px;
	top: 56px;
	z-index: 10;
	background-color: transparent;
}

div#header ul#nav li {
	list-style-type: none;
	display: inline;
	text-transform: uppercase;
	margin-right: 10.5px;
	font-weight: bold;
	font-size: 11px;
}

div#header ul#nav li.last {
	margin-right: 0;
}

div#header ul#nav li a {
	/*color: #478790;*/
	text-decoration:none;
}

li.n_one a {
	color: #3ec33f;
}

li.n_two a {
	color: #37b74f;
}

li.n_three a {
	color: #2ca566;
}

li.n_four a {
	color: #24967c;
}

li.n_five a {
	color: #228f85;
}

li.n_six a {
	color: #1f7d86;
}

div#header ul#nav li a:hover {
	color: #393939;
}

div#header ul#topright_links {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 762px;
	top: 5px;

}

div#header ul#topright_links li {
	list-style-type: none;
	display: inline;
	text-transform: uppercase;
	font-size: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-right: 6px;
}

div#search {
	padding: 0px;
	position: absolute;
	right: 28px;;
	top: 23px;
}

.searchfrm{
	float:right;
	padding-top: 10px;
	margin: 0px 0px 0px 0px;
}

#search input{
	float: left;
}

#search input.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 9px;
	color: #781351; 
}
.srchfrm {
	width: 150px;
	height: 15px;
	border: 1px solid #006857;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 9px;
	color: #781351;
}
.srchbtn {
	width: 50px;
	margin: 0px;
	height: 15px;  
	border: 0px outset #000000;
}


a#deposit_flag {
	position: absolute;
	top: 0px;
	left: 670px;
	background-image: url(http://www.loyola.edu/bin/c/u/flag.gif );
	background-position: top left;
	background-repeat: no-repeat;
	width: 55px;
	height: 54px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	text-align:center;
	line-height: 12px;
	padding-top: 5px;
	font-weight: bold;
}

a#deposit_flag:hover {
	background-position: -60px top;
}


/* CONTENT */

div#content_container {
	margin-top: 9px;
	background-color: #FFFFFF;
	background-image: url(/bin/r/i/stripes_bar.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 938px;
	padding-left: 26px;
	padding-right: 26px;
}

.subheader {
	color: #438699;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	display: block;
	border-top: 1px dotted #a3a3a3;
	text-transform: uppercase;
	padding-top: 25px;
}

div#content_container table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #3C3A3A;
}

div#content_container .left_column {
	width: 208px;
	padding-top: 73px;
	padding-bottom: 50px;
}

div#content_container .left_column .subheader {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-style: italic;
	border-top: 0;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #000;
	padding-bottom: 11px;

}

div#content_container .left_column ul li {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	border-bottom: 1px dotted #000;
	list-style-type:none;
}

div#content_container .left_column ul li a {
	color: #049c85;
	font-size: 11px;
	text-decoration: none;
}

div#content_container .left_column ul li a:hover {
	color: #990000;
	text-decoration: none;
}

div#content_container .right_column {
	padding-left: 26px;
	padding-top: 38px;
	padding-bottom: 50px;
}

div#content_container .right_column p {
	margin-bottom: 18px;
}

div#content_container .right_column ul {
	margin-left: 15px;
	margin-bottom: 18px;
}

.image_right {
	margin-left: 18px;
	margin-bottom: 18px;
}

.image_left {
	margin-right: 18px;
	margin-bottom: 18px;
}

td.right_column table tr td {
	border-top: 1px solid #a3a3a3;
	border-bottom: 0;
	padding: 3px;
}

td.right_column table {
	border-bottom: 1px solid #a3a3a3; !important;
	margin-bottom: 18px;
}

/* FOOTER */
div#footer {
	background-color: #F9F6ED;
}

div#footer ul#footer_short_nav {
	border-top: 1px solid #DAC589;
	border-bottom: 1px solid #DAC589;
	height: 22px;
	padding-top: 10px;
}

div#footer ul#footer_short_nav li {
	display: inline;
	list-style-type: none;
	border-right: 1px solid #DAC589;
	padding: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#footer ul#footer_short_nav li.last {
	border-right: 0;
}
