///////////////////////////////////
/*
// Static Page Styles
*/
///////////////////////////////////


/* PRIMARY COLORS OF [client name] WEBSITE FOR USE THROUGHOUT
blue: #005aff;
orange: #f1bf12;
grey: #dfdedc;/*


/* RESET STYLES - Creates no padding/margin/spacing issues between browsers */

*{
	margin:0;
	Padding:0
}


/* ***** Standard CSS On All Pages Begins Here ***** */

/* Body (Choose Font Family and Font Size here and it will be inherited throughout site.) */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525040;
	background: #ffffff;
	margin: 0;
	text-align:center;
}

/* Body Class on Homepage (Choose custom background color, background image, and margin for site) */

body.page-background {
background: #a9bdb2 url(images/bkgd-image.jpg) no-repeat top;	
margin-bottom: 10px;
}
body.page2-background {
background:#aabeb0 url(images/body-pg2.jpg) no-repeat top;
margin-bottom: 10px;
}
/* Body Class on Interior Pages (Choose custom background color, background image, and margin for site) */

body.interior-background {
background: #aabeb0 url(images/bkgd.jpg) repeat-x top left;	
}

/* Body for Print Page */

body.printpage {
	background-color: #FFFFFF; 
	margin: 0px; 
	} 

/* ***** MAIN TEXT STYLES ***** */

/* Sitewide Link Style */

A:link, A:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #525040;
}

A:hover, A:active {
	font-weight: bold;
	text-decoration: underline;
	color: #6b320c;
}

/* Footer Links Style */

A:link.footerlink, A:visited.footerlink {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

A:hover.footerlink, A:active.footerlink {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
} 


/* Footer Email Style */

A:link.footer-email-link, A:visited.footer-email-link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A:hover.footer-email-link, A:active.footer-email-link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
} 

/* Link Back to VDS Site in Footer Area */

A:link.vdslink, A:visited.vdslink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

A:hover.vdslink, A:active.vdslink  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
	font-weight: normal;
	color: #6b320c;
	text-decoration: underline;
}

/* Standard Headers */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #18575a;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}

h2 {
	font-size: 15px;
	color: #662b05;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}

h3 {
	font-size: 13px;
	color: #4c4a38;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}

h4 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}

h5 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}

h6 {
	font-size: 12px;
	color: #0055A6;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}

/* STANDARD BODY TAG FORMATTING */

p {
	color: #525040;
	line-height: 19px;
	margin: 15px 0px 15px 0px;
	text-align: left;
}

hr {
    border-style: solid;
    background-color: #1e5a62;
    height: 1px;
    border: none; 
    width: 100%; 
    color: #1e5a62;
}

li {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	padding: 1px;
}

table{} tr{} td{} th{} strong{} b{} i{} ol{} ul{}

/* ***** Custom Styles applied to Home and Interior Templates By Designer ***** */
#container { 
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 
#header { 
	width:810px;
	height:412px;
	position:relative;
	z-index:1;
} 

 
 #navigation{
 	position:absolute; 
 	top:391px;
 	width:273px; 
 	height:403px; 
 	z-index:100; 
 	float:left;
 	background:none;
 }
 
#navigationPage{ 
	width:273px; 
	height:403px; 
	float:left; 
	background:none; 
	position:relative;
	z-index:100; 
} 

 
#socialmediaicons {
	background: url(images/follow-booe-realty.gif) top left no-repeat;
	height: 45px;
	width: 248px;
	padding: 28px 0 0 25px;
	position: relative;
	float: left;
}

#socialmediaiconsPage {
	background: url(images/follow-booe-realty.gif) top left no-repeat;
	height: 45px;
	width: 248px;
	padding: 28px 0 0 25px;
	position: relative;
	float: left;
	margin-bottom: 15px;
}
 
#mainContentWrapper{
background:#fffae2 url(images/content-back.jpg) no-repeat bottom left;
width:810px;
height:100%;
margin:0 auto;
position:relative;
border: 0px;
}

#mainContent { 
	width:517px;
	float:right;
	background: #fffae2 url(/images/shadow.gif) repeat-y left;
	/*position:relative;*/
	margin-left:273px;
	padding: 10px 3px 20px 17px;
} 

#left-col-quicklinks {
	margin-top: 17px;
	margin-left: -18px;
	padding: 5px 0px 0px 10px;
	position: relative;
	width: 100%;
	height: 130px;
	background: url(/images/quicklinks-bkgd.png) top left no-repeat;
}

