/******************************************************************************/
/* Generic Styles Start */
/* begin with generic styles so that they can be overridden if needed by classes deeper in the stylesheet */
/******************************************************************************/
body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, p, blockquote, th, td, hr {
	margin: 0;
    padding: 0;
}

body {
    background-color: #FFFFFF;
    color: #000000;
    font: 77%/1.4em Trebuchet MS; /* see http://developer.yahoo.com/yui/examples/fonts/fonts-size_source.html for px to % */
}

a {
    color: #000000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1 {
    margin-bottom: 1em;
    color: #FF040C;
    font-size: 153.9%;
}

h2 {
    font-size: 123.1%;
}

h3 {
    font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h2, h3, p, fieldset {
    margin: 1em 0;
}

fieldset {
    padding: 5px;
}

legend {
    padding: 0 5px 4px;
    font-weight: bold;
}

blockquote, dl, ol, ul {
    margin: 1em;
}

dl dd {
    margin-left: 1em;
}

ol, ul {
    margin-left: 2em;
}

ol ol, ul ul {
    margin: 0.2em 2em;
}

ol {
    list-style: decimal outside;
}

ul {
    list-style: disc outside;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    font: 100%;
}

th, td {
    padding: 0.5em;
}

th {
    font-weight: bold;
    text-align: center;
}

img {
    border-width: 0;
}

hr {
    height: 0;
    margin: 0 auto;
    border-top: solid 1px #000000;
}
/******************************************************************************/
/* Generic Styles End */
/******************************************************************************/

/******************************************************************************/
/* Layout Styles Start */
/******************************************************************************/
#header {
    background: url(/Images/HeaderBackground.png) repeat-x;
}

#header .content {
    width: 940px;
    height: 40px;
    margin: 0 auto;
    line-height: 39px;
}

#topMenu {
    float: left;
}

#topMenu ul {
    margin: 0;
    list-style-type: none;
}

#topMenu li {
    padding-right: 10px;
    display: inline;
}

#topMenu a {
    color: #FFFFFF;
}

#search {
    float: right;
}

#contentWrapper {
    width: 960px;
    margin: 0 auto;
    padding-left: 20px;
    background: url(/Images/ContentWrapper.png) repeat-y;
}

#innerContentWrapper {
    padding-right: 20px;
    background: url(/Images/InnerContentWrapper.png) repeat-y right;
}

#contentHeader {
    position: relative;
}

#logoWrapper {
    margin-bottom: 20px;
    padding: 15px 0;
    background-color: #000000;
    color: #FFFFFF;
}

#logo {
    float: left;
    margin-left: 20px;
}

#contact {
    float: right;
    overflow: hidden;
    margin-right: 20px;
    font-size: 105%;
    line-height: 22px;
}

#car {
    position: absolute;
    top: -4px;
    left: 0;
    z-index: 1;
}

#getQuote {
    position: relative;
    float: left;
    margin: 30px 20px 0 146px;
    z-index: 2;
}

#retrieveQuote {
    float: left;
    margin-top: 30px;
}

#otherInsurance {
    border-top: solid 10px #000000;
    text-align: right;
}

#otherInsurance a {
    display: inline-block;
    padding: 0 8px 8px;
    background-color: #000000;
    color: #FFFFFF;
}

#insuranceMenu {
    overflow: hidden;
    margin-top: 4px;
}

#insuranceMenu ul {
    margin: 0 0 0 15px;
    list-style-type: none;
}

#insuranceMenu ul li {
    float: left;
    padding: 0 15px;
}

#insuranceMenu ul li a {
    display: block;
    height: 142px;
    text-indent: -9999px;
}

#insuranceMenu ul li#carInsurance a {
    width: 99px;
    background-image: url(/Images/CarInsurance.png);
}

#insuranceMenu ul li#carInsurance a:hover {
    background-image: url(/Images/CarInsuranceHover.png);
}

#insuranceMenu ul li#vanInsurance a {
    width: 118px;
    background-image: url(/Images/VanInsurance.png);
}

#insuranceMenu ul li#vanInsurance a:hover {
    background-image: url(/Images/VanInsuranceHover.png);
}

#insuranceMenu ul li#bikeInsurance a {
    width: 184px;
    background-image: url(/Images/BikeInsurance.png);
}

#insuranceMenu ul li#bikeInsurance a:hover {
    background-image: url(/Images/BikeInsuranceHover.png);
}

#insuranceMenu ul li#homeInsurance a {
    width: 103px;
    background-image: url(/Images/HomeInsurance.png);
}

#insuranceMenu ul li#homeInsurance a:hover {
    background-image: url(/Images/HomeInsuranceHover.png);
}

#insuranceMenu ul li#healthInsurance a {
    width: 100px;
    background-image: url(/Images/HealthInsurance.png);
}

