body  {
  margin: 0;
  padding: 0;
  background: #fff;
  font: 12px Arial, Sans-serif;
  color: #333333;
}

#container  {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
}

#home #container {
  background: #fff url(../images/home_bg_loop.gif) repeat-y;
}

a img {
  border: none;
}

/* --------- Top Nav and Util Nav Rules ----------- */

#top {
  width: 800px;
  height: 73px;
  margin: 0;
  background: url(../images/top_bg.gif) no-repeat;
}

#topnav {
  clear: both;
  float: right;
  display: inline;
  text-align: right;
  margin: 5px 30px 0 0;
}

* html #topnav {
  margin: 4px 30px 0 0;
}

#topnav a {
  text-align: center;
  text-decoration: none;
  font-size: 10px;
  color: #FBEF99;
  float: left;
  display: block;
  height: 32px;
  background: url(../images/topnav_border.gif) no-repeat left;
  padding: 0 10px;
}

body.category_aboutccwc a#nav_about, body.category_becomeamember a#nav_member, body.category_governmentaffairs a#nav_gov, body.category_upcomingevents a#nav_events, body.category_workerscompresources a#nav_resources {
  background: url(../images/topnav_over_bg.gif) repeat-x;
  color: #fff;
}

#topnav a:hover, a#active {
  background: url(../images/topnav_over_bg.gif) repeat-x;
  color: #fff;
}

#topnav a span.double {
  display: block;
  margin: 4px 0 0 0;
}

* html #topnav a span.double {
  margin: 2px 0 0 0;
}

/* New Styles for Osmos */

#topnav li {
  display: block;
  margin: 4px 0 0 0;
}

* html #topnav li {
  margin: 2px 0 0 0;
}

/* End new styles */

#topnav a span.single {
  display: block;
  margin: 10px 0 0 0;
}

* html #topnav a span.single {
  margin: 8px 0 0 0;
}

#unav {
  float: right;
  margin: 22px 35px 0 0;
}

#unav a {
  font-size: 10px;
  display: inline;
  text-decoration: none;
  color: #B7B7B7;
  padding: 0 5px;
}

#unav a:hover {
  color: #333;
}

#top a.link_home {
  float: left;
  display: block;
  width: 350px;
  height: 50px;
  margin: -20px 0 0 0;
}

* html #top a.link_home {
  margin: 15px 0 0 0;
}

/* ------------ Header Image Rules --------- */

#header {
  width: 800px;
  height: 128px;
  margin: 0;
}

#header a {
  font-style: italic;
  color: #CAE8ED;
}

#header p {
  margin: 0 55px 0 260px;
  color: #333;
  padding: 5px 0 0;
}

#header h3 {
  margin: 0 0 0 260px;
  color: #fff;
  padding: 44px 0 0 0;
  font-weight: normal;
  font-size: 20px;
}

#header.home p {
  margin: 0 55px 0 382px;
}

#header.home h3 {
  margin: 0 0 0 382px;
  padding: 35px 0px 0px;
}

#header.home {
  height: 197px;
  background: url(../images/home_header.jpg) no-repeat;
}

.about {
  background: url(../images/about_header.jpg) no-repeat;
}

.govaffairs {
  background: url(../images/govaffairs_header.jpg) no-repeat;
}

.member {
  background: url(../images/member_header.jpg) no-repeat;
}

.events {
  background: url(../images/events_header.jpg) no-repeat;
}

.resources {
  background: url(../images/resources_header.jpg) no-repeat;
}

body.category_aboutccwc #header {
  background: url(../images/about_header.jpg) no-repeat;
}

body.category_becomeamember #header {
  background: url(../images/member_header.jpg) no-repeat;
}

body.category_governmentaffairs #header {
  background: url(../images/govaffairs_header.jpg) no-repeat;
}

body.category_upcomingevents #header {
  background: url(../images/events_header.jpg) no-repeat;
}

body.category_workerscompresources #header {
  background: url(../images/resources_header.jpg) no-repeat;
}

body.category_contactusnews #header {
  background: url(../images/about_header.jpg) no-repeat;
}

/* ------------- Side Bar Rules ----------- */

#sidebar {
  display: inline;
  float: left;
  width: 200px;
  height: 500px;
  margin: 0 0 0 30px;
  background: #fff url(../images/side_bar_bg.jpg) no-repeat;
}

#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar li {
  margin: 0;
  padding: 0;
  background: url(../images/side_bar_dots2.gif) no-repeat bottom;
}

#sidebar li a {
  display: block;
  width: 169px;
  height: 25px;
  padding: 12px 0 0px 30px;
  text-decoration: none;
  background: url(../images/side_bar_bg.gif) no-repeat;
  color: #666666;
}

#sidebar li a:hover {
  background: url(../images/side_bar_bg_over.gif) no-repeat;
  color: #333;
}

