@charset "utf-8";
/* CSS Document */
body {
	background: url(../../images/body_bg.jpg) repeat-x #e6dfd2;
	font: normal 100%/1.4 Arial, Helvetica, sans-serif;
	color: #4d4d4d;
}
p { margin-bottom: 1em; }
a { color: #184dff; }
a:hover { text-decoration: none; }
strong { font-weight: bold; }
/* Container -----------------------------------------------------*/
#container {
	width: 920px;
	margin: 0 auto;
}
/* Header --------------------------------------------------------*/
#header {
	float: left;
	position: relative;
	background: url(../../images/header_bg.jpg) 308px 0 no-repeat;
	width: 920px;
	height: 150px;
}
#header #logo a {
	float: left;
	background: url(../../images/crane_logo.jpg) no-repeat;
	width: 415px;
	height: 150px;
	outline: none;
	text-indent: -9999px;
}
/* Header Links --------------------------------------------------*/
#headerlinks {
	float: right;
	margin-top: 15px;
	margin-right: 12px;
}
#headerlinks li {
	float: left;
	background-color: #3b3b3b;
	padding: 2px 5px;
}
#headerlinks a { text-decoration: none; }
#headerlinks a:hover { color: #F59221; }
#headerlinks a, #headerlinks li {
	font-size: 8.5pt;
	color: #fff;
}
/* Ad Container1 -------------------------------------------------*/
#adcontainer1 {
	position: absolute;
top: 45px;
right: 15px;
	
	width: 468px;
	height: 60px;
z-index: 0;
}

#adcontainer1 p{
margin-bottom: 0em !important; }

/* Top Navigation ------------------------------------------------*/
#navbar { float: left; }
#topnav { clear: both; }
#topnav li {
	float: left;
	background: url(../../images/left_tab.gif) left top no-repeat;
	padding-left: 15px;
}
#topnav a {
	display: block;
	color: #fff;
	background: url(../../images/right_tab.gif) right top no-repeat;
	padding-right: 15px;
	text-decoration: none;
	padding-top: 5px;
	font-size: 11pt;
	height: 30px;
}
#home #topnav .home {
	color: #f59221;
	font-weight: bold;
}
#topnav a:hover { color: #f59221; }
#topnav a span { display: block; }
#topnav .nobg { background: none; }
#topnav li ul { /* second-level lists */
	position: absolute;
	width: 160px;
	left: -9999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#topnav li li { width: 160px; /* width needed or else Opera goes nuts */ }
#topnav li ul ul { /* third-and-above-level lists */ margin: -18px 0 0 150px; }
#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul { left: -9999em; }
#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul { /* lists nested under hovered list items */ left: auto; }
/* Second-level and third-level lists */
#topnav li ul li { background: transparent; }
#topnav li ul li a {
	text-indent: 0;
	height: auto;
	background: none;
}
#topnav li ul li a {  /*styling the second-level lists */
	color: #fff;
	background: url(../../images/sub_menu_bg.gif) left bottom repeat-x #4a5e9d;
	text-decoration: none;
	font-size: .9em;
	width: 160px;
	padding: 6px;
	border: 1px solid #4963b8;
}
#topnav li ul ul { /* third-and-above-level lists */ margin: -2em 0 0 150px; }
#topnav .last { margin-right: 0; }
/* Main ----------------------------------------------------------*/
#main {
	clear: both;
	float: left;
	background: url(../../images/main_bg.gif) repeat-y;
	width: 880px;
	padding: 10px 20px 20px 20px;
}
/* Col120 --------------------------------------------------------*/
.col120 {
	float: left;
	width: 120px;
}
#constantcontact, #contentsearch {
	background-color: #f1f1f1;
	border: 1px solid #d1d1d1;
	padding-bottom: 5px;
}
#cranesearch {
   background: url(../../images/crane_search_bg.jpg) no-repeat;
   width: 120px;
   height: 62px;
}
#cranesearch h3 a {
   display: block;
   width: 120px;
   height: 33px;
   text-indent: -9999px;
} 

#directorysearch {
   background: url(../../images/business_directory.jpg) no-repeat;
   width: 120px;
   height: 62px;
margin-bottom: 10px;
}
#directorysearch h3 a {
   display: block;
   width: 120px;
   height: 62px;
   text-indent: -9999px;
} 

.sidelinks a {
	display: block;
	color: #4d4d4d;
	font-size: 9pt;
	text-decoration: none;
	border-bottom: 1px solid #d1d1d1;
	padding: 2px 0;
}
.sidelinks a:hover { background-color: #d9d9d9; }
/* Col300 --------------------------------------------------------*/
.col300 {
	float: left;
	width: 300px;
	margin-left: 12px;
}
.col300 table.article_border, table.featured_cranes {
	border: 1px solid #b7b7b7;
	width: 298px;
	font-size: 8pt;
	margin-bottom: 10px;
}
.col300 table caption {
	background: url(../../images/heading_bg_blue.jpg) no-repeat;
	color: #fff;
	font-size: 10pt;
	
	height: 25px;
}

.col300 table.featured_cranes img {
border: 1px solid #333;
}

.col300  td {
	padding: 10px;
	border-bottom: 1px solid #b7b7b7;
	vertical-align: top;
}
.col300 h2 {
	font-size: 10pt;
	font-weight: bold;
}
.col300 .articledate { font-weight: bold; }
.col300 p {
	margin-top: .4em;
	margin-bottom: 0;
	font-size: 8pt;
}
.col300 td ul {
	list-style: disc;
	margin-top: .4em;
	padding-left: 20px;
}

.col300 table {
border: 1px solid #b7b7b7;
}

/* Content Box ---------------------------------------------------*/
#contentbox {
	border: 1px solid #b7b7b7;
	padding: 10px;
	margin-bottom: 10px;
}
/* Advanced Search -----------------------------------------------*/
#advancedsearch {
	background: url(../../images/adv_search_bg.jpg) repeat-x #e5d7bf;
	border: 1px solid #c7c3bd;
	width: 298px;
}
#advancedsearch h3 a {
   display: block;
   background: url(../../images/adv_search_heading.jpg) no-repeat;
   height: 35px;
   width: 298px;
   text-indent: -9999px;
} 
#advancedsearch td {
	padding: 2px 5px;
	border: 0;
}
#advancedsearch label { font-size: 10pt; }
#advancedsearch option, #advancedsearch select { font-size: 9pt; }
/* adcontainer2 --------------------------------------------------*/
#adcontainer2 {
	float: left;
	width: 120px;
	margin-left: 12px;
}
#adcontainer2 p {
	background-color: #ccc;
	font-size: 10pt;
	padding: 20px;
	text-align: center;
}

