/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}
#logo {
	width:243px;
	height:78px;
	padding: 0px;
	margin: 0px;
	position:absolute;
	top:0px;
	left:0px;
}
#top_right {
	width:657px;
	height:78px;
	position:absolute;
	top:0px;
	left:243px;
	padding: 0px;
	margin: 0px;
}
#people {
	width:151px;
	height:130px;
	position:absolute;
	top:78px;
	left:0px;
	padding: 0px;
	margin: 0px;
}
#slant {
	width:116px;
	height:94px;
	position:absolute;
	top:208px;
	left:0px;
	padding: 0px;
	margin: 0px;
}
#pmipprc {
	width:749px;
	height:93px;
	position:absolute;
	top:78px;
	left:151px;
	padding: 0px;
	margin: 0px;
}
#main {
	width:800px;
	position:absolute;
	top:254px;
	left:97px;
	padding: 0px;
	margin: 0px;
}
#imagebox {
	width:299px;
	position:absolute;
	top:410px;
	left:545px;
	padding: 0px;
	margin: 0px;
}
#pagetext {
	width:360px;
	float:left;
	padding: 0px;
	margin: 0px;
	overflow:visible;
}
#insidepagetext {
	width:540px;
	height:400px;
	float:left;
	padding: 0px;
	margin: 0px;
	overflow:visible;
}
#line1 {
	width:1px;
	float:left;
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 10px;
}
#secondcolumn {
	width:250px;
	float:left;
	padding: 0px;
	margin: 0px;
}
#meetingsinside {
	width:200px;
	float:left;
	padding: 0px;
	margin: 0px;
}
#line2 {
	background: #FFFFFF url(../images/line.gif) repeat-y;
	width:1px;
	float:left;
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 10px;
}

#newsletter {
	width:150px;
	float:left;
	margin: 0px;
	padding: 0px;
}

#navbar {
	height:36px;
	position:absolute;
	top:172px;
	left:151px;
	padding: 0px;
	margin: 0px;
	width:775px;
}
h1 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size:14px;
	font-weight:bold;
	color: #0077BC;
}
h2 {
	padding: 0px;
	margin: 0px;
	font-size:14px;
	font-weight:bold;
	color: #0077BC;
}
.space {
	height:36px;
	width:34px;
	background-image:url(../images/spacer.jpg);
	background-repeat:no-repeat;
}
.topnav {
	color: #974024;
	font-size:11px;
	line-height:36px;
	font-weight:bold;
	background-image:url(../images/nav_back.jpg);
	background-repeat:repeat-x;
	display:block;
}
a.topnav {
	color: #0077BC;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	color:inherit;
}

.arrow {
	background: url(../images/arrow.gif) top right no-repeat;
	padding:0px,12px,2px,0px;
	display:block;
}

#nav a:link {
	text-decoration:none;
	color:inherit;
}
#nav a:visited {
	text-decoration:none;
	color:inherit;
}
#nav a:hover {
	text-decoration:none;
	color:inherit;
}
#nav a:active {
	text-decoration:none;
	color:inherit;
}

#nav li { /* all list items */
	float: left;
	color: #974024;
	display:block;
}

#nav li:hover, #nav li.sfhover { /* all list items */
	color: #0077BC;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 155px;
}
#nav li ul li {
	line-height:24px;
	color: #0077BC;
	font-size: 11px;
	padding-left: 4px;
	padding-right: 4px;
	background: #F3F8F7;
    border-left: 1px solid #8D9F9E;
	border-right: 1px solid #8D9F9E;
    border-bottom: 1px solid #8D9F9E;	
	width: 155px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	khtml-opacity: 0.9;
}

#nav li ul li:hover, #nav li ul li.sfhover {
	color: #FFFFFF;
	background: #974024;
	cursor: pointer;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover ul #officers, #nav li.sfhover ul #officers { /* lists nested under hovered list items */
	left: -25px;
}

#content {
	clear: left;
	color: #ccc;
}
body,td,th,div {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:15px;
}
a:link {
	color: #974024;
}
a:visited {
	color: #974024;
}
a:hover {
	color: #0077BC;
}
a:active {
	color: #974024;
}

a.blue:link {
	color: #000000;

}
a.blue:visited {
	color: #000000;

}
a.blue:hover {
	color: #0077BC;

}
a.blue:active {
	color: #000000;

}

a.gray:link {
	color: #C6CDCD;
	text-decoration:none;
}
a.gray:visited {
	color: #C6CDCD;
	text-decoration:none;
}
a.gray:hover {
	color: #ADBABA;
	text-decoration:none;
}
a.gray:active {
	color: #C6CDCD;
	text-decoration:none;
}

a.contact:link {
	color: #974024;
	text-decoration:none;
}
a.contact:visited {
	color: #974024;
	text-decoration:none;
}
a.contact:hover {
	color: #0077BC;
	text-decoration:none;
}
a.contact:active {
	color: #974024;
	text-decoration:none;
}