/* HTML Tags */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 10px;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: rgb( 58, 58, 58 );
	text-decoration: none;
}

body {
  background-image:  url("img/bg.jpg");
  background-repeat: repeat-x;
  background-color: rgb( 94, 94, 89 );
}

p {
	line-height: 1.6em;
	word-spacing: 0.05em;
	text-align: justify;
}

ul, ol {
  list-style: none;
}

h1 {
  display: none;
}

h2, h4 {
  color: rgb( 82, 82, 82 );
}

h2 {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb( 230, 230, 230 );
}

h3, h3 a {
  font-size: 12px;
  color: rgb( 133, 133, 133 );
  margin-top: 10px;
  margin-bottom: 3px;
}

h4 {
  margin-top: 12px;
  margin-bottom: 4px;
}

h5 {
  font-size: 11px;
  color: rgb( 255, 255, 255 );
}

img {border:0; }
.image_inline {float: left; padding: 2px 8px 0 0;}
.image_inline2 {float: right; padding: 2px 0 0px 20px;}




/* Layout */

#container {
	text-align: left;
	margin: 0px auto;
	width: 751px;
}

#menu {
  background-color: rgb( 82, 82, 82);
  background-image:  url("img/menu_bg.jpg");
  background-repeat: no-repeat;
  height: 192px;
}

#logo {
  position: relative;
  float: left;
  top: 22px;
  left: 225px;
  width: 300px;
  height: 190px;
  background-color: transparent;
  background-image: url( img/logo.gif );
  background-repeat: no-repeat;
  background-position: center center;
}

#break {
  background-color: transparent;
  height: 10px;
}

#search {
  background-color: rgb( 119, 119, 115 );
  height: 147px;
  margin: 1px auto;
  padding-top: 1px;
}

#content_top {
  background-color: rgb( 255, 255, 255 );
  height: 20px;
}

#content {
  background-color: rgb( 255, 255, 255 );
}

#content {
  background-image: url( img/content_bg.gif );
  background-repeat: repeat-y;
}

#content .wallpaper {
  margin-top: 20px;
}

#block_left {
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#block_right {
  float: right;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb( 230, 230, 230 );
  background-color: rgb( 245, 245, 245 );

}

#facebook {
	float: right;
}

#facebook2 {
	float: left;
}

#menu_block {
  position: relative;
  float: left;
  top: 85px;
  left: 0px;
  height: 120px;
}

#article {
	width: 384px;
	color: #C00;
}

#options {
  margin-left: 16px;
  margin-top: 6px;
}

#category {
  width: 384px;
}

#category p {
  padding-left: 10px;
}

#pagination {
  text-align: center;
  margin-top: 16px;
  padding-top: 6px;
  margin-bottom: 10px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb( 230, 230, 230 );
}

#pagination span {
  color: rgb( 187, 0, 0 );
  font-weight: bold;
  padding-left: 6px;
  padding-right: 6px;
}

#browse {
  width: 286px;
  margin-bottom: 20px;
}

#ad_box {
  position: relative;
  text-align: right;
  left: 20px;
  width: 204px;
  height: 190px;
}

#ad {
  background-color: rgb( 255, 255, 255 );
  border-width: 1px;
  border-style: solid;
  border-color: rgb( 191, 191, 191 );
  padding: 1px;
  margin-top: 3px;
}

#adsense {
  display: block;
  text-align: center;
  padding: 10px 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb( 240, 240, 240 );
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb( 240, 240, 240 );
}

#rating {
  margin-top: 16px;
  padding-top: 6px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb( 230, 230, 230 );
}

#votes {
  float: right;
  margin-top: 3px;
  width: 380px;
  text-align: right;
  color: rgb( 133, 133, 133 );
}

#paypal {
  float: right;
}

#disclaimer p {
  font-size: 9px;
}

#foot {
  height: 32px;
  background-color: rgb( 255, 255, 255 );
}

#copyright {
  text-align: right;
  padding: 10px 4px 10px 0;
}

#notice {
  font-size: 9px;
  color: rgb( 161, 159, 147 );
  margin-top: 10px;
  margin-bottom: 20px;
}

#comment_block div.comment-header {
  /*background-image: url( img/icon_comment.png );
  background-repeat: no-repeat;
  background-position: 0 50%;*/
  display: block;
  margin-top: 3px;
  /*padding-left: 20px;*/
  margin-bottom: 2px;
  text-align: justify;
}

