body{
	font-family: Arial,Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

p, dl, dd, dt, form, ul {
	margin: 0;
	padding:0;
	}

a:link, a:visited, a:hover {
	color: Blue ;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: Maroon;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 24px;
/* color: #334d55;*/
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: none;
 padding-left: 6px;
 margin-left: 0;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

.uplink	{
	text-align: right;
	font-size: 70%;
	color: #336666;
	}

.rightAlign {
  text-align: right;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
/*	border-bottom: 1px solid #cccccc; */
	width: 100%;
	height: 80px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-image:url(/assets/images/mast-bg-or.gif);
	background-repeat: repeat-x;
/*	background-color: #297bc6; */
/*	background-color: #CC6A00;
*/	}

#sidebar{
	float:left;  
	clear: left;
	width: 150px;
	padding: 0px;
/*	background-color: #eef;
*/	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-right: 5px;
	margin-top: 5px;
}

#content{
	float:left; 
	max-width: 600px;
	margin: 0;
	padding: 0 0 0 0;
/*	background-color:#CCFFFF;
*/}
/* MSIE6 - doesn't do max-width */
* html #content {
	width: 600px;
}

#notices {
	width: 150px;
	float: left;
	}

#siteName{
/*	background-color: #297bc6;
*/	color:#fee;
	text-align: inherit;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 160px;
}

#pageName{
	padding: 0px 0px 10px 10px;
}

#globalNav {
	color: #cccccc;
	background-color: #cc6a00;
	padding-left: 1.4em;
	white-space: nowrap;
	float:left;
}

#globalNav ul {
	margin: 0.1em 0;
	padding: 0;
}

#globalNav li {
	display: block;
	float: left;
}

#globalNav img{
 display: block;
}

#globalNav a, #globalNav li.mCurrent {
	font-size: 120%;
	font-weight: bold;
	padding: 0px 8px;
	color: #fff;
}

#globalNav a:hover {
	background-color:navy;
}

#globalNav a:focus {
	background-color:navy;
}

#globalNav li.mCurrent {
	background-color: #F06;
}

/*********** .submenu link styles ***********/

.submenu .mCurrent, .submenu ul a:link, .submenu ul a:visited,
.submenu ul a:hover {
	font-weight: bold;
	font-size: 1.1em;
	color: #FFe;
	display: block;
	padding: 0 4px;
	border-bottom: 1px solid #EEE;
	}
	
.submenu ul a:hover {
	background-color: #136;
	}

.submenu ul li.mCurrent {
	color: #136;
	background-color: #DDC;
	padding: 5px 4px;
	}

.submenu ul li.mCurrent a {
	color: #136;
	font-size: 1em;
	border-bottom:1px solid #EEEEEE;
	}

.submenu ul li.mCurrent a:hover {
	color: #FFE;
	}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
.submenu li {
	background-color: #887;
	padding: 5px 0;
	}

/* fix for browsers that don't need the hack */
html>body .submenu li {border-bottom: none;}

/********** front page intro **************/
#intro {
	font-size: 90%;
	margin: 0.6em 0;
	}

#intro ul {
	margin: 0.5em 0;
	list-style: square;
	padding-left: 1em;
	}
/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 20px 0px 15px;
	background-color: #eee;
/*	font-size: 80%; */
}

.story .pkDate {
	font-size: 80%;
	text-align: right;
	color: #444;
	margin: 2px 1em;
	float: right;
	}
.story h3 {
	color:#008;
	margin-bottom: 0.25ex;
/*	border-top: 1px solid purple ;
	border-bottom: 1px solid purple ;
*/	}

.story h4 {
	font-size: 96%;
	color:#22A;
	font-weight: bold;
	margin: 0 0 0.25ex 0.6em;
	}

.story p{
	padding: 0;
	margin: 0 0.5em 0.75ex 0.15em;;
	text-align: justify;
}

.story ul {
	margin: 0 1em 0.75ex;
	list-style: circle;
}

.story li {
	margin-bottom: 0.5ex;
	padding-left: 0.5em;
}


#headslist {
	text-align:right;
	}

/*Highlight buttons */

.nButton	{
	width: 180px;
	margin: 4px;
	margin-right: 12px;
	float: left;
	border-right: 1px dotted navy;
	}

.nButton a:link {
	color: blue ;
	text-decoration: underline;
}

.nButton a:visited {
	color: #906 ;
	text-decoration: underline;
}

.nButton a:hover {
	text-decoration: none;
	color: Maroon;
}

.nButton img {
	display:block;
	padding:2px 0 2px 5px;
 	}

.nButton dt {
	color: #FFF;
	font-weight: bold;
	text-align:center;
	padding: 3px;
	}

.nBblue {
	background-color: Blue;
	}

