@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}

.centered {
	display: block;
    margin-left: auto;
    margin-right: auto;
		}
		
.left {
	display:block;
	margin-left:0px;
	margin-right: auto;
	clear:both;
	}

.modality {
	vertical-align:top;
	margin-bottom:5px;
	padding-bottom:5px;
}

.textbyphoto {
	vertical-align:text-top;
	}


.leftpic {
	float: none;
	margin-right: 6px;
	overflow: auto;
	}

.clearafterpic {
	clear:both;
	}
	

	

#rateTable {
        width:auto;
		position:relative;
}

#rateblurb {
	width:100%;
}

#ratesubtable {	
	display:block;
}

#outcallmap {
	display:block;
	}
	
#positionshifter {
	position: relative;
}	






p {
	font-size:1.0em;
	line-height: 1.2;
	font-family:Georgia, "Times New Roman", Times, serif;
}

span { font-weight: bold; }


h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	color: #304e66;
	text-shadow: 0px 0px 1px #FFF, 0px 0px 3px #FFF, 0px 0px 3px #FFF, 0px 0px 15px #FFF,
				  0px 0px 1px #FFF, 0px 0px 3px #FFF, 0px 0px 3px #FFF, 0px 0px 15px #FFF,
				  0px 0px 1px #FFF, 0px 0px 3px #FFF, 0px 0px 3px #FFF, 0px 0px 15px #FFF,
				  0px 0px 1px #FFF, 0px 0px 3px #FFF, 0px 0px 3px #FFF, 0px 0px 15px #FFF,
				  0px 0px 1px #FFF, 0px 0px 3px #FFF, 0px 0px 3px #FFF, 0px 0px 15px #FFF;
}

h2 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color: #304e66;
	text-shadow: 0px 0px 1px #FFF, 0px 0px 3px #FFF, 0px 0px 3px #FFF, 0px 0px 15px #FFF,
				  0px 0px 1px #FFF, 0px 0px 3px #FFF, 0px 0px 3px #FFF, 0px 0px 15px #FFF,
				  0px 0px 1px #FFF, 0px 0px 3px #FFF, 0px 0px 3px #FFF, 0px 0px 15px #FFF,
				  0px 0px 1px #FFF, 0px 0px 3px #FFF, 0px 0px 3px #FFF, 0px 0px 15px #FFF,
				  0px 0px 1px #FFF, 0px 0px 3px #FFF, 0px 0px 3px #FFF, 0px 0px 15px #FFF;
}



.displaytype1 {
	font-size: 1.3em;
	line-height: 10%;
	text-align: center;	
	font-weight: bold;
}

.displaytype2 {
	font-size: 2.4em;
	line-height: 1%;
	text-align: center;
}

.displaytype3 {
	font-size: 1.3em;
	line-height: 70%;
	text-align: center;	
}

.tabletype {
	font-size: 1.3em;
	line-height: 10%;
	text-align: right;	
	font-weight: bold;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}


.leftpic {
	float: left;
	margin-right: 6px;
	}
/*This makes the pics skooch to the left of the descriptive text in layouts wider than vertical mobile phone*/

#outcallmap {
	position: absolute;	
	right: 0px;
	top: 0px;

}

#ratesubtable {
	position: absolute;
	right: 354px;
	
	}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}

.modality {
	display:inline-block;
	width:49%;
}

#rateblurb {
	width:50%;
		display:inline-block;

}


#positionshifter {
	position:static;
}

#outcallmap {
	left:50%;
	right:auto;
}

#ratesubtable {
	left: auto;
	right: 50%;
	
	}





#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}