﻿body {
    font: normal 100% Tahoma, Arial, sans-serif;
	background-color:#f6f2f6;
	margin:0;
	padding:0;
}
a,a:visited {
    color: #b71234;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-width {
	max-width: 60em; /* 960px / 16px = 60em */
	min-width: 20em; /* 320px / 16px = 20em */
	margin: 0 auto;
	overflow: hidden;
	background-color:#fff;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.inner {
	padding-left: 1em;
	padding-right: 1em;
}

#page-header .site-width {
	background: #fff url(/images/design2/header-background.jpg) no-repeat top right; 
}

#page-header .inner {
	padding-left: 0;
	padding-right: 0;
}

/* Logo */
#page-header .logo {
    float: left;
    height: 29px;
    margin: 5px;
    overflow: hidden;
    position: relative;
}
#page-header .logo a {
    display: block;
    height: 100%;
    width: 100%;
}
#page-header .logo img {
    width: 114px;
    height: 44px;
    float: left;
}

/* Social Icons */
#page-header .social {
	clear: right;
	margin-top: 2px;
	margin-right: 2px;
	min-height: 46px;
    float: right;
}
#page-header .social a {
    float: left;
    display: block;
    margin: 2px 5px;
}
#page-header .social a img {
    vertical-align:bottom;
}
.lt-ie8 #page-header .social {
    width: 75%;
}

/* Mobile Navigation */
#page-header .mobile-navigation {
	margin: 0 7px;
	clear: both;
	position: relative;
}
/* Mobile Navigation Toggle Button */
#page-header .mobile-navigation-button {
	float: right;
	height: 2em;
	width: 50%;
	margin-right: 5px;
}
.lt-ie8 #page-header .mobile-navigation-button {
	width: auto;
}
#page-header .mobile-navigation-button a {
    font-size: 0.9em;
	background: #d71944;
	color: #fff;
    display: block;
    line-height: 32px;
    height: 100%;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#page-header .mobile-navigation-button a:hover {
	background: #ba163b;
	color: yellow;
}
.navigation-active #page-header .mobile-navigation-button a {
	background: #fff;
	color: #d71944;
}
/* Mobile Search Toggle Button */
#page-header .mobile-search-button {
	float: right;
	height: 2em;
	width: 2em;
	background: #d71944;
}
#page-header .mobile-search-button a {
	padding: 4px;
	display: block;
}
#page-header .mobile-search-button a:hover {
	background: #ba163b;
	color: yellow;
}
.search-active #page-header .mobile-search-button a {
	background: #fff;
}
#page-header .mobile-search-button a img {
    vertical-align:bottom;
}

/* Search Box */
#page-header .search {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 0 4px;
    height: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.search-active #page-header .search, .no-js .search {
    border-top: 2px solid #fff;
	height: 39px;
}
#page-header .search #search-keywords {
    border: 1px solid #653458;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 2.58333em;
    padding: 0;
    margin: 0;
    text-indent: 0.75em;
    width: 75%;
    float: left;
    font-size: 85.71429%;
    line-height: 1.07143;
    border-radius: 0;
}
.lt-ie9 #page-header .search #search-keywords {
    line-height: 2.58333em;
}
#page-header .search #search-go {
    height: 2.21429em;
    line-height: 2.21429em;
    margin: 0;
    width: 25%;
    background-color: #8e6681;
    border: 1px solid #653458;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 100%;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
}
#page-header .search #search-go:hover, #page-header .search #search-go:focus {
    background-color: #56004e;
    color: yellow;
}
.lt-ie8 #page-header .search #search-go {
    width:23%;
}