#comment_block div.comment-header,
#comment_block div.comment-header a {
  font-style: normal;
  font-weight: bold;
  color: rgb( 82, 82, 82);
}

#comment_block div.comment-header em {
  font-style: normal;
  font-weight: normal;
  color: rgb( 164, 164, 164 );
  font-family: helvetica;
  font-size: 9px;
  letter-spacing: 0.1em;
}

#comment_block div.comment-body {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb( 240, 240, 240 );
}





/* Images */

#foot img {
  position: relative;
  margin-left: 20px;
  top: -6px;
}

#ad img {
  display: block;
}

#notice img {
  margin-bottom: -2px;
}



/* Lists */

#content ul {
  float: left;
  width: 32em;
  margin: 0;
  padding: 0;
  list-style: none;
}

#content li {
  float: left;
  width: 10em;
  margin: 0;
  padding: 0;
}

#article ul {
  float: left;
  width: 32em;
  margin: 0;
  padding: 0;
  list-style: none;
}

#article li {
  float: left;
  width: 10em;
  margin: 0;
  padding: 0;
}

#rating ul {
  float: right;
  width: 80px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 14px;
	background-image: url( img/starrating.gif );
	background-position: top left;
	background-repeat: repeat-x;
	position: relative;
}

#rating ul li {
  background-image: none;
  width: 0px;
	padding: 0;
	margin: 0;
	float: left;
}

#rating ul li.current-rating {
	background-image: url( img/starrating.gif );
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 14px;
	position: absolute;
	display: block;
	z-index: 2;
}

#content .wallpaper img {
  float: left;
  padding-right: 20px;
}

#content .wallpaper ul {
  float: left;
  width: 140px;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}

#content .wallpaper li {
  float: left;
  width: 140px;
  margin: 0;
  padding: 2px 0;
  background-image: url( img/bullet.gif);
  background-position: 2px center;
  background-repeat: no-repeat;
}

#menu_block span {
  display: none;
}

#menu_block ul li.title {
  height: 25px;
  width: 112px;
}

#menu1, #menu2, #menu3, #menu4 {
	margin-top: 4px;
	width: 112px;
	position: absolute;
	visibility: visible;
}

#menu1 {
  left: 10px;
}

#menu2 {
  left: 155px;
}

#menu3 {
  left: 484px;
}

#menu4 {
  left: 629px;
}




/* Menu */

#menu_block ul li a {
  background-position: bottom left;
  background-repeat: no-repeat;
	outline: none;
	display: block;
	width: 112px;
	height: 14px;
	padding: 0;
}

#menu_block ul li a:hover {
	background-position: top left;
}

#menu1 li.title { background-image: url( img/menu/home_menu.gif ); }
#menu2 li.title { background-image: url( img/menu/consumer_menu.gif ); }
#menu3 li.title { background-image: url( img/menu/movers_menu.gif ); }
#menu4 li.title { background-image: url( img/menu/about_menu.gif ); }

#menu1 a.a { background-image: url( img/menu/home.gif ); }
#menu1 a.b { background-image: url( img/menu/programs.gif ); }
#menu1 a.c { background-image: url( img/menu/news.gif ); }
#menu1 a.d { background-image: url( img/menu/events.gif ); }

#menu2 a.a { background-image: url( img/menu/mover.gif ); }
#menu2 a.b { background-image: url( img/menu/vendor.gif ); }
#menu2 a.c { background-image: url( img/menu/101.gif ); }
#menu2 a.d { background-image: url( img/menu/consumer.gif ); }

#menu3 a.a { background-image: url( img/menu/join.gif ); }
#menu3 a.b { background-image: url( img/menu/pinnacle.gif ); }
#menu3 a.c { background-image: url( img/menu/legislative.gif ); }
#menu3 a.d { background-image: url( img/menu/login.gif ); }

#menu4 a.a { background-image: url( img/menu/board.gif ); }
#menu4 a.b { background-image: url( img/menu/ethics.gif ); }
#menu4 a.c { background-image: url( img/menu/foundation.gif ); }
#menu4 a.d { background-image: url( img/menu/contact.gif ); }



/* Links */

