@charset "utf-8";
/* CSS Document */

html, body
{
	margin:     0;
	padding:    0;
	height:     100%;
	min-height: 620px;
}

#footer
{
	position:         absolute;
	bottom:           0;
	left:             0;
	width:            100%;
	height:           60px;
	border-top:       solid 2px;
	border-top-color: #EDEDED;
	border-top-style: inset;
} 

body 
{
	font:              100% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin:            0;      /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align:        center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:             #000000;
	min-width:         965px;
	height:            100%;
	background-color:  #FFFFFF;
	background-image:  url(../images/BlackWhiteGradient.jpg);
	background-repeat: repeat-x;
}

#wrap
{
	width:      965px;
	background: #FFFFFF;
	margin:     auto auto auto auto;
	text-align: left;
	position:   relative;
	min-height: 100%;
	height:     100%;
}

#header
{
	color:               #000000;
	clear:               both; 
	width:               100%;
	text-align:          center;
	margin:              auto auto 40px auto;
	padding-bottom:      10px;
	font-size:           28px;
	font-style:          italic;
	border-bottom:       solid 2px;
	border-bottom-color: #EDEDED ;
	border-bottom-style: inset;
}

.left
{
	float:              left;
	width:              55px;
	margin-left:        0px;
	margin-bottom:      0px;
	margin-right:       10px;
	text-align:         center;
	border-right:       solid 2px;
	border-right-color: #EDEDED ;
	border-right-style: inset;
}
            
.right
{
	float:         right;
	width:         200px;
	padding-right: 20px;
	margin:        0;
}

.content
{
	margin-top:    15px;
	margin-left:   40px;
	margin-bottom: 0px;
	margin-right:  10px;
}

.rightmajor
{
	/* width: 890px; */
}

.imagefloatright
{
	float:   right;
	padding: 0 10px 0 10px;
}

.splash
{
	margin-left: 20px;
}

#map
{
	margin-left: 40px;
}

#logo
{
	margin-top: 35px;
}

#schedule
{
	font-size:  12px;
	text-align: right;
}

h3
{
	font-size:   16px;
	font-weight: bold;
}

ul
{
	text-align: center;
}

li
{
	display:      inline;
	margin-left:  5px;
	margin-right: 5px;
}

img
{
	border-style: none;
}

#row1
{
	text-align: center;
	margin:     auto auto auto auto;
	padding:    0px 0px 10px 0px;
}

#row2
{
	text-align: center;
	margin:     auto auto auto auto;
	padding:    0px 0px 0px 0px;
}

#lrnav
{
	float: right;
}

#curators
{
	text-align:    right;
	margin-top:    20px;
	padding-right: 20px;
}

#sitenav
{
	display:     inline;
	float:       left;
	margin-left: 20px;
}