/* Navigation */
#page-header .navigation {
    clear: both;
    float: left;
    list-style: none;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #56004e;
}
.navigation-active #page-header .navigation, .no-js #page-header .navigation {
	height: 12.25em; /*  196px / 16px = 12.25em    100px / 16px = 6.25em */
}
#page-header .navigation-section a {
    font-size: 0.8em;
    background: #d71944;
    color: white;
    text-decoration: none;
    line-height:100%;
}
#page-header .navigation-section a:hover {
    background: #ba163b;
    color: yellow;
}
#page-header .navigation-section li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ba163b;
    float: left;
    list-style: none;
    text-align: center;
    width: 50%;
}
.lt-ie8 #page-header .navigation-section li {
    width: 49.5%;
}
#page-header .navigation-section .odd {
    border-right: 1px solid #ba163b;
}
#page-header .navigation a, #page-header .navigation a:visited {
    display: block;
    padding: 0.5em 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
}
#page-header .navigation ul {
    display: block;
    overflow: hidden;
    width: 100%;
}
#page-header ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#page-header .subnavigation-section a {
    font-size: 0.7em;
    background: #8e6681;
    color: white;
    text-decoration: none;
    line-height:100%;
    letter-spacing: 0;
}
#page-header .subnavigation-section a:hover {
    background: #56004e;
    color: yellow;
}
#page-header .subnavigation-section li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #56004e;
    float: left;
    list-style: none;
    text-align: center;
    width: 50%;
    border-right: 1px solid #56004e;
}
.lt-ie8 #page-header .subnavigation-section li {
    width: 49.5%;
}
/*#page-header .subnavigation-section .odd {
    border-right: 1px solid #56004e;
}*/

#page-header .site-width {
    position: relative;
}
#page-header .purplebar {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #56004e;
    height: 0.5em;
    width: 100%;
    z-index: -1;
}

#page-content .purplebar {
    background-color: #56004e;
    height: 0.5em;
    width: 100%;
}
/*
#page-content .inner {
    padding: 1em;
}
#page-content img.responsive {
    max-width: 100%;
}
#page-content img.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}*/

#page-footer .plaid {
	height:37px;
	background:url(/images/home2/footer_plaid.jpg);
	clear:both;
}
#page-footer .inner {
    padding: 0 0 1em 0;
	border-bottom: 1px solid #999;
}
#page-footer .footer {
    border-bottom: 2px solid #bcb7b1;
    text-align: center;
	font-size: 0.75em;
	padding-top: 0.5em;
	padding-bottom: 0.45em;
}
#page-footer .copyright {
    text-align: center;
	font-size: 0.55em;
	padding: 2px 1em 0 1em;
}

/* Global Helper Styles */
.watermark {
    color: #999;
}
.clear-both {
    clear: both;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
.clear-none {
    clear: none;
}

input.redbutton {
	background-color: #b71234;
	border: 1px solid #940f2a;
	font-size: 12px;
	color: #fff;
	padding: 3px 15px;
    text-transform: uppercase;
    border-radius: 0;
    line-height: 15px;
    vertical-align: text-bottom;
}
input.purplebutton {
	background-color: #8e6681;
	border: 1px solid #653458;
	font-size: 12px;
	color: #fff;
	padding: 3px 15px;
    text-transform: uppercase;
    border-radius: 0;
    line-height: 15px;
    vertical-align: text-bottom;
}
input.greybutton {
	background-color: #666;
	border: 1px solid #333;
	font-size: 12px;
	color: #fff;
	padding: 3px 15px;
    text-transform: uppercase;
    border-radius: 0;
    line-height: 15px;
    vertical-align: text-bottom;
}
input.orangebutton {
	background-color: #ff8801;
	border: 1px solid #ff5108;
	font-size: 12px;
	color: #fff;
	padding: 3px 15px;
    text-transform: uppercase;
    border-radius: 0;
    line-height: 15px;
    vertical-align: text-bottom;
}
input.redbutton:hover, input.purplebutton:hover, input.greybutton:hover, input.orangebutton:hover {
	color:yellow;
}
a.redbutton {
    display: inline-block;
	background-color: #b71234;
	border: 1px solid #940f2a;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	padding: 3px 15px;
    line-height: 15px;
    vertical-align: text-bottom;
}
a.redbutton:hover {
	background-color: #af1132;
}
a.purplebutton {
    display: inline-block;
	background-color: #8e6681;
	border: 1px solid #653458;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
    text-transform: uppercase;
	padding: 3px 15px;
    line-height: 15px;
    vertical-align: text-bottom;
}
a.purplebutton:hover {
	background-color: #56004e;
}
a.greybutton {
    display: inline-block;
	background-color: #666;
	border: 1px solid #333;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
    text-transform: uppercase;
	padding: 3px 15px;
    line-height: 15px;
    vertical-align: text-bottom;
}
a.greybutton:hover {
	background-color: #444;
}
a.orangebutton {
    display: inline-block;
	background-color: #ff8801;
	border: 1px solid #ff5108;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
    text-transform: uppercase;
	padding: 3px 15px;
    line-height: 15px;
    vertical-align: text-bottom;
}
a.orangebutton:hover {
	background-color: #f28101;
}
a.redbutton:hover, a.purplebutton:hover, a.greybutton:hover, a.orangebutton:hover {
    text-decoration:none;
	color:yellow;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #b71234;
}

p {
    font-size: 14px;
}

input[type=text],input[type=password],select,textarea
{
    border: 1px solid #653458;
    padding: 3px;
    font-size: 12px;
}

.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* breadcrumbs */
#breadcrumbs {
	padding-bottom: 0.75em;
}

