@charset "utf-8";

.clear {
	clear: both;
}

.imgLeft {
	float: left;
	margin: 20px 20px 6px 30px;
	border: 1px solid #2b5da6;
	padding: 2px 2px;
	background-color: #FFF;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}	

.bigText {
	font-size: 18px;
	font-weight: bold;
}

.noBullets {
	list-style: none;
}

/* ---------------------------------- general --------------------------- */

body {
	background: #FFF url(../images/backg_body.gif) repeat-x left top;
}

#container {
	width: 955px;
	margin: 0 auto;
	position: relative;
}

/* the h1 is positioned at the very bottom of the page - these positioning elements get it to be centered on the page in the footer area */
#h1Container {
	width: 800px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -400px;
}

h1 {
	color: #667999;
	font-size: 12px;
	font-weight: normal;
}
h1 a, h1 a:hover {
	color: #667999;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

h2 {
	font-family: "Univers 57 Condensed", "Franklin Gothic Medium Cond", "Franklin Gothic Book", Arial, sans-serif;
	size: 24px;
	color: #9ab2d8;
	font-weight: normal;
	padding-top: 8px;
	margin-left: 30px;
	margin-bottom: -6px;
}

h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 12px 0;
}
#shelterPrideOverviewPage #mainContent h3 {
	width: 280px;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 12px 0;
}	

a {
	text-decoration: none;
	color: #4c80cd;
}

a:hover {
	text-decoration: underline;
	color: #046afd;
}

p {
	margin-bottom: 24px;
	line-height: 1.6;
}

.leftFloat {
	float: left;
	margin: 0 20px 20px 12px;
}

.rightFloat {
	float: right;
	margin: 0 0 20px 20px;
}

.borderedPic {
	padding: 2px;
	border: 1px solid #264e77;
	background-color: #FFF;
	box-shadow: 2px 2px 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.3);
}

.lastItem {
	border-style: none !important;
}	

/* Kludge - adds extra spacing */
.extraSpacing {
	height: 300px;
}

/* ---------------------------------- /general --------------------------- */




/* ---------------------------------- login --------------------------- */


#loginWrapper {
	width: 362px;
	margin: 0 auto;
	position: relative;
	padding-left: 493px;
}

#login {
	width: 200px;
	height: 27px;
	padding: 2px 0px 0px 0px;
	background: #ffce00;
	margin: 3px 5px 0 0px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	text-align: center;
}

#login input {
	width: 80px;
	margin-left: 12px;
	font-size: 12px;
	border: 1px solid #7f9db9;
	color: #b7c7df;
}

#login .loginButton {
	width: 200px;
	margin: 0px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #0b4599;
	border-style: 1px solid #285587;
	padding: 4px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

#login .returnButton {
	width: 140px;
	margin: 0px 12px 0px 70px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #0b4599;
	border-style: 1px solid #285587;
	padding: 1px 1px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.watermark_password {
	background-image:url(../images/password_watermark.gif);
	background-repeat:no-repeat;
	border: 1px solid #7f9db9;
	color: White !important;
	text-align: right;
}


.watermark_username
{
	background-image:url(../images/username_watermark.gif);
	background-repeat:no-repeat;
	border: 1px solid #7f9db9;
	color: White !important;
	text-align: right;
}



/* ---------------------------------- /login --------------------------- */




/* ---------------------------------- masthead and nav --------------------------- */

#masthead {
	height: 96px;
	position: relative;
}

#logo {
	width: 496px;
	height: 96px;
	float: left;
	background: url(../images/logo.gif) no-repeat top right;
}

#logo:hover {
	background-position: bottom right;
}

#logo a {
	width: 497px;
	height: 96px;
	text-indent: -9999px;
	display: block;
}

#nav {
	height: 54px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	height: 54px;
	float: left;
	display: block;
}

#nav a {
	text-indent: -9999px;
	display: block;
	height: 54px;
}

/* sub nav is not displayed on the homepage */
#homePage #subNav {
	display: none;
}

#subNav {
	height: 42px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#subNav li {
	height: 42px;
	float: left;
	display: block;
}

#subNav a {
	height: 42px;
	display: block;
	text-indent: -9999px;
}

#agentsButton {
	width: 79px;
	background: url(../images/agents_button.gif) no-repeat top left;
}

#companyButton {
	width: 90px;
	background: url(../images/company_button.gif) no-repeat top left;
}

#productsButton {
	width: 85px;
	background: url(../images/products_button.gif) no-repeat top left;
}

