/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font-size:100%}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: #fff url(http://coloradobankers.org/images/site/background.jpg) center 6px repeat-x;
  font: normal 62.5% FreeSans, "Segoe UI", Helvetica, Arial, sans-serif;
  color: #000;
  text-align: center;
  border-top: 6px solid #007655;
}

body#home {
  background: #fff url(http://coloradobankers.org/images/site/background-home.jpg) center top no-repeat;
}


a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----Framework----*/

.clear {
  clear: both;
}

.no-display {
  display: none;
}

#wrap {
  width: 897px;
  margin: 0 auto;
  text-align: left;
  background: url(http://coloradobankers.org/images/site/container-background.png) left top no-repeat;
  padding: 0 19px 0 20px;
}

#footer {
  background: url(http://coloradobankers.org/images/site/footer-background.gif) left top repeat-x;
}


/*----End Framework----*/
/*---------------------------------------------------------------------*/
/*----Header----*/

#header {
  padding: 0 5px 0 2px;
}


#logo {
  padding-top: 13px;
  display: block;
  float: left;
}

#toplinks {
  float: right;
  background: #007655 url(http://coloradobankers.org/images/site/toplinks-left.gif) left bottom no-repeat;
}

#toplinks ul {
  background: url(http://coloradobankers.org/images/site/toplinks-right.gif) right bottom no-repeat;
  height: 28px;
}

#toplinks li {
  display: block;
  float: left;
  padding-right: 18px;
}

#toplinks li a {
  color: #fff;
  font-size: 1.1em;
  line-height: 23px;
  display: block;
  float: left;
  padding: 0 0 5px 30px;
}

#toplinks li.home a {
  background: url(http://coloradobankers.org/images/site/icon-home.gif) 12px 6px no-repeat;
}

#toplinks li.bookmark a {
  background: url(http://coloradobankers.org/images/site/icon-add.gif) 12px 6px no-repeat;
}

#toplinks li.sitemap a {
  background: url(http://coloradobankers.org/images/site/icon-sitemap.gif) 12px 6px no-repeat;
  padding: 0 0 5px 25px;
}

#header form {
  clear: right;
  float: right;
  padding-top: 30px;
}


#header form input#keywords {
  background: url(http://coloradobankers.org/images/site/search.gif) left top no-repeat;
  border: 0 none;
  width: 274px;
  height: 21px;
  font-size: 17px;
  color: #acacac;
  font-family: FreeSans, "Segoe UI", Helvetica, Arial, sans-serif;
  padding: 2px 10px 4px;
  float: left;
  margin-right: 7px;
}


/*----End Header----*/
/*---------------------------------------------------------------------*/
/*----Nav----*/

#nav {
  clear: both;
  padding: 16px 5px 6px 2px;
  height: 35px;
  margin-bottom: 10px;
  background: url(http://coloradobankers.org/images/site/nav-background.gif) left bottom no-repeat;
}

#nav li {
  display: block;
  float: left;
  position: relative;
  z-index: 10;
}

#nav li a {
  display: block;
  float: left;
  height: 35px;
  text-indent: -9999px;
}

#nav li a:hover, #nav li:hover a {
  background-position: left bottom;
}

#nav a.about {
  width: 134px;
  background: url(http://coloradobankers.org/images/site/nav-about.png) left top no-repeat;
}

#nav a.development {
  width: 188px;
  background: url(http://coloradobankers.org/images/site/nav-development.png) left top no-repeat;
}

#nav a.resources {
  width: 140px;
  background: url(http://coloradobankers.org/images/site/nav-resources.png) left top no-repeat;
}

#nav a.relations {
  width: 166px;
  background: url(http://coloradobankers.org/images/site/nav-relations.png) left top no-repeat;
}

#nav a.information {
  width: 169px;
  background: url(http://coloradobankers.org/images/site/nav-information.png) left top no-repeat;
}

#nav a.contact {
  width: 93px;
  background: url(http://coloradobankers.org/images/site/nav-contact.png) left top no-repeat;
}

#nav li ul, #nav li:hover li ul {
  display: none;
}

