html, body{
	margin:0;
	padding:0;
}
body{
	font:normal 62.5% Verdana, Arial, Helvetica, sans-serif;
	color:#5E5E5E;
	background-color:#CBCBCB;
}

img{
	vertical-align:bottom;
}
a img{
	border:0;
}
a{
	font-weight:bold;
	text-decoration:none;
	color:#0085D1;
}
a.external{
	padding:0 12px 0 0;
	background:transparent url(images/bg_newWindow.gif) no-repeat center right;
}
a:hover{
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	margin:0 0 20px 0;
	padding:0;
}
h1 { font-size:180%; }
h2 { font-size:160%; }
h3 { font-size:140%; }
h4, h5, h6{ font-size:130%; }
input, option, select, textarea{
	font:normal 100% Verdana, Arial, Helvetica, sans-serif;
	color:#5E5E5E;
}
table{

	margin:0;
	padding:0;
}
td{
	/*padding:2px;*/
	padding:5px;
	text-align:left;
}



/*---------------
* classes
-----------------*/
.clearAll{
	font-size:0px;
	height:0px;
	clear:both;
}

.clearBottom0{
	height:0px;
	clear:both;
}

.clearBottom1{
	height:20px;
	clear:both;
}
.clearBottom{
	height:40px;
	clear:both;
}
.section_summary{
	font-weight:bold;
}
.noBorder{
	border:0;
}
.linkImageTable td{
	text-align:center;
	vertical-align:top;
	padding:2px 2px 20px 2px;
}
#subPageContent .linkImageTable td img{
	float:none;
	margin:0;
	padding:0;
	background:none;
}
.border{
	width:100%;
	margin:10px 0;
}
.border td{
	border:1px solid #cccccc;
}
/*--------------
* siteHolder
----------------*/
#siteHolder{
	width:800px;
	padding:0 10px 20px 10px;
	margin:0 auto;
	background:#CBCBCB url(images/bg_siteHolder.gif) repeat-y top left;
	position:relative;
	height: auto;
}

#siteHolder p{
	margin:20px 0 0 0;
	padding:0;
}


/*---------------
* logo
-----------------*/
#logo{
	width:750px;
	padding:25px 0px 25px 25px;
	background-color:#ffffff;
	float:left;
	border: 1px;
}

#mainbanner {	
	float: none;
	height: 220px;
	width: 750px;
	position: relative;
	margin:0 10px;
	padding:0px 10px;
}


/*---------------
* righttop
-----------------*/
#lefttop{
	width:385px;
	background-color:#ffffff;
	float:left;
}
#righttop{
	width:200px;
	background-color:#ffffff;
	float:right;
	height: 40px;
	padding: 10px 0px 0px 0px;
}


/*---------------
* content
-----------------*/
#content{
	/*background:#ffffff url(images/bg_content.gif) repeat-y top left;*/
	float: none;
	width: 750px;
	position: relative;
	margin:0 10px;
	padding:0px 10px;
}
#content p{
	margin:0 0 15px 0;
	padding:0;
}

#content2{
	/*background:#ffffff url(images/bg_content.gif) repeat-y top left;*/
	float: none;
	width: 800px;
	position: relative;
	margin:0 10px;
	padding:0px 10px;
}

#content2 .frontSection2{
	width:230px;
	margin:0 0px 0 0px;
	padding:0 30px 0 0px;
	float:left;	
}

#content2 p{
	margin:0 0 10px 0;
	padding:0;
}

/*---------------------
* sub page content
-----------------------*/
#subPageContent{
	clear:left;
	width:730px;
	margin:0 10px 0 20px;
}
#subPageContent p{
	margin:0 0 15px 0;
	padding:0;
}
#subPageContent img{
	float:left;
	clear:left;
	margin:0 10px 10px 0;
	padding:0px;
	/*padding:1px;
	border:1px solid #cccccc;*/
}
#subPageContent #subContent{
	margin:0 0 0 215px;
}

#subPageContent #subContent #subPageInnerFloat{
	float:left;
	margin: 20px 0px 0px 7px;
}
#subPageContent #subContent #subPageInnerFloat #section{
	clear:left;		
}

#subPageContent #subContent #subPageInnerFloat #section_title{
	clear:left;	
	font-size:18px;
	margin: 0 0 20px 15px;
	color: #218FCE;	
	/*background:url(images/arrow_gray.gif) no-repeat 7px left;*/
}

#subPageContent #subContent #subPageInnerFloat #section .section_title_inner{
	margin: 0 0 20px 16px;
	font-weight:bold;
}


