/********************************************
* SkyMed
* Developed by I-ology
* http://www.i-ology.com
*
* Created 03/10/2009- BD
*
* General Style Definitions
********************************************/

/*******************************************
* Browser Reset - Created by Eric Meyer
*******************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
    background: #FFF url(/images/bg.jpg) top left repeat-x;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
em {
    font-style: italic;
}

/*******************************************
* Typography - Pulled from BlueprintCSS
*******************************************/

body {
    line-height: 18px;
	color: #333;
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* Text Elements
-----------------------------*/

h1,h2,h3,h4,h5,h6 { 
  color: #333; 
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 24px; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 20px; margin-bottom: 0.75em; }
h3 { font-size: 12px; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0; }

a:focus, 
a:hover     { color: #333; text-decoration: none; }
a           { color: #3E6CAA; outline: none; }

ul, ol      { margin: 0; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol li       { background: none; }
strong      { font-weight: bold; }

/*******************************************
* Layout Definitions
*******************************************/

#bg-clouds {
    width: 100%;
    overflow: hidden;
    background: url(/images/bg_clouds.jpg) top center no-repeat;
}

#header {
    width: 961px;
    margin: 0 auto;
    height: 144px;
    position: relative;
    overflow: hidden;
}

#content {
    width: 981px;
    overflow: hidden;
    margin: 0 auto;
    background: url(/images/bg_content_top.jpg) top center no-repeat;
}

#bg-bottom {
    width: 981px;
    padding: 0 10px;
    overflow: hidden;
    width/**/:/**/961px;
    background: url(/images/bg_content_bottom.gif) bottom center no-repeat;
}

#sidebar {
    float: left;
    width: 331px;
    width/**/:/**/ 311px;
    padding: 27px 0 27px 20px;
}

#content-main {
    width: 630px;
    padding: 0 0 30px 0;
    overflow: hidden;
    float: right;
}

.content-padding {
    margin-top: 4px;
    padding: 19px 29px 5px 32px;
    background: url(/images/divider.jpg) no-repeat 0 0;
}

.content-padding h2 {
    font-size: 14px;
}

#interior-photo {
    margin-top: 10px;
}

a#logo {
    width: 229px;
    height: 85px;
    margin: 31px 0 0 20px;
    display: block;
    text-indent: -9999px;
    background: url(/images/logo.jpg) top left no-repeat;
}

.divider {
    width: 620px;
    height: 9px;
    margin: 0 0 10px -32px;
    background: url(/images/divider.jpg) top left no-repeat;
}

p.top {
    width: 550px;
    margin: -10px 0 25px 0;
    text-align: right;
}

p.top a {
    padding-left: 12px;
    background: url(/images/arrow_up.gif) 0 3px no-repeat;
}

a.back-arrow {
    padding-left: 12px;
    margin: 8px 25px 0 0;
    float: right;
    background: url(/images/arrow_up.gif) 0 4px no-repeat;
}

p.back-details {
    width: 188px;
    height: 36px;
    margin: -15px 0 0 385px;
    padding: 0;
    background: url(/images/btn_back1.gif) top right no-repeat;
}

#details h2 {
    width: 350px;
}

#details img,
img.content-photo {
    float: right;
    clear: right;
    margin: 5px 0 25px 25px;
    padding: 1px;
    border: 1px solid #CCC;
}

#quote-top {
    width: 300px;
    overflow: hidden;
    background: url(/images/quote_bottom.gif) bottom right no-repeat;
}

#quote-bottom {
    width: 260px;
    padding-left: 33px;
    overflow: hidden;
    width/**/:/**/227px;
    background: url(/images/quote_top.gif) top left no-repeat;
}

#quote-bottom p {
    font-size: 14px;
    margin-bottom: 15px;
    font-style: italic;
}

#quote-bottom a {
    font-size: 12px;
}

#quote-bottom div {
    float: left;
    overflow: hidden;
    margin: 3px 10px 5px 0;
    border: 1px solid #CCC;
}

#quote-bottom img {
    padding: 1px;
}

.link-right {
    text-align: right;
    padding-right: 25px;
    background: url(/images/arrow_fwd.gif) 95% 6px no-repeat;
}

.skymed {
    color: #3E6CAA;
    font-weight: bold;
}

.skymed em {
    font-size: 11px;
    font-weight: normal;
    color: #333;
}

#contact-info {
    width: 525px;
    overflow: hidden;
}

#contact-left {
    width: 200px;
    overflow: hidden;
    float: left;
}