#nav li:hover ul {
  display: block;
  position: absolute;
  left: -1px;
  top: 34px;
  border: 1px solid #ececec;
  background: url(http://coloradobankers.org/images/site/nav-dropdown.png) left top repeat;
  z-index: 1000;
  width: 100%;
  -moz-box-shadow: 2px 2px 10px #333;
  -webkit-box-shadow: 2px 2px 10px #333;
  box-shadow: 2px 2px 10px #333;
}

#nav li li {
  float: none;
}

#nav li li a {
  text-indent: 0;
  float: none;
  text-align: center;
  height: auto;
  color: #fff;
  padding: 7px 7px 8px;
  background: url(http://coloradobankers.org/images/site/nav-dots.gif) left bottom repeat-x;
  height: 1%;
  font-size: 1.2em;
}

#nav li li.last a {
  background: none;
  padding: 7px;
}

#nav li li a:hover {
  background-color: #007655;
  text-decoration: none;
}


/*----End Nav----*/
/*---------------------------------------------------------------------*/
/*----Home----*/

#home-left {
  float: left;
  padding: 0 0 0 2px;
}

#home-right {
  float: left;
}

#home-left h1 {
  font-size: 1.5em;
  color: #007655;
  margin-bottom: .7em;
}

#home-left p {
  color: #777;
  font-size: 1.2em;
  margin-bottom: 1em;
}

#home-left p a {
	color: #F79E00;
	font-weight: bold;
	}
#home-left .links {
  width: 60%;
}


#home-left .links li {
  padding-left: 24px;
  line-height: 27px;
  margin-bottom: 3px;
}

#home-left .links li.more {
  background: url(http://coloradobankers.org/images/site/icon-more.gif) left top no-repeat;
}

#home-left .links li.video {
  background: url(http://coloradobankers.org/images/site/icon-video.gif) left top no-repeat;
}

#home-left .links a {
  font-size: 1.2em;
  color: #777;
  display: block;
  background: url(http://coloradobankers.org/images/site/arrow-green.gif) right center no-repeat;
  padding-right: 21px;
  text-transform: uppercase;
  font-weight: bold;
}

#home-left .links a:hover {
  color: #007655;
}

#home-left .cols2 {
  width: 431px;
  height: 233px;
  padding: 13px 16px 16px 13px;
  float: left;
  background: url(http://coloradobankers.org/images/site/home-box-background.png) left top no-repeat;
}

#home-left .cols2 h2 {
  font-size: 2.2em;
  line-height: 1em;
  font-weight: bold;
  color: #2b2b2b;
  margin-bottom: .7em;
}

#home-left .cols2 p {
  color: #525252;
}

#home-left .cols2 p a {
  color: #007655;
  font-weight: bold;
}

#home-left .cols2 .home-callout {
  height: 213px;
  padding: 20px 10px 0 260px;
}

#home-left .cols2 .home1 {
  background: url(http://coloradobankers.org/images/site/home1.jpg) -1px -1px no-repeat;
}

#home-left .cols2 .home2 {
  background: url(http://coloradobankers.org/images/site/home2.jpg) -1px -1px no-repeat;
}

#home-left .cols2 .home3 {
  background: url(http://coloradobankers.org/images/site/home3.jpg) -1px -1px no-repeat;
}

#home-left .cols2 .home4 {
  background: url(http://coloradobankers.org/images/site/home4.jpg) -1px -1px no-repeat;
}

#home-left .cols2 .home5 {
  background: url(http://coloradobankers.org/images/site/home5.jpg) -1px -1px no-repeat;
}


#home-left .col1 {
  width: 208px;
  float: left;
  margin-right: 26px;
  margin-bottom: 24px;
  position: relative;
  height: 375px;
}

#home-left .col1 h2 {
  background: url(http://coloradobankers.org/images/site/dots-grey.gif) left bottom repeat-x;
  font-size: 2.6em;
  color: #777;
  padding-bottom: 1px;
  margin-bottom: 10px;
}

#home-left .col1 h2 a {
  padding-left: 33px;
  display: block;
  color: #777;
  padding-bottom: 3px;
}

#home-left .col1 h2 a:hover {
  text-decoration: none;
}

#home-left .col1 h2.news a {
  background: url(http://coloradobankers.org/images/site/icon-news.gif) left bottom no-repeat;
}