#subPageContent #subContent #subPageInnerFloat #section .section_contents{
	margin: 0 0 20px 16px;
}


#subPageContent #subContent #subPageInnerFloat .subPageContent_line   {
	width:500px;
	height:1px;
	margin: 20px 0px 30px 20px;
	border-bottom: 1px solid #218FCE;
	;
}




/*---------------
* sub page nav
-----------------*/
#subNavTop{
	width:200px;
	float:left;	
}

#subNav{
	width:200px;
	float:left;
	background-color:#F4F4F4;
}

#subNav a{
	background-color:#F4F4F4;
	color:#808080;
	text-decoration:none;
	display:block;
	padding:5px 10px;
}
#subNav a:hover{
	background-color:#F4F4F4;
	color:#218FCE;
	text-decoration:none;
}

#subNav ul, #subNav li{	
	margin:0;
	padding:0;
	background-color:#F4F4F4;
}

#subNav ul{
	border-bottom:1px solid #CACACA ;
}

#subNav li{
	border-top:1px solid #CACACA ;
	padding:0 0 0 10px;
	margin:0 0 0 5px;
	background:url(images/arrowNav.jpg) no-repeat top left #F4F4F4;
	list-style:none;
}
/*
#subNav li a:hover{
	background:url(images/arrowNav_a.jpg) no-repeat top left #F4F4F4;
}*/

#subNavTitle{
	color:#CC0000;
	font-size:14px;
	width:200px;
	background-color: #E8E8E8;
}

#subNavTitle_inner{
	color:#564F47;
	font-size:14px;
	width:180px;
	background-color: #E8E8E8;
	margin: 0 10px;
}

#subNavBottom{
	background:url(images/subpageMenuBottomSlid.jpg) repeat-x top left;
	/*background:url(images/subpageMenuBottom0.jpg) no-repeat top left;*/
	width:200px;	
	float:left;
	height:120px;
}

#subNavBottomLeft{
	float:right;
	width:110px;
	margin:70px 0 0 0px;
}

#subNavBottomLeft a, a:havor{
	font-size:9px;
}	

#subNavBottomIcon0{
	width:110px;
	height:40px;
	margin: 10px 10px 0 20px;		
}

#subNavBottomIcon1{
	width:110px;
	height:40px;
	margin: 10px 10px 0 20px;	
}

#subNavBottomIcon2{
	width:110px;
	height:40px;
	margin: 10px 10px 0 20px;	
}

#subNavBottomIcon99{
	width:110px;
	height:40px;
	margin: 10px 10px 0 20px;	
}



#subNavBottom img{
	border:0px solid #cccccc;
}
	
/*--------------
* form 
----------------*/
fieldset{
	margin:0;
	padding:0;
	border:0;
}
.formTable{
	margin:0 0 20px 0;
}
.formTable .left, .formTable .right{
	vertical-align:top;
}
.formTable textArea{
	width:13em;
	height:5em;
}
.coverTable th, .coverTable td{
	border:1px solid #cccccc;
}
.coverTable th{
	background-color:#F2AE00;
	color:#ffffff;
}

/*---------------------
* leftContent
-----------------------*/
#leftContent{
	position:relative;
	background:#ffffff url(images/leftpanel2.gif) no-repeat 0px 68px;
	color:#000000;
	width:390px;
	float: left;
}

#leftContent .leftpanel{
	margin: 78px 10px 10px 10px;
	float: left;
}

/*----------------
* rightContent
------------------*/
#topOffers{
	padding:0 0 10px 0;
}
#rightContent, #topOffers{
	float:left;
	width: 360px;
}
#rightContent .frontSection, #topOffers .frontSection{
	width:100px;
	margin:0 0px 0 10px;
	float:left;
}
#rightContent .frontSection .frontSection_content, #topOffers .frontSection .frontSection_content{
	padding:3px 2px 0 2px;
}
#rightContent .frontSection p{
	margin:5px 0;
}

/*----------------------
* top1
------------------------*/

#subcontent {
	position:relative;
	color:#000000;
	margin:0px 10px;
	padding:5px 0px 5px 0px;
	width:780px;
	float: none;
	min-height:300px;
}

#subcontent p{
	margin:13px 0 0 0;
	padding:0;
}


/*----------------------
* top1
------------------------*/

#top1{
	top: 225px;
	width: 190px;
	height: 303px;
	position: absolute;
	left: 859px;
}
/*----------------------
* offerContent
------------------------*/
#rentlogo {
	position:absolute;
	top:10px;
	left:516px;
	float:right;
}