#left-col-quicklinks h3 {
	padding-top: 0px;
	margin-top: 5px;
	margin-left: 7px;
	margin-bottom: 14px;
	font-size: 12px;
	color: #fff;
}

.quicklinksBullet {
	list-style-image: url(/images/quicklinks-bullet.png);
	line-height: 16px;
}

#homelinebreak { 
 width:810px;
 height:7px;
 margin:0;
 padding:0;
 clear:both;
 background: url(images/pg2-linebreak.jpg) no-repeat top left;
} 

#pg2linebreak { 
 width:952px;
 height:7px;
 margin:0;
 padding:0;
 clear:both;
 background: url(images/pg2-linebreak.jpg) no-repeat top left;
} 


#footer { 
	background: #6d8f91 url(images/home-footer-bkgd.jpg) top left no-repeat;
	height: 251px;
	padding: 26px 22px 19px 21px;
	border-left: solid 1px #214244;
	border-right: solid 1px #214244;
	border-bottom: solid 1px #214244;

} 

#footerpg2 { 
	background: #6d8f91 url(images/pg2-footer-bkgd.jpg) top left no-repeat;
	height: 251px;
	padding: 26px 22px 19px 21px;
	border-left: solid 1px #214244;
	border-right: solid 1px #214244;
	border-bottom: solid 1px #214244;
	clear:both;
} 

.footerLine1 {
	border-bottom: dotted 1px #000000;
	padding-bottom: 4px;
	width: 100%;
}

.footerLine2 {
	border-top: dotted 1px #000000;
	margin-top: 4px;
	width: 100%;
}

.footerAddressLeft {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	width: 200px;
	padding: 4px 0 0 0;
}

.footerAddressRight {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	padding: 4px 0 0 0;
}

.footerlinksTD {
	padding: 12px 0 13px 0;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}

.footerHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	color: #104144;	
}

.footerSubHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	color: #405664;
	padding-right: 7px;	
}

#vdsCopyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
	font-weight: normal;
	color: #000000;
	padding: 10px 0 0 0;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/*Page 2 Styles*/

#containerPage { 
	width:952px;
	margin:0 auto;
	text-align:left;
	padding:0;
} 

#headerPage{ 
	width:952x;
	height:183px;
	margin:0 auto;
	background:url(images/header3.jpg) no-repeat center;
}

 
#mainContentWrapperPage { 
	background:#fffae2 url(images/content-backpg2.jpg) no-repeat bottom left;
	height:100%;
	width:952px;
	margin:0 auto;

}
#mainContentPage { 
/*margin:0 0 0 273px;*/ 
position:relative;
float:right; 
background:#fffae2 url(/images/shadow.gif) repeat-y left; 
min-height: 810px; 
padding:0px 29px 19px 29px; 
width:621px;
 }
 
#mainContent a, #mainContent a:link, #mainContent a:visited{
	font-weight: normal;
}
#mainContent a:hover, #mainContent a:active{
	font-weight: normal;
}
 
/*
#topShadow{
padding:0;
margin:0;
position:relative;
z-index:0;
left:-27px;
top:-3px;
}*/

#topShadow{
padding:0;
margin:0;
width:679px;
height:7px;
float:right;
position:relative;
z-index:0;
}
#footerPage { 
	width:952px;
	background:#DDDDDD; 
	margin:0 auto;
}

table.events{
width:600px;
border:1px solid #c2af57;
margin:0 0 10px 0;
}
table.events td{
padding:5px;
}
.eventHd{
background:#c7b359 url(images/event-hd.gif) repeat-x top;
}

.eventDate{
padding:0 0 0 20px;
font-weight:bold;
font-style:italic;
font-size:11px;
color:#50270e;
}
.white{
background:#fff;
}
.month{
padding:10px 0 0 0;
margin:0;
font-weight:bold;
text-align:left;
font-size:12px;
}
#dealOfDayHouse{
width:325px;
float:left;
}
#dealOfDayHouse table{
margin:0 auto;
}
#dealOfDayHouse table td{
border:1px solid #c2af57;
padding:2px;
}
#dealOfDayInfo{
margin-left:335px;

}
#dealOfDayInfo p{
padding:0;
margin:0;
font-weight:bold;
}
.dealButton{
background: #18575a url(images/green-bkgd.jpg) repeat-x top left;
height:20px;
width:140px;
margin:5px auto;
text-align:center;
padding:5px 0 0 0;
border:1px solid black;
}