#home-left .col1 h2.events a {
  background: url(http://coloradobankers.org/images/site/icon-events.gif) left bottom no-repeat;
}

#home-left .col1 h2.issues a {
  background: url(http://coloradobankers.org/images/site/icon-issues.gif) left bottom no-repeat;
}

#home-left .col1 dt {
  font-size: 1.2em;
  font-weight: bold;
  color: #007655;
}

#home-left .col1 dt a {
  color: #007655;
  clear: left;
  display: block;
}

#home-left .col1 dd {
  margin-bottom: 1.5em;
}

#home-left .col1 dd p {
  margin-bottom: 0;
  color: #2c2c2c;
}

#home-left .col1 dd a {
  font-weight: bold;
  color: #f79e00;
  text-transform: uppercase;
}

#home-left .col1 dt span.date {
  background: #007655;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  padding: 3px 6px;
  float: left;
}

#home-left .col1 .readmore {
  background: url(http://coloradobankers.org/images/site/dots-readmore.gif) left top repeat-x;
  height: 43px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

#home-left .col1 .readmore a {
  line-height: 43px;
  background: url(http://coloradobankers.org/images/site/arrow-orange.gif) right center no-repeat;
  font-size: 1.8em;
  color: #656565;
  display: block;
}

#home-left .noheight {
  height: auto;
}


/*----End Home----*/
/*---------------------------------------------------------------------*/
/*----Footer----*/

#footer #footerlinks {
  width: 897px;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
}


#footer #footerlinks div {
  float: left;
  margin-right: 40px;
  margin-bottom: 30px;
}

#footer h1 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 4px;
}

#footer h1 a {
  color: #3b7555;
}

#footer ul li {
  font-size: 1.1em;
  margin-bottom: 4px;
}

#footer ul li a {
  color: #838383;
}

#footer p {
  color: #a8a8a8;
  text-align: center;
}

#footer p a {
  color: #a8a8a8;
}

#footer #footerlinks div.clear {
  float: none;
  margin: 0;
}


/*----End Footer----*/
/*---------------------------------------------------------------------*/
/*----Content----*/

#content {
  width: 474px;
  margin: 0 0 20px 20px;
  float: left;
}

#content h1 {
  font-size: 2.4em;
  font-weight: bold;
  color: #007655;
  margin-bottom: .5em;
}

#content h2, #content legend {
  font-size: 1.8em;
  font-weight: bold;
  color: #777;
  margin-bottom: .65em;
  background: url(http://coloradobankers.org/images/site/dots-grey.gif) left bottom repeat-x;
}

#wrap .wide .commcenter .col1 h2, #wrap .wide .commcenter .col1 h2 a, #wrap .wide .commcenter .col1 .readmore a {
  font-weight: normal;
}

#wrap .wide .commcenter .col1 {
  height: 300px;
}


#content h3 {
  font-size: 1.4em;
  font-weight: bold;
  color: #777;
  margin-bottom: .65em;
}

#content h4 {
  font-size: 1.4em;
  font-weight: bold;
  color: #007655;
  margin-bottom: .65em;
}

#content p {
  color: #777;
  margin-bottom: 1em;
  font-size: 1.2em;
  line-height: 1.3em;
}

#content p img {
  float: right;
  margin: 0 0 10px 10px;
}


#content ul {
  margin-left: 20px;
  margin-bottom: 1em;
}

#content ul ul {
  margin-left: 20px;
  margin-bottom: 1em;
  margin-top: 1em;
}

#content ul li {
  font-size: 1.2em;
  line-height: 1.3em;
  list-style: disc;
  margin-bottom: .5em;
  color: #777;
}

#content ul ul li {
  font-size: 1em;
}


#content a {
  color: #F79E00;
  font-weight: bold;
}

#content a.buttonlink {
  display: block;
  float: left;
  border: 3px solid #f1f1f1;
  padding: 10px 35px 10px 10px;
  font-size: 1.4em;
  font-weight: normal;
  color: #656565;
  background: url(http://coloradobankers.org/images/site/arrow-orange-right.gif) right center no-repeat;
  margin: 0 5px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}


#content ol {
  margin-left: 30px;
  margin-bottom: 1em;
}

