

/* -------------major html tag styles-------------- */
body {
	background: transparent;
	padding: 0px;
	margin: 0px;
	}

body, p, table, td, div {
	font: normal 12px/15px 'trebuchet ms', corbel, helvetica, sans-serif;
	color: #efefef;
	}
a { color: #9b8635; text-decoration: underline; }
a:hover { color: #efefef; text-decoration: none; }

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px 0px 13px 0px;
	color: #efefef;
	}
h2  { 
	font-size: 24px; 
	font-family: font408, arial, sans-serif; 
	text-transform: uppercase; 
	font-weight: bold; 
	letter-spacing: -.05em
	}
h3  { font-size: 16px; }
h4  { font-size: 14px; }

p, ul { padding: 0px; margin: 0px; padding-bottom: 11px; }



/* ---------------layout styles for ALL pages--------------- */

#mainContainer {
	position: absolute;
	width: 1000px;
	height: 100%;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	}
#topnavarea {
	width: 100%;
	height: 70px;
	}
#logo {
	position: absolute;
	top: 11px;
	z-index: 200;
	left: 66px;
	}
/* imported from menumatic.css */
#nav {
	display:block;
	position:relative;
	z-index:10;
	top: 0px;
	left: 291px;
	width: 710px;
	}
#nav li a {
	height: 54px;
	text-align: center;
}

/* for the vertical text labeling for Jack n Jennie*/
#jj_left {
	position: absolute;
	top: 120px;
	right: 60px;
	z-index: 20;
	}
#contentArea {
	position: absolute;
	top: 150px; left: 70px;
	width: 840px;
	height: 380px;
	padding: 10px;
	background: #342110; 
	}
/* opacity degrades gracefully in older browsers, solid color displayed */
#contentArea  {	-moz-opacity:.85; filter:alpha(opacity=85); opacity:.85; }

/* boot to the head */
#footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
	padding: 5px 0px;
	text-align: center;
	background: #18100e;
	font-size: 10px;
	font-family: verdana;
	-moz-opacity:.70; filter:alpha(opacity=70); opacity:.70;
	}


/* ------------------styles for interior pages------------------- */

#contentArea p, 
#contentArea li, 
#contentArea td { color: #d6b666; font-family: 'trebuchet ms'; } 
#contentArea p { margin-left: 10px;}
#contentArea ul, 
#contentArea ol { margin-left: 27px; }

.scrollArea {
	float: left;
	overflow: auto;
	width: 98%;
	height: 333px;
	margin-left: -2px;
	background: #000000;
	padding: 10px;
	}
.scrollArea a { color: #c96b01;  }
.scrollArea a:hover { color: #efefef;  }

/* styles for register button, moved from registration.css */
a.RegButton {
	display: block;
	width: 80px;
	height: 20px;
	padding-top: 4px;
	margin-left: 27px;
	background: url('/images/register_bg3.png') no-repeat;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #202b56;
	}
a.RegButton:hover { color: black; }


/* styles to define 2-column layout with images on left */
.RightColumnText {
	width: 580px;
	padding: 0px;
	margin-left: 222px;
	margin-bottom: 13px;
	}
.RightColumnText img {
	display: block;
	float: left;
	margin-left: -222px;
	}		
.RegisterLink {
	position: absolute;
	top: 70px;
	left: 60px;
	width: 150px;
	}

.RightColumnText2 {
	width: 500px;
	padding: 0px;
	margin-left: 322px;
	margin-bottom: 13px;}
	

.RightColumnText2 img {
	display: block;
	float: left;
	margin-left:2px;
	}





/*-----------------event description pop-ups------------------*/
#eventContainer {
	border-top:20px solid #32240f;
	padding: 3%;
	width: 94%;
	height: 94%;
	background:#0a0f04;
	color:#bba666;
	}
#pdfDownload {
	position: absolute;
	top: 35px;
	right: 15px;
	font: 12px 'trebuchet ms', arial, helvetica, sans-serif;
	}


#eventContainer h4 {
	font-size:18px;
	text-transform:uppercase;
	color:#efefef;
	}
#eventContainer h5 {
	font-size:14px;
	color:#efefef;
	}
#eventContainer table {
	width:100%;
	background:#231f20;
	}
#eventContainer table td{
	border-top:1px solid #4a4a4a;
	border-left:1px solid #4a4a4a;
	}
#eventContainer ul {
	padding-left:40px;
	}
#eventContainer p {
	padding-left:20px;
	color:#bba666;
	}



/* -------------------------------------- */

#AlumniImage {
	position: absolute;
	left: 20px;
	top: 48px;
	}
#AlumniText {
	float: right;
	padding: 0px;
	margin-top: 40px;
	width: 650px;
	height: 293px;
	overflow: auto;
	}



#contentArea ul.alpha_sort {
	position: absolute;
	top: 55px; left: 195px;
	margin: 0px; 
	}
#contentArea ul.alpha_sort li {
  	display: inline; list-style-type: none; float: left;
	margin-right: 4px;
	}
#contentArea ul.alpha_sort li a { 
	display: block;
	height: 17px; width: 40px;
  	padding-top: 3px;
	text-decoration: none; 
	text-align: center;
	font-size:11px;
	font-weight: normal;
	background: #123;
	}
#contentArea ul.alpha_sort li a.selected { 
	color: white;
	font-weight: bold;
	}


.alumniTable th {
	border-bottom: solid 1px #534a2a;
	padding-left: 10px;
	text-align: left;
	font-size: 13px;
	}
.alumniTable td {
	border-top: solid 1px #534a2a;
	padding: 3px 9px;
	}	

