/* site specific styles */

body { 
	background:#284589 url(../img/sportsure/bg.jpg) no-repeat top center;
}


/***** navigation bar *****/

#homeLink {
 display: block;
 height: 154px;
 background: url(../img/sportsure/home.gif) no-repeat;
 position: relative;
}

a#visitorsLink {
 display: block;
 height: 129px;
 background-image: url(../img/sportsure/visitorsLink.jpg);
 margin: 5px 0;
}

a#snowbirdsLink {
 display: block;
 height: 129px;
 background-image: url(../img/sportsure/snowbirdsLink.jpg);
 margin: 5px 0;
}

a#needHelpLink {
 display: block;
 height: 129px;
 background-image: url(../img/sportsure/needHelpLink.jpg);
 margin: 10px 0;
}

ul.nav li {
 background: url(../img/sportsure/bullet.gif) 2px 6px no-repeat;
}

ul.nav ul li {
 background: url(../img/sportsure/smallBullet.gif) 2px 7px no-repeat;
}

ul.nav a {
 color: #4b4f86;
 font-weight: bold;
}

ul.nav a.current {
 color: #000;
 font-weight: bold;
}

/***** content *****/


h1, h2 { color: #262a6d; }

#content h1 a:link, #content h1 a:visited, #content h2 a:link, #content h2 a:visited {
 color: #262a6d;
}

#content a:link, #content a:visited {
 color: #4b4f86;
}

/***** header images *****/

h1.header.home { background-image: url(../img/sportsure/header_home.jpg); width:690px; height:160px; }
h1.header.travel { background-image: url(../img/sportsure/header_travel.jpg); }
h1.header.health { background-image: url(../img/sportsure/header_health.jpg); }
h1.header.life { background-image: url(../img/sportsure/header_life.jpg); }
h1.header.quote { background-image: url(../img/sportsure/header_quote.jpg); }
h1.header.faq { background-image: url(../img/sportsure/header_faq.jpg); }
h1.header.about { background-image: url(../img/sportsure/header_about.jpg); }
h1.header.contact { background-image: url(../img/sportsure/header_contact.jpg); }
h1.header.claims { background-image: url(../img/sportsure/header_claims.jpg); }
h1.header.auto { background-image: url(../img/sportsure/header_vehicleInsurance.jpg); }
h1.header.homeInsurance { background-image: url(../img/sportsure/header_homeInsurance.jpg); }
h1.header.livingBenefits { background-image: url(../img/sportsure/header_livingBenefits.jpg); }
h1.header.termsOfService { background-image: url(../img/sportsure/header_termsOfService.jpg); }
h1.header.privacy { background-image: url(../img/sportsure/header_privacy.jpg); }
h1.header.legal { background-image: url(../img/sportsure/header_legal.jpg); }
h1.header.info { background-image: url(../img/sportsure/header_info.jpg); }
h1.header.whyInsurance { background-image: url(../img/sportsure/header_whyInsurance.jpg); }
h1.header.studentInsurance { background-image: url(../img/sportsure/header_studentInsurance.jpg); }


/***** home/index *****/

a.pageLink {
 display: block;
 float: left;
 width: 220px;
 background-repeat: no-repeat;
}

a.pageLink.travel {
 height: 155px;
 margin-right: 14px;
 margin-left: -5px;
 background: url(../img/sportsure/travelLink.jpg) 0 20px no-repeat;
}

* html a.pageLink.travel { margin-left: -2px; }

a.pageLink.health {
 height: 155px;
 margin-right: 14px;
 background: url(../img/sportsure/healthLink.jpg) 0 20px no-repeat;
}

a.pageLink.life {
 height: 155px;
 margin-right: -5px;
 background: url(../img/sportsure/lifeLink.jpg) 0 20px no-repeat;
}

a.pageLink.living {
 height: 119px;
 margin-right: 14px;
 margin-left: -5px;
 background-image: url(../img/sportsure/livingLink.jpg);
}

* html a.pageLink.living { margin-left: -2px; }

a.pageLink.homeInsurance {
 height: 119px;
 margin-right: 14px;
 background-image: url(../img/sportsure/homeInsuranceLink.jpg);
}

a.pageLink.vehicle {
 height: 119px;
 margin-right: -5px;
 background-image: url(../img/sportsure/vehicleLink.jpg);
}

/***** travel *****/

a.button {
 display: block;
 float: left;
 width: 165px;
 height: 109px;
 text-indent: -1000em;
 margin: 0 2px;
 background-repeat: no-repeat;
}

* html a.snowbirds {
/* fix ie6 duplicate character bug */
 margin-right: -3px;
}

a.button.visitorsToCanada { background-image: url(/img/sportsure/travel_visitors_to_canada.jpg); }
a.button.canadianResidents { background-image: url(../img/sportsure/travel_canadian_residents.jpg); }
a.button.internationalStudents { background-image: url(../img/sportsure/travel_international_students.jpg); }
a.button.snowbirds { background-image: url(../img/sportsure/travel_snowbirds.jpg); }


/***** iframes *****/


iframe {
 display: block;
width: 100%;
}

/***** home/auto *****/


a.getAQuote {
 display: block;
 width: 94px;
 height: 27px;
 margin-left: 20px;
 background-image: url(../img/sportsure/getAQuote.jpg);
}

a.getAQuote span { display: none; }

/***** forms and highlighting *****/

#content .highlight { background-color: #c4c5d7; }

ul.addStripes { border: solid #c4c5d7; }