#sidebar li.selectedPage a {
  background: url(../images/side_bar_bg_over.gif) no-repeat;
  color: #333;
}

/* -------- Top LI rule for Osmos -------- */

#sidebar li#board a {
  background: url(../images/side_bar_bg_top.gif) no-repeat;
  color: #666666;
}

#sidebar li#board a:hover {
  background: url(../images/side_bar_bg_top_over.gif) no-repeat;
  color: #333;
}

#sidebar li#board.selectedPage a {
  background: url(../images/side_bar_bg_top_over.gif) no-repeat;
  color: #333;
}

#sidebar li#archived_events a {
  background: url(../images/side_bar_bg_top.gif) no-repeat;
  color: #666666;
}

#sidebar li#archived_events a:hover {
  background: url(../images/side_bar_bg_top_over.gif) no-repeat;
  color: #333;
}

#sidebar li#archived_events.selectedPage a {
  background: url(../images/side_bar_bg_top_over.gif) no-repeat;
  color: #333;
}

#sidebar li#links a {
  background: url(../images/side_bar_bg_top.gif) no-repeat;
  color: #666666;
}

#sidebar li#links a:hover {
  background: url(../images/side_bar_bg_top_over.gif) no-repeat;
  color: #333;
}

#sidebar li#links.selectedPage a {
  background: url(../images/side_bar_bg_top_over.gif) no-repeat;
  color: #333;
}

#sidebar li#legislation2 a {
  background: url(../images/side_bar_bg_top.gif) no-repeat;
  color: #666666;
}

#sidebar li#legislation2 a:hover {
  background: url(../images/side_bar_bg_top_over.gif) no-repeat;
  color: #333;
}

#sidebar li#legislation2.selectedPage a {
  background: url(../images/side_bar_bg_top_over.gif) no-repeat;
  color: #333;
}

#sidebar li#contact_us a {
  background: url(../images/side_bar_bg_top.gif) no-repeat;
  color: #666666;
}

#sidebar li#contact_us a:hover {
  background: url(../images/side_bar_bg_top_over.gif) no-repeat;
  color: #333;
}

#sidebar li#contact_us.selectedPage a {
  background: url(../images/side_bar_bg_top_over.gif) no-repeat;
  color: #333;
}

#sidebar li a.pdf {
  background: url(../images/pdf_side_bar_bg.gif) no-repeat;
  color: #666666;
}

#sidebar li a.pdf:hover {
  background: url(../images/pdf_side_bar_bg_over.gif) no-repeat;
  color: #333;
}

#sidebar li a.pdf_top {
  background: url(../images/pdf_side_bar_top_bg.gif) no-repeat;
  color: #666666;
}

#sidebar li a.pdf_top:hover {
  background: url(../images/pdf_side_bar_top_bg_over.gif) no-repeat;
  color: #333;
}

.pad {
  padding: 10px 0 12px 30px;
}

#sidebar p {
  font-size: 10px;
  margin: 0;
  padding: 0 10px 10px 2px;
  color: #666666;
}

#sidebar b {
  font-size: 11px;
  color: #666666;
  font-weight: normal;
  padding: 0 0 0 2px;
}

/* ----------- Home Page Sidebar Rules --------- */

#sidebar_home {
  display: inline;
  float: left;
  width: 242px;
  height: 480px;
  margin: 0 0 0 30px;
  padding: 10px 20px;
  background: #EAE0B8 url(../images/home_side_bg.gif) no-repeat top;
}

#sidebar_home a {
  color: #630;
}

#sidebar_home a:hover {
  text-decoration: none;
}

#sidebar_home h1 {
  background: none;
  color: #333;
}

#sidebar_home ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar_home ul li {
  margin: 5px 0;
  padding: 0;
  background: none;
}

#sidebar_home ul li a {
  text-decoration: none;
  color: #666666;
  background: url(../images/sidebar_bullet.gif) no-repeat left;
  padding: 7px 0 5px 20px;
}

#sidebar_home ul li a:hover {
  color: #333;
}

/* ------------ Content Area Rules ------------ */

#content {
  float: right;
  width: 480px;
  margin: 0 30px 0 0;
  padding: 20px 30px 15px 30px;
  color: #333;
  position: relative;
}

#content h3, .event h2, .post h2, h1.title {
  background: url(../images/h3_bg.gif) no-repeat left bottom;
  margin: 10px 0 0 -8px;
  padding: 2px 0 10px 8px;
  color: #294E56;
  font-size: 16px;
}

.event h2 {
  margin-bottom: 10px;
}

#content h4 {
  padding: 0;
  color: #294E56;
  font-size: 14px;
  margin-top: 10px;
}
#content h5 {
  padding: 0;
  color: #333333;
  font-size: 14px;
  margin: 5px 0px 8px;
}
#content #get_started h4 {
  margin: 0;
  padding: 12px 0 3px;
  color: #294E56;
  font-size: 12px;
  text-transform: uppercase;
}
#content #get_started p {
  margin: 0;
  padding: 0;
}