#content dd ol {
  padding-top: 10px;
}


#content ol li {
  font-size: 1.2em;
  line-height: 1.3em;
  list-style: decimal;
  margin-bottom: .5em;
  color: #777;
}

#content table.listing thead th {
  background: #007655;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  padding: 5px 10px;
}

#content table.listing thead th.desc span {
  display: block;
  padding-right: 15px;
  background: #007655 url(http://coloradobankers.org/images/site/icon-desc.gif) right center no-repeat;
}

#content table.listing thead th.asc span {
  display: block;
  padding-right: 15px;
  background: #007655 url(http://coloradobankers.org/images/site/icon-asc.gif) right center no-repeat;
}

#content table.listing tbody td {
  padding: 5px 10px;
  vertical-align: top;
  font-size: 1.1em;
  color: #494949;
}

#content table.listing tbody td p {
  font-size: 1em;
  color: #494949;
}

#content table.listing tbody td ol li {
  font-size: 1em;
  color: #494949;
}

#content table.listing tr.even td {
  background: #edf3f1;
}

#content table.listing tbody td a {
  color: #007655;
}

#content ul.issuelinks {
  margin: 0;
  margin-bottom: 2em;
  background: url(http://coloradobankers.org/images/site/dots-grey.gif) left bottom repeat-x;
  padding-bottom: 3px;
}

#content ul.issuelinks li {
  list-style: none;
  line-height: 27px;
}


#content ul.issuelinks li a {
  font-size: 1.6em;
  color: #777;
  font-weight: normal;
  background: url(http://coloradobankers.org/images/site/arrow-orange.gif) 100px center no-repeat;
  line-height: 27px;
  display: block;
}

#content .resources ul {
  width: 30%;
  float: left;
  margin-left: 0;
  margin-right: 10px;
}

#content .resources li {
  list-style: none;
  font-size: 1.2em;
}

#content .resources h3 {
  font-size: 1.3em;
  color: #007655;
  text-transform: uppercase;
}

#content .resources a {
  color: #777;
}

#content .issuelinks .registration {
  float: right;
  text-align: right;
}

#content .issuelinks .registration form {
  padding: 5px 0;
}

#content .issuelinks .registration a.foxycart {
  font-size: 1.4em;
  font-weight: bold;
  color: #007655;
}

#content .issuelinks .registration a {
  font-size: 1.2em;
  font-weight: bold;
  color: #007655;
}

#content img.photo {
  float: right;
  margin: 0 0 10px 10px;
}

#content blockquote {
  font-size: 1.8em;
  color: #007655;
  margin-bottom: 1em;
}


/*----End Content----*/
/*---------------------------------------------------------------------*/
/*----Sidebars----*/

