/* Basic stylesheet for NYWBA
 * URL: http://www.nywba.org
 * CSS: nywba-style.css
 */

body {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 13px;
}

.cb:after {  /* clears floated elements within a container */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#mainContainer {
	/*position: absolute; centering */
	/* left: 0; centering */
	top: 0;
	width: 100%;
	/*width: 1005px;*/
	width: 998px;
	margin: 0 auto; /* centering */
}

#topSection {
	position: relative; /* centering */
	padding-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	color: #003F4E;
}

#celebratoryStamp {
	position: absolute;
	left: 50px;
	top:  20px;
}

#logoBox {
	position: relative;
	left: 60px;
	text-align: center;
	width: 670px;
	margin: 0 auto;
	white-space: nowrap;
}

/* -- navigation styles --*/

#navBar {
	position: relative;
	float: left;
	width: 133px;
	min-height: 400px;
	text-align: center;
	font-size: 10px;
	color: white;
	background: url('/images/nav-bg-mid.png');
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.nbBGTop {
	position: absolute;
	top:    0;
	left: 0;
	width:  143px;
	height: 11px;
	background: url('/images/nav-bg-top.png');
}

.nbBGBot {
	position: absolute;
	bottom: -8px;
	left: 0;
	width:   143px;
	height:  13px;
	background: url('/images/nav-bg-bot.png');
}

#navBar a {
	display: block;
	margin-bottom: 15px;
	font-family: "Helvetica", sans-serif;
	letter-spacing: 1px;
	color: white;
	font-size: 11px;
	text-decoration: none;
}

#navBar a:hover {
	color: #E5B322;
}

#navBar hr {
	border: 1px solid white;
	background-color: white;
	color: white;
	width: 70%;
	margin-bottom: 15px;
}

/* -- content box styles -- */

.contentBox {
	position: relative;
	float: left;
	width:      277px;
	min-height: 400px;
	margin-left:  6px;
	border: 1px solid #01404E;
}

.contentBox.noBorder
{
    border: none;
}

.subContentBox {
	position: relative;
    margin-bottom: 6px;
	border: 1px solid #01404E;
}

.subpageContent {
	width: 847px;
}

.titleBox {
	position: relative;
	top:          0px;
	height:      34px;
	padding:   0 10px;
	line-height: 34px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size:   17px;
	font-weight: bold;
	color: white;
	background: #01404E;
}

.rcl {
	position: absolute;
	z-index: 10;
	left:  -1px;
	top:   -1px;
	width:  6px;
	height: 6px;
	background: url('/images/round-corner-top-left.png');
}

.rcr {
	position: absolute;
	z-index: 10;
	right: -1px;
	top:   -1px;
	width:  6px;
	height: 6px;
	background: url('/images/round-corner-top-right.png');
}

.innerContent {
	padding: 0 10px;
}

.innerContent ul {
	padding-left: 5px;
}

.innerContent ul li {
	background: url('/images/bullet.png') no-repeat 0 2px;
	list-style-type: none;
	margin-top:     0px;
	margin-bottom: 10px;
	padding-left:  20px;
}

.innerContent h1 {
	font-size: 18px;
	color: #01404E;
}

.innerContent h2 {
	font-size: 14px;
	color: #e5b223;
}

.innerContent a {
	color: #01404e;
}

.innerContent a:hover {
	color: #E5B322;
}

.innerContent hr {
	border: 1px solid #003F4E;
	width: 70%;
}


#bottomSection {
	font-size: 10px;
	text-align: center;
	color: gray;
}

#prez {
	float: right;
	margin-left: 10px;
}

.topHorzList {
	padding: 0;
	margin: 0 auto;
	width: 445px;
}

.topHorzList li {
	float: left;
	margin-left: 20px;
	list-style-type: disc;
}

ul.plain
{
  padding-left: 0px;
}

ul.plain li
{
  list-style-type: none;
  list-style-position: inside;
  background-image: url('/images/small-black-bullet.png');
  background-position: 0px 5px;
  padding-left:14px;
  margin-bottom: 0px;
}