#insuranceMenu ul li#healthInsurance a:hover {
    background-image: url(/Images/HealthInsuranceHover.png);
}

#insuranceMenu ul li#travelInsurance a {
    width: 121px;
    background-image: url(/Images/TravelInsurance.png);
}

#insuranceMenu ul li#travelInsurance a:hover {
    background-image: url(/Images/TravelInsuranceHover.png);
}

#breadCrumb {
    padding: 20px 20px 0;
}

#outerColumnContainer {
    padding: 20px 20px 20px 240px;
}

#middleColumn {
    float: right;
    width: 100%;
}

#leftColumn {
    float: left;
    width: 200px; /* left width */
    margin-left: -240px; /* -left width + left padding */
    padding: 0 20px;
}

#footer {
    background: url(/Images/FooterBackground.png) repeat-x;
}

#footer .content {
    width: 908px;
    margin: 0 auto;
    padding: 25px 15px 10px;
    background: #17340C url(/Images/FooterContentBackground.png) repeat-x;
    border: solid 1px #FFFFFF;
    border-width: 0 1px;
    color: #FFFFFF;
    font-size: 90%;
    text-align: center;
}

#footer .content a {
    color: #FFFFFF;
}

#footer .component {
    float: left;
    width: 212px;
    margin-right: 15px;
    text-align: left;
}

#footer .component .header {
    font-size: 17px;
    font-weight: bold;
}

#footer .component .header img {
    margin-right: 5px;
}

#footer .hr {
    border-top-color: #FFFFFF;
}
/******************************************************************************/
/* Layout Styles End */
/******************************************************************************/

/******************************************************************************/
/* 1 Column Styles Start */
/******************************************************************************/
body.oneColumnLayout #leftColumn {
    display: none;
}

body.oneColumnLayout #outerColumnContainer {
    padding: 20px;
}
/******************************************************************************/
/* 1 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* Component Styles Start */
/******************************************************************************/
#outerColumnContainer .component {
    margin-bottom: 20px;
}

#outerColumnContainer .component .header {
    height: 20px;
    margin-bottom: 5px;
    color: #FF040C;
    font-weight: bold;
    font-size: 123.1%;
}
/******************************************************************************/
/* Component Styles End */
/******************************************************************************/

/******************************************************************************/
/* Menu Styles Start */
/******************************************************************************/
#outerColumnContainer .menu ul {
    margin: 0;
    list-style-type: none;
}

#outerColumnContainer .menu li a {
    display: block;
    width: auto;
    padding: 3px 0;
    border-bottom: solid 1px #CCCCCC;
    color: #000000;
    text-decoration: none;
}

#outerColumnContainer .menu li a:hover {
    text-decoration: underline;
}

#outerColumnContainer .menu li.active > a {
    font-weight: bold;
}

#outerColumnContainer .menu li.active > a:hover {
    cursor: text;
    text-decoration: none;
}

/* identation styles start */
#outerColumnContainer .menu li a {
    padding-left: 5px;
}

#outerColumnContainer .menu li li > a {
    padding-left: 15px;
}

#outerColumnContainer .menu li li li > a {
    padding-left: 25px;
}

#outerColumnContainer .menu li li li li > a {
    padding-left: 35px;
}
/* identation styles end */
/******************************************************************************/
/* Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Custom Styles Start */
/******************************************************************************/
.activeButton, .passiveButton {
    background-image: url(/Images/Template/ButtonBackground.jpg);
    border: solid 1px #1D5284;
    font-weight: bold;
}

.articleDate, .articleViews {
    clear: left;
    float: left;
    width: 55px;
    background-color: #666666;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
}

.articleDate {
    height: 52px;
    padding: 3px 0 2px;
}

.articleViews {
    height: 40px;
    padding-top: 5px;
}

.left .articleDate, .left .articleViews {
    margin: 0 8px 8px 0;
}

.right .articleDate, .right .articleViews {
    margin: 0 0 8px 8px;
}

.author {
    margin: 1em 0;
    color: #999999;
    font-size: 90%;
}

.bookmarks {
    margin: 1em 0;
    padding: 5px;
    border: solid 1px #000000;
}

.centeredList {
    margin: 0;
    list-style-type: none;
    text-align: center;
}

.centeredList li {
    display: inline;
}

.clear {
    overflow: hidden;
}

.clear2 {
    clear: both;
    margin-bottom: -1px; /* fix issue with nn7 */
    padding-bottom: 1px;
}

.close {
    float: right;
    padding: 0 0 5px 5px;
}

.comment {
    margin: 0.6em 0;
    padding: 5px;
    background-color: #EEEEEE;
    border: solid 1px #DDDDDD;
}

.comment p:first-child {
    margin-top: 0;
}

.comment p:last-child {
    margin-bottom: 0;
}

.comments {
    margin: 1em 0;
}

