@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: smaller;
	background-color: #666;
}

h1, h2, h3, h4, h5 h6 {
	font-family: helvetica, arial, sans-serif;
}

h2 {
font-size: 140%;
}

h3 {
font-size: 120%;
}

p, dl {
	line-height: 1.5em;
	color: #333;
}

#main ul {
line-height: 1.5em;
}

a {
	color: #069;
}

#wrap {
	margin: 0 auto;
	min-width: 779px;
}

/* header */

#header {
	float: left;
	width: 100%;
	background-color: #fff;
}

#logo {
	padding: 10px;
	float: left;
}

#insidelogo {
	position: absolute;
	top: 10px;
	left: 10px;
}

#text {
	padding-top: 30px;
	float: left;
}

#companyselect, #memberselect {
	float: right;
	background: url("../images/siteloc-r.gif") bottom right no-repeat;
}

#companyselect h4, #memberselect h4 {
	font-family: helvetica, arial, sans-serif;
	color: #fff;
}

#companyselect form, #memberselect form {
	margin: 0;
	padding: 0 20px 25px;
	background: url("../images/siteloc-l.gif") bottom left no-repeat;
}

/* end header */

/* navigation */

#navholder {
float: left;
width: 100%;
background: url("../images/nav-bg.gif") bottom left repeat-x;
}

#nav {
float: right;
margin: 0;
padding: 0;
list-style: none;
}

#nav li {
float: left;
margin: 0;
padding: 0;
font-family: helvetica, arial, sans-serif;
background: url("../images/nav-left-onoff.gif") top left no-repeat;
}

#nav a {
float: left;
display: block;
padding: 8px 15px 5px;
color: #fff;
text-decoration: none;
background: url("../images/nav-right-onoff.gif") top right no-repeat;
border-bottom: 1px solid #999;
}

#nav li:hover a {
color: #666;
background-position: right -100px;
border-color: #fff;
}

#nav li:hover {
background-position: 0 -100px;
}

/* end navigation */

/* sub navigation */

#subnavholder {
float: left;
width: 100%;
background: #fff;
}

#subnav {
float: right;
margin: 0;
padding: 0;
list-style: none;
}

#subnav li {
float: left;
margin: 0;
padding: 0;
font-family: helvetica, arial, sans-serif;
}

#subnav a {
float: left;
display: block;
padding: 10px 5px;
color: #666;
text-decoration: none;
}

#subnav a:hover {
color: #000;
text-decoration: underline;
}

/* end sub navigation */

/* photos */

#photoholder {
	clear: left;
	background: #153d6f url("../images/bluebulbleftbg.jpg") top left;
}

#photos {
	margin: 0 auto;
	width: 760px;
	background-color: #fff;
}

#photodiv {
  background-repeat: no-repeat;
}

/* end photos */

/* main section */

#main {
	float: left;
	width: 100%;
	background: #e1a825 url("../images/yellowhousebg.gif") top left;
}

#maintop {
	height: 20px;
	background: transparent  url("../images/yellowtopbg.gif") top left repeat-x;
}

#mainholder {
	margin: 0 auto;
	width: 960px;
}

/* login box */

#login {
	margin-left: 5px;
	width: 240px;
	font-size: 90%;
}

#login .boxbody {
	padding: 0 5px 10px !important;
}

#login table {
margin: 0;
padding: 0;
}

#login form {
margin: 0;
padding: 0;
}

#login table tr th {
	font-weight: normal;
}

#login p {
	padding: 0 20px;
	text-align: center;
}

#login ul {
margin-top: 0;
padding-top: 10px;
}

#content {
font-size: 12px;
width: 680px;
}

#widecontent {
font-size: 12px;
width: 960px;
}

#content dd {
margin-bottom: 1em;
}

#content table tr th, #content table tr td {
padding: 5px;
}

/* map box */

#map {
	margin-bottom: 20px;
	width: 290px;
	font-size: 90%;
}

#map form {
	margin-bottom: 10px;
}

/* about */

#about {
	width: 220px;
	font-size: 90%;
}

#about h2 {
	color: #666;
}

.sidebox {
	float: left;
	background: #fff url("../images/sbbody-r.gif") no-repeat bottom right;
}
.boxhead {
	background: url("../images/sbhead-r.gif") no-repeat top right;
	margin: 0;
	padding: 0;
}

.boxheadlog {
	background: url("../images/loghead-r.gif") no-repeat top right;
	margin: 0;
	padding: 0;
}

.boxhead h2 {
	background: url("../images/sbhead-l.gif") no-repeat top left;
	margin: 0;
	padding: 25px 20px 0px;
	color: #069;
}

.boxheadlog h3 {
	background: url("../images/loghead-l.gif") no-repeat top left;
	margin: 0;
	padding: 18px 20px 10px;
	color: #333;
	font-size: 100%;
}