#offerContentTop{
	clear:right;
	margin:20px 25px 0px 25px;
	min-height:120px;
	/*height:160px;*/
	border-bottom:1px solid #C5C5C5;
}

#offerContentMiddle{
	clear:right;
	margin:0px 25px 0px 25px;
	min-height:225px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5C5C5;	/*height:265px;*/
}

#offerContentMiddle .offerContentMiddle_innerLeft{
	width:600px;
	float:left;
}

#offerContentMiddle .offerContentMiddle_innerRight{	
	position:absolute;
	left:500px;
    top:250px;
	width:400px;
	height:auto;	
}


#offerContentBottom{
	clear:right;
	margin:0 25px;
}

#offerContentBottom a{
	color:#A8A8A8;
	text-decoration:none;	
}

#offerContentBottomLeft{
	float:left;
	margin:25px 25px 0 10px;
	width:430px;
}

#offerContentBottomRight{
	float:right;
	margin:25px 0 0 0;
	width:260px;
}

#offerContentBottom p{
	margin:5px 0 0 0;
}


/*
#offerContent #largeImage{
	position:relative;
	top:115px;
	right:0px;
	float:right;
}*/

#offerContent #offerContent_inner{
	border-top:1px solid #C5C5C5;
	margin:203px 0 0 0px;
}
#offerContent #offerContent_inner h1{
	color:#0086D0;
	margin:15px 0 20px 0;
}
#offerContent #offerContent_inner .yellow{
	color:#F0B102;
}
#offerContent #offerContent_inner p{
	margin:20px 0 0 0;
	padding:0;
}


/*---------------------
* topLinks
-----------------------*/
#topLinks{
	position:relative;
	background:#469CE6 url(images/bg_topLinks_top.gif) no-repeat top left;
	color:#ffffff;
	margin:0px 20px;
	padding:5px 0px 5px 0px;
	width:750px;	
	float: none;
}

#topLinks a{
	color:#ffffff;
	padding:0 20px;
	text-decoration:none;
	
}
/*#topLinks #topCurves{
	width:750px;
	height:5px;
	background:#469CE6 url(images/bg_topLinks_bottom.gif) no-repeat top left;
	position:absolute;
	left:0;
	bottom:0;
}
*/
/*---------------------
* leftContentLinks
-----------------------*/
#leftContentLinks{
	position:relative;
	background:#469CE6 url(images/bg_topLinks_top.gif) no-repeat top left;
	color:#ffffff;
	margin:0px 20px;
	padding:5px 0px 5px 0px;
	width:750px;
	float: none;
}

#leftContentLinks a{
	color:#ffffff;
	padding:0 20px;
}
#leftContentLinks #leftContentCurves{
	width:750px;
	height:5px;
	background:#469CE6 url(images/bg_topLinks_bottom.gif) no-repeat top left;
	position:absolute;
	left:0;
	bottom:0;
}

/*---------------------
* bottomLinks
-----------------------*/
#bottomLinks{
	position:relative;
	background:#0085D0 url(images/bg_bottomLinks_top.gif) no-repeat top left;
	color:#99CEEC;
	margin:0 10px;
	padding:5px 60px;
}
#bottomLinks ul, #bottomLinks li{
	margin:0;
	padding:0;
	list-style:none;
}
#bottomLinks li{
	display:inline;
}
#bottomLinks a{
	color:#ffffff;
	padding:0 6px;
	text-decoration:none;
}
#bottomLinks #bottomCurves{
	width:780px;
	height:5px;
	background:#0085D0 url(images/bg_bottomLinks_bottom.gif) no-repeat top left;
	position:absolute;
	left:0px;
	bottom:-5px;
	z-index:5;
}

#bottomLinks a{
	color:#99CEEC;
}


/*------------------------
* site_bottomCurves
--------------------------*/
#site_bottomCurves{
	width:820px;
	height:20px;
	background:#ffffff url(images/bg_site_bottomCurves.gif) no-repeat top left;
	position:absolute;
	left:0px;
	bottom:-9px;
}

/*-----------------------
* credit
-------------------------*/
#credit{
	width:780px;
	margin:0 auto;
	padding:0 0 10px 0;
}
#credit a{
	color:#ffffff;
}
#credit a.external{	
	background:transparent url(images/bg_newWindow_white.gif) no-repeat center right;
	padding:0 12px 0 0;
}


/*bottom_buttons*/

#rent2buy {
height: 100px;
margin: 10px 0 0 35px;
}

#rent2buy h2{
color: #0085d0;
font:bold 16px Verdana, Arial, Helvetica, sans-serif;
}

#rent2buy img{
margin-right: 20px;
}

