
#outerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 970px;
	margin-top: 25;
	margin-right: auto;
	margin-bottom: 15;
	margin-left: auto;
	border: 1px solid #EEE;
	height: 100%;
	clear: none;
	background-color: #FFF;
}
#outerWrapper #header {
	background-color: #FFF; /* Sets the bottom border properties for an element using shorthand notation */

	line-height: 25px;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px 25px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: auto;
	margin: 0;
	width: 970px;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right;
	padding: 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 220px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #09F;
	margin-right: 5px;
}
#outerWrapper #footer {
	background-color: #FFF; /* Sets the top border properties for an element using shorthand notation */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
}
BODY
{
	FONT-SIZE: 73%;
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	margin-right: auto;
	margin-left: auto;
}

.container
{
	margin-right: auto;
	margin-left: auto;
	width: 949px;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding-right: 4px;
	padding-left: 4px;
}
h2 {
	font-size: 14px;
	color: #003;
}
h3 {
	font-size: 14px;
	color: #003;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
}
a:link {
	color: #333;
	text-decoration: underline;
}  

a:visited {
	
	color: #333;
	text-decoration: underline;	
}
a:hover {
	color: #039;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: underline;	
	
}

.liveassistance IMG
{
    MARGIN: 0px
}
.livePhonenumber {
    background-image:  url(http://www.healthplanone.com/images/livenew2.jpg);
    background-repeat: no-repeat;
    height: 161px;
    width: 190px;
}
.livePhonenumbertext {
    position: relative;
    height: auto;
    width: 190px;
    top: 128px;
	text-align: center;
	font-size:24px;
	color: #2c87d8;
	font-family: Arial;
	font-weight: 600;
	font-style:italic;
}
.headerPhoneNumber {
	FONT-SIZE: 24px; 
	FLOAT: right;  
	COLOR: #0066cc;
	margin-top: 35px;
	font-family: Trebuchet MS, Arial, Verdana;
	font-weight:400;
}

.logo
{
    FLOAT: left;
    POSITION: relative
}
.logo IMG
{
    MARGIN-LEFT: 0px;
    border:0px;
}
.logo .tagline {
	LEFT: 82px;
	COLOR: #a8a8a9;
	POSITION: absolute;
	TOP: 48px;
	TEXT-DECORATION: none;
	width: 336px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.phonenumber
{
    FLOAT: right
}
.phonenumber IMG
{
    MARGIN-RIGHT: 0px
}

.steps
{
    PADDING-RIGHT: 5px;
    DISPLAY: inline;
    PADDING-LEFT: 5px;
    BACKGROUND: url(../images/steps_bg.gif) no-repeat;
    FLOAT: left;
    MARGIN-BOTTOM: 7px;
    PADDING-BOTTOM: 0px;
    WIDTH: 980px;
    PADDING-TOP: 0px;
    HEIGHT: 58px
}
.steps UL
{
    FLOAT: left;
    MARGIN: 9px 0px 0px 11px;
    POSITION: relative
}
.steps LI
{
    FLOAT: left;
    LIST-STYLE-TYPE: none
}
.steps LI SPAN
{
    DISPLAY: block;
    FONT-SIZE: 1%;
    BACKGROUND: url(../images/steps.gif) no-repeat;
    OVERFLOW: hidden;
    TEXT-INDENT: -9999px;
    POSITION: absolute;
    TOP: 0px;
    HEIGHT: 34px
}
LI#realtime SPAN

{
    LEFT: 0px;
    WIDTH: 197px
}
LI#compare SPAN
{
    BACKGROUND-POSITION: -197px top;
    LEFT: 197px;
    WIDTH: 181px
}
LI#apply SPAN
{
    BACKGROUND-POSITION: -378px top;
    LEFT: 378px;
    WIDTH: 152px
}
LI.on#realtime SPAN
{
    BACKGROUND-POSITION: 0px bottom
}
LI.on#compare SPAN
{
    BACKGROUND-POSITION: -197px bottom
}
LI.on#apply SPAN
{
    BACKGROUND-POSITION: -378px bottom
}
.border {
	border: 1px solid #CCC;
}
#pageheader2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.get_a_price {
	text-align: right;
	float: right;
}
.image_right {
	float: right;
}
.image_left_map {
	padding-left: 50px;
	width: 180px;
	text-align: center;
}
#outerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 970px;
	margin-top: 25;
	margin-right: auto;
	margin-bottom: 15;
	margin-left: auto;
	border: 1px solid #EEE;
	height: 100%;
	clear: none;
	background-color: #FFF;
}
#outerWrapper #header {
	background-color: #FFF; /* Sets the bottom border properties for an element using shorthand notation */

	line-height: 25px;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px 25px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: auto;
	margin: 0;
	width: 970px;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right;
	padding: 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 220px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #09F;
	margin-right: 5px;
}
#outerWrapper #footer {
	background-color: #FFF; /* Sets the top border properties for an element using shorthand notation */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
}

.contentholder
{
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: auto;
	width: 930;
	}
	
.box
{
	clear: none;
	float: left;
	margin: 12px;
	}
	
.h1txt {	
	font-size: 22px; 
	border-left-color: #CCC; 
	border-bottom-color: #CCC; 
	border-right-color: #CCC; 
	border-top-color: #CCC; 
	border-bottom-style: dotted; 
	border-top-style: dotted; 
	border-bottom-width: 1px; 
	border-top-width: 1px; 
	vertical-align:top; 
	font-weight: normal; 
	color: #666;"
}	
