/* page and body settings */
html
{
	padding: 0;
	margin: 0;
}

body
{
	text-align: left;
	padding: 0;
	margin: 0 0 10px 0;
	background: #336699 url(../images/body-bg.jpg) top left repeat-x;
	font: 12px/1.4 arial, Verdana, Helvetica, sans-serif;
}

/* begin default styling of elements */
div
{
	margin: 0;
	padding: 0;
}

p
{
	margin: 0px 0px 12px 0px;
	padding: 0;
	color: #000;
	text-align: justify;
}

ul li { color: #000; }

span
{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

img
{
	border: none;
	padding: 0;
	margin: 0;
}

a img { border: none; }

hr
{
	background: #cdcfd0;
	border: 0;
	color: #cdcfd0;
	height: 1px;
	margin: 0 0 10px 0;
}

/* default lists, blockquotes, and tables and other specialized elements */
/* font-sizes and line-heights below are common across entire document */
/* for elements with font-sizes or line-heights that change during document, */
/* remove font-size and line-height settings from here and style explicitly below */
blockquote
{
	border: 1px solid #ffcc00;
	margin: 0 0 12px 0;
	padding: 10px 15px 10px 15px;
	background: #ccc;
	font-size: 1.2em;
	line-height: 1.3em;
	color: black !important;
}

/* forms 

form 
{
	padding : 0;
	margin : 0;
}

fieldset 
{
	margin : 0;
	padding : 0;
	border : none;
}

label 
{
	margin : 0;
	padding : 0;
}

input 
{
	margin : 0 0 5px 0;
	padding : 0;
	vertical-align : middle;
}

input.button 
{
	font-weight : bold;
	color : #666666;
	font-size : 1.2em;
	padding : 1px 3px 1px 3px;
	vertical-align : top;
}

input.input_box 
{
	vertical-align : middle;
	padding : 1px;
}

.radio_button 
{
	margin-right : 3px;
	vertical-align : middle;
}

select 
{
	margin : 0;
	padding : 0;
	vertical-align : middle;
}*/

/* default table (invisible) */
table
{
	padding: 0;
	margin: 0 0 12px 0;
	border-collapse: collapse;
	clear: both;
	/* for clearing floated images */
}

/* default headers */
h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	color: #000;/*#ff3333*/
	font-weight: normal;
}

/* font sizes here are global for the entire document; */
/* for headers that change size, remove here and size below in each container */
h1
{
	font-size: 24px;
	font-weight: normal;
	
}

h2
{
	font-size: 18px;
	font-weight: normal;
	
}

h3
{
	font-size: 16px;
	font-weight: normal;
}

h4 { font-size: 13px; }
h5 { font-size: 12px;
	 font-weight: bold; }

h6
{
	font-size: 11px;
	letter-spacing: .5px;
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
}

small
{
	font-size: 75%;
	color: #000;
	margin: 0;
	padding: 0;
}

/* default links */
a
{
	color: #0053a0;
	text-decoration: none;
	font-weight: normal;
}

a:link { color: #0053a0; }
a:visited { color: #0053a0; }

a:hover
{
	color: #0053a0;
	text-decoration: underline;
}

a:active
{
	color: #0053a0;
	text-decoration: underline;
}

a img { border: 0; }

/* reusable utility code */
.left { float: left; }
img.left { margin: 0 10px 10px 0; }
.right { float: right; }
img.right { margin: 0 0 10px 10px; }
.center { text-align: center; }

/* this is for using on a block-level container element */
/* and will center contents inside the container */
.centered
{
	display: block;
	margin: 0 auto 10px auto;
}

/* this is for using on an inline element, such as an image */
/* and will turn the element block, and center the element within its container */
.indent
{
	display: block;
	margin-left: 20px !important;
}

.hidden { display: none; }
.top_border { border-top: 4px solid #6699cc; }
.no_border { border: none !important; }
.clear { clear: both; }

.date
{
	float: right;
	margin: 2px 0 0 0;
	font-size: 85%;
}

.black
{
	color: #000 !important;
	font-weight: bold;
}

.black a
{
	color: #000 !important;
	font-weight: bold;
}

.bold { font-weight: bold; }

/* begin page layout */
#container
{
	background-color: #fff;
	margin: 0 auto 0 auto;
	padding: 15px 10px;
	text-align: left;
	width: 775px;
}

/*Start Header*/
#header
{
	width: 775px;
	height: 90px;
	margin: 0 0 0 0;
	padding: 0;
	color: #000;
	background: #fff url(../images/uhr-rents-header.jpg) no-repeat;
	position: relative;
}

#header h1 { display: none; }

#feature
{
	margin: 0 0 10px 0;
	padding: 0;
}

/* Begin Top Navigation */
#top-nav
{
	margin: 0 auto 0 auto;
	padding: 5px;
}

#top-nav ul
{
	margin: 0;
	padding: 53px 0 0 0;
	text-align: right;
	vertical-align: bottom;
}

#top-nav ul li
{
	border-right: 1px solid #333;
	display: inline;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 0 8px 0 8px;
}

#top-nav ul li.last { border-right: none; }

#top-nav ul li a
{
	color: #333;
	display: inline;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#top-nav ul li a.current { text-decoration: underline; }

/* End Top Navigation */
/* Begin Content */
#content
{
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* Begin left */
#left-content
{
	width: 200px;
	height: 100%;
	float: left;
	display: inline;
	background-color: #b9e5fa;
	margin: 0;
	min-height: 100%;
	padding: 0;
}

#left-content .left-content-item
{
	border-bottom: 2px solid #fff;
}

#left-content .small-logos
{
	width: 200px;
	background: #fff;
	margin: 0;
	padding: 0 0 10px 0;
}

#left-content .small-logos a#brand-source-logo
{
	background: #fff url('../images/brandsource-logo.jpg') no-repeat center center;
	float: left;
	width: 72px;
	height: 66px;
	display: block;
	text-decoration: none;
	margin: 10px 0 0 0;
}

#left-content .small-logos a#rmhc-logo
{
	background: #fff url('../images/rmhc-logo.jpg') no-repeat center center;
	float: right;
	width: 118px;
	height: 56px;
	display: block;
	text-decoration: none;
	margin: 19px 0 0 0;
}

#left-content  h2
{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

#left-content .left-block { border-bottom: 2px solid #fff; ; }
#left-content .left-block img { display: block; }

#rto-to-go
{
	background-color: #B9E5FA;
	border-bottom: 2px solid #fff;
	width: 200px;
	margin: 0;
	padding: 5px 0 0 0;
}

#current-flyer
{
	background-color: #B9E5FA;
	border-bottom: 2px solid #fff;
	width: 200px;
	margin: 0;
	padding: 5px 0 0 0;
}

#ten-a-day
{
	background-color: #B9E5FA;
	border-bottom: 2px solid #fff;
	width: 200px;
	margin: 0;
	padding: 0;
}

/* Begin Right Content */
#right-content-home
{
	display: inline;
	float: left;
	width: 575px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #FFF;
}

#right-content-full
{
	width: 770px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #FFF;
}

#right-content
{
	display: inline;
	float: left;
	width: 500px;
	margin: 0;
	padding: 0px 25px 0;
	overflow: hidden;
	background-color: #FFF;
}

.rtobanner { text-align: center; }
.rtobanner img
{
	border: 0;
	margin: 0 auto;
}


/* Featured Products */
#home-products
{
	/*width: 601px;*/
	margin: 10px 0 0 0;
	background-color: #fff;
	/*#ebedee;*/
}

.homespecials
{
	float: left;
	padding: 5px 0 10px;
	margin: 0 0 0 10px;
	width: 250px;
	height: 110px;
}

* html .homespecials
{
	float: left;
	padding: 5px 0 10px;
	margin: 0 0 0 5px;
	width: 260px;
	height: 110px;
}

.homespecials .homespecials-left
{
	float: left;
	width: 90px;
	margin: 0 10px 0 0;
	padding: 0;
}

* html .homespecials .homespecials-left
{
	float: left;
	width: 90px;
	margin: 0 10px 0 0;
	padding: 0;
}

.homespecials .homespecials-right
{
	float: left;
	width: 140px;
	height: 110px;
	margin: 0;
	padding: 0;
}

* html .homespecials .homespecials-right
{
	float: left;
	width: 140px;
	height: 110px;
	margin: 0;
	padding: 0;
}

.homespecials .homespecials-right h4
{
	font-size: 13px;
	margin-bottom: 0;
}

.homespecials .homespecials-right h4 a
{
	font-weight: bold;
	text-decoration: underline!important;
}

.homespecials .homespecials-right p
{
	font-size: 10px;
	margin-top: 0;
	padding: 0;
}

.homespecials .homespecials-bottom
{
	float: left;
	clear: both;
	width: 160px;
	padding: 0;
	margin: 5px 0 0 0;
}

.homespecials .homespecials-bottom p.seemore
{
	width: 125px;
	text-align: center;
	font-weight: 700;
	font-size: 10px;
	padding: 0;
	margin: 0 auto 3px auto;
}

.homespecials .homespecials-bottom p.seemore a
{
	font-weight: 700;
	font-size: 10px;
}

.homespecials .homespecials-bottom p.rentbutton
{
	clear: both;
	float: left;
	width: 50px;
	padding: 1px 2PX;
	margin: 10px 10px 0 0;
	text-align: center;
	font-size: 10px;
	font-weight: 500;
	color: #fff;
	background-color: #B9E5FA;
	border-top: 3px solid #bbd7ed;
	border-bottom: 3px solid #bbd7ed;
}

.homespecials .homespecials-bottom p.rentbutton a { color: #193e88; }

.homespecials .homespecials-bottom p.rentbutton a:link
{
	color: #193e88;
	text-decoration: none;
}

.homespecials .homespecials-bottom p.rentbutton a:visited
{
	color: #193e88;
	text-decoration: none;
}

.homespecials .homespecials-bottom p.rentbutton a:hover
{
	color: #193e88;
	text-decoration: none;
}

.homespecials .homespecials-bottom p.rentbutton a:active
{
	color: #193e88;
	text-decoration: none;
}

.price-block { float: left; }

.price-block .small-text
{
	color: #000;
	font-size: 11px!important;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.price-block p.price
{
	color: red;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	margin-top: -5px;
	padding: 0;
}

/*locations page*/
/* Begin Footer */
#footer
{
	width: 775px;
	height: 20px;
	border-top: #fff solid 2px;
	padding: 3px 0 5px 0px;
	margin: 0 0 20px 0;
	list-style: none;
	color: #fff!important;
	clear: both!important;
}

/* contact form styles */
form.cssform
{
	width: 350px;
	margin: 10px 0 10px 0;
	padding: 0;
}

.cssform fieldset
{
	display: block;
	width: 350px;
	padding: 0;
	margin: 0 0 0px 0;
	border: none;
}

.cssform legend
{
	font-weight: bold;
	color: #CC0000;
	border: solid 1px #ccc;
	padding: 3px;
	margin: 0;
}

.cssform p
{
	width: 350px;
	margin: 0;
	padding: 0;
	/*padding-left: 0px; width of left column containing the label elements*/
	height: 1%;
	vertical-align: middle;
	clear: both;
}

.cssform label
{
	color: #666;
	display: block;
	float: left;
	width: 160px;
	/*width of labels. Should be smaller than left column (155px) to create some right margin*/
	font-size: 12px;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-top: 4px;
}

.cssform label.red { color: red; }
.cssform input, .cssform select { margin: 4px 0; }

.cssform input, .cssform select
{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;
	color: #000;
	border: 1px solid #ccc;
}

.cssform select
{
	width: 180px;
	font-size: 10px;
	padding: 3px;
}

.cssform textarea
{
	width: 348px;
	height: 150px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	margin-top: 5px;
}

* html .cssform textarea
{
	width: 340px;
	height: 150px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	margin-top: 5px;
}

.cssform textarea:focus { background-color: #FFFFCC; }

.cssform input[type="radio"]
{
	float: left;
	display: normal;
	border: none;
	background-color: #fff;
}

.cssform label.respond { width: 75px; }

.cssform input[type="text"]
{
	display: block;
	float: left;
	width: 180px;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 2px;
	color: #102132;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
}

* html .cssform input.text
{
	display: block;
	float: left;
	width: 160px;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 2px;
	color: #102132;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
}
.captchapict
{
	display: block;
	float: left;
	width: 160px;
	padding: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.cssform input[type="text"]:focus { background-color: #FFFFCC; }

.cssform input.submit
{
	color: #f0f0f0;
	background-color: #333;
	font-size: 12px;
	padding: 3px 10px;
	margin: 5px 0 0 0px;
}

.cssform input.submit:hover
{
	background: #f0f0f0;
	font-weight: bold;
	color: #666;
}

* html .threepxfix { margin-left: 3px; }

/*careers*/
ul#employment-list
{
	margin: 0 0 20px 20px;
	padding: 0;
}

ul#employment-list li
{
	padding: 0 0 0 10px;
	margin: 0;
	line-height: 17px;
}

table#career-openings
{
	width: 100%;
	border: 0;
	padding: 0;
	margin: 13px 0 32px 0;
	background: #fff;
	font-size: 12px;
}

table#career-openings td
{
	height: 16px;
	line-height: 16px;
	padding: 3px 0 3px 0;
}

td.job-header
{
	border-bottom: 1px solid #999;
	font-weight: bold;
	color: #171546;
}

select.jobs { width: 200px; }
* html select.jobs { width: 198px; }

/*contact page*/
fieldset.contact-box
{
	width: 390px;
	border: 1px solid #f0f0f0;
	padding: 0;
	margin: 10px 0 10px 0;
}

fieldset.contact-box input.text,  fieldset.contact-box textarea.textarea
{
	width: 177px;
	display: block;
	float: left;
	margin: 0;
}

fieldset.contact-box p
{
	padding: 20px 20px 5px 20px!important;
	margin: 0!important;
	clear: both;
}

fieldset.contact-box label { width: 170px; }

fieldset.contact-box p.button-container
{
	padding: 20px 20px 20px 20px!important;
	text-align: left;
	text-indent: 170px;
}

label.form-label
{
	float: left;
	width: 295px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p input.button
{
	border: 1px solid #ccc;
	background: #333;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 2px 5px;
	margin: 0;
}

p input.button:hover
{
	background: #999;
	text-align: center;
	padding: 2px 5px;
	margin: 0;
}

/* Locations */
.location
{
	float: left;
	margin: 0pt 10px 0 0;
	padding: 3px 0;
	text-align: left;
	width: 150px;
	height: 105px;
}

.location h4
{
	color: #000;
	font-size: 14px;
	font-stretch: condensed;
	font-weight: bold;
	margin: 0pt;
	padding: 0pt;
}

.location .button
{
	border: 1px solid #ccc;
	background: #333;
	padding: 5px 8px;
	font-size: 11px;
	margin: 10px 0;
	color: #fff;
}

* html .location input.button
{
	padding: 5px;
	margin: 10px 0;
}

.location p
{
	font-size: 10px;
	margin: 0 0 2px 0;
	padding: 0;
}

#promo-nav
{
	margin: 0 35px 0 0;
	padding: 15px 0 15px 0;
	text-align: center;
}

.nav-links, .nav-nums
{
	font-size: 12px;
	border: 1px solid #666;
	color: #666;
	background: #fff;
	margin: 0;
	padding: 3px 6px;
	
	
}

.nav-nums.current
{
	color: #fff;
	background: #666;
}

/***ACCORDION***/

.accordion_toggle {
	display: block;
	cursor: pointer;
}

.accordion_toggle_active {
	background: #fff;
}

.accordion_content {
	overflow: hidden;
}

img.promo-image { width: 540px; }
