/*WoodenBoat Business Directory*/
/*last updated 2011 04-04*/
/*by greg summers*/
/*Upgraded to 1.3.4 added styles on bottom of this file*/

/* Reset CSS Styles */
* {
	margin: 0px;
	padding: 0px;
}
* html body {
	overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 15px 0;
}
p {
	margin: 10px 0;
}
/* General Styles */
html,
body {
	font-family: Georgia, Constantia, "Palatino Linotype", serif; /*WB change*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    /*font-size: 14px;*/
		font-size: 100%;	 			
	color: #666666;
	margin: 0;
	padding: 0;
	border: 0;
/*background: #fce9bd;  wb added*/
}
body {
	/*min-width: 950px;*/  /* 2x (LS fullwidth + CC Padding) + RC fullwidth */
}
.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}
a:link,
a:visited,
a:active {
	color: #5678a2;
	text-decoration: none;
}
a:hover {
	color: #F56655;
	text-decoration: underline;
}
h1 {
	border-bottom: 2px solid #EBEBEB;
	/*font-size: 160%;*/
	font-size: 130%;
	margin: 0 0 5px;
}
h2 {
	border-bottom: 1px solid #EEEEEE;
	margin: 0 0 5px;
	padding: 20px 0 3px;
	font-size: 110%;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}
