/*
table-free.css
created for nejazz.com by Paul Baxter
Spring 2009
*/

body {
	border: 0px;
	margin: 0px;
	padding: 0px;
/*	font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	background: #293b26 url("../images/bg.gif");
	color: white;
}

#master {
	margin: auto;
	width: 940px;
}

#logo {
	background: url("../images/NEJALogo.jpg");
	width: 940px;
	height: 231px;
	position: relative;
	overflow: hidden;
}

#logotext {
	position: absolute;
	right: 0px;
	width: 800px;
	height: 231px;
	text-align: center;
}

#titletext {
}

#pagetitle {
	float: right;
	width: 800px;
	font-size: 36px;
	margin-top: 0px;
	font-weight: bold;
}

#logotitle {
	font-size: 54px;
}

#logosubtitle {
	font-size: 24px;
}

#inductees {
	position: relative;
	background: #3e392d url("../images/inducteebar.jpg");
	width: 940px;
	height: 100px;
}

#inductee {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 150px;
	height: 100px;
}

#inducteecontainer {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	width: 780px;
	margin-left: 10px;
	height: 100px;
}

#inducteespotlight {
	color: #918e88;
	font-size: 24px;
	float: left;
	width: 780px;
}

#inducteetext {
	text-align: center;
	float: left;
	width: 780px;
}

#inducteeseemore {
	text-align: right;
	position: absolute;
	float: left;
	width: 790px;
	bottom: 0px;
}

#mainmenu {
	position: absolute;
	top: 200px;
	height: 30px;
/*	float: right;	
	bottom: 0px; */
	width: 800px;
	text-align: center;
	overflow: visible;
/*	white-space: nowrap;*/
	font-size: 20px;
	font-weight: bold;
	z-index: 100;
}

#mainmenu a {
	font-weight: normal;
}

#contentcontainer{
	position: relative;
	width: 940px;
	background: #3a5436;
}

#submenu {
	font-size: 18px;
	position: relative;
	float: left;
	width: 235px;
	height: 100%;
	background: #5f8958 url("../images/submenu.jpg") repeat-x bottom;
}

#submenu a {
	font-weight: normal;
}

#content {
	position: relative;
	float: right;
	width: 940px;
}

#submenu + #content {
	width: 705px;
}

#copywrite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}

.margined {
	margin: 5px;
}

.clear {
	background: none;
	border: 0px;
	clear: both;
	display: block;
	float: none;
	font-size: 0px;
	height: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	visibility: hidden;
	width: 0px;
}

.horizontallist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.horizontallist li {
	float: left;
	margin: 0;
	padding: 0;
	width: 210px;
	text-align: center;
	margin-left: 15px;
}

.tight {
	letter-spacing: -.05em;
}

.bottomgap {
	margin-bottom:20px;
}

.topgap {
	margin-top:20px;
}
