/* CSS Document */
* {
	border:0px;
	padding:0px;
	margin:0px;
	color:#333;
}
#pageContainer {
	position:absolute;
	left:50%;
	width: 820px;
	margin-left:-410px;
	text-align:left;
	z-index:0;
}
h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size:1em;
	font-weight:bold;
	padding-bottom:15px;
}
h3 {
	font-size:.9em;
	font-weight:bold;
	font-style:italic;
	padding-top:12px;
	padding-bottom:10px;
}
h4 {
	font-size:.8em;
	font-weight:normal;
	font-style:italic;
	text-decoration:underline;
	padding-top:12px;
	padding-bottom:8px;
}
h5 {
	font-size:.8em;
	font-weight:normal;
	font-style:normal;
	text-decoration:underline;
	padding-top:0px;
	padding-bottom:0px;
}

p, li, label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p {
	padding-bottom:1em;
}
ul {
	padding:5px 3px;
}
li {
	list-style:none;
	background:url(/Albemarle/_images/bullet.gif) no-repeat 10px 8px;
	padding:0px 0px 0px 23px;
}
a {
	color:#778311;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	background-color:#d9f28e;
}


/*---------- Menu ----------*/
#menu {
	position:absolute;
	padding:0px;
	z-index:10;
	height:23px;
}
#menu ul {
	margin-right:5px;
	float:right;
	display:inline;
	padding:0px;
	width:auto;
}
#Amherst #menu ul {
	margin-right:10px;
}
#menu li#item1, #menu li#item2, #menu li#item3, #menu li#item4, #menu li#item5 {
	display:block;
	position:relative;
	list-style-type:none;
	background:none;
	padding:0px;
	margin:0px;
}
#menu a {
	display:block;
	font-size:.6em;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding:4px 0px 0px 0px;
	margin:0px;
	height:19px;
}
li#item1 {
	width:80px;
	float:left;
}
li#item2 {
	width:60px;
	float:left;
}
li#item3 {
	width:115px;
	float:left;
}
li#item4 {
	width:100px;
	float:left;
}
li#item5 {
	width:100px;
	float:left;
}
li#itemLast {
	width:5px;
	background:none;
	clear:right;
}
#menu ul li a:hover {
	text-decoration:none;
	background-image:none;
	background-color:#e29907;
}
#menu ul li ul {
	display:none;
	position:absolute;
	top:22px;
	left:-10px;
	z-index:200;
}
li > ul {
	top: auto;
	left: auto;
}
#menu ul li.over ul {
	display:block;
}
#menu ul li.over ul li {
	list-style:none;
	background:none;
	margin:-1px 0px 0px 0px;
	float:none;
	padding:0px;
}
#menu ul li.over ul li a {
	display:block;
	width:100px;
	background-image:none;
	background-color:#c3d535;
	border:1px solid #95a229;
	text-align:left;
	color:#fff;
	padding:3px 3px 3px 3px;
	margin:0px 0px 0px 0px;
	height:auto;
}	
#menu ul li.over ul li a:hover {
	background-color:#e29907;
}

/*---------- Body ----------*/

#contentBody {
	background-image:url(/Albemarle/_images/body-bg.gif);
	background-repeat: repeat-y;
	margin-top:-2px;
	min-height:345px;
	z-index:0;
	width:820px;
}
#Amherst #contentBody {
	background-image:url(/Albemarle/_images/Amherst/body-bg.gif);
	background-repeat: repeat-y;
	margin-top:-2px;
	min-height:345px;
	z-index:0;
	width:820px;
}
#contentBody p, #contentBody li, #contentBody label {	
	font-size:.7em;
	line-height:1.7em;
}
#footer {
}
#footer p {
	background:url(/Albemarle/_images/footer-bg.gif) no-repeat top;
	padding-top:10px;
	padding-bottom:7px;
	margin-bottom:-5px;
	font-size:.6em;
	text-align:center;
}
#footer img {
}
/*---------- End Body ----------*/


.spacer {
	width:1px;
	clear:both;
	float:none;
}
.red {
	color:#e23312;
}
.yellow {
	color:#e29907;
}
.yellowSmall {
	color:#e29907;
	font-size:.8em;
}
a.skipNav {
	display:block;
	width:100px;
	position:absolute;
	top:-700px;
}
.readMore {
	font-weight:bold;
	color:#e23312;
}
.inlineImage {
	display:inline;
	padding:0px;
	margin:0px;
	float:none;
}
