/* body:height: 100% required for ie6 */

body
{
	background-color: #e3e3d6;
	margin: 0 0 0 0;
	padding: 0;
	height: 100%;
}

/* container for content text; positioned relative to top left corner
of relativeContainer
*/

div#textContent
{
	left: 222px;
	top: 163px;
	width: 475px;
	position: absolute;
	padding-bottom: 30px;
	z-index: 2;
}
div#textContent2
{
	left: 50px;
	top: 50px;
	width: 750px;
	position: absolute;
}
/*
------------------------------------

BEGIN TEXT CONTENT STYLES

any styles for content text should follow these examples; make sure
tags are only defined within the div#textContent container (i.e.
defining the generic p tag could have unwanted global side-effects)
*/


div#textContent h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
}

div#textContent h2
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333
}

div#textContent h3
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333
}

div#textContent small
{
	font-family: Arial;
	font-size: 9px;
	color: #333333
}

div#textContent #caption
{
	font-family: Arial;
	font-size: 9px;
	font-weight:bold;
	color: #333333
}

div#textContent p
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

div#textContent tr
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

div#textContent ul
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	
}

div#textContent ol
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

div#textContent dl
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

div#textContent2 h1
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

div#textContent2 h2
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333
}

div#textContent2 h3
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333
}

div#textContent2 small
{
	font-family: Arial;
	font-size: 9px;
	color: #333333
}

div#textContent2 #caption
{
	font-family: Arial;
	font-size: 9px;
	font-weight:bold;
	color: #333333
}

div#textContent2 p
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

div#textContent2 tr
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

div#textContent2 ul
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	
}

div#textContent2 ol
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

div#textContent2 dl
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}


/*

END TEXT CONTENT STYLES
------------------------------------
*/

/* table used to center content in page */
table#superContainer
{
	width: 100%;
	top: 0px;
}

/* contentContainer can grow vertically to hold variable
size text content; contains whiteBackground of fixed size (so
if there is no or limited text content, this container won't be
too short) and relativeContainer, which allows for absolute
positioning of graphic elements */

div#contentContainer
{
	width: 740px;
	text-align: left;
	background-color: #fff;
}

/* whiteBackground fixed size (so
if there is no or limited text content, this container won't be
too short)
*/

div#whiteBackground
{
	height: 3000px;
	width: 740px;
	z-index: -1;
	background-color: #fff;
}

/* relativeContainer allows for absolute
positioning of graphic elements; includes header background;
If it doesn't include textArea, its height must be defined (since all
of its elements are otherwise absolutely positioned).
*/

div#relativeContainer
{
	position: relative;
	left: 0;
	top: 0;
	vertical-align: top;
	width: 740px;
	height: 131px;
	background-color: white;
	background-image: url(../images/header-background.gif);
	background-repeat: repeat-x;
}

/*
------------------------
BEGIN header content
*/

/* BEGIN header images */

img#headerLogo
{
	position: absolute;
	left: 11px;
	top: 10px;
}

img#headerSlogan
{
	position: absolute;
	left: 147px;
	top: 0px;
}

/* END header images */

/* BEGIN header menu */

ul#headerMenu
{
	position: absolute;
	left: 600px;
	top: 12px;
	width: 119px;
	height: 90px;
	padding: 0;
	margin: 0;
}

#headerMenu li
{
	margin: 0;
	padding: 0;
	position: absolute;
	list-style: none;
}

#headerMenu li, #headerMenu a
{
	display: block;
	height: 30px;
	width: 119px;
}

#headerMenuSubscribeItem
{
	left: 0px;
	top: 2px;
	background: transparent url(../images/header-menu-1.gif) 0px -91px no-repeat;
}

#headerMenuSubscribeItem a:hover
{
	background: transparent url(../images/header-menu-1.gif) 0px -2px no-repeat;
}


#headerMenuLiveItem
{
	left: 0px;
	top: 31px;
	background: transparent url(../images/header-menu-1.gif) 0px -120px no-repeat;
}

#headerMenuLiveItem a:hover
{
	background: transparent url(../images/header-menu-1.gif) 0px -31px no-repeat;
}

#headerMenuSearchItem
{
	left: 0px;
	top: 61px;
	background: transparent url(../images/header-menu-1.gif) 0px -150px no-repeat;
}

#headerMenuSearchItem a:hover
{
	background: transparent url(../images/header-menu-1.gif) 0px -61px no-repeat;
}


/* END header menu */

/*
END header content
------------------------
*/

/* BEGIN secondary menu
*/

/* secondary menu (on left edge) */

/* ul#secondMenu is repeated in primary/concerts.css with changes to position to allow for calendar month navigation element */

ul#secondMenu
{
	position: absolute;
	left: 0px;
	top: 426px;
	width: 200px;
	height: 150px;
	padding: 0;
	margin: 0;
}

#secondMenu li
{
	margin: 0;
	padding: 0;
	position: absolute;
	list-style: none;
}

#secondMenu li, #secondMenu a
{
	display: block;
	height: 17px;
	width: 189px;

}

#secondMenuAboutItem
{
	left: 7px;
	top: 3px;
	background: transparent url(../images/second-menu.gif) -7px -153px no-repeat;
}

#secondMenuAboutItem a:hover
{
	background: transparent url(../images/second-menu.gif) -7px -3px no-repeat;
}

#secondMenuStudentsItem
{
	left: 7px;
	top: 24px;
	background: transparent url(../images/second-menu.gif) -7px -174px no-repeat;
}

#secondMenuStudentsItem a:hover
{
	background: transparent url(../images/second-menu.gif) -7px -24px no-repeat;
}

#secondMenuOutreachItem
{
	left: 7px;
	top: 47px;
	background: transparent url(../images/second-menu.gif) -7px -197px no-repeat;
}

#secondMenuOutreachItem a:hover
{
	background: transparent url(../images/second-menu.gif) -7px -47px no-repeat;
}

#secondMenuLibrariesItem
{
	left: 7px;
	top: 67px;
	background: transparent url(../images/second-menu.gif) -7px -217px no-repeat;
}

#secondMenuLibrariesItem a:hover
{
	background: transparent url(../images/second-menu.gif) -7px -67px no-repeat;
}

#secondMenuCareerItem
{
	left: 7px;
	top: 89px;
	background: transparent url(../images/second-menu.gif) -7px -239px no-repeat;
}

#secondMenuCareerItem a:hover
{
	background: transparent url(../images/second-menu.gif) -7px -89px no-repeat;
}

#secondMenuWorkItem
{
	left: 7px;
	top: 112px;
	background: transparent url(../images/second-menu.gif) -7px -262px no-repeat;
}
#secondMenuWorkItem a:hover
{
	background: transparent url(../images/second-menu.gif) -7px -112px no-repeat;
}

#secondMenuContactItem
{
	left: 7px;
	top: 132px;
	background: transparent url(../images/second-menu.gif) -7px -282px no-repeat;
}
#secondMenuContactItem a:hover
{
	background: transparent url(../images/second-menu.gif) -7px -132px no-repeat;
}