.dealButton a, .dealButton a:link, .dealButton a:visited{
color:#fff;
text-decoration:none;
padding:5px;
}
.dealButton a:hover, .dealButton a:active{
color:#c2af57;
padding:5px;
}

#dealOfDayFooter{
width:600px;
clear:both;
margin:0 auto;
padding:10px 0 0 0;
}
#dealHouse{
width:300px;
margin:0 auto;
border:1px solid #c2af57;
padding:2px;
}
.dealInfoHead{
font-weight:bold;
font-size:12px;
}

.dealHomeList ul{
width:136px;
list-style:none;
margin:0;
padding:0 0 20px 0;
}
.dealHomeList ul li{
font-size:10px;
}

table.borderBottom td{
border-bottom:1px solid #18575a;
padding:8px 0;
}
.navInteriorTD {
 	background: #fefae1 url(images/nav-bkgd.jpg) no-repeat bottom left;
	width: 273px;
 }

.leftbackground {
	background: url(images/pg2-left-bkgd.jpg) top right no-repeat;
}

.rightbackground {
	background: url(images/pg2-right-bkgd.jpg) top left no-repeat;
}

.quicklinksbar {
	background: #57797b url(images/quicklinksbar-bkgd.jpg) repeat-x top left;
}

.quicklinksbar-leftbkgd {
	background: #6d9293 url(images/quicklinksbar-left-bkgd.jpg) no-repeat top right;
}

.quicklinksbar-rightbkgd {
	background: #6d9293 url(images/quicklinksbar-right-bkgd.jpg) no-repeat top left;
}

#quicklinks {
	font-size: 12px;
	font: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #e3f0f1;
	margin-top: 2px;
}

#quicklinks a:link, #quicklinks a:visited {  
	font-size: 12px;
	font: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #e3f0f1;
	text-decoration: none;
}

#quicklinks a:hover, #quicklinks a:active {  
	font-size: 12px;
	font: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #e3f0f1;
	text-decoration: underline;
}

#quicklinksPG2 {
	font-size: 13px;
	font: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #e3f0f1;
	margin-top: 2px;
}

#quicklinksPG2 a:link, #quicklinksPG2 a:visited {  
	font-size: 13px;
	font: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #e3f0f1;
	text-decoration: none;
}

#quicklinksPG2 a:hover, #quicklinksPG2 a:active {  
	font-size: 13px;
	font: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #e3f0f1;
	text-decoration: underline;
}

.underheaderText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #50270e;
	font-size: 10px;
	font-weight: normal;
}

/*Homepage Quickflash*/
#Layer1 {
	position:absolute;
	left:32px;
	top:196px;
	width:225px;
	height:153px;
	z-index:300;
}

.home-qssublinksTD {
	text-align: left;
	color: #18575a;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.home-arrivalTD {
	text-align: left;
	padding: 3px 0px 0px 0px;	
	color: #2e2f38;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.home-arrivalTD2 {
	text-align: left;
	padding: 1px 0px 0px 0px;	
}

input.home-qsarrivalbox {
	text-align: left;
	color: #222013;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #97948d;
	background-color: #ffffff;
	width: 166px;
	text-indent: 0px;
}

.home-lengthofstayTD {
	text-align: left;
	padding: 1px 0 0 0;	
	color: #2e2f38;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.home-lengthofstayTD2 {
	text-align: left;
	padding: 1px 0 0 0;	
}

input.home-qsrch2, textarea.home-qsrch2, select.home-qsrch2 {
	color: #222013;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #97948d;
	background-color: #ffffff;
	padding: 0px; 
	width: 207px;
	text-indent: 0px;
}

.home-typeofrentalTD {
	text-align: left;
	padding: 1px 0px 0px 0px;	
	color: #2e2f38;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.home-typeofrentalTD2 {
	text-align: left;
	padding: 1px 0px 0px 0px;	
}

