@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
#wrapper {
	background-color: #ffffff;
	background-image: url(../images/josreBAK.gif);
	background-repeat: repeat-x;
	background-position: left top;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 85px;
	width: 800px;
}

# header a:link{
	text-decoration:none;
	}
	
A:link{
color:#000000
}
A:visited {
	color:#000000
}
A:active {
	color:#000000
}
A:hover {
	text-decoration:none;
	 }

h1 {
	color: #499343;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding-top: 30px;
	font-size: 20pt;
	font-weight: bold;
	margin: 0px;
}


h2 {
	font-size: 12pt;
	letter-spacing: -1px;
	margin: 0;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding-top: 30px;
	font-size: 20pt;
	margin: 0px;

}
	
/* =============================*/
/* START Navigation Menu Styles */
/* =============================*/

#navMenu {
	height: 55px;
	width: 100%;
}

.navMenu {
	width: 100%;
	height: 45px;
}

#navMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navMenu li {
	display: inline;
	margin: 0;
	height: 45px;
}

#navMenu li a{
	float: left;
	display: block;
	text-decoration: none;
	font-size: 10pt;
	letter-spacing: -1px;
	margin: 0;
	padding: 5px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	background: #000000; /*background of tabs (default state)*/
	font-weight: bold;
	height: 45px;
	width: 103px;
/*	text-align: left;  */
	}


#navMenu li a:hover {
	background: #254a22;
	}
	
#navMenu li.selected a{
background: #499343; /*background of tabs for tab with "selected" class assigned to its LI */
}

/* ===========================*/
/* END Navigation Menu Styles */
/* ===========================*/

	 
#content {
/*margin:0;*/
padding-left: 25px;
width: 775px;

}

#content ul {
	list-style:none;
}

#content li {
	list-style-image: url(../images/bullet.jpg);
		margin-left: -20px;
}

/* =============================*/
/* START Archive Styles */
/* =============================*/

#archiveTOC ul {
	list-style-type:none;
	padding-left:6px;
	margin:0 0 20px 3px;
}


#archiveTOC li {
	float:left;
	display:block;
	width:auto;
	list-style:none;
	margin: auto;
	padding: 0 5px 0 5px;
}

.archiveHeader {
	background-color:#499343;
	color: #FFFFFF;
	font-size: 12pt;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 0 10px 0 10px;
	width: 97%;
	height: auto;
	clear:both;
	}

.archiveItem {
	float:left;
	display: block;
	width: 383px;
	padding: 5px 0 0 0;
}
#content .archiveItem li {
	list-style-position: inside;
	list-style-image: url(../images/bullet_submenu.gif);	
/*	margin-left: -35px; */
	padding-bottom: 15px;
}

#content .archiveItem li A:hover  {
/*	display: list-item; */
	background-color: #c1dbaf;
}
/* =============================*/
/* END Archive Styles */
/* =============================*/


/* ============================== */
/* BEGIN Advisory Board Left Nav  */
/* ============================== */

#leftNav {
	width: 200px;
	display:inline;
	float:left;
}

#leftNav ul {
	}

#leftNav li {
	list-style-position: inside;
	list-style-image: url(../images/bullet_submenu.gif);	
	margin-left: -35px; 
}

#leftNav A:link {}
#leftNav A:visited {}
#leftNav A:active  {}
#leftNav li A:hover  {
	display: list-item
	width:185px;
	background-color: #c1dbaf;
}



/* ============================== */
/*   END Advisory Board Left Nav  */
/* ============================== */

/* ============================== */
/*  BEGIN         Board detail    */
/* ============================== */

#rightDetail {
line-height:18px;
margin:0 0 0 245px;
width:525px;
}

.boardMemeberDetail{
text-align:justify;
}

/* ============================== */
/*   END          Board detail    */
/* ============================== */

.clear {
	clear:both;
}

#footer {
	background-image:url("../images/josreBAK.gif");
	background-repeat:repeat-x;
	height: 55px;
	width: 100%;
	padding: 10px 0 0 25px;
	margin:20px 0 0;
	}
#footer a:link {
	color: #fff;
	font-weight: bold;
}
	
