/* LOGIN BUTTONS */
.loginButton {
	padding-left: 30px;
	margin-bottom: 18px;
	margin-top: 18px;
	float: left;
}
.content h2.loginButton {
	margin-bottom: 0px;
}
.loginButton a, .loginButton a:visited {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:2px solid #fff;
	display:inline-block;
	cursor:pointer;
	font-size:20px;
	font-weight:bold;
	padding:2px 8px;
	text-decoration:none;
	color: white;
	max-width: 160px;
}
.loginButton a.red, .loginButton a.red:visited {
	background-color:#CA182F;
}
.loginButton a.gray, .loginButton a.gray:visited {
	background-color:#31312a;
}
.loginButton a.red:hover {
	background-color:#990022;
	text-decoration: none;
}
.loginButton a.gray:hover {
	background-color:#555549;
	text-decoration: none;
}
.loginButton a:active {
	position:relative;
	top:1px;
	outline: none;
}	
#prestoButton {  } /* if needed */
#proxyButton {  } /* if needed */

/* FIRST LETTER HIGHLIGHTING */
.first-letter {
	font-weight: bold;
	color: #902;
	font-size: 109%;
}

/* TEXT CALLOUT */
.textCallout {
  width: 200px;
  padding: 0px;
  margin: 0 0 18px 0;
  border: 1px solid #5a5a51;
  background-color: #edeee5;
}
.textCallout > h2 {
  background-color: #5a5a51;
  color: #fff;
  padding: 1px 9px;
  margin: 0px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.25px;
}
.textCallout > div {
  padding: 7px 9px;
  font-size: 11px;
  line-height: 1.5em;
}
.textCallout > div ul, .textCallout > div ol {
  margin-left: 16px;
  margin-bottom: 12px;
}
.textCallout > div li {
	margin-bottom: 5px;
}
.textCallout > div p {
  margin-bottom: 10px;
}

/* MISCELLANEOUS ADJUSTMENTS */
#navcontent h2 {
	font-size: 22px;
}
.content h2 {
	margin-bottom: 4px;
} 
.content p + ul {
	margin-top: -12px;
}
#main.content .textCallout p + ul {
	margin-top: 0;
}
.hidden { display: none }
#side dl {
	margin-top: 15px;
}
#side dt {
	margin-top: 6px;
}
#side dd {
	font-style: normal;
}
#availability:hover {
	background-color: #edeee5;
}
.announce {
 width: 412px;
 padding: 0;
 margin: 0 0 -10px 0;
}