.commentsTop {
    height: 40px;
    margin: 1em 0;
    background-color: #DDDDDD;
}

.directoryItem {
    margin: 1em 0;
    padding: 3px;
    border: solid 1px #DEDEDE;
    line-height: 28px;
}

.directoryItem .telephone {
    float: right;
    padding-left: 35px;
    background: url(/Images/Telephone.gif) no-repeat;
    color: #000000;
    font-weight: normal;
}

.directoryItem .header {
    height: 28px;
    margin-bottom: 3px;
    padding: 3px 5px;
    background-color: #DEDEDE;
}

.directoryItem .content {
    padding: 5px;
}

.directoryItem .content p:first-child {
    margin-top: 0;
}

.directoryItem .content p:last-child {
    margin-bottom: 0;
}

.error {
    margin: 1em 0;
    padding: 5px 5px 5px 40px;
    background: #F4E7EA url(/Images/Warning.gif) no-repeat 5px center;
    border: solid 1px #986265;
}

.error ul {
    margin-left: 16px;
}

.flyout {
    position: absolute;
    display: none;
    overflow: hidden;
    background-color: #FFFFFF;
    border: solid 1px #D0D0D0;
    z-index: 2;
}

.help {
    position: absolute;
    display: none;
    overflow: scroll;
    width: 250px;
    height: 280px;
    padding: 5px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    z-index: 2;
}

.hide {
    display: none;
}

.highLight {
    background-color: #FFFF66;
    color: #003399;
    font-weight: bold;
}

.item, .item2 {
    margin: 0.8em 0;
}

.item p:first-child, .item2 p:first-child {
    margin-top: 0;
}

.item p:last-child, .item2 p:last-child {
    margin-bottom: 0;
}

.modalBackground {
    background-color: #CCCCCC;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    width: 500px;
    padding: 10px;
    background-color: #FFFFFF;
    border: solid 1px #000000;
}

.modalPopup .header {
    margin-bottom: 1em;
    font-size: 123.1%;
    font-weight: bold;
}

.pageLocation {
    margin: 1em 0;
    text-align: center;
}

.pageNavigation {
    margin: 1em 0;
}

.pageNavigation a, .pageNavigation .current {
    padding: 5px 4px;
    border: solid 1px #DDDDDD;
    text-decoration: none;
    line-height: 30px;
    vertical-align: text-top;
}

.pageNavigation a:hover, .pageNavigation .current {
    background-color: #EEEEEE;
}

.passwordStrength {
    width: 200px;
    max-height: 18px;
    padding: 1px;
    border: solid 1px #000000;
    vertical-align: middle;
}

.passwordStrengthText {
    margin: 2px 0 0 208px;
    background-color: White;
}

.passwordStrengthWeak {
    max-height: 18px;
    background-color: Red;
    color: Red;
}
.passwordStrengthAverage {
    max-height: 18px;
    background-color: Orange;
    color: Orange;
}

.passwordStrengthGood {
    max-height: 18px;
    background-color: Green;
    color: Green;
}

.pointer {
    cursor: pointer;
}

.popularSearches {
    margin: 2em 100px;
    padding: 10px;
    border: solid 1px #000000;
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
}

.productImage {
    margin-right: 15px;
    border-width: 0;
}

.productPrice {
    font-size: 110%;
    line-height: 25px;
    font-weight: bold;
}

.productTitle {
    font-size: 110%;
    line-height: 25px;
    font-weight: bold;
}

.rating {
    height: 20px;
    margin: 1em 0;
}

.ratingStar {
    display: block;
    width: 13px;
    height: 15px;
    margin-top: 2px;
    padding: 0;
    font-size: 0;
    background-repeat: no-repeat;
}

.ratingStarDefault {
    cursor: default;
}

.ratingStarFilled {
    background-image: url(/Images/FilledStar.gif);

}

.ratingStarEmpty {
    background-image: url(/Images/EmptyStar.gif);
}

.ratingStarSaved {
    background-image: url(/Images/SavedStar.gif);
}

.response {
    margin: 1em 0;
    padding: 5px 5px 5px 40px;
    background: #F8F8F9 url(/Images/Info.gif) no-repeat 5px center;
    border: solid 1px #0083C1;
}

.tagCloudComponent {
    line-height: 1.8em;
    word-wrap: break-word;
    overflow: hidden;
}

/* Start styles used to set xx-small to xx-large font sizes of tags for small, medium and large */
.tagCloudComponentTag1 {
    font-size: 80%;
}

.tagCloudComponentTag2 {
    font-size: 90%;
}

.tagCloudComponentTag3 {
    font-size: 100%;
}

.tagCloudComponentTag4 {
    font-size: 110%;
}

.tagCloudComponentTag5 {
    font-size: 120%;
}