.sidebar {
  width: 192px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.sidebar ul {
  margin-left: 20px;
  padding: 10px 0;
}

.sidebar ul li {
  font-size: 1.4em;
  margin-bottom: 3px;
}

.sidebar ul li a {
  color: #fff;
}

.sidebar ul li a:hover {
  color: #ffdc7b;
  text-decoration: none;
}

.sidebar ul ul {
  margin-left: 10px;
  padding: 0;
}

.sidebar ul ul li {
  font-size: .8em;
  font-weight: bold;
}

.sidebar ul ul li a {
  padding-left: 10px;
  background: url(http://coloradobankers.org/images/site/bullet-line.gif) left 6px no-repeat;
}

.sidebar ul ul li a:hover {
  background: url(http://coloradobankers.org/images/site/bullet-line-orange.gif) left 6px no-repeat;
  color: #F79E00;
}

.sideblock p {
  padding: 0 10px 10px;
  font-size: 1.1em;
}

.sideblock p a {
  color: #F79E00;
  font-weight: bold;
}


.sideblock {
  background: url(http://coloradobankers.org/images/site/side-block-back.png) left top repeat-y;
  margin-bottom: 2em;
}

.sideblock .top {
  background: url(http://coloradobankers.org/images/site/side-block-top.png) left top no-repeat;
}

.sideblock .bottom {
  background: url(http://coloradobankers.org/images/site/side-block-bottom.png) left bottom no-repeat;
  padding: 3px 10px 5px 3px;
}

.sideblock h1 {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 29px;
  padding-left: 8px;
}

.sideblock h1.login {
  background: url(http://coloradobankers.org/images/site/header-login.gif) left top no-repeat;
  padding-left: 28px;
  position: relative;
  width: 151px;
  left: -3px;
  top: -3px;
  padding: 3px 10px 0 31px;
}

.sideblock form {
  padding: 10px 10px 37px;
  position: relative;
}


.sideblock label {
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 3px;
}

.sideblock input.textbox {
  background: #fff;
  border: 2px solid #eaeaea;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  color: #acacac;
  font-family: FreeSans, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  padding: 3px;
  margin-bottom: 7px;
  width: 154px;
}

.sideblock select {
  background: #fff;
  border: 2px solid #eaeaea;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  color: #acacac;
  font-family: FreeSans, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  padding: 3px;
  margin-bottom: 7px;
  width: 164px;
}


.sideblock input.submit {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.sideblock form p {
  color: #fff;
  font-weight: bold;
  float: left;
}

.sideblock form p a {
  color: #F79E00;
}

.sidebar .video {
  width: 185px;
  height: 119px;
  line-height: 119px;
  background: #eaeaea;
  margin: 3px 5px 5px 3px;
  clear: both;
}

.sideplayer {
  margin: 0 0 2em 3px;
}

.sidebar .callout {
  margin: 0 0 2em 3px;
}

.sidebar .callout div {
  padding: 10px 12px 12px;
}


.sidebar .callout h1 {
  font-size: 2.2em;
  font-weight: bold;
  color: #F79E00;
  line-height: 1em;
  margin-bottom: 10px;
}

.sidebar .callout p {
  font-size: 1.2em;
  font-weight: bold;
}

.sidebar .callout p a {
  color: #F79E00;
}


.sidebar .White p {
  color: #007655;
}

.sidebar .Green p {
  color: #fff;
}

.sidebar .Grey p {
  color: #fff;
}

.sidebar .White {
  background: url(http://coloradobankers.org/images/site/callout-top-white.gif) left top no-repeat;
  width: 184px;
}

.sidebar .White div {
  background: url(http://coloradobankers.org/images/site/callout-bottom-white.gif) left bottom no-repeat;
}

.sidebar .Green {
  background: url(http://coloradobankers.org/images/site/callout-top-green.gif) left top no-repeat;
  width: 184px;
}

.sidebar .Green div {
  background: url(http://coloradobankers.org/images/site/callout-bottom-green.gif) left bottom no-repeat;
}

.sidebar .Grey {
  background: url(http://coloradobankers.org/images/site/callout-top-grey.gif) left top no-repeat;
  width: 184px;
}

.sidebar .Grey div {
  background: url(http://coloradobankers.org/images/site/callout-bottom-grey.gif) left bottom no-repeat;
}


.sidebar .padding {
  padding: 0 3px 2em;
}

.sidebar .padding h1 {
  background: url(http://coloradobankers.org/images/site/dots-grey.gif) left bottom repeat-x;
  font-size: 1.6em;
  text-transform: uppercase;
  color: #007655;
  font-weight: bold;
  margin-bottom: .8em;
}

.sidebar .padding h2 {
  font-size: 1.3em;
  color: #007655;
  font-weight: bold;
  margin-bottom: 0;
}

.sidebar .padding p {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-bottom: 1em;
}


/*----End Sidebars----*/
/*---------------------------------------------------------------------*/
/*----Calendar----*/

.calendar {
  border: 1px solid #d6d5d2;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  padding: 9px 4px 4px;
  margin-bottom: 2em;
}

.calendar table {
  width: 100%;
}

.calendar td {
  border: 5px solid #fff;
  font-size: 2.4em;
  font-weight: bold;
  color: #007655;
  line-height: 55px;
  background: url(http://coloradobankers.org/images/site/calendar-background.gif) right bottom no-repeat;
  text-align: center;
  width: 66px;
}


.calendar tr.calendarHeader {
  border: 5px solid #fff;
  border-width: 0 5px;
}

.calendar tr.calendarHeader th div {
  background: #007655;
  padding: 8px;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  line-height: 16px;
  height: 16px;
}

.calendar tr.calendarHeader div.topleft {
  -moz-border-radius-topleft: 9px;
  -webkit-border-top-left-radius: 9px;
  border-radius-topleft: 9px;
  text-align: left;
}

.calendar tr.calendarHeader div.topright {
  -moz-border-radius-topright: 9px;
  -webkit-border-top-right-radius: 9px;
  border-radius-topright: 9px;
  text-align: right;
}

.calendar td.calendarDayHeading {
  background: #00d2a0;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 3px;
  line-height: 14px;
}

.calendar td.calendarBlank {
  color: #d6d5d2;
}

.calendar td a {
  display: block;
  background: #fff;
  border: 5px solid #F79E00;
  line-height: 45px;
  color: #007655;
}


#content dt {
  font-size: 1.2em;
  font-weight: bold;
  color: #007655;
}

#content dt a {
  color: #007655;
  display: block;
  clear: both;
}

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

#content dd p {
  margin-bottom: 0;
  color: #2c2c2c;
}

#content dd a {
  font-weight: bold;
  color: #f79e00;
  text-transform: uppercase;
}

#content dt span.date {
  background: #007655;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  padding: 3px 6px;
  float: left;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
}


/*----End Calendar----*/
/*---------------------------------------------------------------------*/
/*----Content Wide----*/

#wrap .wide {
  width: 686px;
  margin: 0 0 20px 10px;
}

#wrap .wide .col1 {
  width: 208px;
  float: left;
  margin-right: 20px;
  margin-bottom: 24px;
  position: relative;
  height: 375px;
}

#wrap .wide .col1 h2 {
  background: url(http://coloradobankers.org/images/site/dots-grey.gif) left bottom repeat-x;
  font-size: 2.6em;
  color: #777;
  padding-bottom: 1px;
  margin-bottom: 10px;
  font-weight: normal;
}

#wrap .wide .col1 h2 a {
  padding-left: 33px;
  display: block;
  color: #777;
  padding-bottom: 3px;
}

#wrap .wide .col1 h2 a:hover {
  text-decoration: none;
}

#wrap .wide .col1 h2.news a {
  background: url(http://coloradobankers.org/images/site/icon-news.gif) left bottom no-repeat;
}

#wrap .wide .col1 h2.events a {
  background: url(http://coloradobankers.org/images/site/icon-events.gif) left bottom no-repeat;
}

#wrap .wide .col1 h2.issues a {
  background: url(http://coloradobankers.org/images/site/icon-issues.gif) left bottom no-repeat;
}

#wrap .wide .col1 dt {
  font-size: 1.2em;
  font-weight: bold;
  color: #007655;
}

#wrap .wide .col1 dt a {
  color: #007655;
  clear: left;
  display: block;
}

#wrap .wide .col1 dd {
  margin-bottom: 1.5em;
}

#wrap .wide .col1 dd p {
  margin-bottom: 0;
  color: #2c2c2c;
}

#wrap .wide .col1 dd a {
  font-weight: bold;
  color: #f79e00;
  text-transform: uppercase;
}

#wrap .wide .col1 dt span.date {
  background: #007655;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  padding: 3px 6px;
  float: left;
  font-size: 1em;
}

#wrap .wide .col1 .readmore {
  background: url(http://coloradobankers.org/images/site/dots-readmore.gif) left top repeat-x;
  height: 43px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

#wrap .wide .col1 .readmore a {
  line-height: 43px;
  background: url(http://coloradobankers.org/images/site/arrow-orange.gif) right center no-repeat;
  font-size: 1.8em;
  color: #656565;
  display: block;
}

.commcenter .box {
  border: 1px solid #d3d3d3;
  padding: 3px;
  float: left;
  margin-bottom: 2em;
}

#wrap .wide .commcenter .box h2 {
  background: url(http://coloradobankers.org/images/site/commcenter-gradient.gif) left bottom repeat-x;
  line-height: 30px;
  font-size: 1.4em;
  padding: 0 5px;
  color: #2a2a2a;
}

.commcenter .forum {
  width: 325px;
}

#content .commcenter .forum a {
  color: #007655;
}

#content .commcenter .forum p {
  margin: 5px 5px 1em;
  padding-bottom: 10px;
  background: url(http://coloradobankers.org/images/site/dots-grey.gif) left bottom repeat-x;
}

#content .commcenter .forum blockquote p {
  padding: 0;
  background: none;
  font-size: 1em;
  margin: 0;
}

