@import url(layout.css);
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
 /* ---IU IDENTITY BRANDING BAR --- */
#identity #signature {
	width: 980px; 
	margin:0 auto;
	background-color:#7d110c;
}
#identity #signature a {
	width: 980px; 
	/*margin:0 auto;*/
	position:relative;
	left:-20px;
	margin-left:20px;
}
/* ---END BRANDING BAR ---*/
/* Basic Styles */
hr	{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	height:0px;
	border-top:1px solid #ddd;
}
.hidden, .invisible, .unseen {
	position:absolute;
	top:-9999px;
	left:-9999px;
}
abbr, acronym {
	border-bottom:1px dotted;
	cursor:help;
	}
.common {
	border-bottom:none;
	cursor:help;
	}	
.emptydiv {
	clear:both;
}
#browseralert {
	position:absolute;
	top:-9999px;
	left:-9999px;
}
/* HEADER TAG styles */
h1 {
	color:#555; 	
	font-family:Geneva, Tahoma, sans-serif;  
	font-size: 24px; 
	padding:5px 0px 0px 0px; 
	margin:0px 0px -5px 0px;
} 
h2 {
	color:#555; 	
	font-family:Geneva, Tahoma, sans-serif;  
	font-size: 18px; 
	padding:5px 0px 0px 0px; 
	margin:0px 0px -5px 0px;
} 
h3 {
	color:#666;  	
	font-family:Geneva, Tahoma, sans-serif;  
	font-size: 20px; 
	padding:5px 0px 5px 0px; 
	margin:10px 0px 0px 0px;
} 
h4 {
	color:#333;  	
	font-family:Geneva, Tahoma, sans-serif;  
	font-size: 14px; 
	padding:0px 0px 0px 0px; 
	margin:10px 0px 0px 0px;
} 
h5 {
	color:#454545;  	
	font-family:Geneva, Tahoma, sans-serif;  
	font-size: 13px; 
	padding:0px 0px 0px 0px; 
	margin:5px 0px 3px 0px;
}

/* PARAGRAPH and BLOCKQUOTE styles */
.smalltext {
	font-size:9px;
}
p {	color:#454545;  	
	font-family:Geneva, Tahoma, sans-serif; 
	font-size: 11px; 
	padding:0px 0px 7px 0px; 
	line-height:18px; } 
