﻿body
{
	background-color: #DCE6EC;
	height: 100%;
	margin: 0;
	padding: 0;
}

div 
{
	margin: 0;
	padding: 0;
	text-align: left;
}

form 
{
	margin: 0;
	padding: 0;
}

img 
{
	padding: 0;
	margin: 0;
}

p, li, .right
{
	color: #666666;
	font-size: 8pt;
	font-family: Verdana;
	line-height: 1.5;
}

li 
{
	margin-bottom: 5px;
}

a 
{
	color: #5BA4CF;
}
a:hover
{
	text-decoration:none;
}

input, textarea
{
	border: 1px solid #B3BABE;
}

#QuoteBox
{
	margin: 15px 100px 30px 30px;
	float: right;
}

/***************************************************************/
/*							   IDs	   						   */

#PageWrap 
{
	background-color: #FFFFFF;
	border-right: thin solid #B3BABE;
	height: 100%;
	width: 967px;
}

#HeaderPic
{
	background: #2069A8;
	height: 160px;
}

#NavBar
{
	overflow: hidden;
}

#LeftBackground
{
	background: url('/images/Layout-Left_Background.png') 0px 0 repeat-y;
	float: left;
	width: 100%;
}

#LeftColumn
{
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 241px 0;
	width: 194px;
}

#CenterColumn
{
	background: #FFFFFF;
	float: left;
	margin: 0 0 20px 0;
	padding: 20px;
	width: 421px;
}

#RightColumn
{
	float: left;
	min-height: 420px;
	height: 420;
	height: auto !important;
	margin: 0 0 0 0;
	width: 307px;
}

#ColumnBackground
{
	background: url('/images/Layout-Column_Background.png') 0px 100% no-repeat;
	min-height: 241px;
	width: 967px;
}

#Footer
{
	background: #B3BABE;
	clear: both;
	color: #FFFFFF;
	font-size: x-small;
	font-family: Verdana;
	padding: 15px 5px 30px 25px; 
}
#Footer a 
{
	color: #FFFFFF;
	text-decoration: none;
}
#Footer a:hover
{
	text-decoration: underline;
}
#FooterImg
{
	float: right;
}
#Footer p
{
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#pnlPrivacyPolicy 
{
	background: #B3BABE;
	padding: 8px 3px 0px 3px;
	height: 380px;
	width: 550px;	
}
#pnlPrivacyPolicyText
{
	background-color: #FFFFFF;
	color: #7C7C7C;
	font-size: 8pt; 
	font-family: Verdana;
	overflow-y: scroll;
	margin: 5px 0 10px 0;
	padding: 20px 80px 0 80px;
	height: 310px;
	width: 388px;
}
.pnlPrivacyPolicyBackground 
{
	background-color: #DCE6EC;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/***************************************************************/
/*					Content Specific Styles					   */
#AgentNav
{
	background: url('/images/AgentPartners-TopNav.png') 0 0 no-repeat;
	padding: 5px 0 0 148px; 
	height: 27px;
	width: 100%;
}
#AgentLeft
{
	background: url('/images/AgentPartners-LeftCorner.png') 0 0 no-repeat;
	min-height: 33px;
	padding: 2px 0 0 2px;
	width: 100%;
}

#ContactUsNav
{
	background: url('/images/ContactUs-TopNav.png') 0 0 no-repeat;
	padding: 5px 0 0 148px; 
	height: 28px;
	width: 100%;
}
#ContactUsLeft
{
	background: url('/images/ContactUs-LeftCorner.png') 0 0 no-repeat;
	min-height: 33px;
	padding: 2px 0 0 2px;
	width: 100%;
}

#EmployerNav
{
	background: url('/images/Employer-TopNav.png') 0 0 no-repeat;
	padding: 5px 0 0 148px; 
	height: 27px;
	width: 100%;
}
#EmployerLeft
{
	background: url('/images/Employer-LeftCorner.png') 0 0 no-repeat;
	min-height: 33px;
	padding: 2px 0 0 2px;
	width: 100%;
}

#FinancialNav
{
	background: url('/images/Financial-TopNav.png') 0 0 no-repeat;
	padding: 5px 0 0 148px; 
	height: 28px;
	width: 100%;
}
#FinancialLeft
{
	background: url('/images/Financial-LeftCorner.png') 0 0 no-repeat;
	min-height: 33px;
	padding: 2px 0 0 2px;
	width: 100%;
}

#IndividualNav
{
	background: url('/images/Individual-TopNav.png') 0 0 no-repeat;
	padding: 5px 0 0 148px; 
	height: 27px;
	width: 100%;
}
#IndividualLeft
{
	background: url('/images/Individual-LeftCorner.png') 0 0 no-repeat;
	min-height: 33px;
	padding: 5px 0 0 2px;
	width: 100%;
}

#OneBodyNav
{
	background: url('/images/OneBody-TopNav.png') 0 0 no-repeat;
	padding: 5px 0 0 148px; 
	height: 28px;
	width: 100%;
}
#OneBodyLeft
{
	background: url('/images/OneBody-LeftCorner.png') 0 0 no-repeat;
	min-height: 33px;
	padding: 2px 0 0 2px;
	width: 100%;
}

#HippoFooter
{
    float: left;
    vertical-align:middle;
}

#HippoFooter td
{
    font-family:Arial;
    font-size:8pt;
    color:#FFFFFF;
}

#HippoFooter td a
{
    color:#FFFFFF;
    text-decoration:none;
}

/***************************************************************/
/*							Classes	   						   */

.LeftNavElement
{
	float: left;
	margin: 0 0 0 9px;
	padding: 0;
}