.tagCloudComponentTag6 {
    font-size: 140%;
}

.tagCloudComponentTag7 {
    font-size: 160%;
}
/* End of tag cloud tag font sizes */

.textBox {
    padding: 3px;
    background-color: #666666;
    border: solid 1px #C4C4C4;
    color: #FFFFFF;
}

.wizard {
    width: 100%;
}

.wizard td {
    padding: 0;
}

.wizard td td {
    padding: 0.5em;
}

.wordWrap {
    word-wrap: break-word;
    overflow-x: hidden;
}
/******************************************************************************/
/* Custom Styles End */
/******************************************************************************/

/******************************************************************************/
/* User Styles Start */
/* please duplicate all HTML tag styles to Wysiwyg.css */
/******************************************************************************/
.absmiddle {
    vertical-align: middle;
    margin-bottom: 0.25em;
}

.bigText {
    font-size: 140%;
}

.blueText, .blueText a {
    color: #0690BC;
    text-decoration: none;
}

.darkGrayText, .darkGrayText a {
    color: #333333;
    text-decoration: none;
}

.darkGreenText, .darkGreenText a {
    color: #2E5904;
    text-decoration: none;
}

.first {
    margin-top: 0;
}

.grayText, .grayText a {
    color: #999999;
    text-decoration: none;
}

.greenText, .greenText a {
    color: #4A8525;
    text-decoration: none;
}

.hugeText {
    font-size: 220%;
    line-height: 30px;
}

.imageBorder {
    margin: 5px;
    padding: 5px;
    border: solid 1px #999999;
}

#leftColumn .imageBorder, #rightColumn .imageBorder {
    border: solid 1px #FFFFFF;
}

.last {
    margin-bottom: 0;
}

.left {
    float: left;
}

.quote {
    margin: 1em;
    padding: 5px;
    background-color: #F8F8F9;
    border: solid 1px #0083C1;
    font-weight: bold;
}

.redText, .redText a {
    color: #FF0000;
    text-decoration: none;
}

.right {
    float: right;
}

.smallText {
    font-size: 90%;
    line-height: 14px;
}

.tableGrid {
    width: 100%;
    margin: 1em 0;
}

.tableGrid th, .tableGrid td {
    border: solid 1px #E1E1E1;
}

.tableGrid th {
    background-color: #EEEEEE;
}

.tableGrid th a {
    color: #000000;
}

.tableGrid th.none {
    background: none;
    border-width: 0;
    font-weight: normal;
}

.tableGrid td td, .tableGrid th th {
    border-width: 0;
}

.tableContentHover {
    background-color: #EEEEEE;
}
/******************************************************************************/
/* User Styles End */
/******************************************************************************/

/******************************************************************************/
/* Image Popup Styles Start */
/******************************************************************************/
#imagePopupLoadingScreen {
    position: absolute;
    z-index: 30001;
    background: #CCCCCC url(/Images/ImagePopupLoading.gif) no-repeat 50% 47%;
    font: normal normal normal 0.9em arial,sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    visibility: hidden;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

#imagePopupIframeShim {
    position: absolute;
    z-index: 30000;
    border: none;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}

#imagePopupImageWindow {
    position: absolute;
    z-index: 30002;
    background-color: #222222;
    border: solid 1px #666666;
    padding: 10px;
    visibility: hidden;
}

#imagePopupImageWindow img {
    border: solid 1px #999999;
    background-color: #FFFFFF;
}

#imagePopupImageWindow ul {
    margin: 8px 0;
    list-style-type: none;
    background-color: #FAFAFA;
    border: solid 1px #999999;
    overflow: hidden;
    white-space: nowrap;
}

#imagePopupImageWindow li.fullScreen {
    float: left;
    padding: 5px 10px;
}

#imagePopupImageWindow li.close {
    float: right;
    padding: 5px 10px;
}

#imagePopupImageWindow ul a {
    min-height: 15px;
    padding: 0 0 0 20px;
    font: normal normal normal 0.9em arial,sans-serif;
    background: url(/Images/ImagePopupIcons.gif) no-repeat 0 1px;
    color: #555555;
    text-decoration: none;
    display: block;
}

#imagePopupImageWindow li.fullScreen a {
    background-position: 0 -449px;
}

#imagePopupImageWindow ul a:hover, #imagePopupImageWindow ul a:focus {
    background-position: 0 -149px;
    color: #222222;
}

#imagePopupImageWindow ul li.fullScreen a:hover, #imagePopupImageWindow ul li.fullScreen a:focus {
    background-position: 0 -599px;
}

#imagePopupImageWindow ul a:active {
    background-position: 0 -299px;
    color: #000000;
}

#imagePopupImageWindow ul li.fullScreen a:active {
    background-position: 0 -749px;
}
/******************************************************************************/
/* Image Popup Styles End */
/******************************************************************************/