body{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#000000;
}

body, div, a, ul, ol, li, input, textarea, label{
	font-family:tahoma;
	color:#000000;
	font-size:12px;
	line-height: 16px;
}

.container {
	width: 748px;
	margin: 0 auto;
}

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

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

h1{
	color:#B50000;
	font-size:150%;
/*	text-transform:uppercase;
*/
}

h2{
	color:#000000;
	font-size: 100%;
}

h2 a {
	color: #B50000;
	font-size:130%;
	text-decoration:none;
}

h3{
	color: #000000;
	font-size: 15px;
}


a:hover{}

form label{
	
	width: 12em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	
}

form textarea{
	
	width:275px;
	
}

.date{
	
	width:40px;
	
}

.error{
	
	border:1px solid #B90000;
	padding-bottom:1em;
	padding-left:1em;
	padding-right:1em;
	
}

.error h2{
	
	color:#B90000;
	
}

#contact-div{
	
	display:block;
	padding-top:1em;
	
}

/* .nounderline {
	alignment-baseline:middle;
	vertical-align: baseline;
	text-decoration:none;
} */
	

#header{

	width:100%;
	height:104px;
	background-color:#000000;
	text-align:center;
	background-image:url('images/layout/header_bg.gif');
	background-repeat:repeat-x;

}

#header .logo {
	background: url(images/logo.jpg) no-repeat;
	width: 494px;
	height: 104px;
	display: block;
	float: left;
}
#header p {
	color: #FFFFFF;
    display: block;
    float: right;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    width: 226px;
    margin-top: 21px
}
#header p a {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}
		
#header #the_header{

	margin-left:auto;
	margin-right:auto;
	width:750px;
	height:105px;
	background-image:url('images/layout/header.gif');
}

#menu{

	width:100%;
	height:37px;
	background-color:#C40004;
	text-align:center;
	background-image:url('images/layout/menu_bg.gif');
	background-repeat:repeat-x;

}

#menu #the_menu{
	margin-left:auto;
	margin-right:auto;
	width:750px;
	height:37px;
	background-image:url('images/layout/menu_inner_bg.gif');
	background-repeat:no-repeat;
	background-position:0 100%;
	text-align:center;

}



#menu #the_menu ul li a{

	display:block;
	white-space:nowrap;
	text-decoration:none;
	color:#FFFFFF;
	padding-top:9px;
	padding-bottom:9px;
	width:90px;

}

#menu #the_menu ul li a:hover, #menu #the_menu ul li.active a{

	background-image:url('images/layout/menu_on_bg.gif');

}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
}

#menu li{
position:relative;
float: left;
display: inline;
}

	#menu li ul{
		position:absolute;
		z-index:500;
		top:34px;
		display:none;
	}

#menu #the_menu li ul a{
	display:block;
	width:140px;
	border-top:1px solid #D15959;
	background-color:#B90000;
	background-image:none;
	padding-top:6px;
	padding-bottom:6px;
}

#menu #the_menu ul a:hover{
	background-image:none;
	background-color:#D90000;
	
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */



#menu a.x:hover{
color:#a00;
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}

/* End CSS Popout Menu */

#outer{
	background-color:#D1D1D1;
	width:100%;
}
#container{
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	width:748px;
	border-left:1px solid #9C9C9C;
	border-right:1px solid #9C9C9C;
	display:block;
	background-image:url('images/layout/steves/home.jpg');
	background-repeat:no-repeat;
	background-position:100% 100%;
	padding-bottom:30px;
	min-height:600px;
}

#container #col1{
	
	display:inline;
	float:left;
	width:332px;
	text-align:left;
	padding-top:15px;
	padding-left:30px;
	padding-right:10px;

}

#container #col2{
	display:inline;
	position: relative;
	float:right;
	padding-bottom: 530px;
	width:300px;
}

.newsitem {
	border-bottom: 1px solid;
	padding-bottom: 10px;
}

#footer{
	width:100%;
	background-color:#C40004;
	text-align:center;
	background-image:url('images/layout/footer_bg.gif');
	background-repeat:repeat-x;
	color:#FFFFFF;
	clear:both;
}
#footer br {
	height: 1px;
	display: block;
	clear: both;
}
#footer #the_footer{
	width:750px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	padding: 7px 0 10px;
}

#footer #the_footer a{
	color:#FFFFFF;
	background-color:transparent;
	text-decoration:none;

}
#footer #the_footer a:hover{
	text-decoration:underline;
}

#footer #the_footer #footer_left{
	display:inline;
	float:left;
	width:200px;
	text-align:left;
	padding-left:30px;
	color:#FFFFFF;
}

#footer #the_footer #footer_right{
	display:inline;
	float:right;
	width:200px;
	text-align:right;
	padding-right:30px;
	color:#FFFFFF;
}

#footer #the_footer #footer_mid{
	display:inline;
	width:200px;
	text-align:center;
	color:#FFFFFF;
}
#footer p {
	margin: 0 0 15px;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display:block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#flash{
	height:165px;
	width:286px;
	z-index:1;
	background-color:#000000;
	margin-bottom:2em;
}
#slideshow{
	width:286px;
	height:165px;
	z-index:1;
}