#content .commcenter .forum blockquote {
  margin: 5px;
  background: url(http://coloradobankers.org/images/site/quote.gif) left top no-repeat;
  padding-left: 40px;
  font-style: italic;
  font-size: 1.2em;
  line-height: 1.5em;
  color: #535353;
}

.commcenter .forum cite {
  display: block;
  font-style: normal;
  color: #535353;
}

.commcenter .message {
  width: 325px;
  margin-left: 20px;
}

.commcenter .message p {
  margin: 5px 5px 1em;
}


/*----End Content Wide----*/
/*---------------------------------------------------------------------*/
/*----Video----*/

#video {
  padding: 12px;
  border: 1px solid #d4d4d4;
  margin-bottom: 2em;
}

#video .details {
  float: right;
  width: 180px;
}

#content ul#videolist {
  margin: 0;
}

#content ul#videolist li {
  list-style: none;
  padding:15px 20px;
  clear: both;
  cursor: pointer;
}

#content ul#videolist li a {
  color: #007655;
}

#content ul#videolist li a:hover {
  text-decoration: none;
}


#content ul#videolist li:hover {
  background: #efefef;
}

#content ul#videolist img {
  float: left;
  margin-right: 20px;
}

#content ul#videolist .title {
  margin-right: 144px;
  margin-left: 140px;
}

