/* Core stylesheet for OASBO Web site */

/* basics */

body { 
	font: small "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #676767; 
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #fbfbf2; }
	
/* general text styles */
	
p { 
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px; 
	text-align: justify; }
	
acronym {
	font-weight: bold;
	color: #e18700;
	text-transform: uppercase; }
	
/* general headline styles */
	
h3 { 
	letter-spacing: 1px; 
	margin-bottom: 0px; }
	
h4 { 
	letter-spacing: 1px; 
	margin-bottom: 0px; }
	
/* general link styles */
	
a { 
	color: #606;
	text-decoration: underline;  }
	
a:visited { 
	color: #606;
	text-decoration: underline;  }
	
a:hover, a:active { 
	text-decoration: none;
	background-color: #d3d5a9; 
	color: #606; }


/* structure, div-specific text styles */
.container { 
	padding: 0px;  
	margin: 0px;
	background: transparent;
	height: 100%;  }
	
/* .......................div holding OASBO name spelled out */
	
.pageHeader {
	position: absolute;
	left: 143px;
	top: 63px;
	width: 340px;
	height: 70px;
	color: #fff;
	z-index: 3;
	background-color: #B9BC76;
	border: 1px solid #999;
}

.pageHeader h2 {
	margin: 5px 0 0 0;
	padding-left: 35px; }
	
.pageHeader h1 {
	margin: 0;
	padding-left: 35px;
	font-size: 24px; }
	
/* ......................div holding mission statement on left */
	
#quickSummary {
	position: absolute;
	top: 185px;
	left: 5px;
	width: 175px;
	line-height: 2;
	z-index: 3; }
	
#quickSummary p {
	color: #676767;
	font-size: 11px;
	line-height: 1.5;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif; }
	
/*.......................public menu under logo */

.nav {
	position: absolute;
	width: 272px;
	top: 125px;
	left: 185px;
	margin: 0;
	line-height: 1.5;
	padding: 0 20px 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	z-index: 3; }
	
.nav ul {
	list-style-type: none;}
	
.nav ul li {
	position: absolute;
	left: 20px;
	display: block;
	font-size: 13px;
	width: 270px;
}
	
.nav ul li a {
	margin-left: 0;
	padding: 2px;
	font-size: 13px; }

.nav a:link { 
	font-weight: normal; 
	text-decoration: none; }
	
.nav a:visited { 
	font-weight: normal; 
	text-decoration: none;}
	
.nav a:hover, .nav a:active { 
	background-color: #d3d5a9;
	color: #606;}
	
/* ....................divs for mbr menu */

#supportingText {
	position: absolute;
	top: 0;
	left: 190px;
	background: #fff;
	padding-left: 5px;
	border-right: 2px solid #fff;
	border-left: 1px solid #ccc;
}

.linkList {
	float: right;
	position: relative;
	background-color: #fff;
	z-index: 2; }

.linkList2 {
	margin-top: 60px;
	margin-left: 10px;
	width: 170px;
	border-left: #fff dotted 1px;}

.linkList2 h3.resources { 
	background-color: transparent; 
	margin: 20px 0px 5px 10px; }
	
.linkList2 ul {
	margin: 0 0 5px 0;
	padding: 0px; 
	list-style-type: none;}
	
.linkList2 ul li a {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	line-height: 1.1; 
	list-style-type: none;
	display: block; 
	padding-top: 3px; 
	margin-bottom: 2px;
	padding-left: 15px;
	padding-bottom: 4px; 
	text-decoration: none; }
	
.linkList2 ul li a:link, .linkList2 ul li a:visited { 
	background-color: #fff;
	color: #606;
	text-decoration: none; }

.linkList2 ul li a:hover { 
	background-color: #d3d5a9;
	color: #606;
	text-decoration: none; }

.linkList2 ul.sub {
	padding-left: 15px;
	list-style-type: none; }
	
/* ...........................div for main text area of page */

#content {
	background: #fff;
	padding-top: 185px;
}
	
#content h3 {	
	position: relative;
	top: 15px;
	height: 40px;
	background: transparent;
	margin-top: 0;
	margin-bottom: 10px; }
	
#content h4 {	
	position: relative;
	top: 15px;
	height: 40px;
	background: transparent;
	margin-top: 0;
	margin-bottom: 10px; }

#content p {
	position: relative;
	margin-left: 11px;
	margin-right: 20px;
	padding: 10px;}
	
#content p.big {
	font-size: 16px ;
	}
	
#content p.crumbs {
	position: relative;
	margin-left: 0;
	margin-right: 20px;
	padding: 0;}
	
/* ........................divs for page footer */
	
#forceExtension {
	background-color: #fff;
	clear: both; }

#footer { 
	text-align: left;
	padding-bottom: 30px;
	background-color: #fff;
	line-height: 1.1px; }
	
#footer p {
	/*text-align: center;*/
	margin-top: 10px; }
	
#footer a:link, #footer a:visited { 
	font-size: 11px;
	padding: 2px; }
	
#footer a:hover, #footer a:active {
	background-color: #d3d5a9;
	color: #606;
	padding: 2px;}
	
/* ........................styles for constitution and bylaws */

.artMenuContainer {
	position: relative;
	margin-top: 10px;
}

.artMenuContainer ul {
	list-style:none;

}
	
.artMenu {
	position: relative;
}

.artMenu2 {
	float: left;
	margin-right: 20px;
}

.artMenu3 {
	float: left;
	margin-right: 20px;
	}

.artMenu4 {
	float: left;
	margin-right: 20px;
	clear: none;
}

.artMenu4 ul {
	list-style:none;
}


	
/*images*/

.logo a, .logo a:visited, .logo a:hover{
	position: absolute;
	top: 25px;
	left: 20px;
	z-index: 4;
	margin: 0 15px 0 0;
	background-color: transparent; 
}

.verticledots {
	background-image: url(/images/dotrulev2.gif);
	background-color: transparent;
	z-index: 100;
	position: absolute;
	top: 57px;
	right: 161px;
	height: 545px;
	width: 10px; }
	
/* .........................................................................LIST STYLES */

.bulletedlist {

  list-style-type: disc;
  margin-right: 50px;
}

.nobulletlist {

  list-style-type: none;
}

.mainpagebullets {

  list-style-type: disc;
  margin-left: 25px;
  margin-top: -30px;
  font-size: 16px;
}