A:link.home-qssublinks, A:visited.home-qssublinks {
	color: #18575a;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

A:hover.home-qssublinks, A:active.home-qssublinks {
	color: #2e2f38;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
} 

.home-buttonTD {
	text-align: left;
	padding: 4px 0px 0px 0px;		
}

input.home-qsrchbtn {
color: #f9e994;
font: normal 2px Verdana, Arial, Helvetica, sans-serif;
border: 0px;
border-style: solid;
border-color: #A9B2BF;
text-indent: 0px; 
background: url(images/home-qs-button.gif) no-repeat top left;
padding: 3px 0px 3px 0px;
width: 207px;
height: 35px;
}

table.fancyTable{
}
table.fancyTable td{
border:2px solid #eae4be;
background:#fffbe2 url(images/fancy-table-back.gif) repeat-x bottom;
padding:3px;
margin:3px;
}
.fancyTable img{
border:3px solid #eae4be;
}

.lastMinBack{
background:#fefae2 url(images/lastminute-back.jpg) bottom;
border:2px solid #525040;
}
.contentLinksWrapper{
width:200px;
float:right;
background:url(images/content-links-back.gif) repeat-y;
}
.contentLinksTop{
height:15px;
width:200px;
background:url(images/content-links-top.gif) no-repeat;
}
.contentLinksBottom{
height:13px;
width:200px;
background:url(images/content-links-bottom.gif) no-repeat;
}

.contentLinks{
width:185px;
margin:0 auto;
}
.contentLinksWrapper ul{
list-style:none;
width:185px;
margin:0;
padding:0;
}
.contentLinks ul li{
/*background:#fffae2 url(images/content-links.gif) repeat-x bottom;*/
padding:5px;
border-bottom:1px solid #ede9d3;
}

.contentLinks ul li:hover{
background:#efe7c2;
}
.contentLinks a{
text-decoration:none;
}
.contentLinks a:link, .contentLinks a:visited{
color:#525040;
}
.contentLinks a:hover, .contentLinks a:active{
color:#4f787c;
}
/* Quicksearch Page 2 styles*/
#quicksearchpg2 {
	padding-top: 27px;
}

.qssublinksTD {
	padding-left: 24px;
	text-align: left;
}

.lt-qssublinksTD {
	text-align: left;
}

.arrivalTD {
	text-align: left;
	padding: 12px 0 0 24px;	
	color: #685c21;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.lt-arrivalTD {
	text-align: left;
	padding: 12px 0 0 0px;	
	color: #685c21;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.arrivalTD2 {
	text-align: left;
	padding: 6px 0 0 24px;	
}

.lt-arrivalTD2 {
	text-align: left;
	padding: 6px 0 0 0px;	
}


input.qsarrivalbox {
	text-align: left;
	width: 180px;
}

.lengthofstayTD {
	text-align: left;
	padding: 8px 0 0 24px;	
	color: #685c21;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.lt-lengthofstayTD {
	text-align: left;
	padding: 8px 0 0 0px;	
	color: #685c21;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.lengthofstayTD2 {
	text-align: left;
	padding: 6px 0 0 24px;	
}

.lt-lengthofstayTD2 {
	text-align: left;
	padding: 6px 0 0 0px;	
}

input.qsrch2, textarea.qsrch2, select.qsrch2 {
	color: #311300;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #c6b148;
	background-color: #ffffff;
	padding: 1px; 
	width: 216px;
}

.typeofrentalTD {
	text-align: left;
	padding: 8px 0 0 24px;	
	color: #685c21;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.typeofrentalTD2 {
	text-align: left;
	padding: 6px 0 0 24px;	
}