.nBturq {
	background-color:#3090F0;
}

.nBgreen {
	background-color: #396;
}

.nBbrown {
	background-color: #cc6a00;
}

.nBred	{
	background-color:#C00;
}

.nBpurple	{
	background-color:#90C;
}

.nButton dd {
	text-align:left;
	margin: 0;
	padding: 4px;
	}
/* /////// Preview item styles ////// */
.previewItem {
	background-color: #A52A2A;
	color: #FFFACD;
	font-weight: bold;
}

.previewItem a {
	background-color: #87CEEB;
	color: #800000;
	padding: 0 1.5em;
}

/* /////// Event styles /////// */
.msEvent {
	border-top: 2px solid #36F;
	clear: both;
	margin-left: 0.8em;
	margin-top: 1ex;
	float:left;
	}

.evDate {
	width: 150px;
	float: left;
	background-color:#eef;
	margin-right: 1em;
	min-height: 4ex;
	}

.evTitle {
/*background-color:#99FF66; */
	font-weight: bold;
	float:left;
	clear: right;
	width: 350px;
	}

.evDetail {
/*background-color:#FFCC66;
*/	margin-top: 0.5ex;
	float: left;
	width: 350px;;
	}

.evDetail p {
	margin-bottom: 0.3em;
	}

.evContact {
	border-top: thin dashed navy;
	text-align: right;
	float:right;
	width: 200px;
	font-size: 95%;
	}

.evRegular {
	width: 520px;
}

.evRegular .evRegPlus {
	float: right;
}


/* event dates in editor */
.evList td, .evList th {
	padding: 0 0.2em;
}

.evListTitle {
	width: 260px;
	}


.evOldDate {
	background-color:red;
	color: white;
	font-weight:bold;
	}

.evFwdDate {
	background-color:#FF7B00;
	color: white;
	font-weight:bold;
	}

.evLiveDate {
	background-color:#080;
	color: white;
	font-weight:bold;
	}

.evDraft {
	background-color:#EEE;
	color: #123;
	font-weight:bold;
	}


/*notices styles*/
.sideAd {
	margin: 1.4em 1ex;
	padding: 0.6ex;
	border: 1px solid black;
	font-size: 0.8em;
	font-weight:bold;
	background-color:#eee;
	}

.sideAd dt {
	color: 222;
	text-align:center;
	font-weight:bold;
	padding: 0 0 2px 0;
	border-bottom: 1px solid blue;
	}
.sideAd dd {
	float:none;
	text-align:center;
	}

/* ************** Newsletter page ******************/
#nlHighlights, #nlArchive {
	margin-top: 1em;
	float: left;
	}

#nlHighlights {
	width: 60%;
	float: left;
	}

#nlArchive {
	width: 33%;
	margin-left: 2em;
	float: left;
	}

#nlArchive li, #nlHighlights li{
	list-style: disc;
	margin-left: 2em;
	}

#nlHighlights fieldset, #nlArchive fieldset {
	padding: 0 1em;
	}
	
#nlHighlights legend, #nlArchive legend {
	padding: 0.25em;
	font-weight: bold;
	color: navy;
	}

#nlHighlights fieldset {
	border-color: red;
	}	
#nlArchive fieldset {
	border-color: blue;
	}
/* ************** Picture gallery ******************/
#pic_index td {
	width: 110px;
	height: 105px;
	padding-top: 2px;
	padding-left: 3px;
	background-color:#FFC;
	text-align:center;
	vertical-align:top;
	margin: 0;
	}

#pic_index td img {
	border: 0;
	}

#pic_index .number {
	background-color:#eef;
	font-size: 0.8em;
	font-weight:bold;
	float: left;
	}

#pic_index .remove a {
	width: 1em;
	background-color:#f00;
	color: white;
	font-size: 0.8em;
	font-weight:bold;
	float: right;
	margin-right:0.5em;
	}

#pic_index td.noPic	{
	background-color: transparent;
	border: NONE;
	}

#pageName.noPadding {
	padding-bottom: 0;
	}

.pixNav {
	width:auto;
	height:auto;
	padding: 0 5px;
	font-weight:bold;
	text-align:right;
	}

#pixInfo {
	border-bottom: 2px double #888;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: small;
	}

.pixCurrent {
	color: #123;
	border: 1px solid #456;
	}

.pShuffle {
	width:auto;;
	height:auto;
	padding: 0 5px;
	font-size: small;
	font-weight:bold;
	float: right;
	color: #999999;
	}
.pCaption {
	float: left;
	font-weight:bold;
	color:navy;
	}

#newPix {
	margin-left: 1em;
	}

/**************** Edit screen styles ****************/
.headline {
	font-weight:bold;
	}