#darkenScreenObject{
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	display:none;
	display:block;
	z-index:50;
	text-align:center;
}

#imgObject{
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	display:none;
	display:block;
	z-index:51;
	text-align:center;
}

.imgright {
	float:right;
}
.imgfbtwitt {
	float:right;
	padding:10px 10px 10px 10px;
}

.c{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/transparent.png');
}
.c[class]{
	background-image:url('images/transparent.png');
}
.number {
	background: url("images/magician_hat.jpg") no-repeat scroll 0 0 transparent;
    color: #910909;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 115px;
    line-height: 43px;
    margin-top: 0;
    padding: 18px 170px 0 0;
}
.number span {
	color: #000000;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    text-transform: capitalize;
}
.video {
	background: url(images/video-bg.jpg) center bottom no-repeat;
    height: 455px;
    margin: 0 auto;
    padding-top: 16px;
    position: relative;
    width: 622px;
    z-index: 1;
}
.subscribe_pusher {
	height: 188px;
}
.subscribe {
	background: url(images/subscribe.png) no-repeat;
	display: block;
	width: 281px;
	height: 279px;
	line-height: 3000px;
	overflow: hidden;
	text-indent: -3000px;
	position: absolute;
	top: -27px;
	right: 46px;
}
.subscribe:hover {
	background-position: -291px 0; 
}
.homepage_col .subscribe {
	top: 298px;
}
.faq .subscribe {
	bottom: 70px;
    top: auto;
}

.youtube_prev {
	background: url(images/youtube.jpg) no-repeat;
	clear: both;
    display: block;
    margin: 20px 10px 0 0;
    width: 285px;
    overflow: hidden;
    line-height: 800px;
    text-indent: -3000px;
    height: 222px;
}


#faqs h3 {
	background: url(images/arrow-hoz.jpg) 0 4px no-repeat;
	padding: 5px 0 6px 29px; 
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	margin: 25px 0 0;
	line-height: 18px;
	cursor: pointer;
}
#faqs h3.active {
	background: url(images/arrow.jpg) 0 3px no-repeat;
	text-decoration: none;
}
#faqs h3:hover {
	color: #B50000;
}
#faqs .action {
	background: url(images/faq-buttons.jpg) no-repeat;
	display: block;
	overflow: hidden;
	height: 17px;
	width: 344px;
}
#faqs a:focus {
	outline: none;
	border: none;
}
#faqs .action:hover {
	background-position: 0 -28px; 
}
#faqs .active .action {
	background-position: 0 -55px; 
}
#faqs .active .action:hover {
	background-position: 0 -82px; 
}
#faqs .answer {
	color: #4a4a4a;
	font-size: 12px;
	line-height: 16px;
}
#faqs .answer p {
	padding-left: 10px;
	padding-right: 10px;
}
#faqs .answer .wrapper{
	background: url(images/wrapper-top.jpg) no-repeat;
	width: 343px;
	padding-top: 28px;
	display: none;
}
#faqs .wrapper-repeat {
	background: url(images/wrapper-repeat.jpg) repeat-y;
	width: 343px;
	float: left;
}
#faqs .wrapper-bottom {
	background: url(images/wrapper-bottom.jpg) no-repeat;
	width: 343px;
	height: 5px;
	clear: both;
}
#faqs .active .wrapper{
	display: block;	
}

#subscribe {
	background: url(images/form-background.png) no-repeat;
	width: 748px;
	margin: -20px auto 0;
	border-left: 1px solid #9C9C9C;
    border-right: 1px solid #9C9C9C;
}

#subscribe fieldset{
	border: none;
    margin: 0 auto;
    padding: 0 0 10px;
    width: 660px;
}

#subscribe legend, #subscribe input.btn {
	color: #910909;
	font-size: 24px;
	font-weight: bold;
}
#subscribe legend{
	display: block;
    float: left;
    margin: 22px 0 0;
}

#subscribe label {
	display: none;
}
#subscribe .error {
	border: none;
	clear: both;
    color: #B90000;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 16px 0 0;
    padding: 0;
    text-align: left;
}
#subscribe .success {
	clear: both;
    color: #000;
    float: left;
    font-size: 12px;
    margin: 16px 0 0;
    padding: 0;
    text-align: left;
}
#subscribe input, #subscribe textarea {
	-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;
	border: 1px solid #B8B8B8;
    color: #000000;
    float: left;
    font-family: arial;
    font-size: 11px;
}
#subscribe textarea {
	clear: left;
    margin: 13px 20px 0 0;
    padding: 0 0 0 3px;
    width: 308px;
    height: 94px;
}
#subscribe input {
	height: 23px;
    margin: 4px 0;
    padding-left: 6px;
    width: 244px;
}
#subscribe input.btn {
	background: url(images/arrow-contact.png) no-repeat right center;
    border: none;
    clear: both;
    cursor: pointer;
    height: auto;
    margin: 4px 0 0;
    padding: 0 31px 0 0;
    width: auto;
}
#subscribe input.btn:hover, #subscribe input.btn:focus {
	background-image: url(images/arrow-contact-hover.png);
	color: #1638bd;
}
#subscribe input#contact_name {
	margin-top: 12px;
}

