#content ul li a {
  padding-left: 12px;
  color: rgb( 82, 82, 82 );
}

#copyright, #copyright a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 9px;
  color: rgb( 220, 220, 220 );
}

#copyright a:hover {
  color: rgb( 82, 82, 82 );
}

#pagination a {
  padding-left: 6px;
  padding-right: 6px;
}

#pagination a:hover {
  color: rgb( 187, 0, 0 );
}

#article p a {
  color: rgb( 187, 0, 0 );
}

#article a.rss {
  background-image: url( img/rss-icon.gif );
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 20px;
  display: block;
  height: 16px;
}




/* Form Fields */

.search_input {
  display: block;
  background-image: url( img/search_bg.gif );
  background-repeat: no-repeat;
  color: rgb( 82, 82, 82 );
  padding-top: 5px;
  padding-left: 8px;
  width: 200px;
  height: 18px;
  float: left;
  margin-top: 9px;
  margin-left: 30px;
}

.search_button {
  width: 68px;
  height: 23px;
  float: left;
  margin-top: 9px;
}

.donate_button {
  margin: 12px 16px 4px 16px;
}

#comment_form {
  width: 384px;
}

#comment_form .comments {
  border-top-color: rgb( 153, 153, 153 );
  border-left-color: rgb( 153, 153, 153 );
  border-right-color: rgb( 204, 204, 204 );
  border-bottom-color: rgb( 204, 204, 204 );
  border-style: solid;
  border-width: 1px;
  background-image: url( img/field_bg.gif );
  background-repeat: repeat-x;
}

#comment_form label {
  padding-left: 6px;
}

#comment_form label.top {
  display: block;
  margin-bottom: -8px;
  padding-left: 0px;
}

#comment_form div {
  padding-top: 5px;
  padding-bottom: 5px;
}

#comment_form textarea.comments {
  padding: 4px 0px 0px 4px;
  height: 155px;
  width: 378px;
}

#comment_form input.comments {
  padding: 4px 0px 0px 4px;
  height: 16px;
  width: 150px;
}

#comment_form input.check {
  padding: 4px 0px 0px 4px;
  height: 16px;
  width: auto;
}

#comment_form input.submit {
  float: right;
  margin-top: -20px;
}

#comment_form input.submit2 {
  float: left;
  margin-left: 85px;
}



/* Ratings */

#rating span {
  display: none;
}

#rating ul li a {
	outline: none;
	display: block;
	width: 16px;
	height: 14px;
	z-index: 20;
	position: absolute;
	padding: 0;
}

#rating ul li a:hover {
	background-image: url( img/starrating.gif );
	background-position: left center;
	z-index: 2;
	left: 0px;
}

#rating a.r1-unit{ left: 0px; }
#rating a.r1-unit:hover{ width:16px; }
#rating a.r2-unit{ left:16px; }
#rating a.r2-unit:hover{ width: 32px; }
#rating a.r3-unit{ left: 32px; }
#rating a.r3-unit:hover{ width: 48px; }
#rating a.r4-unit{ left: 48px; }
#rating a.r4-unit:hover{ width: 64px; }
#rating a.r5-unit{ left: 64px; }
#rating a.r5-unit:hover{ width: 80px; }




/* Tables */

table {
	padding: 0;
	width: inherit;
	margin-top: 5px;
	margin-bottom: 1px;
	margin-left: 1px;
	border-collapse: collapse;
}

caption {
  margin-top: 10px;
  text-align: right;
  letter-spacing: 0.1em;
}

th, td {
  padding: 3px;
}

td {
  padding-left: 6px;
}

#male tr {
  border-style: solid;
  border-color: rgb( 167, 197, 207 );
  border-bottom-width: 2px;
}

#male tbody tr {
  background-color: rgb( 238, 244, 246 );
}

#female tr {
  border-style: solid;
  border-color: rgb( 255, 204, 204 );
  border-bottom-width: 2px;
}

#female tbody tr {
  background-color: rgb( 255, 247, 247 );
}



/* CSS Hacks */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;

}.clearfix {
  display: inline-block;
}

/* Holly Hack Targets IE Win only \*/*

html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Holly Hack */
.SubMenu {
	font-size: 16px;
}
.SubMenu {
	color: #C00;
	font-family: Verdana, Geneva, sans-serif;
}
