/* TopNotch CSS */

/* Global properties ======================================================== */
* {
	margin: 0;
	padding: 0;
	-moz-background-clip: padding;
}     /* turns off extra spacing around paragraphs*/

body {
	background: #000;
	background-image: url(images/blackTexture.jpg);
 	background-repeat:repeat;
	background-attachment: scroll;
}

html{
	height:100%;				/* Force vertical scrollbars in Moz + Opera to prevent 'jumping' */
	margin-bottom:1px;
	overflow-y:scroll;			/* this line is for IE */
}

a:link, a:visited, a:active {
	color: #e82020;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #e82020;
	font-weight: bold;
	text-decoration: none;
}

/* CSS Hack for hiding the LIKE count */
div.fb-like span {
  display:block;
  width:48px !important;  
}
div.fb-like iframe {
  width:48px !important;
}
div.fb-like iframe.fb_iframe_widget_lift {
  width:450px !important;
}


h1{	
	text-align: center;
	vertical-align: top;
	color: #e82020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	padding: 0;
	margin-top: 10px;
}
h2{
	color: #3b3b3b;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	vertical-align:middle;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}

img {border:0px;padding:0px;}

img.center {					/* This is to center an image for all browsers */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#fadeshow1 {
	padding-right: 10px;
	background-color: #fff;
}

.FloatR {float: right; margin-left: 10px;}
.FloatL {float: left; margin-right: 10px;}

.Centered {margin: auto; }
.CenterContents {text-align: center;}
.LeftContents {text-align: left;}
.RightContents {text-align: right;}
.Top {vertical-align: top;}
.Bottom {vertical-align: bottom;}
.CellPadL15 {padding-left: 15px;}


.BodyText {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	display: inline; 
}


.bulletlist {
  	padding:0;   
  	margin:0;   
  }
.bulletlist li {
	list-style-type:circle;
	list-style-position:inside;
	}


.Link_Nav:link, .Link_Nav:visited,.Link_Nav:active {
	font-family: Arial, Helvetica, sans-serif;
 	color: #fff;
	text-decoration: none; 
	font-size:16px;
	padding:0 5px;
}
.Link_Nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #e82020;
	text-decoration: none;
	font-size: 16px;
	padding: 0 5px;
}


.NavBox {	background-image: url(images/nav-bg.gif);  	background-repeat:repeat-x; }
.NavButton {	vertical-align: middle;}


.copyright{
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
}
.Link_Copyright:link, .Link_Copyright:visited, .Link_Copyright:active {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
}
.Link_Copyright:hover {
	color:#e82020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
}

/* White Page Edges */
.cont_body_tall_t {background:url(images/WhitePageSideT4.png) top repeat-x;}
.cont_body_tall_b {background:url(images/WhitePageSideB4.png) bottom repeat-x;}
.cont_body_tall_l {background:url(images/WhitePageSideL4.png) left repeat-y;} 
.cont_body_tall_r {background:url(images/WhitePageSideR4.png) right repeat-y;}	 /* Float is to right-justify graphic in Opera/Safari/Firefox */

/* for training iframe */
#my-div {
	width    : 840px;
	height   : 570px;
	overflow : hidden;
	position : relative;
	margin: auto;
}

#my-iframe {
    position : absolute;
    top      : -255px;  /* where to start it so entire window does not show */
    left     : -240px;
    width    : 840px;
    height   : 800px;
}


#EventWrapper { 
	width    : 930px;
	height   : 3500px;
	overflow : hidden;
	position : relative;
	margin: auto;
	padding: 0;
}
#scaled-frame { 
    position : absolute;
    top      : -500px;  /* where to start it so entire window does not show */
    left     : -430px;
    width    : 900px;
    height   : 3500px;
}

#scaled-frame {
zoom: 1.6;
-moz-transform: scale(1.6);
-moz-transform-origin: 0 0;
-o-transform: scale(1.6);
-o-transform-origin: 0 0;
-webkit-transform: scale(1.6);
-webkit-transform-origin: 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#scaled-frame  { zoom: 1;  }
}