a:focus,
a:active {
	outline: 0;
}
a:focus {
	color: #000;
	outline: thin dotted;
}
/* Layout */
#bodywrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;	
}
#container {
	padding-top: 10px;
	padding-left: 210px; /* LC fullwidth */
	padding-right: 230px;  /* RC fullwidth + CC padding */
}
#container .column {
	position: relative;
	float: left;
}
#logo {
	padding: 10px 0 10px 20px;
}
#header {
	border-bottom: #DDD 1px solid;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#center {
	padding: 0px 10px;  /* CC padding */
	width: 100%;
}
#left {
	width: 200px; /* LC width */
	padding-left: 10px;  /* LC padding */
	margin-left: -100%;
	right: 230px; /* LC fullwidth + CC padding */
}
#right {
	width: 200px; /* RC width */
	padding-right: 10px;  /* RC padding */
	margin-right: -230px; /* RC fullwidth + CC padding*/
}
#footer {
	padding-top: 15px;
	border-top: #DDD 1px solid;
	clear: both;
	font-size: .8em;
}
#left {
 *left: 210px; /* RC fullwidth */ /*** IE6 Fix ***/
}
#content {
	height: 100%;
	overflow: hidden;
	padding: 5px;
}
#content_detail {
	float: left;
	width: 50%;
	padding: 0 50px 0 0;
}
#content_detail_2 {
	float: right;
	padding: 5px 0 0;
	width: 40%;
}
/* Search Form */
#searchform #keyword {
	width: 160px;
}
#searchform #category {
	width: 120px;
}
#searchform #location {
	width: 120px;
}
#searchform #location_id {
	width: 110px;
}
#searchform #zip_miles {
	width: 55px;
}
/* Forms */   
div.form-container {
}
/* Fix IE7 double margin bug */
div.form-container form {
	width: 100%;
}
div.form-container form p {
	margin: 0
}
div.form-container form p.note {
	margin-left: 165px;
	font-size: 90%;
	color: #333333;
	margin-top: 3px;
	clear: both;
}
div.form-container form p.note img {
	padding: 0px;
}
div.form-container div.controlset {
	margin-left: 165px;
	float: none;
	margin-top: 1px;
}
div.form-container div.custom {
}
/* Asterisk Next to required form fields */
div.form-container em {
	font-weight: bold;
	font-style: normal;
	position: absolute;
	color: #C00;
	line-height: normal;
	top: -2px;
}
div.form-container div.controlset input {
	vertical-align: -2px;
}
div.form-container div.controlset div.item {
	margin-bottom: 5px;
}
div.form-container select.page-numbers {
	width: 50px;
	padding: 1px;
	font-size: 90%;
}
fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	clear: both;
	position: static;
}
/* Removed position: relative to fix IE7 expanding tree overlap */
fieldset label {
	font-size: 12px;
	margin-right: 15px;
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
}
fieldset label em a {
	font-size: 9px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	vertical-align: top;
	padding-right: 2px;
}
label.error {
	color: #C00;
}
div.form-container fieldset.buttonrow {
	border: 0px;
	margin: 0px;
	padding: 0px 0px 10px 190px;
}
span.label {
	font-size: 12px;
	margin-right: 10px;
	padding: 0px 10px 0 0;
	width: 120px;
	display: block;
	float: left;
	color: #666666;
}
fieldset {
	margin-bottom: 15px;
	padding: 10px;
	border: 5px solid #F1F1F1;
	-moz-border-radius: 5px;
}
fieldset.hidden {
	border: 0px;
}
fieldset img {
	padding-left: 10px;
}
fieldset div div img {
	padding: 0px;
} /* fix for tree selects */
legend {
	font-weight: bold;
	color: #777777;
	font-size: 1.2em;
	padding: 0px 5px 0px 5px;
}
input.submit {
	background: #FFFFFF url(./images/gradient_silver.gif) repeat-x scroll 0 0;
	border: 1px solid #C6C3C6;
	color: #666;
	padding: 2px 5px 2px 5px;
	cursor: pointer;
	width: auto;
	font-family: inherit;
	font-size: 12px;
}
input.submit:hover {
	background-color: #f5f7fa;
	border: 1px solid #79a8f5;
	background-image: none;
}
input.text,
textarea.textarea,
select.select,
select.select_multiple {
	width: 250px;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
	font-family: inherit;
	border: 1px solid #C0C0C0;
	padding: 3px 5px 3px 5px;
}
textarea.textarea {
	height: 150px;
}
select.select,
select.select_multiple {
	width: 262px;
	padding: 2px 3px 2px 3px;
}
select.select option,
select.select optgroup,
select.select_multiple option,
select.select_multiple optgroup {
	padding-left: 5px;
}
input.text:focus,
textarea.textarea:focus,
input.text.error:focus,
textarea.textarea.error:focus {
	background-color: #f5f7fa;
	border: 1px solid #79a8f5;
}
input.text.error,
textarea.textarea.error {
	border: 1px solid #C00;
	background-color: #FEF;
}
/* Table List */
div.table-list table {
	width: 100%;
	margin-bottom: 10px;
}
div.table-list table,
div.table-list td {
	border: 1px solid #CCC;
	border-collapse: collapse;
	font-family: Georgia, Constantia, "Palatino Linotype", serif;
	/*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
}
div.table-list thead th,
div.table-list tbody th {
	background: #FFF url(./images/gradient_silver.gif) repeat-x;
	color: #666;
	padding: 0px 10px;
	border-left: 1px solid #CCC;
	text-align: left;
	height: 26px;
}
div.table-list tbody th {
	background: #fafafb;
	border-top: 1px solid #CCC;
	text-align: left;
	font-weight: normal;
}
div.table-list tbody tr td {
	padding: 5px 10px;
	color: #666;
}
div.table-list tbody tr.odd,
div.table-list tbody tr.odd th {
	background: #f6f6f6;
}
div.table-list tbody tr:hover {
	background: #FFF url(./images/table_tr_background.gif) repeat;
}
div.table-list tbody tr:hover th {
	background: #FFF url(./images/table_tr_background.gif) repeat;
	color: #454545;
}
div.table-list tbody tr:hover td {
	color: #454545;
}
div.table-list tfoot td,
div.table-list tfoot th {
	border-left: none;
	border-top: 1px solid #CCC;
	padding: 5px 10px;
	background: #ebebeb;
	color: #666;
	font-weight: normal;
	text-align: left;
	vertical-align: middle
}
div.table-list caption {
	text-align: left;
	padding: 5px 0 0 5px;
	color: #666;
	height: 4ex;
} /* set height here to fix safari overlap bug */
div.table-list caption span.page-numbers {
	font-size: 90%;
	padding-bottom: 3px;
}
div.table-list caption span.page-numbers-results {
	font-size: 90%;
	margin-top: 5px;
}
div.table-list table a:link {
	color: #666;
}
div.table-list table a:visited {
	color: #666;
}
div.table-list table a:hover {
	color: #003366;
	text-decoration: none;
}
div.table-list table a:active {
	color: #003366;
}
div.table-list span.page-numbers-results,
span.page-numbers-results {
	float: left;
}
div.table-list span.page-numbers,
span.page-numbers {
	float: right;
}
div.table-list span.page-numbers a,
span.page-numbers a {
	text-decoration: none;
}
div.table-list span.page-numbers a:hover,
span.page-numbers a:hover {
	text-decoration: underline;
}
div.table-list thead th.table-list-checkbox {
	width: 14px;
}
div.table-list tfoot select {
	width: auto;
	line-height: 16px;
	vertical-align: middle;
}
div.table-list tfoot select option {
	padding-right: 5px;
}
div.table-list tfoot input.submit {
	vertical-align: middle;
}
div.table-list tfoot input.checkbox {
	vertical-align: middle;
}
/* Box Styles */
div.box {
	width: 100%;
	margin: 0px auto;
	padding: 0 0 10px 0;
}
.box .box-header {
	background:transparent url(./images/box_top_left.gif) no-repeat 0px 0px;
}
.box .box-header .box-side {
	position: relative;
	text-align: center;
	margin: 5px 0 0 0;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
	background:transparent url(./images/box_top_right.gif) no-repeat right 0px;
	font-size: .9em;  /*woodenboat added*/
}
.box .box-header img {
	float: right;
	top: 6px;
	left: 180px;
	border: 0px;
	position: absolute;
}
.box .box-body {
	background:transparent url(./images/box_middle_left.gif) repeat-y 0px 0px;
}
.box .box-body .box-side {
	background:transparent url(./images/box_middle_right.gif) repeat right 0px;
}
.box .box-body .box-side .box-content {
	margin:0px 1px;
	background:#fff url(./images/box_middle_content.gif) repeat 0px 0px;
	padding: 0.5em 8px 16px 12px;
	text-align: left;
}
.box .box-footer {
	background:transparent url(./images/box_bottom_left.gif) no-repeat 0px 0px;
}
.box .box-footer .box-side {
	font-size:1px;
	height:2px;
	background:transparent url(./images/box_bottom_right.gif) no-repeat right 0px;
}
.box .box-header h1 {
	/*font-size: 12px;*/
	margin:0px;
	padding-top: 0px; /*color: #314774;*/
	color: #616161;
	border: 0;
	font-size: 1.08em;
}
.box p {
	margin:0.5em 0px 0px 0px;
	padding:0px;
}
.box ul.box_list li.box_list {
	font-size: 14px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	background:transparent url(./images/arrow.gif) no-repeat scroll 0px 2px;
	padding-left: 18px;
	padding-bottom: 5px;
}
.box ul.box_list {
	font-size: 12px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}
/* Star Rating */
.star-rating {
	background:transparent url(./images/star_rating.gif) repeat-x scroll left top;
	height:16px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
	position:relative;
	width:80px;
}
.star-rating li {
	float:left;
	margin:0px;
	padding:0px;
	clear: none;
}
.star-rating li a {
	display: block;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	text-decoration: none;
	text-indent: -9000px;
	width: 16px;
	z-index: 20;
}
.star-rating li a:hover {
	background: transparent url(./images/star_rating.gif) repeat scroll left center;
	border: medium none;
	left: auto;
	z-index: 2;
}
.star-rating a.one-star {
	left:0px;
}
.star-rating a.one-star:hover {
	width:16px;
}
.star-rating a.two-stars {
	left:16px;
}
.star-rating a.two-stars:hover {
	width:32px;
}
.star-rating a.three-stars {
	left:32px;
}
.star-rating a.three-stars:hover {
	width:48px;
}
.star-rating a.four-stars {
	left:48px;
}
.star-rating a.four-stars:hover {
	width:64px;
}
.star-rating a.five-stars {
	left:64px;
}
.star-rating a.five-stars:hover {
	width:80px;
}
.star-rating ul {
	padding: 0px;
}
.star-rating li.current-rating {
	background:transparent url(./images/star_rating.gif) repeat scroll left bottom;
	display: block;
	height: 16px;
	position: absolute;
	text-indent: -9000px;
	z-index: 1;
	padding: 0px;
	padding-left: 0px;
}
/* Status Line */
div#status-line {
	background-color: #F8F8F8;
	border-bottom: 1px solid #C6C3C6;
	overflow: auto;
	padding: 5px 5px 5px 10px;
	height: 17px;
}
#status-line span#login-status {
	color: #525163;
	font-size: 12px;
	float: right;
}
#status-line span#breadcrumbs {
	color: #525163;
	font-size: 12px;
	float: left;
}
#status-line img#home {
	vertical-align: bottom;
}
/* Maintenance */
div#maintenance-line {
	background-color: #ffeaea;
	border-bottom: 1px solid #e82a2a;
	overflow: auto;
	padding: 5px 5px 5px 10px;
	height: 17px;
	text-align: center;
	font-weight: bold;
	color: #e82a2a;
}
div#maintenance-message {
	background-color: #ffeaea;
	border: 1px solid #e82a2a;
	overflow: auto;
	padding: 20px 20px 20px 20px;
	text-align: center;
	font-weight: bold;
	color: #e82a2a;
	margin: 20px;
	font-size: 14px;
}
/* Messages */
#messages div.error,
#messages div.success,
#messages div.notice {
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	padding: 10px 5px 10px 35px;
	border-width: 5px;
	border-style: solid;
	font-size: 1.2em;
}
#messages div.error {
	border-color: #ffb9b9;
	background: #ffeaea url(./images/message_error.gif) no-repeat 10px center;
}
#messages div.success {
	border-color: #aedf7c;
	background: #e2fbc8 url(./images/message_success.gif) no-repeat 10px center;
}
#messages div.notice {
	border-color: #f9ff85;
	background: #dffac2 url(./images/message_notice.gif) no-repeat 10px center;
}
/* Map */
#map {
	border: 5px solid #C6C3C6;
	width: 300px;
	height: 300px;
}
.listing_hot {
	color: red;
	font-size: 9px;
}
.listing_updated {
	color: green;
	font-size: 9px;
}
.listing_new {
	color: green;
	font-size: 9px;
}
.listing_sidebox_title {
	font-weight: bold;
}
.listing_sidebox_description {
	font-size: 10px;
}
.listing_sidebox_details {
	font-size: 9px;
	padding-top: 5px;
}
.listing_sidebox_location {
}
/* Sideboxes */
#sidebox_popular_categories .count {
	color: #525163;
	font-size: 10px;
}
#sidebox-login a {
	font-size: 11px;
}
#sidebox-login input {
	width: 120px;
}
#sidebox-login input.submit {
	width: 50px;
	margin: 5px 0px 0px 5px;
}
#sidebox-login div.form-container label {
	width: 80px;
	margin: 0 0 5px 0;
	text-align: left;
}
#sidebox-login div.form-container fieldset.buttonrow {
	margin-left: 0px;
}
#sidebox-login div.form-container div.controlset {
	padding: 0px;
	margin: 0px;
}
#sidebox-login div.form-container div.controlset input {
	width: auto;
}
#sidebox-login fieldset {
	padding: 0px;
	margin: 0px;
}
/* Search form */
#searchform div.form-container p.note {
	margin-left: 0;
}
#searchform div.form-container input {
	width: 150px
}
#searchform div.form-container select {
	width: 162px
}
#searchform div.form-container input.submit {
	width: 60px
}
/* Options */
#options select {
	width: 100px;
}
/* Category Styles */
ul.category_list li.category_list {
	font-size: 12px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	background:transparent url(./images/icon_categories.gif) no-repeat scroll 0px 0px;
	padding: 0px 20px 20px 20px;
}
li.category_list {
	clear: both;
}
ul.category_list {
	font-weight: bold;
	text-decoration : none;
	color: #888888;
}
ul.category_list .category {
	font-size: 1.1em;
	font-weight: normal; /*wb added*/
}
ul.category_list .category a {
	font-size: 1.1em;
	/*font-size: 12px;*/
}
ul.category_list .category_description {
	font-size: 12px;
	font-family: Calibri, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
}
ul.category_list .subcategories {
	font-size: 9px;
	font-weight: normal;
}
ul.category_list .subcategories a {
	font-size: 9px;
	font-weight: normal;
}
ul.category_list img {
	float: left;
	padding: 0px 10px 20px 0px;
}
ul.location_list li.location_list {
	font-size: 12px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	background:transparent url(./images/icon_categories.gif) no-repeat scroll 0px 0px;
	padding: 0px 20px 20px 20px;
}
ul.location_list {
	font-weight: bold;
	text-decoration : none;
	color: #888888;
}
ul.location_list .location {
	font-size: 12px;
}
ul.location_list .location a {
	font-size: 12px;
}
ul.location_list .location_description {
	font-size: 10px;
}
ul.location_list .sublocations {
	font-size: 9px;
	font-weight: normal;
}
ul.location_list .sublocations a {
	font-size: 9px;
	font-weight: normal;
}
ul.location_list img {
	float: left;
	padding: 0px 10px 20px 0px;
}
ul.listing_results li.listing_results {
	font-size: 12px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 5px;
	/*height: 120px;*/
	height: 140px; /*wb added*/
}
ul.listing_results {
	margin: 0px;
}
li.listing_results {
	padding: 10px;
	border: #DDD 1px solid;
	overflow: auto;
}
ul.listing_results .listing_results_listing {
}
ul.listing_results .listing_results_title {
	padding-bottom: 5px;
}
ul.listing_results .listing_results_score {
	float: left;
}
ul.listing_results .listing_results_zip_distance {
	float: left;
}
ul.listing_results .listing_results_logo {
	padding-right: 10px;
	float: left;
	width: auto;
	/*margin-bottom: 32px;*/
}
ul.listing_results .listing_results_logo {
	width: 153px;	/*added*/
}
ul.listing_results .listing_results_address {
	padding-bottom: 5px;
	font-size: 14px;  /*added*/
	margin-left: 164px; /*added*/
}
ul.listing_results .listing_results_rating {
	float: right;
	vertical-align: top;
}
ul.listing_results .listing_results_description {
}
ul.listing_options {
}
ul.listing_options li.listing_options {
	font-size: 12px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 12px 0px;
	padding-left: 30px;
}
/*view more images*/
a.viewred {
	color: #900;	
}
li.listing_options {
	line-height: 1.1;
	/*line-height: 22px;*/
	padding-bottom: 8px;
}
/* Images Search */
.image_results ol {
	margin: 0 0 10px 0;
	padding: 0;
}
.image_results li {
	list-style: none;
	padding: 20px;
	margin: 0;
	clear: both;
	border: #DDD 1px solid;
}
.image_results .image {
	float: left;
	vertical-align: middle;
	margin-right: 20px;
}
.image_results .image_details {
	vertical-align: middle;
}
.image_results .image_title {
	font-weight: bold;
}
/* Documents Search */
.document_results ol {
	margin: 0 0 10px 0;
	padding: 0;
}
.document_results li {
	list-style: none;
	padding: 20px;
	margin: 0;
	clear: both;
	border: #DDD 1px solid;
}
.document_results .document_details {
	vertical-align: middle;
}
.document_results .document_title {
	font-weight: bold;
}
/* Classifieds Search */
.classifieds_results ol {
	margin: 0 0 10px 0;
	padding: 0;
}
.classifieds_results li {
	list-style: none;
	padding: 20px;
	margin: 0;
	clear: both;
	border: #DDD 1px solid;
	overflow: auto;
}
.classifieds_results .image {
	float: left;
	vertical-align: middle;
	margin-right: 20px
}
.classifieds_results .classifieds_details {
	vertical-align: middle;
}
.classifieds_results .classifieds_title {
	font-weight: bold;
}
/* Lists */ 
li.sitemap_li {
}
ul.sitemap_ul {
	margin-left: 10px;
	padding-left: 1.0em;
	padding-top: 0.2em;
	list-style-image: url('./images/point.gif')
}
.listing_default {
	font-family: Georgia, Constantia, "Palatino Linotype", serif;
	/*font-family: Verdana, Arial, Sans-Serif;*/
    font-size: 15px;
	text-decoration: underline;
	font-weight: bold;
	color: #900;
}
/* Tree */
.dhtmlx_tree_wrapper {
	padding: 5px;
	height: 150px;
	width: 250px;
	border: #C0C0C0 1px solid;
}
/* Image Gallery */
#image_gallery {
	list-style: none;
	width: 500px;
	margin-top: 10px;
}
#image_gallery li {
	float: left;
	display: block;
	cursor: pointer;
	border: 3px solid #fff;
	outline: 1px solid #ddd;
	margin-right: 14px;
	margin-bottom: 14px;
}
#image_gallery li img {
	border: 0;
}
/* Classified Image Gallery */
#classified_image_gallery {
	list-style: none;
	width: 500px;
	margin-top: 10px;
}
#classified_image_gallery li {
	float: left;
	display: block;
	cursor: pointer;
	border: 3px solid #fff;
	outline: 1px solid #ddd;
	margin-right: 14px;
	margin-bottom: 14px;
}
#classified_gallery li img {
	border: 0;
}
#classified_image_gallery_image {
	border: 3px solid #fff;
	outline: 1px solid #ddd;
	margin: 10px 0 10px 0;
}
/* FAQ */
.faq_category {
	font-size: 14px;
	font-weight: bold;
	color: #777777;
	display: block;
	margin: 15px 0 3px 0;
}
.faq_category_hr {
	color: #CCCCCC;
	height: 1px;
	line-height: 1px;
}
.faq_question {
	display: block;
	margin: 5px 0 0 0;
}
.faq_question_open,
.faq_question_open:visited,
.faq_question_open:link {
	text-decoration: underline;
}
.faq_answer {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}
/* Table */
table.frame {
	border-collapse : collapse;
	border-color: #EBEBEB;
	border-style: solid solid none;
	border-width: 1px 0 0 1px;
	margin:0 0 10px;
	padding: 0;
}
.table {
	border-collapse : collapse;
	width: 100%;
}
.table .label {
	width: 150px;
	background-color:#F5F5F5;
	color:#333333;
	text-align: right;
}
.table tr td {
	padding: 10px;
	background-color:#FFFFFF;
	border-bottom: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
}
/* User Orders View */
#user_orders_view_listing_links {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#user_orders_view_listing_links li {
	padding: 5px 0;
}
#user_orders_view_listing_links li img {
	vertical-align: text-top;
	padding: 0 5px 0 0;
	border: 0;
}
/* Password Strength */
div.password_strength_container {
	height: 12px;
	margin: 5px 0 0 165px;
	font-size: 90%;
	display: none;
}
div.password_strength {
	background-image:url('./images/password_strength.jpg');
	width: 100px;
	display: inline-block;
}
/* Blog */
#blog_post_img {
	float: left;
	margin: 10px 10px 10px 0;
}
#blog_previous_url {
	float: left;
}
#blog_next_url {
	float: right;
}
#blog_comment_form {
	margin-top: 15px;
}
div.blog_comment {
	-moz-border-radius: 5px;
	border: 3px solid #eee;
	background-color: #f7f7f7;
	margin-bottom: 10px;
	padding: 15px;
}
span.blog_comment_name {
	font-weight: bold;
}
span.blog_comment_date {
	font-size: 10px;
}
/* Other */
#recaptcha_widget_div {
	float: left;
}
/* -----WoodenBoat Added----- */
#navwrapper {
	background: #0A0E11;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#corporatenav {
	width: 960px;
	margin: 0px auto;
	background-color: #0A0E11;
	text-align: center;
	clear: both;
}
#corporatenav ul {
	text-align: center;
	width: 99%;
	margin: 0px;
	padding: 0px;
}
#corporatenav ul li {
	display: inline;
	font: 0.82em/1 Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
	color: #EEE;
}
#corporatenav ul li a {
	display:inline-block;
	padding: 6px 8px;
	margin: 0px;
	background: #0A0E11 /*url(pmm_carbon_root.jpg) repeat-x center*/;
	color: #B7B7B7;
	text-decoration: none;
}
#corporatenav a:hover {
	color: #fff;
}
.structural {
	position: absolute;
	left: -500em;
}
#headerwrapper {
	margin: 0px auto;
	border-bottom: 1px solid #0A0E11;
	background: #0A0E11 url(./images/rotate/rotate.php) no-repeat center top;
	width: 980px;
}
#wbheader {
	height: 151px;
	width: 940px;
	margin: 0px auto;
	background-image: url(./images/top-img-v2_title2.png);
	background-repeat: no-repeat;
	background-color: transparent;
}
.box p {
	margin: 0.5em 0 0;
	padding: 0;
	line-height: 1.4;
}
.box .contactform {
	margin-bottom: 18px;
	line-height: 1.4;
	color: #399;
}
.faq_answer ol {
	margin: 10px 36px 10px 48px;
}
.faq_answer ol li {
	margin-top: 8px;
	margin-bottom: 8px;
}
h1,
h2,
h3 {
	font-family: Georgia, Constantia, "Palatino Linotype", serif;
}
span.listertitle {
	font-family: Georgia, Constantia, "Palatino Linotype", serif;
	font-size: 18px;
}
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}
div.search {
	text-align: center;
	margin: 0px auto 4px;
	padding: 0px;
}
.box .box-body .box-side .box-content p.sandra {
	margin: 0px;
	padding: 0px;
	font-size: .9em;
}
div.introbox {
	font-size: .8em;
	line-height: 1.4;
	margin: 0px auto 18px;
	/*width: 760px;*/
	/*width: 400px;*/
	color: #333;
	text-align: center;
	font-family: Georgia, Constantia, "Palatino Linotype", serif;
}
img {
	border-style: none;	
}
.feathumb {
	display: block;	
}
table.compare {
	font-family: Calibri, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	line-height: normal;	
}
ul.account-add {
	margin-left: 36px;
	margin-bottom: 26px;
}
ul.account-add li {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: .9em;
	line-height: 1.4;
}
div.subscription {
	font-size: 0.8em;
	text-align: center;
	margin-bottom: 18px;
	line-height: 1.4;
	width: 480px;
}
#userbox {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
