html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
font-family: Verdana, Tahoma, sans-serif;
font-size: 12px;
}
a { text-decoration: none; }
a:hover { text-decoration: none; }

.right {float:right;}
.left {float:left;}
.clear {clear:both;}
.show {display:block;}
.hide {display:none;}
.disabled {visibility: hidden !important;}
.border {border: 1px #000 solid;}

#allsections {
height:600px;
}
#shadows {
background: url(V3bg.png) top center no-repeat;
width: 924px;
margin: 0 auto;
}

/* For IE resizing */
img { -ms-interpolation-mode: bicubic; }

h1#site_title { display:none; }

#container { 
position: absolute;
width:900px;
left:50%;
margin-left: -450px;
}


/* Actual header stuff */
/* --------------------------------------------------------------------------- */
#header {
height: 93px;
margin: 0 auto;
width: 900px;
/*position: relative;*/
}
#header #logo {
position:absolute; /*needed so IE can properly line up the #login_area */
float: left;
padding: 20px 0 10px 15px;
}

/*#PROMO is also referred to in HOME.CSS */
#promo {
width: 900px;
margin: 0 auto;
}

#drop {
z-index: 400;
display: block;
float: right;
position: relative;
/*position: absolute;
top: 0px;
right: 0px;*/
font-size: 12px;
}
#drop #section div /*.item*/ {
float: left;
height:21px;
width:150px;
margin-right:1px;
}
#drop #section div.name /*button*/ {
color: #000;
width:150px; /*sum 150*/
cursor:pointer;
text-indent:-999em;
position: relative;
}
#drop #section div.name#drop_changecampus {
background:url(v3bg_supernav.png) no-repeat top left;
}
#drop #section div.name#drop_othersites {
background:url(v3bg_supernav.png) no-repeat top right;
}

#drop #section div ul {
padding: 0;
display: none;
/*position: relative; Leaving this in makes the drop down disappear once you go past grapevine on IE. */
}
#drop #section div ul li {
padding: 0px;
border-bottom:1px solid white;
}
#drop #section div ul li a {
display:block;
/*width:140px;*/
background:#f0f0ea;
padding:5px;
z-index: 399;
}

#login_area {
position:absolute;
top:75px;
width:885px;
padding:0 15px 3px 0;
text-align:right;
color: #000;
}

#promo #nav {
z-index:20;
background:url(V3bghome_nav.png) top center no-repeat;
height:38px;
position:relative;
padding-left: 15px;
}
#promo #nav #searchbox {
float: right;
margin-top:8px;
margin-right:15px;
}
#promo #nav #searchbox #search {
float: left;
display: inline;
border: 2px solid #DEDEDE;
font-family: Verdana, Arial, Helvetica; 
font-size: 12px; 
padding: 2px 0px 2px 3px; 
width: 150px;
margin-right: 5px;
}
#promo #nav #searchbox #searchbutton { float: left; }


/* Search box */
div#searchform {
float: right;
padding: 8px 15px 0 0;
}
#searchform form {}
#searchform form #search {
background: white; 
border: 2px solid #dededd; 
float: left;
display: inline; 
font-family: Verdana, Arial, Helvetica; 
font-size: 12px; 
padding: 2px 0px 2px 3px; 
margin-left: 0px;
width: 150px;
}
#searchform form #search_button {
padding:0 0 0 5px;
}




#section_a  {
clear:both;
background: url(V3bg_nav.png) no-repeat top left;
height:70px;
padding:0 0 0 16px;
font-size:12px;
}

/* Main and secondary menus */
ul#internal_menu_ul {
padding: 0px;
list-style: none;
height:41px;
float: left;
position: relative;
}

/* all menu items */
#internal_menu_ul ul {
text-decoration: none;
padding:0 0 0 0;
margin:0 0 0 0;
list-style: none;
line-height: 1;

}

#internal_menu_ul a, #internal_menu_ul span { 
display: block; 
margin:0; 
height:14px; 
padding:12px 5px 12px 5px;
color: #fff;
text-decoration:none !important; 
color:#e6e6dc;
}

#internal_menu_ul ul li a {
color:#e6e6dc;

}

/* all list items */
#internal_menu_ul li { padding:0 15px 0 0px;text-decoration: none; float: left; display:inline; }
/*#internal_menu_ul li.active { background-color: #000;}
#internal_menu_ul li.notactive { background-color: #000;}*/

.mainhover {border: 0;}

/* all list inside lists */
#internal_menu_ul li li { clear: both; }

/* second level lists */
#internal_menu_ul li ul {
background:#2e2e2e;
/* background:url(../images/V3bghome_promolist.png);*/
position: absolute;
clear: both;
left: -999em;
padding: 10px;
padding-bottom: 0px; 
z-index: 9999;
border:1px solid #404040;
border-top:none;
}
#internal_menu_ul li ul.active { left: auto; }
#internal_menu_ul li ul.notactive { left: -999px; }

/* has to have some kind of bg image, IE fix */
#internal_menu_ul li ul a { padding: 0 0 10px 0; height:15px; font-size:12px; /*background: url(images/V3bghome_nav.png) top left no-repeat;*/ }
#internal_menu_ul li ul li a:hover { text-decoration:underline !important;}

#internal_menu_ul li:hover ul ul, #internal_menu_ul li:hover ul ul ul, #internal_menu_ul li.sfhover ul ul, #internal_menu_ul li.sfhover ul ul ul {
left: -999em;
}

#internal_menu_ul li:hover ul, #internal_menu_ul li li:hover ul, #internal_menu_ul li li li:hover ul, #internal_menu_ul li.sfhover ul, #internal_menu_ul li li.sfhover ul, #internal_menu_ul li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

/* IE 7 Suckerfish Fix */
#internal_menu_ul li:hover, #internal_menu_ul li.hover {
position: static;
}

/* Similar body tags between home and showpage */
/* --------------------------------------------------------------------------- */

/* Easy classes */
.clear { clear: both; height: 0; }
.hide { display: none; }
.show { display: block; }

#topwrapper { position: relative; margin: 0; padding: 0; background: #5A5A5A; }
#wrapper { position: relative; margin: 0px; padding: 0px; }

#footer {
width: 900px;
margin: 0px auto 0 auto;
height: 70px;
color:#606060;
}

#footer ul { float: left; padding: 10px 0 10px 5px; }
#footer ul li { float: left; padding: 0 10px 0 0; }
#footer ul li a { margin-left: 3px; }
#footer2 { clear: both; border-top: 1px dotted #606060; }

#footer #servicetimes {
float: right;
padding: 10px 10px 10px 0;
}
#footer #address {
float: left;
padding: 10px 10px 10px 5px;
line-height:1.3em;
}