blockquote p {
	margin:10px 20px 0px 25px;
}
blockquote {
	margin:10px 0px 0px 25px;
}
p.narrowContent {
	width:500px;
}
/* LIST styles */
li { color:#454545; font-family:Geneva, Tahoma, sans-serif; font-size: 11px; line-height:18px;}
.loweralpha {
	list-style-type:lower-alpha;
}
.upperAlpha {
	list-style-type:upper-alpha;
}
.checklist li {
	list-style-image:url(/housing/images/checkbox.png);
}
.checklist li ul li{
	list-style-image:none;
	list-style-type:disc;
}
.noChecklist li {
	list-style-image:url(/housing/images/checkbox_X.png);
}
.noChecklist li ul li{
	list-style-image:none;
	list-style-type:disc;
}
.downloads li, .mov_content li.downloadVideo {
	list-style-image:url(/housing/images/download.png);
}
.downloads li ul li{
	list-style-image:none;
	list-style-type:disc;
}
.downloads li a, .mov_content li.downloadVideo a {
	position:relative;
	top:-3px;
}
.videoLinks li {
	list-style-image:url(/housing/images/video.png);
}
.videoLinks li ul li{
	list-style-image:none;
	list-style-type:disc;
}
.videoLinks li a {
	position:relative;
	top:-3px;
}
.articleLinks li,  .mov_content li.articleLinks {
	list-style-image:url(/housing/images/article.png);
}
.articleLinks li ul li{
	list-style-image:none;
	list-style-type:disc;
}
.articleLinks li a {
	position:relative;
	top:-3px;
}

/* LINK styles */
* a:link, * a:visited  {
	text-decoration:none;
	color:#7d110c;
}
* a:hover, * a:active {
	text-decoration:underline;
	color:#7d110c;
}

/* FLOAT & CLEAR styles */
.floatrightclearright { float:right; clear:right; margin:0px 0px 12px 0px; }
.floatright {
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}
.clearBoth {
	clear:both;
}
.clearNone {
	clear:none;
}
/* ALIGN styles */
.alignright {
	text-align:right;
}
.alignleft {
	text-align:left;
}
.aligncenter {
	text-align:center;
}

/* IMAGE STYLES */
img {
	border:none;
}
/* TABLE STYLES */
table, td, tr {
	font-family:Geneva, Tahoma, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 10pt;
	margin-bottom:0px;
	margin-top:5px;
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:5px;
}
th {
	font-size:11px;
	padding:5px;
	color:#333;
	font-weight:bold;
	font-family:Geneva, Tahoma, sans-serif;
	text-align:left;
}
td {
	text-align:center;
	border:none;
	color:#333;
}
table {
	width:90%;
	border:none;
	background-color:#ddd;
	position:relative;
	padding:0px 0px 0px 0px;
}
table.rates {
	width:60%;
	border:none;
	background-color:#ddd;
	position:relative;
	padding:0px 0px 0px 0px;
}
caption {
	font-size:12px;
	font-family:Geneva, Tahoma, sans-serif;
	font-weight:bold;
	width:100%;
	text-align:left;
	color:#444;
	margin:10px 0px 0px 10px;
	padding-bottom:5px;
}
tr {
	border:none;
}
table#subscribeform {
	width:60%;
	border:none;
	background-color:#fff;
	position:relative;
	top:10px;
}
/* BREADCRUMB Styles */
#breadcrumbs {
	font-family:Geneva, Tahoma, sans-serif;
	font-size:11px;
	color:#000;
	margin-bottom:10px;
	position:absolute;
	left:19px;
	top:12px;
	z-index:1000000;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	color:#7d110c;
	text-decoration:none;
}
#breadcrumbs a:hover, #breadcrumbs a:active {
	color:#7d110c;
	text-decoration:underline;
}
/* FOOTER Styles */
p.campus-info {margin-top:20px;}
.main-footer-wrap .global-footer {border-top: none;}
#footer_container		{
	background-image:url(/housing/images/GrayGradient_BG.jpg);
	background-repeat:repeat-x;
	height:298px;
	width:100%;
	background-color:#262626;
	position:relative;
	top:0px;
	z-index:499;	
}
#footer_content		{
	background-image:url(/housing/images/FooterBG.png);
	background-repeat:no-repeat;
	background-position:center 0px;
	height:298px;
	max-width:1300px;
	z-index:500;	
	clear:both;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:0px;
}
/* NEWS FOOTER Styles */
#news_footer {
	width: 980px;
	height:137px;
	border-top:#dc5042 solid 1px;
	border-bottom:#dc5042 solid 1px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top: 25px;
	left:0px;
}
#news_footer * {
	font-family:Geneva, Tahoma, sans-serif;
}
#news_footer p {
	color:#fff;
}
#news_footer h3, #news_footer h4 {
	color:#777;
}
#news_footer ul li {
	list-style-type:none;
}
#news_footer a:link, #news_footer a:visited {
	color:#ddd;
	text-decoration:none;
	font-weight:normal;
	z-index:100000;
}
#news_footer a:hover, #news_footer a:active {
	color:#ddd;
	text-decoration:underline;
	font-weight:normal;
	z-index:100000;
}
#housing_news {
	background-image:url(/housing/images/HousingNewsGraphic.png);
	background-repeat:no-repeat;
	background-position:0px 20px;
	height:108px;
	width:350px;
	position:relative;
	top:0px;
	left:35px;
	float:left;
}
#just_parents {
	background-image:url(/housing/images/ParentsGraphic.png);
	background-repeat:no-repeat;
	background-position:0px 10px;
	height:121px;
	width:307px;
	position:relative;
	top:0px;
	left:38px;
	float:left;
}
#summer_conf {
	background-image:url(/housing/images/SummerSunGraphic.png);
	background-repeat:no-repeat;
	background-position:0px 10px;
	height:121px;
	width:291px;
	position:relative;
	top:6px;
	right:12px;
	float:right;
}
ul#HousingNews_nav {
	width:110px;
	margin-left:202px;
	margin-top:-15px;
	font-family:Geneva, Tahoma, sans-serif;
	font-size:12px;
	padding-top:1px;
	padding-bottom:20px;
}
ul#HousingNews_nav li{
	margin:10px 0px;
}
h3#parentsHeading, h4#parentsHeading {
	margin-left:80px;
	margin-top:5px;
	font-family:Geneva, Tahoma, sans-serif;
	font-size:18px;
	font-weight:normal;
	text-transform: uppercase;
}
ul#JustParents_nav {
	width:200px;
	margin-left:80px;
	margin-top:0px;
	font-family:Geneva, Tahoma, sans-serif;
	font-size:12px;
	margin-bottom:20px;
}
ul#JustParents_nav li{
	margin:10px 0px;
}
h3#summerHeading, h4#summerHeading {
	margin-left:65px;
	margin-top:0px;
	font-family:Geneva, Tahoma, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-transform: uppercase;
}
p#summerText {
	margin-left:65px;
	width:200px;
	font-weight:normal;
	font-size:11px;
	color:#bbb;
}
ul#SummerConf_nav {
	width:100px;
	margin-left:66px;
	margin-top:0px;
	font-family:Geneva, Tahoma, sans-serif;
	font-size:12px;
}
ul#SummerConf_nav li{
	margin:0px 0px 10px 0px;
}
/* SOUTHEAST FOOTER Styles */
#southeast_footer {
	height:20px;
	width:990px;
	color:#fff;
	font-family:Geneva, Tahoma, sans-serif;
	font-size:10px;
	text-align:center;
	padding:10px 0px 5px 0px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	position:relative;
	top:50px;
	margin-left:auto;
	margin-right:auto;
}
#southeast_footer a:link, #southeast_footer a:visited {
	color:#fff;
	text-decoration:none;
}
#southeast_footer a:hover, #southeast_footer a:active {
	color:#fff;
	text-decoration:underline;
}
/***************************************** IU Footer ****************************************/

