@charset "utf-8";
/****************************************
	Credit Union Association of Oregon
	Site developed by: The New Group  
	CSS Design by Rocco Augsuto       
****************************************/

body, th, td {margin:0px;}

p{margin-top:0px;}

body {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	background: #e6eccf url(../images/header-tile.gif) top left repeat-x;
}
body.tinyMCE {
	background: #fff;
}

img {
	border:0;
}
a, a:visited {
	color:#390;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration:underline;
	outline:none;
}
h1 {
	font-size:16px;
	color: #000;
}
h2 {
	font-size:16px;
	color: #000;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
h4 {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

h4 a:hover { text-decoration:none; cursor:pointer; }
hr {
	margin: 0;
	padding: 0;
	height: 0px;
	*height: 1px;
	color: #ccc;
	background-color: #ccc;
	border: 0px transparent;
	border-top: 1px solid #ccc;
}

h6 {
	color:#5F7B64;
	font-size: 11px;
	font-weight:bold;
	margin: 0px 0 20px 0;
}

.odd {
	background: #ECF2D8;
	color: #000;
}

.even {
	background: #fff;
	color: #000;
}

.linkBlack a, .linkBlack a:hover, .linkBlack a:visited,.linkBlack a:active{color:#000;}
a.linkBlack, a:hover.linkBlack , a:visited.linkBlack, a:active.linkBlack {color:#000;}

/****************************************
 content WRAPPER for site
****************************************/

#wrapper {
	width:750px;
	margin: 0 auto;
	text-align: center;
}
/****************************************
 HEADER container for site
****************************************/

#header {
	height: 96px;
	margin: 0;
	padding: 0;
	background: url(/images/header.jpg) no-repeat 2px 7px;
}

.utilityDiv{
	color:#FF9999;
}

#header .utilityNavAdmin, #header .utilityNavBoard {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
#header .utilityNavAdmin li, #header .utilityNavBoard li { 
	clear:right;
	float:left; 
	padding: 0 5px;
	color: #6e9603;
	font-weight: bold;
	background: url(/images/utility_border.jpg) left center no-repeat;  
}
#header .utilityNavAdmin li a, #header .utilityNavBoard li a {
	color: #6e9603;
}

#header .utilityNavigation {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
#header .utilityNavigation li {
	float:left;
	padding: 0 5px;
	color: #6e9603;
	font-weight: bold;
	background: url(/images/list-border.gif) right center no-repeat;
}
#header .utilityNavigation li a {
	color: #6e9603;
}
#header p {
	float:left;
	margin: 10px 0 0 300px;
	width: 400px;
	text-align:left;
	font-size: 16px;
	font-weight:bold;
	color:#000;
}
#header .headerGreen {
	font-weight:bold;
	color:#6A9801;
}
.magnify {
	background:url(/images/icons/magnify.gif) right center no-repeat;
	padding-right:20px;
}
.lock {
	background:url(/images/icons/padlock.gif) right center no-repeat;
	padding-right:20px;
}
.unlock {
	background:url(/images/icons/padlockUnlocked.gif) right center no-repeat;
	padding-right:20px;
}

/****************************************
 NAVIGATION code for site - code also
 located in /SpryAssets/SpryMenuBarHorizontal.css
****************************************/

#navigation {
	margin-top: -2px;
	height: 36px;
}
#navigation li {  }
#navigation li a.navOn { }

#navigation li ul li {
	border:none;
	border-bottom: 1px solid #eee;
}

ul.menuRight {
	margin-left: -15em !important;
}
ul.menuRight li ul, .menuLowerRight {
	margin-left: -24em !important;
}

* html ul.menuRight li ul {
	margin-top: 0em;
}
/****************************************
 HOME PAGE CONTENT STYLES
****************************************/

#homeContent {
	margin-top: 7px;
	padding: 3px 4px;
	text-align:left;
	background: #fff;
	width: 750px;
	float:left;
}
#homeContent p {
	line-height: 14px;
}
#homeContent p, #homeContent h1, #homeContent h3, #homeContent h6, #homeContent img {
	padding: 0 15px;
	border:none;
}
#homeContent h3 {
	background: url(/images/icons/arrow_gry.gif) no-repeat top left;
}
#homeLeft, #homeCenter, #homeRight {
	float:left;
	position:relative;
	padding: 0 15px;
}
#homeLeft, #homeCenter{
	padding-top:15px;
}
#homeLeft {
	width: 210px;
	background: url(/images/home-border.gif) no-repeat right top;
}
#homeCenter {
	width:270px;
}
#homeCenter p {
	margin-bottom:40px;
}
#homeRight {
	width:180px;
	padding-top: 30px;
	padding-bottom: 20px;
	background: #dae3c3;
}
#homeRight p {
	background: url(/images/icons/arrow_gry_sm.gif) no-repeat top left;
	color: #808080;
}

#homeRightBot {
	float:right;
	position:relative;
	padding: 0 15px;
}