#contact-right {
    width: 300px;
    overflow: hidden;
    float: right;
}

/*******************************************
* Lists
*******************************************/

#content-main ul {
    margin: 0 0 18px 10px;
    padding: 0;
    list-style: none;
}

#content-main li {
    margin: 0;
    padding-left: 10px;
    background: url(/images/bullet.gif) 0 8px no-repeat;
}

#content-main ol {
    margin: 0 0 20px 30px;
    padding: 0;
}

#content-main ol li {
    margin: 0;
    padding: 0;
    background: none;
}

/*******************************************
* Promos
*******************************************/

#hdr-service-areas {
    width: 209px;
    height: 20px;
    font-size: 1em;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/images/hdr_skymed_service_areas.gif) top left no-repeat;
}

a#service-area-map {
    width: 263px;
    height: 205px;
    display: block;
    margin: 23px 0 0 13px;
    text-indent: -9999px;
    background: url(/images/map_sm.gif) top left no-repeat;
}

#hdr-skymed-survivors {
    width: 169px;
    height: 20px;
    font-size: 1em;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/images/hdr_skymed_survivors.gif) top left no-repeat;
}

#promo-skymed-travel {
    display: block;
    width: 300px;
    height: 150px;
    margin: 30px 0;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/images/promo_skymed_travel_club.jpg) top left no-repeat;
}

a:hover#promo-skymed-travel {
    background-position: bottom left;
}

.promo-free-quote a {
    display: block;
    width: 300px;
    height: 150px;
    margin: 30px 0;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/images/promo_free_quote.gif) top left no-repeat;
}

.promo-free-quote a:hover {
    background-position: bottom left;
}

#promo-become-a-rep {
    display: block;
    width: 300px;
    height: 150px;
    margin: 30px 0;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/images/promo_become_a_rep.jpg) top left no-repeat;
}

a:hover#promo-become-a-rep {
    background-position: bottom left;
}

/*******************************************
* Tables
*******************************************/

#form-table {
    width: 500px;
    margin: 0 auto;
}

#form-table td {
    padding-bottom: 25px;
    font-weight: bold;
    font-size: 13px;
}

/*******************************************
* Forms
*******************************************/

#form-table input,
#form-table select,
#form-table textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

#form-table input {
    width: 195px;
}
#form-table select {
    width: 225px;
}
#form-table textarea {
    width: 444px;
}

.error,
.error h3 {
    color: red;
}

#checkbox-list {
    width: 449px;
    height: 75px;
    overflow: auto;
    border: 1px solid #CCC;
    font-weight: normal;
}

#checkbox-list table {
    width: 432px;
    margin: 0;
    padding: 0;
}

#checkbox-list table td {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

#checkbox-list table td:hover {
    background: #E6E6E6;
}

#checkbox-list table input {
    width: 15px;
    height: 15px;
    margin-top: 2px;
    float: left;
}

#no-bold input {
    width: 15px;
    height: 15px;
    float: left;
}

td#no-bold {
    margin: 0;
    padding: 0;
    vertical-align: top;
    font-weight: normal;
}

div.charcount-safe, div.charcount-limit{
    text-align:right;
    font-weight: normal;
}

.charcount-safe { color:#65AA7D; font-weight:normal; }
.charcount-limit { color:#AA656C; font-weight:bold;}

/*******************************************
* Text Size
*******************************************/

#content-main #text-resize {
    width: 142px;
    height: 32px;
    margin: 5px 0 0 480px;
    padding: 0;
    overflow: hidden;
}

#content-main #text-resize p {
    width: 58px;
    height: 32px;
    display: block;
    text-indent: -9999px;
    float: left;
    background: url(/images/text_size.gif) top left no-repeat;
}

#content-main #text-resize ul {
    margin: 0;
    padding: 0;
    width: 84px;
    height: 32px;
    float: right;
    list-style: none;
}

#content-main #text-resize li {
    margin: 0;
    padding: 0;
    height: 32px;
    display: inline;
    float: left;
}

#content-main #text-resize a {
    height: 32px;
    display: block;
    text-indent: -9999px;
}

#content-main a#small {
    width: 24px;
    background: url(/images/text_small.gif) top left no-repeat;
}
#content-main a#medium {
    width: 28px;
    background: url(/images/text_medium.gif) top left no-repeat;
}
#content-main a#large {
    width: 32px;
    background: url(/images/text_large.gif) top left no-repeat;
}

#content-main a:hover#small,
#content-main a:hover#medium,
#content-main a:hover#large {
    background-position: bottom left;
}

