@charset "utf-8";
/* CSS Document */

@import url("//hello.myfonts.net/count/2d9884");
@import url("//hello.myfonts.net/count/2d9c8f");
@font-face {
	font-family: 'Eurostile-Reg';
	src: url('../webfonts/2D9884_1_0.eot');
	src: url('../webfonts/2D9884_1_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/2D9884_1_0.woff2') format('woff2'), url('../webfonts/2D9884_1_0.woff') format('woff'), url('../webfonts/2D9884_1_0.ttf') format('truetype');
}
@font-face {
	font-family: 'Eurostile-BolObl';
	src: url('../webfonts/2D9C8F_0_0.eot');
	src: url('../webfonts/2D9C8F_0_0.eot?#iefix') format('embedded-opentype'), url('../webfonts/2D9C8F_0_0.woff2') format('woff2'), url('../webfonts/2D9C8F_0_0.woff') format('woff'), url('../webfonts/2D9C8F_0_0.ttf') format('truetype');
}
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: #F6F6F6;
	-webkit-font-smoothing: antialiased;
}
.content {
	margin: 0 auto;
	width: 920px;
	position: relative;
	height: auto;
}
.page-content {
	margin: 0 auto;
	width: 920px;
	position: relative;
	height: auto;
}
.page-content img {
}
.page-content>ul {
	margin-bottom: 20px;
}
.page-content ul {
	margin: 0px 0px 0px 30px;
	list-style-type: square;
}
.page-content li {
	margin: 5px 0px;
}
.page-content h4 {
	margin: 5px 5px 0px 5px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Eurostile-Reg', "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
.crumb {
	font-size: .7em;
}
.page-content h3 {
	font-size: 24px;
	font-family: 'Eurostile-Reg', "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	padding: 10px 10px 5px 5px;
}
.page-content p {
	padding: 5px;
	line-height: 18px;
}
.page-content a {
	color: #777777;
}
.page-content a:hover {
	color: #82072B;
}
.page-content strong {
	color: #82072B;
}
.page-content table {
	margin: 10px 5px;
	position: relative;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 14px;
}
.page-content td {
	border: 1px solid #888;
	padding: 5px;
}

#search_content td{
 	border: none;
	padding: 0px;
}
.page-content th {
	font-size: 18px;
	font-family: 'Eurostile-Reg', "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
}
.events_table td {
	border: 0px;
	font-family: Helvetica, Arial, sans-serif;
	padding-bottom: 50px;
	vertical-align: top;
	font-size: .9em;
}
.img-container {
	height: auto;
	width: auto;
	float: right;
	margin: 5px 0px 10px 10px;
	padding: 10px;
	background: #fff;
	border: 1px solid #AcAcAc;
	position: relative;
}
.img-container p {
	width: 300px;
}
.img-container p strong {
	background: #82072B;
	color: #fff;
	width: 300px;
	padding: 10px 10px;
	margin: 0px;
	position: relative;
	top: 5px;
	left: -5px;
	display: inline-block;
	font-size: 20px;
	font-family: 'Eurostile-Reg', "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}
.itembox {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 270px;
	border-top: 1px solid #AFAFAF;
}
.itembox p {
	width: 50%
}
.itembox img {
	margin: 0px;
	padding: 10px;
	background: #CCCCCC;
	border: 1px solid #AcAcAc;
	float: right;
	width: 50%;
	position: absolute;
	bottom: 1px;
	right: 0px;
	height: 100%;
}
.caption, .caption2 {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 100;
	background: rgba(0,0,0,.5);
	max-width: 260px;
	height: auto;
	border-radius: 5px;
	color: #fff;
}
.caption p, .caption2 p {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 10px;
	width: 100%;
	text-align: right;
}
.caption2 {
	bottom: 15px;
	right: 15px;
	max-width: 140px;
	background: rgba(0,0,0,.75);
}
.caption2 p {
	font-weight: normal;
	width: auto;
}
.linkbox {
	background: #fff;
	border: 1px solid #AFAFAF;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 10px 10px 10px 5px;
	padding: 5px;
}
.linkbox h4 {
	width: 100%;
}
.linkbox p {
	margin: 5px;
	padding: 0px;
	width: 100%;/*height: 60px;*/

}
.linkbox a {
	/*float:left;*/
	padding: 5px;
	width: 33.33%;
	text-decoration: underline;
	font-weight: bold;
	color: #82072B;
	font-size: .85em;
}
.linkbox2 {
	background: #fff;
	border: 1px solid #AFAFAF;
	position: absolute;
	bottom: 1px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 10px 10px 0px 5px;
	padding: 5px;
}
.linkbox2 a {
	padding: 5px;
	width: 33.33%;
	text-decoration: underline;
	font-weight: bold;
	color: #82072B;
	font-size: .85em;
}
.footnote {
	font-size: 12px;
	font-style: oblique;
	margin-left: 50px;
}
sup {
	/*font-style:oblique;*/
	text-decoration: none !important;
}
h1 {
	font-size: 2.2em;
	padding: 0 0 .5em 0;
	font-family: 'Eurostile-Reg', "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}
h2 {
	font-size: 1.3em;
	padding: 5px 0 0 0;
	font-family: 'Eurostile-Reg', "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}
h3 {
	font-size: 1.0em;
	padding: .5em 0 .5em 0;
	font-weight: normal
}
hr {
	padding: 0px;
	margin: 5px 0px 5px 5px;
}
.header {
	display: block;
	margin: 0px auto;
	padding: 15px 0px;
	height: 110px;
	background-image: url(../images/trim_bar.gif);
	background-repeat: repeat-x;
	background-position: top;
	min-width: 920px;
}
.header h3 {
	text-align: right;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	font-family: 'Eurostile-BolObl', Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}
.header img {
	display: block;
	position: absolute;
	padding: 0px 0px;
	margin: 0px 5px;
}
.header p {
	text-align: right;
	display: block;
	position: absolute;
	top: 40px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	color: #717171;
	font-size: .9em;
}
.header a {
	color: #717171;
	text-decoration: none;
}
.header a:hover {
	color: #82072B;
}
#searchbox {
	width: 280px;
	border: 1px solid #DDDDE0;
	height: 19px;
	padding: 0px 3px;
	position: absolute;
	right: 0px;
	top: 60px;
	/*background-image: url(../images/search_icon.gif);*/
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	font-size: .9em;
	padding-right: 22px;
}
#searchicon {
	position: absolute;
	right: 0px;
	top: 60px;
}
.feature_g {
	background: #DCDCDE;
	padding: 0px 10px 0px 10px;
	border: 1px solid #AFAFAF;
	margin: 10px 0px;
}
.feature_w {
	background: #fff;
	padding: 0px 10px 0px 10px;
	border: 1px solid #AFAFAF;
	margin: 10px 0px;
}
.feature_w .col h4 {
	text-align: center;
	padding: 10px 5px 0px 5px;
	font-size: .9em;
	font-weight: bold;
	color: #82072B;
}
.feature_w .col p {
	text-align: center;
	padding: 5px;
	font-size: .89em;
}
.feature_w img {
	border: 1px solid #000;
	margin: 5px;
	float: left
}
.feature_w a {
	color: #82072B;
	text-decoration: none;
}
.feature_w a:hover {
	color: #777;
}
.feature_box {
	box-shadow: 0px 0px 0px 1px #AFAFAF inset;
	width: 452px;
	text-align: center;
}
.feature_g img {
	border: 1px solid #000;
	margin: 0px;
	vertical-align: middle;
}
.feature_g .img_box {
	height: 180px;
	width: 200px;
	margin: 5px;
	line-height: 180px;
}
.feature_g a {
	color: #82072B;
	text-decoration: none;
	display: inline-block;
	font-size: 1.1em;
	position: absolute;
	bottom: 0px;
	right: 5px;
}
.feature_g a::after {
	font: 1.3em "ws-ctrl-twist";
	content: ' \e800';
	display: inline;
	color: #F49A1D;
	position: relative;
	top: 2px;
}
.feature_g a:hover::after {
	color: #82072B;
}
.feature_g a:hover {
	color: #555;
	text-decoration: none;
	display: inline-block;
	padding-top: 0px;
	float: right;
}
.feature_g h4 {
	text-align: left;
	padding: 0px 5px;
	font-size: .7em;
	color: #82072B;
}
.feature_g p {
	text-align: left;
	padding: 5px;
	font-size: .45em;
	letter-spacing: -1;
}
.feature_3 {
	margin: 0 auto;
	width: 100%;
	position: relative;
	padding: 5px 0px 5px 0px;
	;
	color: #fff;
	background: #82072B;
	font-family: 'Eurostile-Reg', "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
}
.feature_3 a {
	text-decoration: none;
	color: #fff;
	padding: 0 30px;
	display: block;
}
.feature_3 a:hover {
	color: #ccc;
}
.feature_link a {
	color: #82072B;
	text-decoration: none;
	display: inline;
	position: relative;
}
.feature_link a::after {
	font: 1.3em "ws-ctrl-twist";
	content: ' \e800';
	display: inline;
	color: #F49A1D;
	position: relative;
	top: 2px;
}
.feature_link a:hover::after {
	color: #82072B;
}
.feature_link a:hover {
	color: #555;
	text-decoration: none;
}
.flex_920 {
	width: 920px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	text-align: center;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.flex_920 a {
	display: block;
}
.r_align {
	display: block;
	float: right;
	padding-right: 5px;
}
.l_align {
	display: block;
	float: left;
	padding-left: 5px;
}
.c_align {
	display: block;
	margin: 0 auto;
	width: auto;
	text-align: center;
}
.tooltip {
	outline: none;
	cursor: pointer;
	font-weight: bold;
	color: #F7971C;
}
.tooltip strong {
	line-height: 25px;
	font-weight: bold;
}
.tooltip:hover {
	text-decoration: none;
}
.tooltip span {
	z-index: 200;
	display: none;
	padding: 0px 5px 5px 10px;
	margin-top: -13px;
	margin-left: 12px;
	max-width: 300px;
	font-weight: normal;
	line-height: normal;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
.tooltip:hover span {
	display: inline;
	position: absolute;
	color: #111;
	border: 1px solid #DCA;
	background: #fffAF0;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.callout {
	z-index: 300;
	position: absolute;
	top: 10px;
	border: none !important;
	left: -12px;
	margin: 0px !important;
	float: none;
}
.tooltip span {
	border-radius: 6px;
	box-shadow: 5px 5px 8px #777;
}
#footer {
	margin: 10px auto 0 auto;
	width: 920px;
	list-style: none;
	text-align: center;
}
#footer p {
	text-align: left;
	font-size: 10px;
	color: #717171;
	padding-left: 5px;
}
#footer p a {
	color: #717171;
}
#footer p a:hover {
	color: #82072B;
}
#footer img {
	margin: 0px 5px 5px 5px;
	display: block;
}
#footer ul {
	font-size: 11px;
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	text-align: center;
}
#footer li {
	display: inline-block;
}
#footer li a {
	display: block;
	padding: .5em .7em;
	text-decoration: none;
	color: #717171;
}
#footer hr {
	width: 440px;
	display: block;
}
#footer li a:hover {
	color: #82072B;
}
#copyright {
	text-align: center;
	margin: 0 auto;
	font-size: 10px;
	color: #AFAFAF;
}
#copyright a {
	color: #717171;
	text-decoration: none;
	padding-bottom: 5px;
}
#copyright a:hover {
	color: #82072B;
	text-decoration: none;
}
.col {
	padding: 5px 0;
}
.nav {
	margin: 0 auto;
	padding: 5px 0px 5px 0px;
	background: #82072B;
	overflow: visible;
	color: #fff;
	font-family: 'Eurostile-Reg', Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	min-width: 920px;
	background-image: url(../images/trim_bar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.sticky {
	position: fixed;
	overflow: visible;
	margin: 0 auto;
}
.carousel {
	margin: 0 auto;
	color: #fff;
	height: 360px;
	background: #82072B;
	border-bottom: 1px solid #9A9A9A;
	min-width: 920px;
	display: block;
	overflow: hidden !important;
}
.quote {
	background: #FFFFFF;
	color: #000;
	padding: 5px 5px;
	font-size: 17px;
	display: block;
	float: right;
	position: relative;
	right: 0px;
	max-width: 320px;
	margin: 5px 0px 5px 10px;
	border: 2px solid #82072B;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 6px 6px 6px 8px;
}
.quote strong {
	color: #8F092E;
}
.inline_img {
	background: #FFFFFF;
	color: #000;
	padding: 5px;
	font-size: 17px;
	display: block;
	margin: 5px 0px;
	border: 2px solid #82072B;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 6px 6px 6px 8px;
}
sup {
	text-decoration: none;
}
/* 
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1000px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1000px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1000px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1000px), only screen and (min-resolution: 192dpi) and (max-width: 1000px), only screen and (min-resolution: 2dppx) and (max-width: 1000px) {
.carousel { 
	margin: 0 auto;
	color: #fff;
	height: 320px;
	background: #82072B;
	display:none
	}
	
	
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 12px 20px 12px 30px;
    font-size: 12px;
	font-weight:bold;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 37px;
    width: 60px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 20px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 20px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
} */