#shelterPrideButton {
	width: 105px;
	background: url(../images/shelterpride_button.gif) no-repeat top left;
}

#resourcesButton {
	width: 100px;
	background: url(../images/resources_button.gif) no-repeat top left;
}

#findAgentButton {
	width: 148px;
	background: url(../images/find_agent_button.gif) no-repeat top left;
}

#reportClaimButton {
	width: 146px;
	background: url(../images/report_claim_button.gif) no-repeat top left;
}

#makePaymentButton {
	width: 165px;
	background: url(../images/make_payment_button.gif) no-repeat top left;
}

#agentsButton:hover,
#companyButton:hover,
#productsButton:hover,
#shelterPrideButton:hover,
#resourcesButton:hover,
#findAgentButton:hover,
#reportClaimButton:hover,
#makePaymentButton:hover {
	background-position: bottom left;
}	

.agentsPage #agentsButton,
.companyPage #companyButton,
.productsPage #productsButton,
.shelterPridePage #shelterPrideButton,
.resourcesPage #resourcesButton,
#findAgentPage #findAgentButton,
#reportClaimPage #reportClaimButton,
#makePaymentPage #makePaymentButton {
	background-position: top right;
}

.agentsPage #agentsButton:hover,
.companyPage #companyButton:hover,
.productsPage #productsButton:hover,
.shelterPridePage #shelterPrideButton:hover,
.resourcesPage #resourcesButton:hover,
#findAgentPage #findAgentButton:hover,
#reportClaimPage #reportClaimButton:hover,
#makePaymentPage #makePaymentButton:hover {
		background-position: bottom right;
}



/* ---------------------------------- /masthead and nav --------------------------- */




/* ---------------------------------- branding --------------------------- */

#branding {
	float: left;
	padding-bottom: 30px;
	margin-top: -25px;
	background: #FFF url(../images/homepage_seperator.gif) no-repeat bottom center;
}

#branding #nonFlash {
	display: none;
}

/* ---------------------------------- /branding --------------------------- */




/* ---------------------------------- alerts --------------------------- */

#alerts {
	clear: left;
	padding-bottom: 20px;
	background: url(../images/homepage_seperator.gif) no-repeat bottom center;
}

#alertsWrapper {
	min-height: 70px;
	width: 945px;
	margin: 0 0 0 10px;
	background-color: #d7e0ef;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#alerts h3 {
	color: #870718;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	float: left;
	background: url(../images/alerts_icon.gif) no-repeat left center;
	padding: 5px 10px 5px 50px;
	margin: 6px 6px 6px 8px;
	border-right: 1px solid #af7383;
}

#alerts h3 strong {
	display: block;
	font-size: 12px;
	text-transform: none;
}

#alerts p {
	padding: 20px 20px 10px 25px;
	margin-left: 140px;
}

#alerts a {
	color: #730514;
}

/* ---------------------------------- /alerts --------------------------- */




/* ---------------------------------- content --------------------------- */

#content {
	width: 955px;
}

#homePage #content {
	padding-top: 8px;
	margin-top: 10px;
}

#homeAbout {
	width: 560px;
	min-height: 300px;
	float: left;
	background: url(../images/backg-fade-left.jpg) no-repeat;
	background-position: 0 30px;
}

#homeAbout h2 {
	margin: 0 0 20px 20px;
}

#homeAbout p {
	margin-left: 20px;
}

#homeNews {
	width: 390px;
	float: right;
	background: url(../images/backg-fade-right.jpg) no-repeat;
	background-position: 0 30px;
}

#homeNews h2 {
	margin: 0;
}

#homeNewsScroll {
	height: 240px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 380px;
}

#homeNewsScroll span {
	display: block;
}

#homeNewsScroll ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#homeNewsScroll li {
	margin: 0 12px 16px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #ced6e2;
}


#sidebarNav {
	width: 193px;
	float: left;
	background: url(../images/backg_sidebarnav.gif) no-repeat right top;
	min-height: 398px;
	position: relative;
}

.companyPage #sidebarNav {
	background: url(../images/backg_sidebarnav-expanded.gif) no-repeat right top;
	min-height: 600px;
}


#sidebarNav ul {
	width: 187px;
	text-align: right;
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	position: absolute;
	right: 2px;
}

#sidebarNav li {
	margin: 0 0 16px 0;
	padding: 0;
}

#sidebarNav li a {
	background: url(../images/sidebar_button.gif) no-repeat top left;
	display: block;
	padding: 8px 0;
	width: 187px;
}