.index	{
	width: 3em;
	text-align:right;
	color: #6600CC;
	}
.actions	{
	background-color: #CCFFCC;
	}
.flagColumn {
  width: 1.1em;
  text-align: center;
}

.evList th {
  min-width: 4em;
}


#inputErrors {
  color: #DC143C;
  font-weight: bold;
  margin-left: 0.4em;
  padding-left: 1.6em;
  border-left: thick solid #DC143C;
}


#additem, #moveitem	{
	text-align:right;
	}

#sidebar #moveitem {
	font-size: 0.8em;
	}

#additem input, #moveitem input  {
	width: 6em;
	}

/************ superedit, contact form styles ***********/
.row {
  clear: both;
  padding-top: 6px;
  overflow:hidden;
  }

.edLabel {
	font-size: 1em;
	line-height: 1.6em;
	margin-right: 10px;
	width: 100px;
	float: left;
	}

.cRbutton  {
	font-size: 0.8em;
	color: green;
	}

#contactForm {
	width: 310px;
	float:left;
	}

#contactForm fieldset {
	padding: 0;
	padding-left: 5px;
	}

#contactPostal {
	float: left;
	width: 245px;
	margin-left: 1em;
	margin-bottom:1em;
	}

#contactPrivacy {
	width: 255px;
	float: left;
	margin-left: 1em;
	}

#contactForm legend,
#contactPostal legend,
#contactPrivacy legend {
	color:#009900;
	}

#contactForm .edLabel {
	width: 60px;
	}

#volunteers {
	font-size: 90%;
	border: 0 solid navy;
	margin: 0 0 0 3em;
	clear:left;
	}

#caption .edLabel, #alttext .edLabel {
	width: 80px;
	}

.edField {
	float: left;
	}

.upFile {
	margin-left:100px;
	font-size: small;
}


#itemEdit input, #itemEdit textarea {
	border: 1px solid #666666;
	padding: 2px;
	font: 1em Verdana, Arial, sans-serif;
	}

#itemEdit .wide {
	width: 400px;
	}

#caption .wide, #alttext .wide {
	width: 350px;
	}

#itemEdit .medium {
	width: 200px;
	}

#itemEdit .date {
	width: 6em;
	}

#itemEdit .time {
	width: 3em;
	}

#itemEdit textarea {
	width: auto;
	}

#itemEdit #submitButton,
#contactForm #submitButton{
	width: auto;
	}

#contactForm input.field {
	width: 200px;
	}

#contactForm textarea {
	width: auto;
	}

#contactForm #cMessage {
	margin-top: 0.5em;
	}

#cdate {
	float: left;
	width: 300px;
	}

#cdate2	{
	float: left;
	}

#cdate .cDMonth {
	float: left;
	width: 60px;
	margin-left: 4px;
	margin-bottom: 2px;
	background-color:#CFC;
	}

#cdate label {
	margin-left: 2px;
	}

.cDYear {
	float: left;
	background-color:#CFC;
	margin-bottom:2px;
	}

.cDYear label{
	margin-left: 2px;
	}
/************* committee list *****************/
#cteeInvite {
	text-align:right;
	width: 500px;
	}
h3.ctee {
	color: #006;
	width: 450px;
	margin: 1em 2em 0.5em;
}

.cteeMember {
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0.4em;
	padding: 3px 0 0 5px;
	float: left;
	}
.cteeMember img {
	border: none;
	float: right;
	margin-right: 12px;
	}
.cteeMember a img {
	border: none;
	}

.cteeRole, .cteeName, .cteeNumbers {
	float: left;
	}
.cteeRole {
	width: 140px;
	}
.cteeName {
	width: 300px;
	min-height: 24px;
	padding-left: 0.5em;
	font-weight: bold;
	color: #229;
	}
.cteeNumbers	{
	width: 300px;
	float:right;
	}
.lightStripe {
  background-color: #EAEAFA;
}
.darkStripe {
	background-color: #DADAEA;
}

/************* #siteInfo styles ***************/

#siteInfo{
	width:85%;
	clear: left;
	float:left;
	border-top: 1px solid #ccc;
	font-size: 75%;
	color: #678;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the sidebar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************ footnote to About page **************/
.footnote {
	font-size: 80%;
	}
		

hr.clearing {
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0; 
	border-width: 0; 
	margin: 0; 
	padding: 0;}

/* TinyMCE specific rules */
body.mceContentBody {
	font-size: 1em;
	color: black;
   	background: #FEF;
}

.mceContentBody a {
   color: red;
}

#mainPages li {
	width: auto;
	font-size: 100%;
	color: #334d55;
	margin-left: 2em;
	border-top: 2px solid gray;
	padding: 4px 0 0;
	}
