@charset "UTF-8";
body {
	background: white; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	-webkit-text-size-adjust:none;
}

a:link{
	text-decoration: none;
	color: #F7F7F7;
}

a:visited{
	text-decoration: none;
	color: #F7F7F7;
}

a:hover{
	color: #F7F7F7;
}

a:active{
	text-decoration: none;
}


#headseparator {
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-right: 2px;
}

#headseparator h1 {
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-right: 2px;
}


#mainlinks {
	margin-top: 8px;
	background-color: #FFFFFF;
}

#container {
	width: 784px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.linktab {
	display: block;
	font-size: 95%;
	font-weight: bold;
	text-align: center;
	background-color: #4E5561;
	width: 85px;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(images/linktabs.gif);
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.linktablong {
	display: block;
	font-size: 95%;
	font-weight: bold;
	text-align: center;
	background-color: #4E5561;
	width: 150px;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(images/linktabs.gif);
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.linktabmedium {
	display: block;
	font-size: 95%;
	font-weight: bold;
	text-align: center;
	background-color: #4E5561;
	width: 107px;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(images/linktabs.gif);
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}


.linktab_home {
	display: block;
	font-size: 95%;
	font-weight: bold;
	text-align: center;
	background-color: #4E5561;
	width: 86px;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(images/linktabs.gif);
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.linktabmedium_home {
	display: block;
	font-size: 95%;
	font-weight: bold;
	text-align: center;
	background-color: #4E5561;
	width: 107px;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(images/linktabs.gif);
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.linktablong_home {
	display: block;
	font-size: 95%;
	font-weight: bold;
	text-align: center;
	background-color: #4E5561;
	width: 150px;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(images/linktabs.gif);
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.linktab_selected {
	display: block;
	font-size: 95%;
	font-weight: bold;
	color:#FFC423;
	text-align: center;
	background-color:#363B43;
	width: 85px;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(images/linktabs_hover.gif);
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.linktabmedium_selected {
	display: block;
	font-size: 95%;
	font-weight: bold;
	color:#FFC423;
	text-align: center;
	background-color:#363B43;
	width: 107px;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(images/linktabs_hover.gif);
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.linktablong_selected {
	display: block;
	font-size: 95%;
	font-weight: bold;
	color:#FFC423;
	text-align: center;
	background-color:#363B43;
	width: 150px;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(images/linktabs_hover.gif);
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.linktab_selected_home {
	display: block;
	font-size: 95%;
	font-weight: bold;
	color:#FFC423;
	text-align: center;
	background-color:#363B43;
	width: 86px;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(images/linktabs_hover.gif);
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.linktabmedium_selected_home {
	display: block;
	font-size: 95%;
	font-weight: bold;
	color:#FFC423;
	text-align: center;
	background-color:#363B43;
	width: 107px;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(images/linktabs_hover.gif);
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.linktablong_selected_home {
	display: block;
	font-size: 95%;
	font-weight: bold;
	color:#FFC423;
	text-align: center;
	background-color:#363B43;
	width: 150px;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(images/linktabs_hover.gif);
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.formtable p {
	padding: 20px;
}

a:hover .linktab{
	background-image: url(images/linktabs_hover.gif);
	color: #FFC423;
}

a:hover .linktabmedium{
	background-image: url(images/linktabs_hover.gif);
	color: #FFC423;
}

a:hover .linktablong{
	background-image: url(images/linktabs_hover.gif);
	color: #FFC423;
}

#mainContent {
	.width: 782px;
	background-color:#363B43;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#indexsection {
	margin: auto;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color: #4E5561;
}

#mainContent_rentals {
	.width: 782px;
	background-color:#4E5561;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-right: 2px;
}

#mainContent_sales {
	.width: 782px;
	background-color:#363B43;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-right: 2px;
	background-image: url(images/sales_bg.gif);
	background-repeat: repeat-y;
}

#mainContent_faq {
	.width: 782px;
	background-color:#363B43;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-right: 2px;
}

#mainContent_quote {
	.width: 782px;
	background-color:#363B43;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#mainContent_contactus {
	.width: 782px;
	background-color:#363B43;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.bigimage {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f7f7f7;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #f7f7f7;
	.margin-bottom: -2px;
}

#flashbox {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
}
.bottomlink {
	display: block;
	font-size: 95%;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 45px;
}
#bottomlinks {
	text-align: center;
	margin-top: 5px;
}
#bottomlinks a:link   {
	color: #363B43;
}

#bottomlinks a:visited   {
	color: #363B43;
}

#bottomlinks a:hover   {
	color:#FFC423;
}

#footseparator {
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	text-align: center;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 8px;
	margin-right: 2px;
}

