/************************************************
Derived from Vision's custom.css, dropdownmenu.css and dropdownmenubutton.css
Created June 2009 for the conversion to the new Vision GUI, certain elements removed that conflicted with existing style sheets
************************************************/

body {
    border: 0px;
    margin: 0 !important;
    padding: 0;
    color: #333;
    height: 100%;
    background: #4972b8 url(/SOSCommonStyle/images/bg001.jpg) no-repeat center center fixed !important;
    background-size: cover !important;
}

/* Use :after instead of clear:both because IE adds a space with clear:both */
.clearfix:after,
.mainSpan:after,
.contentheader:after,
.content:after,
.content_wrapper:after,
.container:after,
.width_container:after,
.title:after,
.home_columns:after,
.content_wrapper2:after,
.search_result:after,
.search_result_alternate:after,
.component_listitem:after,
.home_menus:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

.clearfix,
.mainSpan,
.contentheader,
.content,
.content_wrapper,
.container,
.width_container,
.title_right,
.home_columns,
.content_wrapper2,
.search_result,
.search_result_alternate,
.component_listitem,
.home_menus {
    display: inline-block;
}

.clearfix, .mainSpan, .contentheader, .content, .container, .width_container, .content_wrapper, .title_right, .home_columns, .content_wrapper2, .search_result, .search_result_alternate, .component_listitem, .home_menus {
    display: block;
}

/* Containing frame for the site */
.mainSpan_wrapper_home,
.mainSpan_wrapper,
.mainSpan_wrapper_noleftnav,
.mainSpan_wrapper_review {
    width: 100%;
}

.mainSpan {
    width: 100%;
    text-align: center;
    background: url(/SOSCommonStyle/images/SOS_header_bg.png) repeat-x;
}

/*.mainSpan_wrapper_noleftnav {
    background: url(/SOSCommonStyle/images/SOS_header_bg.png) repeat-x;
}*/

.header_wrapper {
    width: 940px;
    margin: 0 auto;
    text-align: left;
}

.header {
    width: 940px;
    padding: 0px;
    height: 185px;
    position: relative;
    background-image: url(/SOSCommonStyle/images/header_background.png);
}

.header_left {
    float: left;
    width: 90px;
}

    .header_left a.home_link {
        background: url(/SOSCommonStyle/images/NevadaStateSeal.png) no-repeat;
        position: absolute;
        top: 15px;
        left: 0px;
        display: block;
        overflow: hidden;
        height: 171px;
        width: 171px;
        text-indent: -4000px;
        z-index: 1005;
    }

.header_right {
    width: 250px;
    float: right;
    clear: right;
    margin-top: 25px;
}

.header_nav {
    position: absolute;
    right: 0px;
    z-index: 1002;
    text-align: right;
    padding: 0;
    font-size: 14px;
    width: 680px;
    color: #EDF1F8;
    margin-top: 7px;
    font-family: tahoma, verdana, sans-serif;
    line-height: 18px;
}

    .header_nav a {
        color: #EDF1F8;
        text-decoration: none;
        font-weight: normal;
        z-index: 1002;
    }

        .header_nav a:hover {
            color: #EDF1F8;
            text-decoration: underline;
            font-weight: normal;
        }

    .header_nav .nav_separator {
        padding: 0 2px;
    }

/* Container for search field and go button */
.searchbox {
    margin: 25px 0 0 0;
    float: right;
}

.searchbox_textbox {
    float: left;
    padding: 2px 0 1px 3px !important;
    margin: 3px 0px 0px 0px;
    line-height: 16px !important;
    height: 25px;
    font-size: 14px;
    width: 200px;
    color: #464646;
    font-family: tahoma, verdana, sans-serif;
    border: #d8dce2 1px solid;
    background-color: #ffffff;
    -webkit-box-sizing: unset !important;
    -moz-box-sizing: unset !important;
    box-sizing: unset !important;
}

