@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-color:#575C6F;
	background-color: #999999;
	text-align: center;
	color: #222043;
	font-size: 0.8em;
	behavior: url("csshover.htc");
}
.smaller {
	font-size: 0.8em;
}
table {
	border-collapse: collapse;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 171px 0 0 0;
	background-image: url(../images/banner3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#FFFFFF;
}
#wrapperInner {
	padding: 0;
	width: 100%;
	background-image: url(../images/bg.gif);
	background-repeat:repeat-y;
}
#leftBar {
	position: absolute;
	top: 171px;
	width: 190px;
	left: 0;
	color: #ffffff;
	/*background-color: #990289;*/
	background-color:#be94b8;
	background-color: #650053;
	background-color: #848484;
	font-size: 1.2em;
}
#leftBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 190px;
	border-top: 1px solid white;
}
#leftBar ul li {
	display: block;
	height:100%;
	width:100%;
	position: relative;
	float: left;
	border: 0;
	border-bottom: 1px solid white;
}
#leftBar ul li:hover {
	background-color: #666666;
}
#leftBar ul li a {
	text-decoration: none;
	color: #FFFFFF;
	outline: 0;
	display: block;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 0;
	font-size: 0.9em;
	font-weight: bold;
}
#leftBar ul li a.thisPage {
	background-color: #666666;
}
#leftBar ul li a.showRed {
	color: #CC0000;
}
#leftBar ul li ul {
	position: absolute;
	top: 0;
	display:none;
	padding: 0;
	border: 0;
	border-top: 1px solid black;
	z-index: 201;
}
#leftBar ul li ul li{
	background-color:#848484;
	border: 1px solid black;
	border-top: 0;
}
#leftBar ul li ul li a:hover{}
#leftBar ul li:hover ul{
	display: block;
	left:190px;
}
#leftBar .quote {
	background-image: url(../images/quote.gif);
	margin: 0;
	padding: 0;
	width: 180px;
	height: 96px;
	margin-left: 5px;
	font-size: 12px;
	color: #222043;
}
#leftBar .quote p {
	padding: 5px;
	padding-top: 12px;
	margin: 0;
}
#leftBar .quote .who {
	text-align: right;
	padding-top: 0;
}
#content {
	padding: 10px;
	margin-left: 190px;
}
#content a {
	color: #322963;
	text-decoration: underline;
}
#topBlock {
	width: 770px;
	height: 151px;
	background-image: url(../images/topblock.gif);
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
}
#topBlock .Red {
	color: #FF0000;
}
#topBlock img{
	float: left;
	padding-right: 10px;
}
#topBlock .topBlockVideoButton {
	position: absolute;
	z-index: 200;
	left: 200px;
	cursor: pointer;
}
#topBlock div {
	padding: 0;
	margin: 0;
	margin-left: 150px;
}
#topBlock p {
	margin-bottom: 7px;;
	margin-top: 0;
}
#topBlock ul {
	margin: 0;
	padding: 0;
	padding-left: 25px;
	padding-top: 10px;
}
#topPaypal {
	float: right;
}
.topBlockHeader {
	font-weight: bold;
	text-align: left;
	font-size: 1.5em;
	padding-top: 0;
	margin-top: 0;
}
#frmPaypal {
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	/*border: 2px solid #222043;*/
	font-weight: bold;
	margin-left: 3px;
	width: 120px;
}	
#frmPaypal input {
	margin-right: 2px;
	margin-left: 2px;
}
#largeSubMenu {
	padding-top: 25px;
	padding-left: 30px;
}
#largeSubMenu a {
	font-size: 1.2em;
	text-decoration: none;
	color: #322963;
}
#largeSubMenu a:hover {
	text-decoration: underline;
}
.imgLeft {
	clear: left;
	float: left;
	width: 180px;
	margin-right: 10px;
}
.imgRight {
	clear: right;
	float: right;
	width: 180px;
	margin-top: 20px;
	margin-left: 10px;
}
#newsletter {
	text-align: center;
	font-size: 1.3em;
	width: 100%;
}
#newsletter table {
	border-collapse: collapse;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}
#newsletter table th {
	border: 0;
	width: 50%;
	text-align: left;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
}
#newsletter table td {
	border: 0;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