#sidebarNav li a:hover {
	background-position: top right;
	text-decoration: none;
}

#sidebarNav li a span {
	margin-right: 8px;
}

/* sidebar active states */

#agentsOverviewPage #sidebarAgentsOverview a,
#findAgentPage #sidebarFindAgent a,
#agentListPage #sidebarAgentList a,
#shelterPrideOverviewPage #sidebarShelterPrideOverview a,
#responsibleDifferencePage #sidebarResponsibleDifference a,
#preventingWaterDamagePage #sidebarPreventingWaterDamage a,
#shelterprideNewsPage #sidebarShelterPrideNews a,
#companyOverviewPage #sidebarCompanyOverview a,
#messageCEOPage #sidebarMessageCEO a,
#financialRatingPage #sidebarFinancialRating a,
#directorsPage #sidebarDirectors a,
#managementPage #sidebarManagement a,
#careersPage #sidebarCareers a,
#careerListingsPage #sidebarCareers a,
#newsroomPage #sidebarNewsroom a,
#contactPage #sidebarContact a,
#reportClaimPage #sidebarReportClaim a,
#makePaymentPage #sidebarMakePayment a,
#productsOverviewPage #sidebarProductsOverview a,
#homeownersProgramsPage #sidebarHomeownersPrograms a,
#personalUmbrellaPage #sidebarPersonalUmbrella a,
#marinerPlusPage #sidebarMarinerPlus a,
#creditsDiscountsPage #sidebarCreditsDiscounts a,
#otherOptionsPage #sidebarOtherOptions a,
#resourcesOverviewPage #sidebarHelpfulLinks a {
	background-position: bottom left;
}

#agentsOverviewPage #sidebarAgentsOverview a:hover,
#findAgentPage #sidebarFindAgent a:hover,
#agentListPage #sidebarAgentList a:hover,
#shelterPrideOverviewPage #sidebarShelterPrideOverview a:hover,
#responsibleDifferencePage #sidebarResponsibleDifference a:hover,
#preventingWaterDamagePage #sidebarPreventingWaterDamage a:hover,
#shelterprideNewsPage #sidebarShelterPrideNews a:hover,
#companyOverviewPage #sidebarCompanyOverview a:hover,
#messageCEOPage #sidebarMessageCEO a:hover,
#financialRatingPage #sidebarFinancialRating a:hover,
#directorsPage #sidebarDirectors a:hover,
#managementPage #sidebarManagement a:hover,
#careersPage #sidebarCareers a:hover,
#careerListingsPage #sidebarCareers a:hover,
#newsroomPage #sidebarNewsroom a:hover,
#contactPage #sidebarContact a:hover,
#reportClaimPage #sidebarReportClaim a:hover,
#makePaymentPage #sidebarMakePayment a:hover,
#productsOverviewPage #sidebarProductsOverview a:hover,
#homeownersProgramsPage #sidebarHomeownersPrograms a:hover,
#personalUmbrellaPage #sidebarPersonalUmbrella a:hover,
#marinerPlusPage #sidebarMarinerPlus a:hover,
#creditsDiscountsPage #sidebarCreditsDiscounts a:hover,
#otherOptionsPage #sidebarOtherOptions a:hover,
#resourcesOverviewPage #sidebarHelpfulLinks a:hover {
	background-position: bottom right;
}

/* /end sidebar active states */

#mainContent {
	float: right;
	width: 762px;
	min-height: 450px;
}

#mainContent h3,
#mainContent h4,
#mainContent p,
#mainContent ul,
#mainContent ol {
	margin: 15px 350px 0 30px;
}
#mainContent h3,
#mainContent h4,
#mainContent p,
#mainContent ul,
#mainContent ol {
	margin: 15px 350px 0 30px;
}
#searchPage #mainContent h3,
#searchPage #mainContent h4,
#searchPage #mainContent p,
#searchPage #mainContent ul,
#searchPage #mainContent ol {
	margin: 15px 0px 0 30px;
}
.offsitePage #mainContent h3,
.offsitePage #mainContent h4,
.offsitePage #mainContent p,
.offsitePage #mainContent ul,
.offsitePage #mainContent ol {
	margin: 15px 30px 0 30px;
}

#mainContent ol li,
#mainContent ul li {
	padding-bottom: 10px;
}