/*******************************************
* Search Module
*******************************************/

#search {
    width: 276px;
    height: 24px;
    position: absolute;
    top: 9px;
    right: 9px;
    background: url(/images/bg_search.gif) top left no-repeat;
}

#search p {
    width: 55px;
    height: 24px;
    float: left;
    text-indent: -9999px;
}

input#searchGlobal {
    float: left;
    width: 174px;
    border: 0;
    font-size: 14px;
    background: none;
    margin: 5px 0 0 5px;
}

input#btnSubmit, input#btnSearch {
    float: right;
}

/*******************************************
* Global Navigation
*******************************************/

#global {
    margin: 0; padding: 0;
    width: 336 px;
    height: 24px;
    list-style: none;
    position: absolute;
    top: 9px;
    left: 295px;
}

#global li {
    padding: 0;
    text-indent: -9999px;
    display: inline;
    float: left;
}

#global a {
    margin-right: 6px;
    height: 24px;
    display: block;
}

a#home {
    width: 51px;
    background: url(/images/global_home.gif) top left no-repeat;
}
a#contact-us {
    width: 85px;
    background: url(/images/global_contact.gif) top left no-repeat;
}
a#email-updates {
    width: 103px;
    background: url(/images/global_email_updates.gif) top left no-repeat;
}
a#rep-login {
    width: 79px;
    margin-right: 0;
    background: url(/images/global_rep_login.gif) top left no-repeat;
}

#global a {
    height: 24px;
    display: block;
}

a:hover#home, body#home-on #global #home,
a:hover#contact-us, body#contact-us-on #global #contact-us,
a:hover#email-updates, body#email-updates-on #global #email-updates,
a:hover#rep-login, body#rep-login-on #global #rep-login {
    background-position: bottom left;
}


/*******************************************
* Primary Navigation
*******************************************/

#nav {
    width: 625px;
    height: 42px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 10px;
    overflow: hidden;
}

#nav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
}

#nav a {
    display: block;
    float: left;
    text-decoration: none;
    text-indent: -9999px;
    height: 42px;
    overflow: hidden;
}

#nav a#survivor-stories {
    background: url(/images/nav_survivor_stories.gif) top left no-repeat;
    width: 150px;
}
#nav a#enroll {
    background: url(/images/nav_enroll.gif) top left no-repeat;
    width: 73px;
}
#nav a#member-services {
    background: url(/images/nav_member_services.gif) top left no-repeat;
    width: 161px;
}
#nav a#faqs {
    background: url(/images/nav_faqs.gif) top left no-repeat;
    width: 71px;
}
#nav a#news {
    background: url(/images/nav_news.gif) top left no-repeat;
    width: 71px;
}
#nav a#about-us {
    background: url(/images/nav_about_us.gif) top left no-repeat;
    width: 99px;
}

#nav a:hover#survivor-stories, body#survivor-stories-on #nav a#survivor-stories,
#nav a:hover#enroll, body#enroll-on #nav a#enroll,
#nav a:hover#member-services, body#member-services-on #nav a#member-services,
#nav a:hover#faqs, body#faqs-on #nav a#faqs,
#nav a:hover#news, body#news-on #nav a#news,
#nav a:hover#about-us, body#about-us-on #nav a#about-us {
    background-position: bottom left;
}

/*******************************************
* Subnavigation
*******************************************/

#subnav-top {
    width: 291px;
    margin: 0 0 40px 0;
    overflow: hidden;
    background: #E5E5E5 url(/images/bg_subnav_top.gif) top left no-repeat;
}

#subnav-bottom {
    width: 291px;
    overflow: hidden;
    padding: 15px 0 12px 14px;
    width/**/:/**/277px;
    background: url(/images/bg_subnav_bottom.gif) bottom left no-repeat;
}

ul#subnav {
    width: 263px;
    list-style: none;
}

#subnav a {
    width: 263px;
    height: 38px;
    text-indent: -9999px;
    display: block;
}

/*******************************************
* Footer Definitions
*******************************************/

#footer {
    width: 951px;
    margin: 8px auto 15px auto;
    overflow: hidden;
    clear: both;
}

#footer p {
    margin-bottom: 10px;
}

#footer,
#footer a {
    color: #3E6CAA;
    font-size: 11px;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer-left {
    width: 600px;
    overflow: hidden;
    line-height: 14px;
    float: left;
}
#footer-right {
    width: 160px;
    margin-right: 5px;
    text-align: right;
    overflow: hidden;
    float: right;
}

.for-print {
	display: none;
}