/* CSS Document */

/*

Organized by:

Typography
General Layout

Navigation
Header
Main
Footer

Forms and Tables
Overlay
Home Page
Misc.

*/



/* Typography
-------------------------------------------------------------- */

body { 
	color: #0087cd; 
	font-family: Arial, Helvetica, sans-serif;
	}

a { color: #ee2b7b; text-decoration: underline; }
a:hover { color: #ee2b7b; text-decoration: none; }

p {
	margin-bottom:0px;
	padding-bottom:0px;
}

h1, h2, h3, h4, h5, h6 { color: #ee2b7b; }
h2 { font-size: 1.7em; font-weight: bold; }
h4 { font-size: 1.3em; font-weight: bold; }
h5 { font-size: 1.2em; margin-bottom: 0.5em; }
h6 { color: #99CC00; letter-spacing: 1px; }



/* General Layout
-------------------------------------------------------------- */

html, body, #wallpaper, #wallpaper table, #wallpaper td, #content {
	width: 100%;
	height: 100%;
	}

body { 
	margin: 0;
	background:url(/img/bg_gradient.gif) repeat-x;
	background-color:#f065a5;
	}


	
.container {
	position: relative;
	width: 1110px;
	margin: 0 auto;
	}
#header {
	padding-top:40px;
	padding-bottom:20px;
}
	

#main {
	float:right;
	width:874px;
	padding:0;
	margin:0;
}



/* Navigation
-------------------------------------------------------------- */
#navbar {
	float:left;
	width:227px;
	padding-right:9px;
}
#navbar ul {
	list-style:none;
	margin:0;
	padding:0;
}
#navbar ul li {
    background-repeat: norepeat;
    background-color: #FFFFFF;
	height:37px;
	width:218px;
	margin-left:4px;
	margin-right:5px;
    line-height: 37px;
    text-align: center;
}
#navbar ul li:hover {
  cursor:pointer;
}
#nav_top {
	background-image: url('/img/sid_nav_top_bg.png');
	background-repeat:no-repeat;
	width:227px;
	height:29px;
	margin:0;
}
#nav_middle {
	background-image: url('/img/sid_nav_middle_bg.png');
	background-repeat:repeat-y;
	width:227px;
	margin:0px;
	padding:0;
}
#nav_bottom {
	background-image: url('/img/sid_nav_bottom_bg.png');
	background-repeat:no-repeat;
	width:227px;
	height:22px;
	margin:0;
}
#nav_home {
   background-image: url('/img/nav_home.gif');
  }
#nav_home:hover, #nav_home.selected {
	background-position:218px;
}
#nav_about_us {
   background-image: url('/img/nav_about_us.gif');
  }
#nav_about_us:hover, #nav_about_us.selected {
	background-position:218px;
}
#nav_members {
   background-image: url('/img/nav_members.gif');
  }
#nav_members:hover, #nav_members.selected {
	background-position:218px;
}
#nav_recruitment {
   background-image: url('/img/nav_recruitment.gif');
  }
#nav_recruitment:hover, #nav_recruitment.selected {
	background-position:218px;
}
#nav_philanthropy {
   background-image: url('/img/nav_philanthropy.gif');
  }
#nav_philanthropy:hover, #nav_philanthropy.selected {
	background-position:218px;
}
#nav_photos {
   background-image: url('/img/nav_photos.gif');
  }
#nav_photos:hover, #nav_photos.selected {
	background-position:218px;
}
#nav_alumnae {
   background-image: url('/img/nav_alumnae.gif');
  }
#nav_alumnae:hover, #nav_alumnae.selected {
	background-position:218px;
}
#nav_contact_us {
   background-image: url('/img/nav_contact_us.gif');
  }
#nav_contact_us:hover, #nav_contact_us.selected {
	background-position:218px;
}


#main_top {
	background-image: url('/img/main_top_bg.png');
	background-repeat:no-repeat;
	width:874px;
	height:29px;
	margin:0;
}
#main_middle {
	background-image: url('/img/main_middle_bg.png');
	background-repeat:repeat-y;
	width:714px;
	margin:0px;
	padding:0;
	padding-left:80px;
	padding-right:80px;
}
#main_middle img {
	margin:10px;
}
#main_bottom {
	background-image: url('/img/main_bottom_bg.png');
	background-repeat:no-repeat;
	width:874px;
	height:22px;
	margin:0;
}



/* Sidebar
-------------------------------------------------------------- */




/* Footer
-------------------------------------------------------------- */

#footer div {
	width: 960px;
	margin: 0 auto;
	padding: 5px 20px 0;
	}
	
#footer p {

	padding-top:10px;
	color: #FFF;
	font-size: 0.92em; 
	}
#footer a, #footer a:visited {
	margin-right: 20px;
	color: #FFF;
	text-decoration: none;
	}
#footer a:hover { text-decoration: underline; }
#footer p.right a { margin-right: 0; }


/* Forms and Tables
-------------------------------------------------------------- */





/* Misc.
-------------------------------------------------------------- */

.left { float: left; }
.right { float: right; }
.last { margin-right: 0; }
img.left { margin-right: 5px; }

.arrow {
	padding-right: 20px;
	background: url(/img/arrow_green.png) no-repeat 100% 50%;
	}
	
a.bubble {
	display: block;
	width: 210px;
	height: 21px;
	margin-bottom: 5px;
	padding: 4px 15px 0;
	background: url(/img/bg_bubble_link.gif) no-repeat top left;
	color: #FFF;
	text-decoration: none;
	}
a.bubble:hover {
	color: #FFF;
	text-decoration: underline;
	}

.dropshadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 5;
	background: url(/img/dropshadow.png) repeat-x top left;
	}	
	
.header-bar {
	position: fixed;
	top: 83px;
	width: 100%;
	height: 75px;
	z-index: 1;
	background: url(/img/bg_header_repeat.png) repeat-x top left;
	}
	
.footer-bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 30px;
	z-index: 1;
	background: url(/img/bg_footer_repeat.png) repeat-x top left;
	}
	
#wallpaper div {
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
	}
#wallpaper td {
	vertical-align: middle;
	text-align: center;
	}
#wallpaper img {
	min-height: 50%;
	min-width: 50%;
	margin: 0 auto;
	}