/* set all pages that do not need the giant right hand margin for paragraphs - all those that use the 'blank' background */
#findAgentPage #mainContent p,
#messageCEOPage #mainContent p,
#directorsPage #mainContent p,
#managementPage #mainContent p,
#faqsPage #mainContent p,
#pressReleasePage #mainContent p,
#preventingWaterDamagePage #mainContent p,
#preventingWaterDamagePage #mainContent ul,
#preventingWaterDamagePage #mainContent h3,
.resourcesPage #mainContent p,
.resourcesPage #mainContent ul,
#sitemapPage #mainContent p,
#sitemapPage #mainContent ul,
#privacyPolicyPage #mainContent p,
#privacyPolicyPage #mainContent h4,
#privacyPolicyPage #mainContent ul,
#loginPage #mainContent p,
#pressReleasePage #mainContent p,
#individualRressReleasePage #mainContent p,
#individualRressReleasePage #mainContent h3,
#individualRressReleasePage #mainContent h4,
#individualRressReleasePage #mainContent ul,
#careerListingsPage #mainContent p,
#careerListingsPage #mainContent ul,
#careerListingsPage #mainContent h3 {
	margin-right: 30px;
}

#mainContent p {
	margin-bottom: 24px;
}

#mainContent ul,
#mainContent ol {
	padding-left: 25px;
}

/* setting page backgrounds */
.agentsPage #mainContent {
	background: url(../images/backg-agentsPage.jpg) no-repeat right top;
}

.companyPage #mainContent {
	background: url(../images/backg-companyPage.jpg) no-repeat right top;
}	

.offsitePage #mainContent {
	background: url(../images/backg-blank.jpg) no-repeat right top;
}


#careersPage #mainContent {
	background: url(../images/backg-careersPage.jpg) no-repeat right top;
}	
.productsPage #mainContent {
	background: url(../images/backg-productsPage.jpg) no-repeat right top;
}	

.shelterPridePage #mainContent {
	background: url(../images/backg-shelterPridePage.jpg) no-repeat right top;
}	
#homeInsuranceRIPage #mainContent {
	background: url(../images/backg-ri.jpg) no-repeat right top;
}
#homeInsuranceMAPage #mainContent {
	background: url(../images/backg-ma.jpg) no-repeat right top;
}
#homeInsuranceNYPage #mainContent {
	background: url(../images/backg-ny.jpg) no-repeat right top;
}
#homeInsuranceNJPage #mainContent {
	background: url(../images/backg-nj.jpg) no-repeat right top;
}
.searchPage #mainContent {
	background: url(../images/backg-blank.jpg) no-repeat right top;
}	

/* set all pages that use 'blank' background - basically no image in the top right corner */
#findAgentPage #mainContent,
#messageCEOPage #mainContent,
#directorsPage #mainContent,
#managementPage #mainContent,
#faqsPage #mainContent,
#pressReleasePage #mainContent,
#preventingWaterDamagePage #mainContent,
.resourcesPage #mainContent,
#privacyPolicyPage #mainContent,
#loginPage #mainContent,
#pressReleasePage #mainContent,
#statusPage #mainContent,
#individualRressReleasePage #mainContent {
	background: url(../images/backg-blank.jpg) no-repeat right top;
}

.pullQuote {
	width: 310px;
	background: #FFF url(../images/backg_pull_quote.gif) repeat-y top left;
	border: 1px solid #036;
	position: absolute;
	right: 10px;
	top: 380px;
}

#mainContent .pullQuote p {
	margin: 12px 8px 6px 24px;
	font-style: italic;
}

.pullQuote cite {
	float: right;
	margin: 0 20px 6px 0;
}

#companyMoreList {
	position: absolute;
	right: 10px;
	top: 630px;
	width: 310px;
}

#companyMoreList ul,
#companyMoreList p {
	margin: 0;
	padding: 5px 0 0 40px;
}

.bioEntry {
	margin: 20px 30px 0 30px;
	width: 650px;
	clear: both;
}

.bioEntry dt {
	float: left;
	margin-right: 24px;
	width: 100px;
}

.bioEntry dt img {
	border: 1px solid #2b5da6;
	padding: 2px 2px;
	background-color: #FFF;
}

.bioEntry dd {
	float: right;
	width: 520px;
	display: block;
}

.bioEntry .name {
	font-weight: bold;
	font-size: 18px;
}

.bioEntry .title {
	font-style: italic;
	margin-bottom: 12px;
}

.bioEntry .bio p {
	margin: 0 0 24px 0 !important;
}

.faqEntry {
	margin: 0 30px 20px 30px;
}

#mainContent .faqEntry ol,
#mainContent .faqEntry ul {
	margin: 12px 30px 20px 20px;
	padding: 0;
}

