/* Eta Kappa Nu, Beta Nu Chapter */
/* Original Design, Copyright 2008 Brian R Zaik (http://brzaik.com) */

html { margin: 0; padding: 0; font-size:small; height: 100%; overflow: auto; }
body { margin:25px 0px; background:#FFF; font-family:"Lucida Grande", Arial, Verdana, sans-serif; }
#wrap { background:url(../images/body_bg.gif) top center repeat-y; width:780px; margin-left:auto; margin-right:auto; }
#header { background:url(../images/header_bg2.jpg) top center no-repeat; height:96px; margin:0px; padding:0px; }
#banner { text-align:center; margin:0px; padding:0px; }
div.induction { background:url(../images/spring11_induction.jpg) center center no-repeat; height:250px; }
#body_space { font-size:1.1em; background: url(../images/banner_shadow.jpg) top center no-repeat; padding:0px; margin:0px; }
#body_padding { padding:30px; }
#footer { text-align:center; clear:both; background:url(../images/footer_bg.gif) bottom center no-repeat; height:75px; }
#footer_padding { padding:29px 18px; }
#footer h1 { color:#333; font-size:1em; margin:0px; padding:0px; }
#footer h2 { color:#333; font-size:0.9em; margin:0px; padding:0px; }

a { color:#131546; text-decoration:none; font-weight:bold; }
a:hover { color:#333; text-decoration:underline; }

h1 { margin:0px 0px 12px 0px; padding:0px; font-size:1.5em; }

div.float_right { float:right; margin-bottom:35px; margin-left:35px; }

/* Menu CSS */

#menu { position:relative;display:block;height:26px;font-size:11px;font-weight:bold;background:#666 url(../images/menu_bg.gif) repeat;}
#menu ul { margin:0px;padding:0;list-style-type:none;width:auto; }
#menu ul li { display:block;float:left;margin:0;}
#menu ul li a { display:block;float:left;color:#ccc;text-decoration:none;padding:7px 20px 0 20px;height:19px;background:transparent url(../images/menu_div.gif) no-repeat top right;}
#menu ul li a:hover, #menu ul li a.current { color:#FFF;background:#131546 url(../images/menu_div.gif) no-repeat top right; }

/* Banner */
#banner { border-bottom:solid 1px #ccc; }
#banner h1 { color:#FFF; font-weight:bold; font-size:1.3em; margin:0px; padding:0px; padding-top:223px; padding-left:15px;  }
#banner a { color:#FFF; text-decoration:none; }
#banner a:hover { color:#ccc; text-decoration:underline; }
span.smaller { font-size:0.7em; color:#ccc; font-weight:normal; }

span.floatright { text-align:right; }

/* Sub-menu */
#subnav_wrap { background: url(../images/sub_bg.gif) top left repeat-x; border-bottom:solid 2px #333; }
ul#sub-nav { margin:0px; padding:0px; list-style:none; border-left:solid 1px #000; font-size:0.9em;  }
ul#sub-nav a { font-weight:bold; text-decoration:none; color:#ccc; }
ul#sub-nav a:hover { text-decoration:underline; color:#FFF; }
ul#sub-nav li { background: url(../images/sub_bg.gif) top left repeat-x; float:left; padding:7px 12px; }
li.sub-first { padding-left:8px !important; padding-right:8px !important; }
li.sub-end { padding: 7px !important; }