.imageleft {
	padding-left: 60px;
	float: left;
}

.imageleft2 {
	float: left;
	margin-right: 60px;
	padding-top: 80px;
	padding-left: 40px;
	padding-bottom: 100px;
}
#faqlist {
	padding-top: 10px;
	margin-right: 40px;
	margin-left: 80px;
	padding-bottom: 30px;
}
h1 {
	font-size: 110%;
	color: #F7F7F7;
}

h2 {
	font-size: 110%;
	color: #F7F7F7;
}

.frontpage_list {
	font-size: 90%;
	position: relative;
	line-height: 2;
	color: #F7F7F7;
	margin-left: 310px;
	padding-bottom: 20px;
	padding-right: 40px;
}
.uses_list {
	padding-top: 10px;
	line-height: normal;
	list-style-position: outside;
	margin-left: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	color: #f7f7f7;
}
.salestext {
	padding-left: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #F7F7F7;
	width: 521px;
	float: left;
	padding-top: 20px;
}
.salestext .lighttext {
	width: 460px;
	padding-left: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.image_3up {
	padding-right: 1px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.lighttext {
	color: #F7F7F7;
}
.darktext {
	color: #000000;
}
#rental_column2 {
	margin-left: 540px;
	margin-top: 80px;
	padding-bottom: 20px;
	padding-right: 20px;
	position: relative;
}
#rental_column2Special {
	margin-left: 540px;
	margin-top: 40px;
	padding-bottom: 20px;
	padding-right: 20px;
	position: relative;
}
#sales_column2 {
	margin-left: 521px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-right: 20px;
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: #F7F7F7;
	padding-left: 10px;
	padding-top: 40px;
	background-color: #4E5561;
	position: relative;
}

#Accordion1 {
	padding-top: 20px;
	padding-bottom: 16px;
}
#creditcards {
	text-align: center;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #F7F7F7;
	border-right-color: #F7F7F7;
	border-bottom-color: #F7F7F7;
	border-left-color: #F7F7F7;
	background-color: #363B43;
	clear: left;
}
.lighttext a {
	font-weight: bold;
	color: #FFC423;
}
.rental_weight_specs {
	border: 0px none #333333;
}

.rental_weight_specs {
	border-collapse: collapse;
	margin: 3px 0px 5px 65px;
}

.rental_weight_specs td{
	border: 1px solid #333333;
	padding: 10px;
}

.officeunit_specs {
	border: 0px none #333333;
}

.officeunit_specs {
	border-collapse: collapse;
	margin: 3px 0px 5px 30px;
}

.officeunit_specs td{
	border: 1px solid #333333;
	padding: 10px;
}
.mod_section {
	padding: 20px;
	height: 125px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f7f7f7;
}
.mod_title {
	background-color: #4E5561;
	padding: 10px;
}
#mainContent   .lighttext {
	padding-left: 40px;
}
.mod_section img {
	float: left;
	padding-right: 40px;
}
.contactus_section {
	padding: 40px;
	margin-left: 40px;
	padding-bottom: 80px;
}
.contactus_leftfloat  {
	float: left;
	margin-right: 50px;
	padding-bottom: 70px;
}
.contactus_section .lighttext {
	margin-left: 300px;
}
.aboutus_section {
	padding: 30px 140px;
}

.links_section {
	padding: 30px 140px;
}

.links_section li {
	padding: 10px 0px;
}

.formheader1 {
	color: #f7f7f7;
	background-color: #758092;
}

.formtable {
	background-color: #CCC;
	width: 580px;
	margin: auto;
}

#formspace {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #f7f7f7;
}



.topheader{
width: 784px;
clear: left;
border: 0px solid gray;
}

.topheader .floatbox1{
float: left;
width: 285px;
}

* html .topheader p{ /* IE 3px jog hack*/
height: 1%;
}

.topheader p{
float:right;
margin-top: 5;
margin-right: 10px;
}

.topheader a:link  {
   	color: #363B43;
}

.topheader a:visited   {
	color: #363B43;
}

.topheader a:hover   {
	color:#FFC423;
}

#footer_social, #foot_social ul {
  margin:0;
  padding:0;
  list-style:none;
}

#footer_social li {
 color:#363B43;
 float:left;
 padding-top:0;
 padding-right: 10px;
 padding-bottom: 0px;
 padding-left: 10px
 text-decoration:none;

}

#footer_social li a:link, #footer_social li a:visited {
 color:#363B43;
 float:left;
 padding:10;
 text-decoration:none;

}

#footer_social li a:hover{
 color:#363B43;

}

.topheader {
	height: 50px;
	position: relative;
	width: 772px;
}

.topheader p {
	margin-right: 0px;
	padding-right: 0px;
}
