*	{
	margin: 0px;
	padding:0px;
}
/* ---IU FOOTER --- */
#iufooter {
  position: relative;
  height: 75px;
}

/* ---IU IDENTITY BRANDING BAR --- */
#identity #signature {
	width:100%; 
	margin:0px;
	position:relative;
	top:0px;
}
#identity #signature a {
	width: 820px; 
	margin: auto;
	position:relative;
	left: 5px;
}
.hidden	{
	position:absolute;
	left:-9999px;
	top:-9999px;
}
/* ---END BRANDING BAR ---*/
body	{
	height: 100%;
	width:100%;
	background-color:#958f85;
	background-repeat: repeat-y;
	background-position:center;
	position:relative;
}
img	{
	border: 0px;
	padding:0px;
	margin:0px;
}
#container	{
	position:absolute;
	width: 100%;
}
#back_large	{
	position: absolute;
	top: 1px;
	left: 0px;
	/*background-image:url(../images/back_large.jpg);*/
	background-color:#958f85;
	background-repeat: repeat-x;
	background-position:center;
	height: 233px;
	width: 100%;
	z-index:1;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
#students {
	position: absolute;
	width: 100%;
	max-width:1022px;
	left:50%;
	margin-left: -511px;
	z-index:2;
	height:233px;
}
#students	{
	width:expression(this.offsetWidth>1022?1022:'-200');
}
#students_left_img	{
	position:absolute;
	width: 150px;
	height: 233px;
	left:-50px;
	top:2px;
}
#students_right_img	{
	position:absolute;
	height:233px;
	min-width:1px;
	right: -57px;
	top: 2px;	
}
#header		{
	position:relative;
	z-index:2;
	margin:auto;
	width:820px;
	height: 65px;
	margin-top:1px;
}
#header_back	{
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
	width: 100%;
	background:url("../images/header_back.png") top left;
}
#header_back img { visibility: hidden; }
#header_title	{
	z-index:4;
	position: absolute;
	top:5px;
	right: 10px;
}
#header_title_small	{
	z-index:4;
	position: absolute;
	top:15px;
	right: 10px;
}
#header h1	{
	display: none;
}
#header_title h1	{
	display: none;
}
#header_title_small h1	{
	display:none;
}
#header_section {
    position: absolute;
    left:10px;
    top:5px;
	z-index:4;
}
#content	{
	position:relative;
	margin: 0 auto;
	width: 820px;
	background-color:#d9d7d7;
	border: 1px solid #808080;
	z-index:10;
	clear:both;
}

#content p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.6em;
	padding: 10px;
}

#content label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:1.6em;
	margin-left:15px;
}

.content_form{
	position:relative;
	margin-left: 20px;
}

#content li	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	padding: 9px 0px;
}

#content td	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.7em;
	
}

#content table {
margin-left:15px;
}


#left_col li	{
	margin-left:30px;
}

#content a {
	color: #7d120c;
	text-decoration:underline;
}

#content h2
{
    font-family:Arial Narrow;
    font-size:24px;
    color: #333;
    text-align: center;
}


h3	{
	font-size:14px;
	color: #494949;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 5px;
	position:relative;
	left:10px;
}

h4	{
	font-size:13px;
	color: #494949;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 5px;
	position:relative;
	left:12px;
}

/* left col */
#left_col{
	position:relative;
	width: 480px;
	left: 20px;
}

.left_module	{
	border: 5px solid white;
	width:inherit;
	margin-bottom:20px;
	background-color:#ecece5;
}

.left_header_module	{
	border: 5px solid white;
	width:inherit;
	margin-bottom:20px;
	/* background-color:#eaede1; */
	background-color:#fff;
	/*min-height:400px;
	height:auto !important;
	height:400px;*/
}

.left_header_module h2
{
	width:100%;
	background-color:#d4e4b3;
}
#content .left_header_module ul li, #content .left_header_module ol li {
	line-height:1.25em;
	
}
.events_module	{
	border: 5px solid #7d120c;
	width: inherit;
	margin-bottom:20px;
	background-color:#fff;
}





/* right col */
#right_col{
	position: relative;
	width:270px;
	float:right;
	clear:both;
	right: 20px;
}

.right_module {
	border: 5px solid white;
	margin-bottom:20px;
	width: 260px;
	background-color:#ecece5;
	padding:0px;	
}

/* MODULE STYLES */

.mod_contact_us	{
	background-image: url(/campuslife/images/contact_us.gif);
	height: 133px;
	background-repeat:repeat-y;
}

.mod_contact_us p {
	margin-left:110px;
	font-size:10px;
}



/*  navigation */

#nav		{
	position:relative;
	height:80px;	
	margin: 20px 0px 20px 22px;
}
#main_nav	{
	list-style-type:none;
	margin: 0 auto;
/*  left: 20px;*/
}

#main_nav_cl a	{
	position:absolute;
	width: 76px;
	height:79px;
	top: 1px;
	left: 1px;
	background-image: url(/campuslife/images/menu1.gif);
}

#main_nav_lea a	{
	position:absolute;
	width: 99px;
	height:79px;
	top: 1px;
	left: 77px;
	background-image: url(/campuslife/images/menu2.gif);
}

#main_nav_vol a	{
	position:absolute;
	width: 98px;
	height:79px;
	top: 1px;
	left: 176px;
	background-image: url(/campuslife/images/menu3.gif);
}

#main_nav_inv a	{
	position:absolute;
	width: 98px;
	height:79px;
	top: 1px;
	left: 274px;
	background-image: url(/campuslife/images/menu4.gif);
}

