/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
 	/* background-color: #fdfdfd; 
	background-color: #FF00CC;
	background-image: url(../img/bk1.gif); */

 	font: 70%/150%  "Tahoma", "Arial", sans-serif;
 	color: #666;
 	margin: 0 auto;
 	text-align: center;
}

/* Website Layout */

#container {
  width: 760px;
  margin: 0 auto;
  text-align: left;
}

#divider {
  position: relative;
  height: 10px;
  background-color: #D4D4D4;
  border: 1px solid #B8B3B2;
  width: 100%;
  margin-bottom: 10px;
  clear: both;
}

#content {
  width: 590px;
  float: right;
  margin: auto;
  padding-left: 15px;
  padding-bottom: 10px;
  position:relative;
}

.clear { clear: both; }

#leftimgs {
  float: left;
}

#leftcol {
  float: left;
  width: 150px;
}

#footer {
  position: relative;
  height: 10px;
  background-color: #D4D4D4;
  border: 1px solid #B8B3B2;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;

}

#footertext {
	color: #000;
	font: normal 10px Arial, verdana, sans-serif;
	padding-left: 40px;
	margin-top: 3px;
	text-align: center;
	color: #999999;
}

#newsbox {
  width: 590px;
  float: left;
}

#calbox {
  width: 218px;
  float: right;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

#spotlightbox {
  width: 368px;
  float: left;
  padding-right: 4px;
}

#searchbox {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  background-color: #F0F2F0;
  display: block;
  padding-left: 6px;
  text-align: center;
  border: 1px solid #E1E3E1;
  
}

/* Misc Styles */

fieldset { padding-left: 9px; border: 0; border-top: 1px solid #D4D4D4; }
fieldset legend { text-decoration: underline; margin: .2em }
#cal legend { font-size: 13px; color: #75B875; font-weight: bold;  }
#news legend { font-size: 13px; color: #75B875; font-weight: bold; }
#spotlight legend { font-size: 13px; color: #75B875; font-weight: bold; }

fieldset p { padding-left: 20px; padding-top: 5px; margin-left: auto; margin-right: auto; }

a { color: black; text-decoration: none; }
a:hover { color: #75B875; }
.detailname { font-size: 1.2em; color: #75B875; font-weight: bold; }
.boldtext { font-weight: bold; }

/* Data Tables */

table.altcolors { 
  margin-left: auto;
  margin-right: auto;
}

table.altcolors caption { font-weight: bold; color: #003366; }
table.altcolors th { text-align: center; font-weight: bold; background-color: #A6A6A6; color: #FFFFFF; }
table.altcolors tfoot { text-align: right; font-weight: bold; background-color: #A6A6A6; color: #FFFFFF; }
table.altcolors td { text-align: center; }

table.altcolors tr.odd th, table tr.odd td {
	background: #efefef;
}

table.altcolors tr.even th, table tr.even td {
	background: #ffffff;
}

/* News List (on home.php) */



.displaynews {
  padding-left: 10px; 
  padding-bottom: 10px;
}

.newstitle { 
  font-size: 11px;
  font-weight: bold;
  font-family: Tahoma, Arial;
  color: #75B875;
  text-align: left;
}

.newsdate { color: #999999; }
#newsarchive {
  text-align: center;
  font-size: 10px;
}

#tdspace { padding-top: 20px; padding-bottom: 75px; }

/* Member Spotlight Display */

#displayspotlight {
  padding-left: 10px; 
  padding-bottom: 10px;
}



#spotlightname { 
  font-size: 11px;
  font-weight: bold;
  font-family: Tahoma, Arial;
  color: #75B875;
  text-align: left;
}

#scompany, #socc { color: #999999; }
#spotlightpic {   float: left; padding-right: 8px; }

#spotlightarchive {
  text-align: center;
  font-size: 10px;
}


/* Navigation */

#nav, #nav ul { /* All lists */
	list-style: none;
	width: 140px;
	background: #D4D4D4;
	float: left;
    margin-top: 20px;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
	z-index: 1;
		
}

#nav li { /* All List items */
  position: relative;
  float: left;
  line-height: 1em;
  margin-bottom: -1px;
  width: 140px;
  z-index: 1;
}

#nav li ul { /* Second-level lists */
  position: absolute;
  left: -999em;
  margin-left: 152px;
  margin-top: -1.7em;
}

#nav li a {
  width: 140px;
  display: block;
  color: #3D3D3D;
  font-weight: bold;
  text-decoration: none;
  background-color: #D4D4D4;
  border: 1px solid #B8B3B2;
  padding: 5px;
  text-align: right;
}

#nav li a:hover {
  color: white;
  background-color: #3D3D3D;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}



/* Headers */

h1 {
 background-image: url(../img/logo1.jpg);
 background-repeat: no-repeat;
 height: 72px;
 text-indent: -9999px;
 margin-top: 20px;
 margin-bottom: 5px;
}

h2 {
	color: #000;
	font: normal 220% Georgia, "Times New Roman", serif;
	padding-bottom: 20px;
}

h2 img {
  margin-left: auto;
  margin-right: auto;
  display: block;
} 

h3 {
  margin-bottom: 10px;
}

h4 { color: #75B875; font-size: 13px; font-weight: bold; }


#content p { padding-left: 6px; line-height: 1.3; }
fieldset legend { text-decoration: underline; margin: .2em; margin-bottom: 10px; color: #75B875; font-size: 12px; font-weight: bold; }
#included fieldset { margin-bottom: 30px; } 
img.floatLeft { float: left; margin-left: 5px; margin-right: 10px; }
img.centerLeft { zoom: 1; position:absolute; bottom:0; left:-120px;} 
.bulletHead { font-size: 12px; font-weight: bold; color: #75B875; }
#boardmembers p { margin-bottom: 15px; }
ul.listspace li { margin-left: 25px; margin-bottom: 10px; }

/* Form Tables */

table.formtable { margin-left: 30px; }
table.formtable tr th { color: #75B875; font-weight: bold; text-align: center; }

input { 
  font-family: Tahoma, Arial;
  font-size: 11px;
  border: 1px solid #d4d4d4;
  padding: 3px;
  padding-bottom: 3px;
}

input.button {
  background-color: #CCCCCC;
  font-size: 12px;
  font-family: Tahoma, Arial;
  color: #3d3d3d;
  border: 1px solid #3d3d3d;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

table.prestable { 
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  text-align: center; 
  }
table.prestable th { width: 25%; background-color: #D4D4D4;  }
table.prestable td { width: 75%; background-color: #F0F2F0; }
  
#infobox { 
	margin-top: 10px;
	width: 340px;
	float: left;
	height: 190px;
	background-color: #E4E4E4;
	padding: 8px;
	border: 1px solid #CCCCCC;
}

#infobox p { margin-top: 8px; font-size: 120%; }
#infobox a { color: #75B875; }