.home#content {
  float: right;
  width: 398px;
  margin: 0 30px 0 0;
  padding: 30px 30px 15px;
  color: #333;
  background: #fff url(../images/content_bg.gif) no-repeat top left;
}

#content a {
  color: #375B88;
}

#content a:hover {
  color: #2F4B6D;
}

#content a.more {
  background: url(../images/more_arrow.gif) no-repeat left;
  padding: 0 0 0 20px;
}

#content ul.dots, #content div.blogList ul {
  margin: 0;
  padding: 0 0 10px 0;
  list-style: none;
}

#content ul.dots li, #content div.blogList li {
  margin: 0;
  padding: 5px 0 9px 0px;
  background: url(../images/docs_dots.gif) no-repeat bottom;
  font-size: 11px;
}

#content ul.dots li a, #content div.blogList ul li a {
  text-decoration: none;
  background: no-repeat left;
  line-height: 18px;
  margin: 0px;
  padding: 0px;
}
#content ul.dots li a:hover, #content div.blogList li a {
  text-decoration: underline;
}
#content ul.dots li.doc a {
  padding: 8px 0 5px 20px;
  background: url(../images/docs_bullet.gif) no-repeat left;
}

.sponsors {
  position: absolute;
  left: -185px;
  top: 25px;
  width: 175px;
}

.profile {
  margin: 0 0 10px;
  padding: 0 0 15px 0px;
  background: url(../images/docs_dots.gif) no-repeat bottom;
}

.profile_blank {
  margin: 0 0 25px 0;
  padding: 0 0 25px 0px;
  background: url(../images/docs_dots.gif) no-repeat bottom;
}

.profile p, h4 {
  margin-top: 8px;
  margin-right: 0;
  margin-bottom: 0;
}

img.photo {
  float: left;
  display: inline;
  padding: 10px;
  margin: 0 20px 10px 0;
  border: 1px solid #DBDBDB;
}
  

/* ------------ Misc. Content Area Add-ons ----------- */

#join_now {
  margin: 0;
  padding: 30px 10px 0 100px;
  background: url(../images/join_now.gif) no-repeat;
  width: 281px;
  height: 188px;
}

#join_now p {
  padding: 0 20px 0 0;
  margin: 0px;
}

#join_now ul {
  margin: 6px 0 0 0;
  padding: 0;
  list-style: none;
}

#join_now li {
  margin: 0;
  padding: 0;
  background: none;
}

#join_now li a {
  text-decoration: none;
  color: #606745;
  background: url(../images/green_arrow.gif) no-repeat left;
  padding: 0 0 0 15px;
  margin: 0px;
}

.join_right {
  float: right;
  margin: 0 20px 0 0;
  display: inline;
}

#join_now a.learn_more {
  float: left;
  display: inline;
  width: 85px;
  height: 20px;
  margin: 10px 0 0;
}

#get_started {
  margin: 0px 0 0;
  padding: 0px 0 0 18px;
  background: url(../images/get_started.gif) no-repeat;
  width: 375px;
  height: 82px;
}

* html #get_started {
  padding: 0px 0 0 18px;
  margin: 0px;
}

#get_started a.investment_form {
  float: left;
  display: block;
  margin: 8px 0 0 0px;
  height: 16px;
  padding: 0px 0px 0px 20px;
  background: url(../images/ico_getstarted_pdf.jpg) no-repeat 0px 50%;
  color: #333;
}

.right_box {
  display: inline;
  float: right;
  width: 200px;
  background: #EAE0B8;
  border: #C3BC9A 1px solid;
  margin: 0 -30px 0 10px;
  padding: 5px 10px;
  font-size: 11px;
}

.right_box p {
  margin: 3px 0;
  padding: 0;
}

#hor_bar {
  height: 5px;
  margin: 10px -50px 10px 0;
  background: url(../images/hor_bar.gif) no-repeat;
}

h5 {
  font-size: 14px;
  color: #606745;
  margin: 0 0 5px;
  padding: 0;
}  
.city {
  width: 160px;
  float: left;
}
.mailinglist .city input {
  width: 140px;
}

.state {
  float: left;
  width: 50px;
}
.mailinglist .state input {
  width: 30px;
}

.zip {
  width: 80px;
  float: left;
}
.mailinglist .zip input {
  width: 60px;
}
.clear {
  clear: left;
}

/* --------- Directory Rules ----------- */