#content ul#videolist .title h1 {
  font-size: 1.2em;
  color: #007655;
}

#content ul#videolist .title p {
  font-size: .9em;
}

#content ul#videolist .details {
  float: right;
  width: 124px;
}

#content ul#videolist .details ul {
  margin: 0;
}

#content ul#videolist .details li {
  font-size: 1em;
  padding: 0;
}


/*----End Video----*/
/*---------------------------------------------------------------------*/
/*----Affiliates----*/

#content .affiliate h3 {
  color: #007655;
  font-size: 1.5em;
  margin-bottom: 0;
}

#content .affiliate strong {
  color: #007655;
}

#content .affiliate {
  margin-bottom: 2em;
}

#content .preferred {
  border: 1px solid #007655;
  border-width: 0 3px 0 2px;
  padding: 0 10px;
}

#content .affiliate img.logo {
  float: right;
  margin: 0 0 10px 10px;
}


/*----End Affiliates----*/
/*---------------------------------------------------------------------*/
/*----Poll----*/

#content .poll {
  margin-bottom: 2em;
}


#content .poll li {
  list-style: none;
}
#content .lg-poll .lg-poll-results {width:auto;}
#content .lg-poll .lg-poll-results li {
/*margin-left: 76px;*/

}
#content .lg-poll .lg-poll-results li small {
color: #000;
}
#content .lg-poll .lg-poll-results li .answer {
width: 70px;
left: -76px;
}


.lg-poll {position:relative;}
.lg-poll #loading {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../../img/throbber.gif) no-repeat scroll left center;
padding-left:22px;
position:absolute;
right:0;
top:94px;
}
.lg-poll .has-voted {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F1F6E7 url(../../img/icon_accept.png) no-repeat scroll 8px 8px;
border:1px solid #D5E5B9;
padding:8px 8px 8px 30px;
}
.lg-poll label, .lg-poll p {
display:block;
float:none;
margin:0;
padding:0;
width:auto;
}
.lg-poll form {margin:0;}
.e-lg-polls .lg-poll form ul, .e-lg-polls .lg-poll form ul li, .e-lg-polls .lg-poll .submit {
clear:none;
display:inline;
float:left;
list-style-type:none;
margin:0;
padding:0;
}
.sidebar .lg-poll ul {
  margin-left: 0;
}