#adcontainer2 img {
padding-bottom: 5px;

}
/* Footer --------------------------------------------------------*/
#footer {
	clear: both;
	float: left;
	background-color: #4d4d4d;
	width: 890px;
	border-top: 1px solid #f59221;
	margin-left: 5px;
	text-align: center;
	padding: 10px;
}
#footer p {
	color: #fff;
	font-size: 9pt;
}
#btmnav li {
	display: inline;
	font-size: 9pt;
	color: #fff;
}
#btmnav a {
	font-size: 9pt;
	color: #fff;
	margin-right: 3px;
}
/* Default Form Styles -------------------------------------------*/
input {
	border: 1px solid #999;
	background-color: #f1f1f1;
	color: #4d4d4d;
	font-size: 9pt;
}
input:hover, input:active { background-color: #d9d9d9; }
input[type="submit"] {
	background-color: #4d4d4d;
	color: #fff;
	font-size: 9pt;
	padding: 2px;
	margin: 0;
	border: 0;
}
/* Misc Styles ---------------------------------------------------*/
.center { text-align: center; }
.redtxt { color: #be0027; }
.greytxt { color: #4d4d4d; }
.font9 { font-size: 9pt; }
.font10 { font-size: 10pt; }
.font11 { font-size: 11pt; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.nomargin { margin: 0 !important; }
.sectheading {
	background-color: #d9d9d9;
	padding: 2px 5px;
	color: #4d4d4d;
	margin: 0;
	font-size: 10pt;
}
.marginten { margin-top: 10px; }
.floatright { float: right; }
.floatleft { float: left; }
.moreinfo { float: right; }
.button { margin: 0 3px; }
#link { position:relative; }
#log {
	position:relative;
	left:-60px;
	top:10px;
	visibility:hidden;
}
.orange { color: #ffcc00; }

a:focus { outline: none; }
#panel {
	position: absolute;
	right: 0;
	top: 35px;

	display: none;
	background: url(/images/login_bg.jpg) bottom #f89524 repeat-x;
z-index: 999;
}
.slide {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
}
#panel table {
width: 150px;
}
.btn-slide {
	display: block;
	color: #fff;
	text-decoration: none;
}
.closetab {
	position: absolute;
	right: 5px;
	top: 5px;
}
#panel form {
	margin: 1em;
	font-size: .8em;
}
#panel td { padding: .225em 0; }
#login {
	background: url(/images/login.gif) center 2px no-repeat;
	width: 61px;
	height: 26px;
	float: right;
}
#panel form label {
	display: block;
	width: 100%;
	font-weight: 700;
	color: #2a2a2a;
}
#panel form input {
display:block;
font-size:1.1em;
width:100%;
}

.searchbutton {

   margin: 0;
   padding: 0;
   text-align: left;
   height: 25px;
}


table.article_border table td, table.featured_cranes table td
{
line-height: 10px;
}

table.article_border table, table.featured_cranes table{
margin-right: 5px;
}


.article_date { color: #3838ff; }

#payment_box {
width: 738px;
color: #000;
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid #009900;
background: #eeffee;
font-weight: normal;
}

#payment_box table td {
padding: 5px;
}

#payment_box tr {
border-bottom: 1px solid #000;

}

#payment_box td{
padding-left: 10px;
font-size: 12px;

}

#payment_box th {
border-top: 1px solid #000;
font-size: 13px;
padding-left: 5px;
background: #77cc77;
}

#payment_box input {
margin-left: 10px;
width: 25px;
}

p.payment {
padding: 10px;
}

span.small {
font-size: 10px;
}

p.small_link_text {
font-size: 12px;
}

#issue_ad {
font-size: 12px;
margin-bottom: 10px;
}

.anad {
margin-top: 10px;
}

td {
font-size: 12px; 
}

a.small_reg {
font-size: 12px;
color: #fff;
}

caption a {
padding-top: 5px;
	padding-left: 15px;
display: block;
color: #fff;
text-decoration: none;
}

#adcontainer_topfull {
text-align: center;
margin-bottom: 20px;
width: 600px;
float: left;
}

#wrapper2 {
float: left;
width: 625px;

}

#content3_text {
font-size: 11px;
	clear: both;
	float: left;
	background-color: #cdcdcd;
	width: 898px;
padding:5px;
	border-top: 2px solid #ababab;
border-left: 1px solid #ababab;
border-right: 1px solid #ababab;
margin-left: 5px;
	
	}

.featured_cranes caption {
padding: 5px 0px 0px 15px;
}