#breadcrumbs ul {
	margin: 0;
	padding: 0;
}

#breadcrumbs ul li {
	font-size: 0.65em;
	list-style: none;
	float: left;
	padding: 0 2px;
}

#breadcrumbs ul li a {
	color: #d71840;
	text-decoration: none;
}

#breadcrumbs ul li a:hover,
#breadcrumbs ul li a.active {
	color: #010001;
	text-decoration: none;
}

#flash {
  border: 2px solid #0a0a0a;
  background-color: #fce6e6;
  padding: 7px;
  margin-bottom: 16px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  font-weight: bold;
}

/* Size Specific Styles */
/* 544px / 16px = 34em */
@media only screen and (min-width:34em) {
    #page-header .logo {
        width: auto;
        height: 57px;
        margin: 6px;
    }
    #page-header .logo img {
        width: auto;
        height: auto;
    }
    #page-header .social {
        margin-right: 6px;
        margin-top: 6px;
    }
    .lt-ie8 #page-header .social {
        width: 55%;
    }
    .lt-ie8 #page-header .social a {
        float: right;
    }
	#page-header .mobile-navigation {
        margin-right: 11px;
		width: 300px;
		float:right;
	}
    #page-header .search #search-keywords {
        width: 75%;
    }
    .lt-ie8 #page-header .search {
        margin-top: 4px;
    }
    #page-header .subnavigation-section li {
        width: 33.33333%;
    }
    .lt-ie8 #page-header .subnavigation-section li {
        width: 33%;
    }
    .navigation-active #page-header .navigation, .no-js #page-header .navigation {
	    height: 10.875em; /*  174px / 16px = 12.5em    100px / 16px = 6.25em */
    }
    #page-header .subnavigation-section a {
        letter-spacing: 1px;
    }
}