.e-lg-polls .lg-poll .lg-polls-answers li label {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F2F2F2 none repeat scroll 0 0;
border:1px dotted #D9D9D9;
margin-right:8px;
padding:4px;
}
.sidebar ul.lg-polls-answers li {
font-size: 12px;
}
.e-lg-polls .lg-poll .lg-polls-answers li label * {
margin:0;
vertical-align:middle;
}
.lg-poll .lg-poll-results {width:186px;}
.lg-poll .lg-poll-results ul {
font-size:11px;
margin:0 0 18px;
}
.lg-poll .lg-poll-results li {
border:1px solid #FFFFFF;
list-style-type:none;
margin-bottom:5px;
/*margin-left:45px; */
/*
margin-right:76px;
*/
padding:2px;
position:relative;
font-size: 11px;
line-height: 11px;
}
/*.lg-poll .lg-poll-results li .answer {
left:-45px;
position:absolute;
text-align:right;
width:40px;
}*/
.lg-poll .lg-poll-results li .answer {
display: block;
}
.lg-poll .lg-poll-results li .answer-total-votes {
position:absolute;
right:-86px;
width:71px;
}
.lg-poll .lg-poll-results li .percentage small {
display:block;
font-size:11px;
padding: 2px 2px 2px 5px;
}
.lg-poll .lg-poll-results li.a-0 {
border-color:#BD4142;
margin-right:76px;
margin-bottom: 1em;
}
.lg-poll .lg-poll-results li.a-0 .percentage {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#BD4142 none repeat scroll 0 0;
}
.lg-poll .lg-poll-results li.a-1 {
border-color:#F7BA29;
margin-right:76px;
margin-bottom: 1em;
}
.lg-poll .lg-poll-results li.a-1 .percentage {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F7BA29 none repeat scroll 0 0;
}
.lg-poll .lg-poll-results li.a-2 {
border-color:#EFEB08;
margin-right:76px;
margin-bottom: 1em;
}
.lg-poll .lg-poll-results li.a-2 .percentage {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EFEB08 none repeat scroll 0 0;
}
.lg-poll .lg-poll-results li.a-3 {
border-color:#5A7DD6;
margin-right:76px;
margin-bottom: 1em;
}
.lg-poll .lg-poll-results li.a-3 .percentage {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#5A7DD6 none repeat scroll 0 0;
}
.lg-poll .lg-poll-results li.a-4 {
border-color:#73A25A;
margin-right:76px;
margin-bottom: 1em;
}
.lg-poll .lg-poll-results li.a-4 .percentage {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#73A25A none repeat scroll 0 0;
}
.lg-poll .lg-poll-results li.a-5 {
border-color:#9CCB21;
margin-right:76px;
margin-bottom: 1em;
}
.lg-poll .lg-poll-results li.a-5 .percentage {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#9CCB21 none repeat scroll 0 0;
}
.lg-poll #pie-chart img {
display:block;
margin:0 auto 18px;
}

#content .lg-poll form span {
  margin-left: 0px;
  display: inline;
}

#content .lg-poll form label {
  display: block;
  float: none;
  text-align: left;
  width: auto;
}


/*----End Affiliates----*/
/*---------------------------------------------------------------------*/
/*----Form----*/

#content form {
  padding: 0 20px 2em;
}

#content form label {
  display: block;
  float: left;
  width: 170px;
  text-align: right;
  font-size: 1.2em;
  margin-right: 5px;
  color: #007655;
  line-height: 19px;
}

#content form input.textbox, #content form input.vz_url_field {
  border: 1px solid #d5d5d5;
  font-size: 1.4em;
  padding: 2px;
  margin-bottom: 5px;
  width: 250px;
  color: #777;
  background: #fff;
}

#content form select {
  border: 1px solid #d5d5d5;
  font-size: 1.4em;
  padding: 2px;
  margin-bottom: 5px;
  width: 150px;
  color: #777;
}

#content form textarea {
  border: 1px solid #d5d5d5;
  font-size: 1.4em;
  padding: 2px;
  margin-bottom: 5px;
  width: 450px;
  height: 150px;
  color: #777;
  background: #fff;
}

#content form span {
  display: block;
margin-left: 180px;
}

#content form input.submit {
  margin-left: 180px;
}
/*----End Form----*/
/*---------------------------------------------------------------------*/
/*----Content Wide----*/

#wrap .search dt a {
  clear: none;
}

/*----End Calendar----*/

#fc_payment {background: url(http://coloradobankers.org/images/site/checkout-card-logos.png) center 15px  no-repeat;}