#homeRightBot {
	width:180px;
	padding-top: 75px;
	padding-bottom: 10px;
	background: url(/images/latestnews.jpg) no-repeat top;
	background-color: #eee;
}
#homeRightBot p {
	background: url(/images/icons/arrow_gry_sm.gif) no-repeat top left;
	color: #808080;
}
/****************************************
  MAIN BODY CONTENT
****************************************/
#Content {
	margin: 7px auto 0 auto;
	padding: 3px 4px;
	width: 750px;
	height: auto;
	text-align: left;
	background: #fff;
	overflow: hidden;
	
}
#ContentAdmin {
	margin: 7px auto 0 auto;
	padding: 3px 4px;
	width: 950px;
	height: auto;
	text-align: left;
	background: #fff;
	overflow: hidden;
	
}
#Content p {
	line-height: 14px;
}
#Content h6 {
	margin:0;
}
#contentHeader {
	width: 100%;
	float: left;
	height: 88px;
	text-align: left;
}
#contentHeaderAdmin {
	height:20px;
	text-align:left;
	float:left;
	width:100%;
}
#contentHeaderAdmin H2{
	float:left;
	font-weight: normal;
	margin-top: 10px;
	width: 320px;
	padding-left: 15px;
}
#contentHeader h1 {
	float:left;
	font-size:20px;
	font-weight: normal;
	width: 520px;
	margin-top: 60px;
	padding-left: 15px;
}
/****************************************
  LANDING PAGE CONTENT
****************************************/

#LeftColumn{
 padding-top:30px;
}

#landingLeft, #landingCenter, #landingRight, #subLeft, #subCenter, #subRight, #subCenter2COLUMN, #subLeftAdmin {
	float:left;
	position:relative;
	min-height: 80px; 
	height:auto !important;
/* 	height: 200px; paused by WRY */
	padding: 0 15px 20px 15px;
	margin:20px 0;
}
#landingLeft h6, #landingCenter h6, #landingRight h6, #subLeft h6, #subCenter h6, #subRight h6, #subLeftAdmin h6 {
	color: #000;
}
#subLeftAdmin{
	width:140px;
	background: url(/images/content_border.gif) no-repeat right top;
}
#landingLeft, #subLeft {
	width: 210px;
	background: url(/images/content_border.gif) no-repeat right top;
}
#landingLeft ul.landingLinks, #subLeft ul.landingLinks {
	list-style:none;
	padding:0;
	margin:0;
}
#landingLeft ul.landingLinks li, #subLeft ul.landingLinks li {
	padding-top: 3px;
	padding-bottom: 3px;
}
#landingLeft ul.landingLinks li a, #subLeft ul.landingLinks li a, #subCenter dl.sectionList dd a {
	padding-left: 13px;
	padding-right: 13px;
	background: url(/images/icons/arrow_landing_gry.gif) left no-repeat;
}
#landingLeft ul.landingLinks li a:hover, #subLeft ul.landingLinks li a:hover, #subCenter dl.sectionList dd a:hover {
	padding-left: 13px;
	padding-right: 13px;
	background: url(/images/icons/arrow_landing_blk.gif) left no-repeat;
	color: #000;
}

#landingCenter {
	width: 220px;
	background: url(/images/content_border.gif) no-repeat right top;
}
#landingCenter p, #subCenter p {
	margin-bottom: 20px;
}
#landingRight {
	width: 230px;
}

/****************************************
  SUB PAGE CONTENT
****************************************/
a.subNavON, a:hover.subNavON, a:visited.subNavON{
 color:#003300;
}

.on{
	font-weight:bold;
	color:#000;
	background-image:none;
}

ul.subLinks {
	list-style:none;
	padding:0;
	margin:0;
}
ul.subLinks li {
	padding-top: 3px;
	padding-bottom: 3px;
}
ul.subLinks li a {
	font-weight: bold;
}
ul.subLinks li.on a, ul.landingLinks li.on a {
	color:#000;
	font-weight:bold;
	background: url(/images/icons/arrow_landing_blk.gif) left no-repeat !important;
}
ul.subLinks li.on a:hover, ul.landingLinks li.on a:hover {
	text-decoration: underline;
	font-weight:bold;
	background: url(/images/icons/arrow_landing_blk.gif) left no-repeat;
}
ul.subLinks li a:hover {
	color: #000;
}
ul.subLinks li ul {
	list-style:none;
	padding-left: 0px;
	margin: 5px 0 10px 0;
}
ul.subLinks li ul li a {
	background: url(/images/icons/arrow_landing_gry.gif) left top no-repeat;
	font-weight: normal;
	display: block;
}
ul.subLinks li ul li a:hover {
	background: url(/images/icons/arrow_landing_blk.gif) left top no-repeat;
	color: #000;
	font-weight: normal;
	display: block;
}
ul.subLinks li ul li div { 
	padding-left: 13px;
}
#subCenter dl.sectionList {
	color: #000;
}
#subCenter dl.sectionList dd {
	margin: 6px 0;
	padding:0;
}
#subCenter2COLUMNadmin {
	width:550px;
}
#subCenter2COLUMN {
	width:460px;
}
#subCenter {
	width: 270px;
	background: url(/images/content_border.gif) no-repeat right top;
}

