/*main content================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "Arial", Gadget, sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* #Main Styles================================================== */
body {
	line-height: 20px;
	color: opague;
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	font-family: arial, arial, sans-serif;
	font-size: 12px;
}
html {
	background-color: clear; /*#999;*/
	background-image: url(../images/bg0.png);
/*overflow-x: hidden;*/ }
/* #headings================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: arial, arial, sans-serif;
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	color: blue;
}
h1 {
	font-size: 48px;
	margin-bottom: 10px;
	color:blue
}
h2 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: Arial;
	color: #000000;
}
h3 {
	font-size: 14px;
	margin-bottom: 5px;
	text-transform:uppercase; 
	color: white;
	font: bold;
	
}
h4 {
	font-size: 14px;
	margin-bottom: 10px;
}
h5 {
	font-size: 12px;
	margin-bottom: 10px;
}
h6 {
	font-size: 11px;
	margin-bottom: 10px;
}
.subheader {
	color: #2c2c2c;
}
p {
	color: #000000;
	line-height: 1.5em;
	font-size: 14px;
	margin: 0 0 15px 0;
	font-family: Verdana, Geneva, sans-serif;
}
p.last {
	margin-bottom:0;
}
p img {
	margin: 0;
}
ul li, ul li a {
	font-family: 'PT Serif', serif;
	font-size:14px;
}
img.left {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
img.right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
em {
	font-style: italic;
}
small {
	font-size: 80%;
}

/* Text Selection */

::selection {
background: #6d8696;
color: #414558; /* Safari colour */
}
::-moz-selection {
background: #6d8696;
color: #414558; /* Firefox  colour */
}
/* #Links
================================================== */
a, a:visited {
	color: black;
	text-decoration: none;
	outline: 0;
	
}
p a, p a:visited {
	line-height: inherit;
}
/* #Images
================================================== */
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
/* #Tabs (activate in tabs.js)
================================================== */
ul.tabs {
	display: block;
	margin: 0 0 20px 0;
}
ul.tabs li {
	width: auto;
	height: 18px;
	padding: 0 20px 0 0px;
	float: left;
	margin-bottom: 0;
	font-family: arial, Helvetica, sans-serif;
}
ul.tabs li a {
	text-decoration: none;
	width: auto;
	height: 18px;
	padding: 0px 15px 0 0px;
	border-right:1px solid #414550;
	line-height: 30px;
	margin: 0;
	color:#bfd6e4; 
	font-size: 16px;
}
ul.tabs li a.active {
	height: 30px;
	position: relative;
	top: 0px;
	padding-top: 0px;
	margin: 0 0 0 0px;
	color: #fff;/*-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px;*/
}
ul.tabs li:first-child a.active {
	margin-left: 0;
}
ul.tabs-content {
	margin: 0;
	display: block;
	color:#efefef;
}
ul.tabs-content > li {
	display:none;
}
ul.tabs-content > li.active {
	display: block;
}
/* MODULE SELECTORS ON THIRD PAGE */
	ul.tabs:before, ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
ul.tabs:after {
	clear: both;
}
ul.tabs {
	zoom: 1;
}
/* #Forms
================================================== */

select {
	padding: 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #bbb;
	color: #555;
}
textarea {
	min-height: 100px;
}
select {
	width: 220px;
}
/* Header Responsive Menu Form Style */
	
.header form {
	margin-bottom: 15px;
}
.header select {
	-webkit-appearance: none;
	padding: 10px;
	outline: none;
	border:none;
	overflow: hidden;
	font: 12px arial, Helvetica, sans-serif;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	background:#fff url('../images/navselect.gif') no-repeat right center;
}
.header option {
	outline: none;
	border: 0;
	overflow: hidden;
	font: 12px arial, Helvetica, sans-serif;
	color: #414558;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	padding-left: 15px;
}
/* #Misc
================================================== */
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* FRONT PAGE PROVINCE SELECT TEXT================================================== */
.province {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-left: 14px;
}
/* CHOOSE YOUR MODULE THIRD PAGE  ================================================== */
.tabs-content.clearfix #rules .one_fourth .boxfour .rules a {
	color: BLACK;
}
.tabs-content.clearfix #warning .one_fourth .boxfour .rules a {
	color: BLACK;
}
.tabs-content.clearfix #regulatory .one_fourth .boxfour .rules a {
	color: BLACK;
}
.tabs-content.clearfix #examination .one_fourth .boxfour .rules a {
	color: BLACK;
}
.tabs-content.clearfix #examination .one_fourth .boxfour .rules2 a {
	color: BLACK;
}
.tabs-content.clearfix #examination .one_fourth .boxfour .rules3 a {
	color: BLACK;
}
/* #Toggle Egomaniacs-online Mag
================================================== */
.tabs-content.clearfix #egomaniacs .one_fourth .boxfour .rules a {
	color: #6A0035;
}
.tabs-content.clearfix # .one_fourth .boxfour .rules a {
	color: #F06;
}
.tabs-content.clearfix # .one_fourth .boxfour .rules a {
	color: #008000;
}
.tabs-content.clearfix # .one_fourth .boxfour .rules a {
	color: #333333;
}
.tabs-content.clearfix # .one_fourth .boxfour .rules2 a {
	color: #F06;
}
.custom_heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #B90000;
	font-weight: bold;
	
}
.custom_heading2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: black;
	font-weight: bold;
	text-align: left;
}
.headicon {
	margin-top: auto;
}
.provheading {
	color: rgb(0,0,102);
}

.mult_choice {
	float: left;
	top: -218px;
	width: 190px;
}
.exampic {
	float: right;
	height: auto;
	width: auto;
}
.one_third.lastcolumn.sidebar .first .postone3 a .poshytip {
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.prod_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}

#main_video {
	float: left;
}
blacktext {
	color: #000;
}
.ARIALFONT {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #000;
}