A:link.qssublinks, A:visited.qssublinks {
	color: #685c21;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

A:hover.qssublinks, A:active.qssublinks {
	color: #685c21;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
} 

.buttonTD {
	text-align: left;
	padding: 11px 0 0 18px;		
}

.lt-buttonTD {
	text-align: left;
	padding: 15px 0 0 0;		
}

input.qsrchbtn {
color: #000000;
font: normal 10px Verdana, Arial, Helvetica, sans-serif;
border: 0px;
border-style: solid;
border-color: #A9B2BF;
text-indent: 0px; 
background: url(images/qs-button.png) no-repeat top left;
padding: 3px 0px 3px 0px;
width: 230px;
height: 33px;
}

input.lt-qsrchbtn {
color: #000000;
font: normal 10px Verdana, Arial, Helvetica, sans-serif;
border: 0px;
border-style: solid;
border-color: #A9B2BF;
text-indent: 0px; 
background: #fffbe2 url(images/lt-qs-button.gif) no-repeat top left;
padding: 3px 0px 3px 0px;
width: 291px;
height: 33px;
}

A:link.lt-link, A:visited.lt-link {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

A:hover.lt-link, A:active.lt-link {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
} 

/* ***** Form Elements and Buttons Must Be Updated (Applies to contact form, dynamic pages, and SEO form items ***** */

/* This general class applies to all Dynamic Buttons, Text Fields, and Dropdowns. Google Custom Search Button will also inherit this class.  */

input, textarea, select {
color: #311300;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border: 1px solid #c6b148;
text-indent: 0px; 
background-color: #ffffff;
padding: 2px 2px 2px 2px; 
}

/* This is the button class to be used on all Dynamic Pages */

input.button {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 3px 25px 3px 25px;
	background: #18575a url(images/green-bkgd2.jpg) repeat-x top left;
	border: 1px solid #000000;
}

#cse-search-box input[type='submit'] { 
	background-color: #ffffff;
	color: #0f5c9f;
	padding: 1px 2px 1px 2px;
	font-weight: normal;
	font-size: 10px;
	border: solid 1px #0f5c9f;
}


/* The checkbox/radio alternative should match the page background color */

input.clear {
	color: #000000;
	border: 0px;
	background-color: #fffbe2;
	padding: 0px;
}

/* Buttons created using Tables and Text Link Classes. Generally used on House Page. */

.buttonbartable {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.buttonbarcell {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 5px;
	width: 137px;
	background: #18575a url(images/green-bkgd2.jpg) repeat-x top left;
	border: 1px solid #000000;
}

a:link.buttonbarlink, a:visited.buttonbarlink {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a:hover.buttonbarlink, a:active.buttonbarlink {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

/* Book Now Button which pops up on house page after client searches for homes at a future time and date using Advanced Search */

.buttonbarcellBOOKIT {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 5px;
	width: 137px;
	background: #6d3511 url(images/red-button.jpg) repeat-x top left;
	border: 1px solid #000000;
}

a:link.buttonbarlinkBOOKIT, a:visited.buttonbarlinkBOOKIT {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a:hover.buttonbarlinkBOOKIT, a:active.buttonbarlinkBOOKIT {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

.emailFriend{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525040;
}

.alert{
color:#FF0000;
font-weight:bold;
}

.calendar p {
margin: 0;
}

/*Mobile Landing Page Add Ons*/

#mobile1{
display:block;
float:left;
	}
	
#mobile2{
display:block;
float:left;
width:375px;
}

#mobile2 p{
padding:0px 15px 15px 15px;}

#clearboth{
clear:both;
display:block;
height:15px;
width:670px;}

#mobile2 h2{
font-size:14px;
margin-left:15px;
}

#mobileCallout1{
display:block;
height:33px;
width:150px;
}

#mobileCallout3{
display:block;
width:150px;
height:201px;
}

 
 
 #mobileCallout2{
float:left;
margin:0px 0px 0px 0px;
clear:both;
}

 #mobileCallout2 a{
 display:block; 
 width:150px; 
 height:17px; 
 margin: 0px 0px 0px 0px; 
 background: url(/images/mobileCallout2.png) 0px 0 no-repeat; 
 text-decoration: none;
 clear:both;}
 

 
 #mobileCallout2 a:hover 
 { background-position: 0px -17px;}
  
  #calloutTable{
float: right;
position: relative;
display: block;
width: 220px;
height: 500px;
margin-top: 50px;
  }
  
   #mobileCalloutSide{
float:left;
margin:0px 0px 0px 0px;
clear:both;
}

 #mobileCalloutSide a{
 display:block; 
 width:273px; 
 height:40px; 
 margin: 6px 0px 10px -25px; 
 background: url(/images/mobileCallout4.png) 0px 0 no-repeat; 
 text-decoration: none;
 clear:both;}
 

 
 #mobileCalloutSide a:hover 
 { background-position: 0px -40px;}
 
#plusOne{
 	position:absolute;
	z-index:1001;
	width: 80px;
	height: 25px;
	margin: 394px 0px 0px 737px;
}

#plusOne2{
	float: right;
	margin: 15px -20px 0px 0px;
}

#spacer{
display:block;
height:40px;
clear:both;
}

#flipKey{
display:block;
float:left;
position:relative;
margin:0px 0px 0px 0px;
}

#ezPay{
width:185px;
height:184px;
position:relative;
margin:0;
padding:0;
}

#ezPay a:link, #ezPay a:visited{
display:block;
width:185px;
height:184px;
background:url(images/callout-ezpay.png) top left no-repeat;
}

#ezPay a:hover, #ezPay a:active{
background-position:0px -184px;
}