#footer_container #footer_content #iufooter {
	color: #fff;
	width: 986px;
	position:relative;
	top:65px;
	left:0;
	margin-left:auto;
	margin-right:auto;
	height:30px;
}
#iufooter hr {
	display: none;
}
#iufooter #copyright {
	width: auto;
	margin: 0 auto;
	padding: 7px 0 7px 15px;
	text-align: left;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer_container #footer_content #iufooter #copyright a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer_container #footer_content #iufooter #copyright a:hover {
	text-decoration: underline;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#iufooter #copyright #blockiu {
	width: 24px;
	float: left;
	display: block;
}
#iufooter #copyright #blockiu a img {
	display:none;
}
 #iufooter #copyright #blockiu a {
	display: block;
	width: 22px;
	height: 28px;
	background: url(/inc/navbar/images/whiteIU_transparent.png) no-repeat;
} 
#iufooter #copyright #blockiu a img {
	border: none;
}
#iufooter #copyright #statement {
	margin: 0 0 0 30px;
	padding: 2px 0 0 0;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
/* -------- IE6 styles ------ */
* html .hidden, * html .invisible, * html .unseen {
	display:none;
}
* html #housing_news {
	margin-top:20px;
}
* html #just_parents {
	margin-top:20px;
}
* html #summer_conf {
	margin-top:20px;
}
* html ul#HousingNews_nav {
	margin-top:-30px;
}
* html ul#JustParents_nav{
	margin-top:-10px;
}
* html ul#SummerConf_nav{
	margin-top:-10px;
}
* html h3#parentsHeading, * html h4#parentsHeading {
	margin-left:80px;
	margin-top:0px;
}
* html .checklist li {
	list-style-image:none;
}
* html .noChecklist li {
	list-style-image:none;
}
* html .downloads li, * html .mov_content li.downloadVideo {
	list-style-image:none;
}
* html .videoLinks li {
	list-style-image:none;
}
* html .articleLinks li, * html .mov_content li.articleLinks {
	list-style-image:none;
}
* html .downloads li a, * html .mov_content li.downloadVideo a {
	position:relative;
	top:0px;
}
* html .videoLinks li a {
	position:relative;
	top:0px;
}
* html .articleLinks li a {
	position:relative;
	top:0px;
}
* html #footer_content		{
	background-image:none;
}