/* 900px / 16px = 56.25em */
@media only screen and (min-width:56.25em) {
    #page-header .logo {
        height: 87px;
        margin: 2em;
    }
    #page-header .social, .lt-ie8 #page-header .social {
        margin-right: 2em;
        margin-top: 2em;
        clear: none;
        width: 140px;
    }
    .lt-ie8 #page-header .social a {
        float: left;
    }
	#page-header .mobile-navigation {
		display: none;
	}
	#page-header .search {
        width: 349px;
        margin: 42px 0 0 0;
        background: transparent;
        border: none;
        display: block;
        padding: 0;
        height: auto;
        float: left;
	}
    #page-header .navigation, .navigation-active #page-header .navigation {
		display: block;
		height: 1.625em;
        margin: 10px 0 0;
        border: none;
        background-color: transparent;
    }
    #page-header .navigation ul {
        width: 100%;
        overflow: hidden;
        display: block;
    }
    #page-header .navigation-section li, #page-header .navigation-section li.odd, #page-header .navigation-section li.even {
        border: none;
        width:15%;
        margin-right:1%;
    }
    #page-header .navigation-section li.first {
        margin-left:2.3%;
    }
    #page-header .navigation-section li.last {
        margin-right:2.3%;
    }
    .subnavigation-active #page-header .navigation, .no-js #page-header .navigation {
	    height: 4.5em; /* 26+46px / 16px = 4.5em */
    }
    #page-header .subnavigation-section li {
        width: 20%;
    }
    .lt-ie8 #page-header .subnavigation-section li {
        width: 19.8%;
    }
}

/* Landing Pages */
#landing-page {
    margin-bottom: 10px;
}
#landing-page .landing-box.bottom {
    margin-top: auto;
    margin-bottom: 0;
}
#landing-page .landing-box {
    margin: 5px 0 5px 0;
	padding: 5px;
	border: 1px solid #ddd;
	border-bottom: 2px solid #dcdcdc;
}
#landing-page h1 {
    font-size: 19px;
    color: #B71234;
    font-weight: bold;
}
#landing-page h2 {
    font-size: 15px;
    color: #333;
    font-weight: bold;
}
#landing-page h3 {
    font-size: 13px;
    color: #B71234;
    font-weight: bold;
}
#landing-page ul {
    font-size:13px;
    text-align: left;
}
#landing-page table td.text-center {
	text-align: center;
}
#landing-page table td.text-right {
	text-align: right;
}
#landing-page ul.item-list-2 {
    padding: 0;
    margin: 5px 36px; 
}
#landing-page ul.item-list-2 li {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	list-style: none;
	width: 46%;
	padding: 2%;
	margin: 0;
	float: left;
	font-size:13px;
	line-height:normal;
	text-align: center;
}
#landing-page ul.item-list-3 {
    padding: 0;
    margin: 5px 11px; 
}
#landing-page ul.item-list-3 li {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	list-style: none;
	width: 29%;
	padding: 2%;
	margin: 0;
	float: left;
	font-size:13px;
	line-height:normal;
	text-align: center;
}
#landing-page a {
    font-size: 13px;
    color: #663366;
    text-decoration: underline;
}
#landing-page a:hover {
    color: #B71234;
    text-decoration: underline;
}
#landing-page table.item-list {
    table-layout: fixed;
    width: 100%;
}
#landing-page table.item-list td {
	font-size:13px;
	line-height:normal;
    text-align: center;
}
#landing-page table.item-list img {
    max-height: 100px;
}
#landing-page table.colortable {
    font-size:13px;
    width: 100%;
}
#landing-page .colorbox {
	border:1px solid #ddd4dc;
	width:20px;
	height:10px;
	margin-left:2px;
}
#landing-page table.spec-table {
    font-size:13px;
    width: 100%;
}
#landing-page table.spec-table .ar {
    text-align: right;
}
#landing-page table.spec-table .Table-12 {
	border-bottom: 1px solid #a993a7;
}
#landing-page table.responsive-images {
    table-layout: fixed;
    width: 100%;
}
#landing-page .text8, 
#landing-page .text8b {
	font-size: 11px;
	line-height: 12px;
}
#landing-page .text9,
#landing-page .text9b {
    font-size: 12px;
	line-height: 14px;
}
#landing-page .text9b,
#landing-page .text10b {
    font-weight:bold;
}
#landing-page .detail {
	font-size: 11px;
	padding: 2px 0px 0px 0px;
	border-bottom: 1px solid #a993a7;
	text-align:left;
	vertical-align:middle;
}
#landing-page .ac {
	text-align:center;
}