#subCenter ul, #subCenter2COLUMN ul, #subRight ul {
	margin-left:30px;
	padding-left:0;
}

#subCenter ol, #subCenter2COLUMN ol, #subRight ol {
	margin-left:35px;
	padding-left:0;
}

#subCenter ul li, #subCenter ol li, #subCenter2COLUMN ul li, #subCenter2COLUMN ol li, #subRight ul li, #subRight ol li { 
	margin: 5px 0;
}

#subRight {
	width: 180px;
}
#subRight img {
	margin-bottom:20px;
}

#subPageContent { 
	clear:both;
	margin:20px 0 20px 0;
}
#subPageContent .clearLeft { 
	margin-left: 240px;
}
#subPageContent h1 {
	padding: 0 20px;
}

#subPageContent .sectionListContainerOn {
	background: #EBF1D7;
}
#subPageContent .sectionListContainerOn p, #subPageContent .sectionListContainerOff p {
	padding: 0 20px;
}
#subPageContent .sectionListContainerOn, #subPageContent .sectionListContainerOff {
	padding: 10px 0;
	color: #000;
}

#subCenter1COLUMN {
	padding: 0 25px;
	margin-top:20px;
	float:left;
	width: 650px;
}

/****************************************
  EVENT DISPLAY
****************************************/

.chapterEventContainer{padding:8px 0px 20px 6px; display:none; border-bottom:1px solid #eee; }
.chapterEventContainerTitle{padding:8px 0px 6px 6px; display:block;}
.plusMinus{font-weight:normal; font-size:10px; color:#000;}
.eventTD{padding:0px 0px 8px 0px;}
.eventTitle{font-size:12px; font-weight:bold;}
.eventDateTime{font-weight:bold; color:#666;}
.eventDetails{line-height:1.75; color:#333;}

/****************************************
  SEARCH RESULTS
****************************************/


.searchResultsList td { 
	padding: 7px;
	line-height: 15px;
}
.searchResultsList #resultsTable .editBTN td { 
	padding:1px;
}
.searchResultsList #resultsTable .editBTN input{width:54px; font-size:9px; font-family:Verdana, Arial, Helvetica, sans-serif;}
.searchResultsNone {
	margin: 20px 0;
	font-weight:bold;
}

/****************************************
  FOOTNOTE STYLES
****************************************/
#footnote {
	text-align:left;
	padding: 10px 20px;
	clear:both;
}
#footnote h1 {
	font-weight:normal;
	color:#808080;
	font-size:14px;
}
#footnote p {
	color:#808080;
	width:350px;
}
/****************************************
  FOOTER STYLES
****************************************/
#footer {
	border-top: 1px solid #E0E5DF;
	padding: 10px 0 14px 0;
	*padding: 10px 0 12px 0;
	overflow: hidden;
}
#footer ul {
	margin: 3px auto 0 auto;
	width: 300px;
	text-align: center;
	list-style: none;
	color: #656565;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer ul li {
	float:left;
	margin: 0;
	padding:0 10px;
	background: url(/images/footer_border.jpg) no-repeat right;
}
#footer a {
	color: #656565;
}



/****************************************
  FORM ELEMENTS
****************************************/
input, select, textarea{border:solid 1px #999; font-weight:normal;}

input, select, textarea{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}

/****************************************
  IE 6 Fixes - HEADER
****************************************/

* html #header p {
	float:left;
	margin: 40px 0 0 150px;
	width:400px;
	text-align:left;
	font-size: 16px;
	font-weight:bold;
	color:#000;
}

/****************************************
  IE 6 Fixes - HOME PAGE
****************************************/
* html #homeLeft, * html #homeCenter {
	padding-top:30px;
}

/****************************************
  IE 6 Fixes - LANDING PAGE CONTENT
****************************************/

* html ul.subLinks li ul li div { 
	padding-left: auto;
}


/****************************************
  AVIBE ADDITIONS
****************************************/
.avibe{
	color:#13669A;
}
div.headerUtility {
	padding-top: 12px;
	float: right;
}
div.utilityNavigation {
	float: right;
}
span.headerDarkGreen {
	color: #044b10;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.cap18 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.homeContentEnd, .contentEnd {
	clear: both;
	margin: 0 auto;
	width: 758px;
	height: 10px;
	background: url(/images/home-content-end.png);
}
div.quickNav, div.adminNav, div.boardNav {
	position: absolute;
	margin-top: 77px;
	margin-left: 210px;
	*margin-left: -165px;
	width: 550px;
}
div.adminNav {
	margin-top: 41px;
}
div.boardNav {
	margin-top: 4px;
}

.png{
	behavior: url( /iepngfix.htc );
}