/*********************************************
	STYLES FOR BROWSER
	1. Developer, this is the individual 
	   css file for a web browser
	2. Please keep your code CLEAN. 
	3. Bring over ANY custom tags. 
	4. Make SURE to test the "Big 5" Browsers:
		-- IE7, IE8 - A MUST! 
		-- Firefox
		-- Chrome
		-- Safari
		-- Opera
*********************************************/
html, body{
	margin:0;
	padding:0;
	background:#ffffff url(/images/bg.jpg) repeat-x;
}

body { /* Use both the px/em variable */
	font: 11px/1.3em Verdana, Geneva, sans-serif; 
	color: #000;
}

		
a { /* default link styles*/
	color:#053577;
	text-decoration: none;
}
	
	a:hover{
		text-decoration: underline;
	}

.wrapper{ /* This is where you would change by default. A SAFE width is 320px */
	width: 946px;
	margin:0 auto;
	background:url(/images/bg-mid.png) repeat;
	
}

.wrapper-top{
	background:url(/images/bg-top.png) no-repeat;
	width:946px;
	height:16px;
	margin:20px auto 0 auto;
}

.wrapper-bottom{
	background:url(/images/bg-bottom.png) no-repeat;
	width:946px;
	height:16px;
	margin:0 auto 20px auto;
}


/*********************************************
	STANDARD TAGS:
	These are our standard tags. YOU MUST
	USE THESE TO HAVE THE SITE WORK PROPERLY
	WITH MOBILE AND DEFAULT CSS
	1) .header
	2) .main-nav -- located in nav.css
	3) h1, h2, h3, h4, h5
	4) .breadcrumbs
	5) .content
		-- .col-1
		-- .col-2 
		-- .col-3
		-- Make more if needed.
	6) .footer
*********************************************/

.header { 
	height: 240px;
	width:914px;
	
	position: relative;
	margin:0 0 0 18px;
}


.logo-left{
	float:left;
	position:absolute;
	left:10px;
	top:10px;
	z-index: 2000;
}

.logo-right{
	float:right;
	position:absolute;
	right:10px;
	top:10px;
	z-index: 2000;
}


h1 { /* This will use the same admin controlled headers */
	background-repeat: no-repeat;
	height: 40px; 
	display: block;
	text-indent:-9999px;
}

h2, h3, h4, h5 { /* Format as you need, use em's */
}

.breadcrumbs { /* Format as you need with your a tags, etc. */
	color: #000;
	margin: 3px 0 3px 18px;
	font-family:Arial, sans-serif;
	font-size:9px;
}

.content { /* Format as you need. Use em's where you can to keep consistent */
	position: relative;
	z-index: 100;
	margin:0 0 0 18px;	
}

	.col-1 { 
		width: 220px;
		float: left;
	}
	
	.col-2 { 
		width: 680px;
		float: left;
	}
	
	.col-3 { 
		width: 100px;
		float: left;
	}
	
.footer { /* Format as you need. */
	width: 914px;
	margin:0 0 0 18px;	
	background:#033675;
	font-size:10px;
	color:#ffffff;
}
	.footer a {
		color: #63c3db;
		text-decoration: none;
		font-weight:bold;
	}
	
	.footer a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
		ul.footer-nav { /* Use this for your footer nav to make it easier on spacing! */
		list-style-type:none; 
		margin:0;
		padding:0;	
		text-align:left;
		margin:0 auto 3px;
	}
	
		ul.footer-nav li { 
			position:relative;
			display: inline;
			border-left: 1px solid #63c3db;
			padding:0 3px 0 5px;
		}
		
		
.footer-right{
	width:400px; 
	float:right; 
	text-align:center;
	color:#ffffff;
}
	
.footer-right a{
	font-weight:normal;
	text-align:center;
	color:#ffffff;
}
/*******************************************
	SITE SPECIFIC FORMATTING
	1. This is where you will test and put 
	   your site specific tags. 
********************************************/



.hotdeals{
	width:189px;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	padding: 20px 0;
}

.hotdeals-text{
	background:#d2f9ff;
	
	
}


.side-nav{
	padding: 20px 0;
}
.side-nav ul li {
	padding:0 0 0 0;
	margin:0 0 0 -20px;
}

.side-nav ul li a {
	color:#234fa0;
	font-weight:bold;
	padding:0 0 0 5px;
}

.side-nav ul li a:hover{
	color:#6fc3d7;
	font-weight:bold;
	text-decoration:none;
}




.rental_search_form{
	width:674px;
	height:177px;
	background:url(/images/bg-search.png) no-repeat;
	font-family:sans-serif;
	font-size:8px;
	text-transform:uppercase;
}

.rental_search_form select{
	text-transform:none;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	margin: 3px 0;
	padding: 3px 0;
}

.quicklinks{
	line-height:18px;
 margin: 5px; 
 padding: 5px;
 background: #ffffff; 
 border: 1px solid #053577;
 width: 120px; 
 float: right; 
 text-align: center;
}

