/* Global CSS */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px Verdana, Helvetica, sans-serif;
	color:#474917;
	background-color:#8C8C2F;
}
p {
	line-height:18px;
	margin:10px 0;
}
div#page {
	margin: 0 auto;
	width: 950px;
	min-height:666px;
	background:#D2D28E;
	background-image:url(../img/template/background1.gif);
	background-repeat:no-repeat;
}
/*******************************/
/* BODY LEFT */
/*******************************/

#BodyLeft {
	width:767px;
	  z-index:1;
}
#flash_container {

  width: 767px;
  height: 333px;
  z-index:1;

}



#MainContentContainer {
	padding:20px 80px;
	margin:0;
}

#HomeContentContainer {
	padding:0;
	margin:0;
	
}

#HomeContentContainer #homeLeft {
	float:left;
	width:662px;
	height:248px;
}

#homeLeft .col1{
	float:left;
	width:140px;
	text-align:center;
	padding:30px 0 0 20px;
	
}

#homeLeft .col2{
	float:right;
	width:470px;
	height:206px;
}

#homeLeft .col2 p{
line-height:20px;
padding-right:50px;
padding-bottom:20px;}

#HomeContentContainer #homeRight {
	float:right;
	width:288px;
	height:248px;
	background-image:url(../img/home_bottomright.jpg);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}



/*******************************/
/* RENTAL FORM CONTENT */
/*******************************/

#RentalContentContainer {
	padding:20px 80px;
	margin:0;
}


/*******************************/
/* BODY RIGHT */
/*******************************/

#BodyRight {
	width:182px;
	float:right;
	
}
/*******************************/
/* Navigation */
/*******************************/

#navcontainer { width:182px; height:246px;background-image:url(../img/template/backgroundNav.jpg); background-repeat:no-repeat; padding-top:38px;}




/*******************************/
/* RENT NOW */
/*******************************/


 #RentNow {
	padding: 0;
	margin: 0;
	text-align:center;
}

#RentNow a{ font-size:16px; font-family:Arial, Helvetica, sans-serif; color:#FD0410; text-transform:uppercase; text-decoration:none; font-weight:bold;
}

.tableBorder { border:1px solid #666600;}


/*******************************/
/*  RIGHT COLUMN CONTENT */
/*******************************/


 #RightCol {
	padding: 0;
	margin: 0;
}



/*******************************/
/* -- Header Styles -- */
/*******************************/


h1 {
	font: bold 16px Verdana, Helvetica, sans-serif;
	color: #C00
	text-transform:uppercase;
	margin:0 0 10px 0;
}
h1 a {
	text-decoration:none;
	color:#474917;
}
h1 a:HOVER {
	text-decoration:underline;
}
h2 {
	font: bold 12px Verdana, Helvetica, sans-serif;
	color: #474917;
}



/*******************************/
/* -- footer -- */
/*******************************/



div#footer {
	width:950px;
	margin: 0;
	padding:0;
}

.footercopy {
float:right;
padding:20px 20px 5px 0;
	font:11px Verdana, Helvetica, sans-serif;color:#474917;
}

.footercopyHome {
float:right;
padding:210px 30px 5px 0;
font:11px Verdana, Helvetica, sans-serif;color:#474917;
color:#FFFFFF;
}


div#footer ul {
text-align:center;
	margin:0px;
	padding:10px;
	background:#474917;
	width:420px;
}
div#footer li {
	list-style:none;
	display:inline;
}
div#footer li a {
	color:#E1E1B9;
	text-decoration:none;
	font:11px Verdana, Helvetica, sans-serif;
	font-size:16px;
	padding:15px 20px 0 20px;
}
div#footer li a:HOVER {
	color:#FFFFFF;
	text-decoration:none;
}




/*----------- Utility Styles -------------*/
.clear {
	float: none !important;		/* Remove any inherited floats */
	display: block !important;	/* Make sure our element is a block-level element */
	clear: both !important;		/* Make sure it clears on both sides */
	margin: 0 !important;		/* Remove all margins that would make it visible */
	border: 0 !important;		/* Remove all borders that would make it visible */
	padding: 0 !important;		/* Remove all padding that would make it visible */
	height: 0.1px !important;	/* Mozilla/Firefox require the clearer height to not be 0, but rounding makes it 0 */
	line-height: 0 !important;	/* Set the line-height to 0 so it isn't visible */
	font-size: 0 !important;	/* Set the font-size to 0 so it isn't visible */
}
/* -- */