div.dirSearch {
  margin: 15px 0 0 -8px;
  padding: 10px 0 6px 10px;
  background: #f3f3f3;
  border-bottom: 1px solid #ccc;
  border-top: 2px solid #ccc;  
}
div.dirSearch dl, dd, dt,
div.dirResults dl, dd, dt {
  margin: 0;
  padding: 0;
}
div.dirSearch dt {
  float: left;
  width: 175px;
  padding: 3px 0 5px 0;
}

div.dirSearch dd {
  padding: 0 0 5px 0;
}

div.dirResults .dirTitle {
  font-weight: bold;
  font-size: 140%;
  color: #294E56;
}

div.dirResults dt {
  float: right;
  padding: 10px 20px 5px 0;
  margin: 0;
}

div.dirResults dd {
  padding: 0 0 5px 0;
  margin: 0 0 0 -8px;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px 10px 0;
}

div.dirResults p.dirResultsTitle {
  margin: 20px 0 0 -8px;
  border-top: 2px solid #a9bc84;
  border-bottom: 1px solid #a9bc84;
  padding: 8px 20px 5px 8px;
  background: #ccdeb0;
  text-transform: uppercase;
  font-weight: bold;
  color: #294E56;
}

div.dirResults .dirDes {
  font-style: italic;
}

/* ------------ Footer Rules ----------- */

#footer {
  clear: both;
  width: 800px;
  height: 35px;
  margin: 0;
  padding: 10px 0 0 0;
  background: #fff;
  border-top: #b7b7b7 1px solid;
}

#footer p {
  font-size: 10px;
  color: #999;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: normal;
}
form {
  margin: 0px;
  padding: 0px;
}

p.stafflist {
  margin: 0px;
  padding: 0px 0px 10px;
}
form.mailinglist label {
  font-weight: bold;
  display: block;
  padding-bottom: 3px;
  padding-top: 10px;
  margin: 0px;
}
.mailinglist input,
.mailinglist textarea,
.mailinglist select {
  width: 270px;
  background: #FAFFE3;
}
.mailinglist input.signup {
  display: block;
  margin: 10px 0px;
  padding: 0px;
  width: auto;
}
.doc {
  background: url(../images/docs_bullet.gif) no-repeat left top;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.eventsList {
  background: #FDFFEF url(../images/ico_event_lg.gif) no-repeat 8px 10px;
  padding: 0px 10px 0px 25px;
  border-top: 2px solid #E8E0B8;
  border-bottom: 2px solid #E8E0B8;
  margin: 20px 0;
}

.eventsList li {
  margin: 0;
  padding: 0 0 12px;
  list-style-type: none;
  border-bottom: 1px solid #E8E0B8;
}

.eventsList li a {
  font-weight: bold;
  font-size: 1.25em;
  text-decoration: none;
}
#content .event h4 a {
  color: #294E56;
  text-decoration: none;
}
.profile p.title {
  padding: 0px;
  margin-top: 0px;
}
.note {
  font-size: 10px;
}
.mailinglist input.otp {
  background: none;
  display: inline;
  width: auto;
}
form.mailinglist {
  width: 300px;
}
.address {
  float: right;
  margin-top: 15px;
  display: inline;
  margin-right: 15px;
  padding-right: 0px;
}
.req {
  font-weight: bold;
  color: #CC0000;
}
.alert {
  border-top: 1px dotted #CCCCCC;
  padding-top: 8px;
  margin-top: 0px;
  font-size: 11px;
  color: #666666;
  background: url(../images/alert.gif) no-repeat 0px 5px;
  padding-left: 20px;
  margin-right: 20px;
}
#errorText ul {
  color: #CC0000;
  margin: 5px 0px 0px;
  padding: 0px;
  list-style: none;
  font-style: italic;
  line-height: 14px;
}
#footer a {
  color: #999999;
}
.news_source {
  font-style: italic;
  margin: 0px;
  padding: 0px;
}
#content h4.news {
  background: url(../images/ico_news.png) no-repeat 0px 50%;
  padding-left: 20px;
  padding-top: 1px;
}
#legislation2 h4 {
  font-size: 12px;
  font-weight: bold;
  background: #CCCCCC;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #999999;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  text-decoration: none;
  color: #333333;
  margin: 0px;
}
#legislation2 .author {
  text-decoration: none;
  margin-left: 2px;
  padding-left: 2px;
  color: #333333;
  font-weight: normal;
}
#legislation2 .topic {
  text-decoration: underline;
  margin-left: 2px;
  padding-left: 2px;
  color: #375B88;
  font-weight: normal;
}
#legislation2 h4 a, #legislation2 h4 a:hover {
  text-decoration: none;
  color: #333333;
}
#legislation2 .inner_content .content {
  padding-right: 5px;
  padding-left: 5px;
  background: #FFFFFF;
  padding-bottom: 5px;
}
#legislation2 .inner_content .content p {
  padding: 8px 0px 0px;
  margin: 0px;
}
body.title_7thannualworkerscompensationpolicyconference .news_source { display: none }