#main_nav_stu a	{
	position:absolute;
	width: 99px;
	height:79px;
	top: 1px;
	left: 372px;
	background-image: url(/campuslife/images/menu5.gif);
}

#main_nav_adu a	{
	position:absolute;
	width: 98px;
	height:79px;
	top: 1px;
	left: 471px;
	background-image: url(/campuslife/images/menu6.gif);
}

#main_nav_fpp a	{
	position:absolute;
	width: 98px;
	height:79px;
	top: 1px;
	left: 569px;
	background-image: url(/campuslife/images/menu8.gif);
}

#main_nav_chi a	{
	position:absolute;
	width: 108px;
	height:79px;
	top: 1px;
	left: 666px;
	background-image: url(/campuslife/images/menu7.gif);
}


/* sub-navigation styles */

.subnav *   
{
    position: relative;
    font-family: Arial;
}


.subnav ul  
{
    width: 100%;
}

.subnav li
{
    list-style-type:none;
    margin-left:10px;
    line-height: 1.5em;
    font-size: 15px;
    color: Black;
}

#content .subnav h2  {
	line-height:1.0em;
}

.subsubnav ul
{
    width: 100%;
    background-color: #ddd;
}


#content .subsubnav li 
{

  list-style-type: square;
  list-style-position: outside;
  margin-left:15px;
  padding:3px 0px;
  color: #555;
  line-height:1.75em;
	
}
#content .subsubnav li a
{
    font-size: 12px;
    background-color: #f0f1ee;
	padding:3px 0px;
    color: #7d120c;
}
   acronym.common, abbr.common {
           border-bottom: none;
           cursor: inherit;
           font-style:normal;
   }
   acronym, abbr {
       border-bottom-width: 1px;
       border-bottom-style: dotted;
       cursor: help;
       font-style:normal;
   }


/* 
----------------------------------
	Leadership CSS classes
----------------------------------
*/
.leadership_left_header_module	{
	border: 5px solid white;
	width: inherit;
	margin-bottom:20px;
	/* background-color:#f0ede4; */
	background-color:#fff;

}

.leadership_left_header_module h2
{
	width:100%;
	background-color:#ddc983;
}
/*
----------------------------------
*/


/* 
----------------------------------
	Volunteer CSS classes
----------------------------------
*/
.volunteer_left_header_module	{
	border: 5px solid white;
	width: inherit;
	margin-bottom:20px;
	/* background-color:#ece3d8; */
	background-color:#fff;

}

.volunteer_left_header_module h2
{
	width:100%;
	background-color:#de9747;
	color: #fff;
}

.volunteer_right_col h2
{
	color:#de9747;
}
/*
----------------------------------
*/


/* 
----------------------------------
	Involvement CSS classes
----------------------------------
*/
.involvement_left_header_module	{
	border: 5px solid white;
	width: inherit;
	margin-bottom:20px;
	/* background-color:#f0ede4; */
	background-color:#fff;

}

.involvement_left_header_module h2
{
	width:100%;
	background-color:#e2968a;
}
/*
----------------------------------
*/




/* 
----------------------------------
	Adult Students CSS classes
----------------------------------
*/
.adultstudents_left_header_module	{
	border: 5px solid white;
	width:inherit;
	margin-bottom:20px;
	/* background-color:#f0ede4; */
	background-color:#fff;

}

.adultstudents_left_header_module h2
{
	width:100%;
	background-color:#5ca6b2;
}
/*
----------------------------------
*/


/* 
----------------------------------
	Family and Parent Programs CSS Classes
----------------------------------
*/
.fpp_left_header_module	{
	border: 5px solid white;
	width:inherit;
	margin-bottom:20px;
	background-color:#fff;
}

.fpp_left_header_module h2
{
	width: 100%;
	background-color:#6699cc;/*4081E2*/
}
/*



/* 
----------------------------------
	Children Center CSS classes
----------------------------------
*/
.childrencenter_left_header_module	{
	border: 5px solid white;
	width:inherit;
	margin-bottom:20px;
	/* background-color:#f0ede4; */
	background-color:#fff;

}

.childrencenter_left_header_module h2
{
	width:100%;
	background-color:#c5b1c5;
}

/* -- Childrens Center Activities Table -- */
#activities_tbl {
vertical-align:top;
width:100%;
}

#activities_tbl td {
vertical-align:top;
}

#CC_Ads {
	height:110px;
	position:relative;
	margin-top:0px;
}
#NewsletterAd {
	position:relative;
	left:10px;
	float:left;
	margin-bottom:10px;
	height:100px;
	width:170px;
	background-image:url(/CampusLife/images/2010Spr_Newsletter.png);
	background-repeat:no-repeat;
}
#NewsletterAd a {
	display:block;
	height:100px;
	width:170px;
}
#NewsletterAd a:hover {
	background-image:url(/CampusLife/images/2010Spr_Newsletter_RO.png);
	background-repeat:no-repeat;
}

#GuestPassAd {
	position:relative;
	float:right;
	left:-10px;
	margin-bottom:10px;
	height:100px;
	width:170px;
	background-image:url(/CampusLife/images/GuestPass.png);
	background-repeat:no-repeat;
}
#GuestPassAd a {
	display:block;
	height:100px;
	width:170px;
}
#GuestPassAd a:hover {
	background-image:url(/CampusLife/images/GuestPass_RO.png);
	background-repeat:no-repeat;
}
/*
----------------------------------
*/