.faqEntry dt {
	font-weight: bold;
}

#mainContent a img {
	margin-left: 20px;
}

#mainContent img.none {
	border: none;
}

#sitemapPage .noBullets {
	margin-left: 35px;
	padding-left: 0;
}

#pressReleasePage hr {
	width: 600px;
}

#cse-search-results {
	width: 700px;
	overflow: hidden;
	margin: 10px 30px 0px 30px;
}
#cse-search-box {

}
.newsEntry {
	margin: 0 30px 30px 30px;
}

.newsTitle {
	font-weight: bold;
}

#serviceDeskContact {
	width: 250px;
	position: absolute;
	right: 30px;
	top: 220px;
	text-align: center;
}

#serviceDeskContact h4,
#serviceDeskContact p {
	margin: 0;
	padding: 0 0 10px 0;
}


/* ---------------------------------- find an agent pages --------------------------- */

#findAgentStep1,
#findAgentStep2,
#findAgentStep3 {
	float: left;
	padding-bottom: 6px;
	margin-bottom: 30px;
}

#findAgentStep1 p,
#findAgentStep2 p,
#findAgentStep3 p {
	margin: 0;
	padding: 0;
}

#findAgentStep1 {
	width: 320px;
	margin-left: 30px;
	border-right: 1px solid #2b5da6;
}

#findAgentStep2 {
	width: 200px;
	border-right: 1px solid #2b5da6;
	padding-left: 30px;
}

#findAgentStep3 {
	width: 120px;
	padding-left: 30px;
}

.agentEntry {
	margin: 0 30px 20px 0;
	position: relative;
	width: 300px;
}

.agentEntry dt {
	font-weight: bold;
}
.agentEntry dd img {
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: -50px;
}

#findAgentErrors {
	display: block;
	margin: 0 30px 12px 30px;
}


#agentListPage .agentEntry {
	margin-left: 30px;
}

/* ----------------------------- home insurance state landing pages ---------------------- */
.homeInsurancePage div.towns  {
	width: 120px;
	float: left;
	padding-right: 10px;
}
.homeInsurancePage div.towns li {
	list-style: none;
	width: 120px;
	float: left;
}
a.yellowBtn {
	display: block;
	margin: 2px 90px;
	padding: 22px 0px 0px 0px;
	text-align: center;
	background-image:url(../images/backg-button-large-yellow.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 256px;
	height: 45px;
}
/* ----------------------------- /home insurance state landing pages ---------------------- */
/* ---------------------------------- footer --------------------------- */


#footerLinks {
	clear: both;
	height: 51px;
	padding-top: 30px;
	text-align: center;
}

#footerLinks ul {
	margin: 0;
	padding: 0;
}

#footerLinks li {
	display: inline;
	padding: 0 20px;
}

#footerLinks a {
	color: #0b4599;
	font-size: 12px;
	text-decoration: none;
}

#footerLinks a:hover {
	color: #046afd;
	text-decoration: underline;
}

#footerCopyright {
	height: 105px;
	background: #d7e0ef url(../images/backg-footer.jpg) no-repeat center top;
	width: 920px;
	margin: 0 auto;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
}

#footerCopyright ul {
	width: 916px;
	text-align: center;
	padding: 10px 4px;
	list-style: none;
	margin-left: 25px;
}

#footerCopyright ul li {
	float: left;
	margin: 12px 20px 12px 6px;
	padding: 0 20px 0 0;
	border-right: 1px solid #acbfd5;
}
#footerCopyright #weatherLink {
	background: url(../images/weather-todays-forecast.png) no-repeat;
	height: 25px;
	width: 123px;
}
#footerCopyright #weatherLinkSpace {
	background: url(../images/weather-todays-forecast.png) no-repeat;
	height: 25px;
	width: 123px;
}
#footerCopyright #weatherLink a {
	text-indent: -9999px;
	display: block;
}

.footerSearchButton {
	width: 60px;
	margin-right: 12px;
	color: #FFF;
	font-weight: bold;
	background-color: #0b4599;
	border-style: 1px solid #285587;
	padding: 1px 1px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.searchInput {
	width: 130px;
}

/* ---------------------------------- /footer --------------------------- */


/*---------------------------------------------- sIfr -----------------------------------*/

/*================================== sIFR al rescante! http://www.mikeindustries.com/sifr/ */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced { 
	visibility: visible !important; 
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash h2 { 
	visibility: hidden 
}