 @charset "UTF-8";
/* Start Basic Site CSS */
p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
br{ 
    display: block;
    line-height: 0.1; 
    content: " ";
}
.VideoTopMargin {
	height: 15px;
	width: 100%;
}
/* End Body */

/* Begin Type Styles */
/* Start Rule Styles */
.Rules {
	height: 1px;
	border: 0;
	color: #999999;
	background-color: #999999;
	width: 100%;
}
/* End Rule Styles */
.BottomImage {
	margin: 2px;
}
/* End Footer Styles */.SimpleWhiteBox {
	background: #FFFFFF;
	padding: 10px;
	box-shadow: inset 0 1px 0 #FFFFFF;
	-moz-box-shadow: inset 0 1px 0 #FFFFFF;
	-webkit-box-shadow: inset 0 1px 0 #FFFFFF;
	border: 1px solid #999999;
}
/* Start Box Styles */
.LeftBox {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	background: #EEEEEE;
	padding: 5px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.RightBox {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	background: #CCCCCC;
	padding: 5px;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

a:hover {
	text-decoration: none;
} /*BG color is a must for IE6*/
a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-left: 2px;
	width: 130px;
}
a.tooltip:hover span {
	display: inline;
	position: absolute;
	background: #333333;
	border: 1px solid #333333;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.even {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #555555;
	background-color: #DCE0E3;
	text-align: left;
}
.odd {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #555555;
	background-color: #FFFFFF;
}
form.DetailsPage {
	width: auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #777777;
}
.WADAResults, .WADANoResults {
}
.WADAResultsNavigation {
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
}
.WADAResultsCount {
	font-size: 13px;
}
.WADAResultsNavTop, .WADAResultsInsertButton {
	clear: none;
}
.WADAResultsNavTop, WADAResultsNavBottom {
	width: 60%;
	float: left;
}
div.WADAResultsInsertButton {
	width: 100%;
	float: left;
	text-align: left;
}
.WADAResultsNavButtonCell, .WADAResultsInsertButton {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.WADAResultsTable {
	font-size: 13px;
	clear: both;
}
.WADAResultsTableHeader {
	text-align: left;
	padding-left: 13px;
	padding-right: 13px;
}
.WADAResultsTableCell {
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	padding: 5px;
}
.WADAResultsEditButtons {
	text-align: right;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #BABDC2;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #BABDC2;
}
form .WADAResultsContainer input.formButton.ResultsNavButton {
	margin: 2px 0;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	outline: 0;
}
form .WADAResultsContainer input.formButton.ResultsPageButton {
	margin: 2px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	outline: 0;
}
.WADAResultThumbArea {
	float: left;
}
.WADAResultInfoArea {
	margin-left: 110px;
}
.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
.messageContainer {
	display: none;
	top: 0;
	left: -0%;
	width: 100%;
	height: 100%;
	z-index: 1002;
	text-align: center;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
.messageWrapper {
 #position: absolute;
 #top: 0;
	display: table-cell;
	vertical-align: middle;
}
.messageContent {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	background-color: white;
	display: inline-block;
	padding: 10px;
	border: 10px solid grey;
	z-index: 1002;
	overflow: auto;
	margin: auto;
"  #position: relative;
 #top: -50%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
/*	Results Page Header */

.WADAResultsTable th {
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding: 5px;
	border: 1px;
}
/*	Results  */
.WADAResultsTableWrapper {
	clear: left;
	border: 1px solid #CCCCCC;
}
.WADAResultsRowDark {
	color: table;
	background-color: #E5E5E5;
}
.DetailsPage {
	color: #777777;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	padding: 5px;
}
.DetailsSublabel {
	color: #777777;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	padding: 5px;
	font-weight: bold;
}
.formTextfield_xsmall {
	width: 45px;
	color: #777777;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	background: #EEEEEE;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
}
.formTextfield_Small {
	width: 100px;
	color: #777777;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	background: #EEEEEE;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
}
.formTextfield_Medium {
	width: 250px;
	color: #777777;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	background: #EEEEEE;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
}
.formTextfield_Large {
	width: 500px;
	color: #777777;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	background: #EEEEEE;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
}
.formTextfield_xlarge {
	width: 600px;
	color: #777777;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	background: #EEEEEE;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
}
.sublabel {
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #777777;
}
.formButton {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 5px;
	font-size: 13px;
	color: #777777;
	font-weight: bold;
	font-style: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #EAEAEA;
	border: 1px solid #CCCCCC;
	background: -moz-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #FFFFFF), color-stop(100%, #EAEAEA));
	background: -webkit-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: -o-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: -ms-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
}
.formButton:hover {
	color: #3D7489;
	background: #C6E1EC;
}
.formButton.ResultsPageButton.DetailButton {
	width: 30px;
	height: 30px;
	background-image: url(../admin/adminimages/details.png);
}
.formButton.ResultsPageButton.UpdateButton {
	width: 30px;
	height: 30px;
	background-image: url(../admin/adminimages/edit.png);
}
.formButton.ResultsPageButton.DeleteButton {
	width: 30px;
	height: 30px;
	background-image: url(../admin/adminimages/delete.png);
}
.Basic_Default {
	border: none;
}
.WADAResultsCount {
	padding-top: 4px;
	text-align: left;
	float: left;
	width: 100%
}
.WADAResultsCountBottom {
	padding-top: 4px;
	text-align: left;
	float: left;
	width: 100%
}
.WADAResultsNavBottom {
	margin-left: 3px;
	float: left;
}
.lineGroup {
	padding: 5px;
	text-align: left;
}
.groupHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 24px;
	letter-spacing: -1px;
	font-style: normal;
	color: #880000;
	text-align: left;
}
.buttonFieldGroup {
	padding: 3px;
	margin: 2px;
}
a.info {
	position: relative; /*this is the key*/
	z-index: 24;
	background-color: #ccc;
	color: #000;
	text-decoration: none
}
a.info:hover {
	z-index: 25;
	background-color: #ff0
}
a.info span {
	display: none
}
a.info:hover span { /*the span will display just on :hover state*/
	display: block;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 15em;
	border: 1px solid #0cf;
	background-color: #cff;
	color: #000;
	text-align: center
}
.AbuseReport {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #FF0000;
	text-align: right;
}
.AbuseReport a {
	font-weight: bold;
	color: #FB0020;
	text-align: right;
}
.AbuseReport a:visited {
	color: #FB0020;
}
.AbuseReport a:hover {
	text-decoration: underline;
	color: #FB0020;
}
.AbuseReport a:active {
	color: #FB0020;
}
.GlowBox {
	background: #FFFFFF;
	-moz-box-shadow: 0px 0px 8px #555555; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 8px #555555; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 8px #555555; /* Opera 10.5, IE9, Chrome 10+ */
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 0px solid #999999;
}
.OuterGlowBox {
	background: #FFFFFF;
	-moz-box-shadow: 0px 0px 8px #555555; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 8px #555555; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 8px #555555; /* Opera 10.5, IE9, Chrome 10+ */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 0px solid #999999;
}
.OuterGlowBoxInnerTop {
	background: #FFFFFF;
	position: relative;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	border: 1px;
}
.OuterGlowBoxInnerCenter {
	background: #FFFFFF;
	border: 1px;
}
.OuterGlowBoxInnerBottom {
	background: #FFFFFF;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	border: 1px;
}
.TopRoundCorners {
	border: 0px solid #999999;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
.BottomRoundCorners {
	border: 0px solid #999999;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
.Masthead {
	top: 0px;
	left: 0px;
	border: 0px solid #999999;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	z-index: 1
}
.Logo {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 0;
	z-index: 2;
}
.BodyHeaders {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #880000;
	padding: 5px 10px 5px 10px;
	border-radius: 5px 5px 0 0;
}
.BodyHeaders2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(top, #333333 0%, #333333 0%, #121212 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(0%, #333333), color-stop(100%, #121212)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #333333 0%, #333333 0%, #121212 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #333333 0%, #333333 0%, #121212 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #333333 0%, #333333 0%, #121212 100%); /* IE10+ */
	background: linear-gradient(to bottom, #333333 0%, #333333 0%, #121212 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#121212', GradientType=0 ); /* IE6-9 */
	padding: 5px 10px 5px 10px;
	border-radius: 3px 3px 0 0;
}
.DetailsBkgd {
	border: 1px solid #000000;
	background-color: #EEEEEE;
	text-align: left;
	padding: 4px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.file-upload {
	overflow: hidden;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 5px;
	font-size: 13px;
	color: #555555;
	font-weight: bold;
	font-style: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #EAEAEA;
	border: 1px solid #CCCCCC;
	background: -moz-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #FFFFFF), color-stop(100%, #EAEAEA));
	background: -webkit-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: -o-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: -ms-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
}
.file-upload:hover {
	color: #3D7489;
	background: #C6E1EC;
}
.file-upload.focus {
	color: #3D7489;
	background: #C6E1EC;
}
.file-upload input {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-size: 13px;
	/* Loses tab index in webkit if width is set to 0 */

	opacity: 0;
	filter: alpha(opacity=0);
}
.file-upload strong {
	font-weight: bold;
	font-size: 13px;
}
.file-upload span {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	/* Adjust button text vertical alignment */

	padding-top: 5px;
	padding-left: 5px;
}
/* Adjust the button size */	

.file-upload {
	height: 15px;
}
.file-upload,  .file-upload span {
	width: 72px;
}
.file-upload-status {
	vertical-align: middle;
	text-align: center;
	padding: 5px 5px;
	font-weight: bold;
	font-size: 13px;
	color: #888888;
	background: #F8F8F8;
	border: 3px solid #DDDDDD;
}
.MessageText {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
.SectionHeader {
	color: #FFFFFF;
	background-color: #555555;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	border: 1px;
}
.SectionBody {
	color: #555555;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	padding: 5px;
}
.BlackSectionHeaders {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
	border-radius: 5px 5px 0 0;
}
.BasicHeadline {
	font-family: Arial, Helvetica, Verdana, sans-serif;  /* Font Style */
	font-size: 16px;
	color: #6D765D;
	width: 100%;
	line-height: 16px;
	font-weight: bold;
}
.FeatureHeader {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #880000;
	background-color: #000000;
	padding: 5px;
	border-radius: 5px 5px 0 0;
}
.FeatureHeadline {
	font-family: "League-Gothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 44px;
	line-height: 42px;
	letter-spacing: -1px;
	font-style: normal;
	color: #880000;
	text-align: left;
}
.EditCreditLine {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #777777;
	text-align: left;
}
.EditSpotlightHeadline {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	color: #880000;
	width: 100%;
	line-height: 20px;
	font-weight: bold;
}
.EditBasicHeadline {
	font-family: Arial, Helvetica, Verdana, sans-serif; /* Font Style */
	font-size: 16px;
	color: #880000;
	width: 100%;
	line-height: 16px;
	font-weight: bold;
}
.EditBasicHeadline a {
	color: #880000;
	text-decoration: none;
}
.EditBasicHeadline a:hover {
	text-decoration: underline;
	color: #808080;
}
.AdminTitle {
	font-family: "Oswald", Arial, Helvetica, Verdana, sans-serif;
	font-size: 38px;
	line-height: 38px;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	text-align: left;
}
.AdminMasthead {
	font-family: "Oswald", Arial, Helvetica, Verdana, sans-serif;
	font-size: 38px;
	line-height: 38px;
	letter-spacing: -2px;
	font-style: normal;
	color: #EEEEEE;
	text-align: left;
}
.AdminMenuTitle {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	height: 20px;
	color: #555555;
}
.copyright {
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	color: #777;
	line-height: 14px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.accordionItem h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	width: 92%;
	margin: 0px;
	text-align: left;
	padding: 0px 10px 5px 10px;
	position: relative;
	z-index: 20;
	display: block;
	height: 20px;
	cursor: pointer;
	color: #555555;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 24px;
	font-size: 13px;
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #FFFFFF), color-stop(100%, #EAEAEA));
	background: -webkit-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: -o-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: -ms-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EAEAEA', GradientType=0 );
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3),  1px 0px 0px 0px rgba(255,255,255,0.9) inset,  0px 2px 2px rgba(0,0,0,0.1);
}
.accordionItem h2:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#C6E1EC), to(#EEEEEE));
	background: -moz-linear-gradient(top, #C6E1EC, #EEEEEE);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C6E1EC', endColorstr='#EEEEEE', GradientType=0);
	color: #3D7489;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3),  0px 2px 2px rgba(0,0,0,0.1);
}
.accordionItem div {
	width: 92%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	color: #555555;
	background: #FFFFFF;
	line-height: 13px;
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.accordionItem.hide h2 {
	background-color: #C6E1EC;
}
.accordionItem.hide div {
	display: none;
}
.NavMenuLinks {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
P {
	margin: 0 0 .5em;
	padding: 0;
}
.TopTable {
	color: #FFFFFF;
	background-color: #6D765D;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	border: 1px;
}
.RoundedCornerBackground {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #555555;
	background-color: #DCE4ED;
	padding: 5px;
	border: #DCE4ED;
	border-radius: 10px;
}
.AdminHeaders {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
	border-radius: 5px 5px 0 0;
}
.AdminFooters {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
	border-radius: 0 0 5px 5px;
}
.AdminBox {
	background: #EAEAEA; /* Old browsers */
	background: -moz-linear-gradient(top, #EAEAEA 0%, #EAEAEA 0%, #FFFFFF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EAEAEA), color-stop(0%, #EAEAEA), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #EAEAEA 0%, #EAEAEA 0%, #FFFFFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #EAEAEA 0%, #EAEAEA 0%, #FFFFFF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eEAEAEA 0%, #EAEAEA 0%, #FFFFFF 100%); /* IE10+ */
	background: linear-gradient(to bottom, #EAEAEA 0%, #EAEAEA 0%, #FFFFFF 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAEAEA', endColorstr='#FFFFFF', GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 1px 0 #FFFFFF;
	-moz-box-shadow: inset 0 1px 0 #FFFFFF;
	-webkit-box-shadow: inset 0 1px 0 #FFFFFF;
	border: 1px solid #CCCCCC;
}
.AdminBodyText {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #777777;
	text-align: left;
}
.AdminText {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #777777;
	text-align: left;
}
.CommentText {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #555555;
	text-align: left;
}
.CommentName {
	font-family: Impact, Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #555555;
	text-align: left;
}
.CommentPosted {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #555555;
	text-align: left;
}
.WhiteBoxNoRule {
	background: #FFFFFF;
	padding: 10px;
	box-shadow: inset 0 1px 0;
	-moz-box-shadow: inset 0 1px 0;
	-webkit-box-shadow: inset 0 1px 0;
}
.3columns {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
	-webkit-column-rule: 1px solid lightblue; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px solid lightblue; /* Firefox */
	column-rule: 1px solid lightblue;
}
.2columns {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
	-moz-column-gap: 10px; /* Firefox */
	column-gap: 10px;
}
.newspaper {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
	-moz-column-gap: 30px; /* Firefox */
	column-gap: 30px;
	-webkit-column-rule: 1px solid #880000; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px solid #880000; /* Firefox */
	column-rule: 1px solid #880000;
}

@media only screen and (min-width: 769px) {
.newspaper {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
	-moz-column-gap: 30px; /* Firefox */
	column-gap: 30px;
	-webkit-column-rule: 1px solid #880000; /* Chrome, Safari, Opera */
	-moz-column-rule: 1px solid #880000; /* Firefox */
	column-rule: 1px solid #880000;
}
.ResultsNumberBox {
	background: #FFFFFF;
}
/* Start Poll Styles */

.PollQuestion {
	font-family: Impact, Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #CC0808;
	text-align: left;
}
.PollButton {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 3px;
	margin: 2px;
	font-size: 10px;
	color: #555555;
	font-weight: bold;
	font-style: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background: #EAEAEA;
	border: 1px solid #CCCCCC;
	background: -moz-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #FFFFFF), color-stop(100%, #EAEAEA));
	background: -webkit-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: -o-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: -ms-linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
	background: linear-gradient(top, #FFFFFF 1%, #EAEAEA 100%);
}
.PollButton:hover {
	color: #3d7489;
	background: #C6E1EC;
}
.PollCheck {
	background: url(/images/Check.png) no-repeat;
	cursor: pointer;
	width: 18px;
	height: 18px;
	border: none;
}
.PollCheck:hover {
	background: url(/images/CheckRO.png) no-repeat;
}
.PollText {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #444444;
	letter-spacing: 0px;
	text-align: left;
}
.PollBar {
	background-color: #CC0808;
	height: 7px;
}
.PollBarText {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0px;
	text-align: left;
}
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(images/radio.png) no-repeat;
}
.select {
	position: absolute;
	width: 158px;
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial, sans-serif;
	background: url(select.png) no-repeat;
	overflow: hidden;
}
/* End Poll Styles */.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(images/radio.png) no-repeat;
}
.select {
	position: absolute;
	width: 158px;
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial, sans-serif;
	background: url(select.png) no-repeat;
	overflow: hidden;
}
.wrapper {
	width: 935px;
}
.marquee {
	width: 935px;
	height: 45px;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
	border: 1px solid #880000;
	background-color: #880000;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: background-color 350ms;
	-moz-transition: background-color 350ms;
	transition: background-color 350ms;
}
.marquee p {
	position: absolute;
	font-family: Tahoma, Arial, sans-serif;
	vertical-align: middle;
	font-size: 20px;
	width: 100%;
	height: 100%;
	margin: 0;
	line-height: 45px;
	text-align: center;
	color: #FFFFFF;
	transform: translateX(100%);
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
}
.marquee a {
	color: #EEEEEE;
	text-decoration: none;
}
.marquee a:hover {
	color: #FFD800;
	font-weight: bold;
}
.marquee p:nth-child(1) {
	animation: left-one 20s ease infinite;
	-moz-animation: left-one 20s ease infinite;
	-webkit-animation: left-one 20s ease infinite;
}
.marquee p:nth-child(2) {
	animation: left-two 20s ease infinite;
	-moz-animation: left-two 20s ease infinite;
	-webkit-animation: left-two 20s ease infinite;
}
.marquee.down p {
	transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}
.marquee.down p:nth-child(1) {
	animation: down-one 20s ease infinite;
	-moz-animation: down-one 20s ease infinite;
	-webkit-animation: down-one 20s ease infinite;
}
.marquee.down p:nth-child(2) {
	animation: down-two 20s ease infinite;
	-moz-animation: down-two 20s ease infinite;
	-webkit-animation: down-two 20s ease infinite;
}
.marquee.up p {
	transform: translateY(100%);
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
}
.marquee.up p:nth-child(1) {
	animation: up-one 20s ease infinite;
	-moz-animation: up-one 20s ease infinite;
	-webkit-animation: up-one 20s ease infinite;
}
.marquee.up p:nth-child(2) {
	animation: up-two 20s ease infinite;
	-moz-animation: up-two 20s ease infinite;
	-webkit-animation: up-two 20s ease infinite;
}
/*================================
	Move the Marquee to the Left
==================================*/
/** Mozilla Firefox Keyframes **/
@-moz-keyframes left-one {
 0% {
 -moz-transform:translateX(100%);
}
 10% {
 -moz-transform:translateX(0);
}
 40% {
 -moz-transform:translateX(0);
}
 50% {
 -moz-transform:translateX(-100%);
}
 100% {
 -moz-transform:translateX(-100%);
}
}
 @-moz-keyframes left-two {
 0% {
 -moz-transform:translateX(100%);
}
 50% {
 -moz-transform:translateX(100%);
}
 60% {
 -moz-transform:translateX(0);
}
 90% {
 -moz-transform:translateX(0);
}
 100% {
 -moz-transform:translateX(-100%);
}
}
/** Webkit Keyframes **/
@-webkit-keyframes left-one {
 0% {
 -webkit-transform:translateX(100%);
}
 10% {
 -webkit-transform:translateX(0);
}
 40% {
 -webkit-transform:translateX(0);
}
 50% {
 -webkit-transform:translateX(-100%);
}
 100% {
 -webkit-transform:translateX(-100%);
}
}
 @-webkit-keyframes left-two {
 0% {
 -webkit-transform:translateX(100%);
}
 50% {
 -webkit-transform:translateX(100%);
}
 60% {
 -webkit-transform:translateX(0);
}
 90% {
 -webkit-transform:translateX(0);
}
 100% {
 -webkit-transform:translateX(-100%);
}
}
/*================================
	Move the Marquee Downwards
==================================*/
/** Mozilla Firefox Keyframes **/
@-moz-keyframes down-one {
 0% {
 -moz-transform:translateY(-100%);
}
 10% {
 -moz-transform:translateY(0);
}
 40% {
 -moz-transform:translateY(0);
}
 50% {
 -moz-transform:translateY(100%);
}
 100% {
 -moz-transform:translateY(100%);
}
}
 @-moz-keyframes down-two {
 0% {
 -moz-transform:translateY(-100%);
}
 50% {
 -moz-transform:translateY(-100%);
}
 60% {
 -moz-transform:translateY(0);
}
 90% {
 -moz-transform:translateY(0);
}
 100% {
 -moz-transform:translateY(100%);
}
}
/** Webkit Keyframes **/
@-webkit-keyframes down-one {
 0% {
 -webkit-transform:translateY(-100%);
}
 10% {
 -webkit-transform:translateY(0);
}
 40% {
 -webkit-transform:translateY(0);
}
 50% {
 -webkit-transform:translateY(100%);
}
 100% {
 -webkit-transform:translateY(100%);
}
}
 @-webkit-keyframes down-two {
 0% {
 -webkit-transform:translateY(-100%);
}
 50% {
 -webkit-transform:translateY(-100%);
}
 60% {
 -webkit-transform:translateY(0);
}
 90% {
 -webkit-transform:translateY(0);
}
 100% {
 -webkit-transform:translateY(100%);
}
}
/*================================
	Move the Marquee Upwards
==================================*/
/** Mozilla Firefox Keyframes **/
@-moz-keyframes up-one {
 0% {
 -moz-transform:translateY(100%);
}
 10% {
 -moz-transform:translateY(0);
}
 40% {
 -moz-transform:translateY(0);
}
 50% {
 -moz-transform:translateY(-100%);
}
 100% {
 -moz-transform:translateY(-100%);
}
}
 @-moz-keyframes up-two {
 0% {
 -moz-transform:translateY(100%);
}
 50% {
 -moz-transform:translateY(100%);
}
 60% {
 -moz-transform:translateY(0);
}
 90% {
 -moz-transform:translateY(0);
}
 100% {
 -moz-transform:translateY(-100%);
}
}
/** Webkit Keyframes **/
@-webkit-keyframes up-one {
 0% {
 -webkit-transform:translateY(100%);
}
 10% {
 -webkit-transform:translateY(0);
}
 40% {
 -webkit-transform:translateY(0);
}
 50% {
 -webkit-transform:translateY(-100%);
}
 100% {
 -webkit-transform:translateY(-100%);
}
}
 @-webkit-keyframes up-two {
 0% {
 -webkit-transform:translateY(100%);
}
 50% {
 -webkit-transform:translateY(100%);
}
 60% {
 -webkit-transform:translateY(0);
}
 90% {
 -webkit-transform:translateY(0);
}
 100% {
 -webkit-transform:translateY(-100%);
}
}
.HideStats {
	visibility: hidden;
}
.VideoPlayListTitle {
	font-family: Questrial, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
	color: #777777;
	text-align: left;
}
.VideoPlayListText {
	font-family: Questrial, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	color: #777777;
	text-align: left;
}
.Newsletter-Button {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 10px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	background: #FF0000;
	border: 0px;
	margin-left: -2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.Newsletter-Button:hover {
	color: #FFFFFF;
	background: #880000;
}
.Newsletter-Form-Bkgd {
	color: #555555;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	background: #FFFFFF;
	padding: 10px;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	border: 0px;
}
.body-area {
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
}
.home-content-area {
	height: auto;
	width: 100%;
	padding-top: 10px;
}
img {
	width: 100%;
	height: auto;
}
video {
	width: 100% !important;
	height: auto !important;
}
.ResponsiveTextField {
	width: 96%;
	color: #555555;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	background: #EEEEEE;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
}
.GalleryText {
	font-family: arial, helvetica, verdana;
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #444444;
	letter-spacing: -1;
	text-align: left;
}
/* STRUCTURE */
.wrapper {
	padding: 5px;
	max-width: 100%;
	width: 100%;
	margin: 20px auto;
}
header {
	padding: 0 15px;
	text-align: center;
}
.columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 10px 0;
}
.column {
	flex: 1;
	margin: 5px;
	padding: 10px;
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }
	
}
@media screen and (max-width: 100%) {
  .columns .column {
		margin-bottom: 5px;
    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}

@media screen and (max-width: 680px) {
	.columns .column {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}
section {
  height: 100%;
  max-width: 1000px;
  align: center;
}
/* End Basitc Site CSS */ 
    
/* Start Responsive CSS */
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	align: center;
	margin-left: auto ;
    margin-right: auto ;
	width: 98%;
	display: block;
}
section {
    width: 98%;
	max-width: 1100px;
	align: center;
	margin-left: auto ;
    margin-right: auto ;
}
#BodyRegion {
	clear: both;
	align: center;
	margin-left: auto ;
    margin-right: auto ;
	width: 100%;
	display: block;
}
#StoreRegion {
	clear: both;
	align: center;
	margin-left: auto ;
    margin-right: auto ;
	width: 98%;
	display: block;
}
#Footer {
	clear: both;
	align: center;
	margin-left: auto ;
    margin-right: auto ;
	width: 98%;
	display: block;
}
#LeftColumn {
    width: 95%;
	margin-left: auto ;
    margin-right: auto ;
}
#RightColumn {
    width: 95%;
	margin-left: auto ;
    margin-right: auto ;
}
#ProductLeftColumn {
    width: 95%;
	margin-left: auto ;
    margin-right: auto ;
}
#ProductRightColumn {
    width: 95%;
	margin-left: auto ;
    margin-right: auto ;
}	
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin-left: auto;
    margin-right: auto;
}
#LayoutDiv1 {
	clear: both;
	margin-left: auto;
    margin-right: auto;
	width: 100%;
	display: block;
}
#BodyRegion {
	clear: both;
	width: 100%;
	display: block;
}
#StoreRegion {
	clear: both;
	width: 100%;
	display: block;
	align: center;
}
#Footer {
	clear: both;
	width: 100%;
	display: block;
}
section {
    width: 98%;
	align: center;
	margin-left: auto ;
    margin-right: auto ;
}
#LeftColumn {
    width: 74%;
    float: left;
	vertical-align: top;
}
#RightColumn {
    width: 25%;
	float: right;
	vertical-align: top;
}
#ProductLeftColumn {
    width: 50%;
    float: left;
	vertical-align: top;
}
#ProductRightColumn {
    width: 50%;
	float: right;
	vertical-align: top;
}
}
/* End Responsive CSS */
    
/* Begin Masthead CSS */
.masthead {
	width:100%;
	margin:0 auto;
	display:inline-block;
	width:100%;
	height:auto;
	text-align:center;
	align: center;
	margin-left: auto ;
    margin-right: auto ;
    vertical-align: middle;
}
/* 768px */
@media screen and (max-width:768px) {
	.masthead { 
		display:table;
		width:100%;
	}
}
/* End Masthead CSS */