#newsletter a {
	text-decoration: none;
}
#newsletter a:hover {
	text-decoration: underline;
}
#tblCosts {
	margin-left: auto;
	margin-right: auto;
	border: 0;
	width: 550px;
}
#tblCosts th, #tblCosts td {
	border: 1px solid #322963;
	padding-left: 3px;
	padding-right: 3px;
}
#tblCosts td {
	text-align: right;
}
#tblCosts th {
	text-align: left;
	font-weight: normal;
}
#tblCosts #title th {
	text-align: center;
	font-weight: bold;
}
#tblCosts #total {
	text-align: right;
	font-weight: bold;
}
.testimonial {
	padding-left: 30px;
}
.tblCup {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.tblCup td, .tblCup th {
	border: 1px solid #322963;
	vertical-align: top;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
}
.tblCup td {
	text-align: left;
}
.tblCup th {
	text-align: center;
}
.center {
	text-align: center;
}
.floatRight {
	float: right;
}
#contact {
	text-align: center;
	width: 590px;
}
#contact div {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 60%;
	padding-top: 40px;
	font-size: 1.3em;
}
.clearfloat {
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
.clearfloatLeft {
	clear: left;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
#footer {
	background-color: #848484;
	width: 100%;
	height: 18px;
	text-align: center;
	font-size: 0.7em;
	padding-top: 4px;
}
#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}
.FireNewsFlash {
	font-size: 1.4em;
	color: #FF0000;
	text-align: center;
	border: 3px solid red;
	padding: 10px;
}
.jscriptLink {
	cursor: pointer;
}
.HideFire {
	display: none;
}
.HideShow {
	display: none;
}
#FrankShow {
	position: absolute;
	z-index: 27;
	top: 50px;
	width: 455px;
	margin-left: 150px;
	margin-right: auto;
	border: 2px solid black;
	background-color:#ffffff;
	padding: 0;
	padding-top: 0;
}
#ShowLink {
	text-align: center;
	border: 2px solid red;
	font-weight: bold;
	font-size: 1.6em;
	padding: 25px;
}
#ShowLink a {
	color: #0000FF;
	text-decoration: underline;
	cursor: pointer;
}
#PopUp {
	position: absolute;
	z-index: 23;
	top: 150px;
	width: 400px;
	margin-left: 150px;
	margin-right: auto;
	border: 1px solid red;
	background-color:#CCCCCC;
	padding: 10px;
	padding-top: 0;
}
#PopUp {
	position: absolute;
	z-index: 23;
	top: 150px;
	width: 400px;
	margin-left: 150px;
	margin-right: auto;
	border: 1px solid red;
	background-color:#CCCCCC;
	padding: 0;
	padding-top: 0;
}
#PopUpTop {
	width: 100%;
	text-align: right;
	color:#FFFFFF;
	font-size: 1.6em;
	background-color:#000099;
	padding-top: 5px;
	padding-bottom: 5px;
}
#PopUpTop a {
	cursor:pointer;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#PopUpContent {
	/*width: 100%;*/
	text-align: left;
	padding: 10px;
}
#PopUpContent h2 {
	text-align: center;
}
#PopUpContent h2 img {
	width: 140px;
}
.ShowPopUp {
	display: block;
}
.HidePopUp {
	display:: none;
}


#FireNews {
	position: absolute;
	z-index: 23;
	top: 150px;
	width: 400px;
	margin-left: 150px;
	margin-right: auto;
	border: 1px solid red;
	background-color:#CCCCCC;
	padding: 10px;
	padding-top: 0;
}
.closeFireNews {
	float: right;
	padding: 0;
	padding-left: 40px;
}
#TVNews {
	display: none;
	position: absolute;
	z-index: 24;
	width: 400px;
	top: 150px;
	margin-left: 150px;
	margin-right: auto;
	border: 1px solid red;
	background-color:#CCCCCC;
	padding: 10px;
	padding-top: 0;
}
#TVNews2 {
	display: none;
	position: absolute;
	z-index: 24;
	width: 420px;
	top: 150px;
	margin-left: 130px;
	margin-right: auto;
	border: 1px solid red;
	background-color:#CCCCCC;
	padding: 10px;
	padding-top: 0;
}
#FireNews h2 {
	text-align: center;
	color: #FF0000;
}

#fireInfo {
	position: relative;
	width: 400px;
}
#fireGallery {
	float: right;
	margin-top: 20px;
	margin-left: 10px;
	width: 370px;
	height: 600px;
}
#fireGallery ul {
	margin: 0;
	padding: 0;
}
#fireGallery li {
	list-style: none;
}
#fireGallery img {
	width: 350px;
	margin: 0;
	/*position: absolute;
	top: 0;
	zIndex: 0*/
}
#letter1 {
	display: none;
	position: fixed;
	z-index: 200;
	top: 60px;
	width: 600px;
	height: 450px;
	overflow: scroll;
	background-color: #CCCCCC;
	border: 4px solid black;
	padding: 5px;
}
#letter1 .footer {
	text-align: center;
	font-size: 1.4em;
}

#slideShowTable {
	float: right;
	margin-top: 20px;
	margin-left: 10px;
}
#slideShowTable td, #slideShowTable img {
	width: 350px;
}
#slideShowTable td {
	height: 600px;
	vertical-align: top;
}
#videoDiv {
	display: none;
	width: 450px;
	height: 400px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -225px;
  margin-left: -200px;
	border: 10px solid #660066;
	background-color: #000000;
	z-index: 210;
}