.searchbox_button {
    float: left;
    padding: 5px 5px 0 10px;
    margin: 3px 0 0 0;
    height: 25px;
    width: 25px;
    background-color: #4972b8;
    -webkit-box-sizing: unset !important;
    -moz-box-sizing: unset !important;
    box-sizing: unset !important;
}

.searchbox_button_text {
    cursor: pointer;
    color: white;
    line-height: 22px;
    font-size: 14px !important;
}

#searchLink {
    text-decoration: none;
}

/************************************************
Footer
************************************************/
.footer_wrapper {
    clear: both;
    width: 100%;
    background-color: #333333;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /* IE 8 */
    filter: alpha(opacity=85);
    opacity: 0.85;
}

.footer {
    width: 940px;
    padding: 0 10px 10px 10px;
    text-align: right;
    color: #fefefe;
    margin: 0 auto;
    font-size: 11px;
    font-family: tahoma, verdana, sans-serif;
    height: auto !important;
}

    .footer a:hover {
    }

    .footer a, .footer p {
        color: #fefefe;
        margin: 10px 0 0 0;
        padding: 0;
        font-size: 11px;
    }

.footer_nav {
    margin-top: 10px;
    font-size: 12px;
    padding: 10px 0 0 0;
    font-weight: normal;
    color: #fefefe;
    text-align: right;
}

    .footer_nav p, .footer_nav a {
        font-size: 12px;
        font-weight: normal;
        color: #fefefe;
    }

    .footer_nav a {
		color: #fefefe;
        text-decoration: none;
    }

        .footer_nav a:hover {
			color: #fefefe;
            text-decoration: underline;
        }
		
.footer_info {
   padding-top: 10px;
   font-size: 11px;
}

	.footer_info a {
	   font-size: 11px;
	}

div.TabLink {
    text-align: center;
}

    div.TabLink a:link, div.TabLink a:active, div.TabLink a:visited {
        color: #1a3d81;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        padding: 1px;
        text-decoration: none;
        display: block;
    }

    div.TabLink a:hover {
        color: white;
    }

.SOSContent {
    width: 100%;
    background-color: #EEEEEE;
}
/* background color and width for content table */

.Cart {
    BACKGROUND: url(/SharedVision/cart.png);
    background-repeat: no-repeat;
    background-position: right;
    margin-top: -1px;
    margin-right: 1px;
    height: 17px;
    width: 17px;
    font-family: arial black;
    font-size: x-small;
    font-weight: bold;
    color: #003366;
    text-decoration: none !important;
}

    .Cart:hover {
        cursor: pointer;
        BACKGROUND: url(/SharedVision/cartBRIGHT.png);
        background-repeat: no-repeat;
        background-position: right;
        text-decoration: none !important;
    }




.site_title {
    position: absolute;
    top: 30px;
    left: 185px;
    display: block;
    z-index: 1001;
}

    .site_title img {
        border: 0;
    }

.header_nav_sections {
    position: absolute;
    right: 0px;
    top: 113px;
    z-index: 1002;
    width: 880px;
    background: #edf1f8;
    margin: 0 auto;
}

.header_nav_section_link_wrapper {
    float: right;
    height: 50px;
    border-right: 1px solid #333;
    right: 0px;
}

.header_nav_section_link {
    text-align: left;
    color: #333;
    border: 3px solid transparent;
    font-family: 'Rosario', sans-serif;
    font-weight: normal;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 7px 12px 7px;
    line-height: 15px !important;
}

    .header_nav_section_link a:link, .header_nav_section_link a:active, .header_nav_section_link a:visited {
        line-height: 100% !important;
        padding: 1px;
        display: block;
    }

    .header_nav_section_link:hover {
        color: #FFF;
        background: -webkit-linear-gradient(#809CCD, #24395C); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#809CCD, #24395C); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#809CCD, #24395C); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#809CCD, #24395C); /* Standard syntax */
        border: 3px solid #EDF1F8;
    }

.header_nav_section_link_first {
}

.header_nav_section_link_last {
    border-right: 0px;
}