.boxbody {
	background: url("../images/sbbody-l.gif") no-repeat bottom left;
	margin: 0;
	padding: 5px 20px 10px;
}

/* end main section */

/* footer */

#footer {
float: left;
width: 100%;
color: #fff;
background: #666 url("../images/copyright-bg.gif") top left repeat-x;
font-size: 90%;
}

#copyright p, #botnav p {
margin: 0;
padding: 0;
color: #999;
}

#copyright {
float: left;
padding: 15px 30px;
}

#botnav {
text-align: right;
padding: 15px 30px;
}

#botnav a {
color: #ccc;
}

/* end footer */

#companysearch {
width: 12em;
}

/* from old site for bios */

.photo {
float: left;
width: 145px;
padding: 5px;
font-size: 10px;
font-family: helvetica, arial, sans-serif;
}

.info dt {
font-weight: bold;
margin-top: 1em;
}

.info dd {
margin-left: .5em;
}

.bio {
margin-left: 155px;
padding: 0 1em 1em;
}

.bio ul {
padding: 0 2em;
font-size: 8pt;
}

.head {
margin-right: 1em;
}

/* hide communication tab */

#t-comm, #b-comm {
display: none;
}

.hr hr {
display: none;
}

.hr {
clear: both;
display: block;
height: 1px;
border-bottom: 1px dashed #999;
}

/* hide for craig */
#memberselect form {
display: none;
}

#loginstatus {
margin: 10px;
text-align: right;
}

/* events */

#events p {
	margin-top: 0;
	padding-top: 10px;
	text-align: left;
	font-size: 11px;
	line-height: 18px;
}

#homenews p {
margin-top: 0;
}

#homenews h3 {
margin-bottom: 0;
}

#events p.smlevent {
padding-top: 0;
}

#events {
width: 280px;
}

.button {
margin: 10px;
padding: 0;
background: url("../members/images/right_both.gif") top right no-repeat;
padding-right: 20px;
text-align: center;
}

.button a {
display: block;
margin: 0;
padding: 0;
background: url("../members/images/left_both.gif") top left no-repeat;
padding-left: 20px;
line-height: 27px;
color: #fff;
text-decoration: none;
font-weight: bold;
}

.button:hover {
background-position: 100% -27px;
}

.button:hover a {
background-position: 0% -27px;
color: #000;
}

.oldbutton {
width: 120px;
border: 2px solid #999;
padding: 5px;
}

/* forums */

table.forum {
margin-top: 20px;
width: 100%;
}

table.forum th, table.forum td {
padding: 5px 10px;
}

table.forum thead tr th {
text-align: left;
background: #e0e0e0;
border-bottom: 1px solid #999;
}

table.forum tr td {
border-bottom: 1px solid #ccc;
line-height: 18px;
}

table.forum tr td .smaller {
font-size: 10px;
color: #666;
}

table.forum tr.even td {
background: #f0f0f0;
}

table.posting {
margin-top: 20px;
}

table.posting th {
text-align: left;
}

table.posting th, table.posting td {
padding: 5px;
}

table.posting table th, table.posting table td {
padding: 0;
}

.w200 {
width: 200px;
}

.w100 {
width: 100px;
}

.function {
padding: 5px;
background: red;
color: #fff;
}

.messages {
float: right;
margin-bottom: 20px;
}

#pm-nav td {
padding: 5px;
border: 1px solid #ccc;
}

#pm-nav td {
background: #e0e0e0;
}

#pm-nav td.at {
background: #fff;
border: 0;
}

#pm-nav td.at a {
font-weight: bold;
color: #000;
}

/* news peer ratings page */

.buttonrow {
margin: 20px 0;
}

table.ratingtable {
}

table.ratingtable thead th {
margin: 20px 0;
padding: 10px;
text-align: left;
background: #666;
color: #fff;
}

table.ratingtable td {
border-bottom: 1px solid #ccc;
padding: 5px;
}

table.ratingtable tr.odd td {
background: #fff;
}

table.ratingtable tr.even td {
background: #f0f0f0;
}

table.ratingtable td.right {
text-align: right;
}

.buttonrow a.fancybutton {
padding: 5px 14px;
color: #fff;
border: 1px solid #c59205;
background: #dda406 url("../members/images/glass-btn.png") repeat-x 0 50%;
border-radius: 14px;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
text-decoration: none;
}

.buttonrow a.fancybutton:hover {
background-color: #e0e0e0;
border-color: #b2b2b2;
color: #666;
}

/* news per view ratings */

.rating {
margin: 20px;
padding: 10px 20px;
border: 1px solid #ccc;
}

.owner {
background: #f0f0f0;
}

.rating p.title {
font-size: 1.25em;
}