@charset "utf-8";
/* VST CSS Document 
 * author: nhudh@vsmarttech.com
*/
body{
	background: #ffffff;
	margin:0;
	padding:0;
}
body.bts_landing{
	padding:0;
	margin:0 auto 0 auto;
	background: #ffffff!important;
	width:auto;	
}
#container{
	width:740px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: #ffffff;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
	color: #000000;
}
img {
	border: none;
	margin-bottom: 0px;
}
#header{
        background: url(../images/imageInsideAspire-web.jpg) no-repeat;
	height: 0px;
	width: 0px;
}
#navigation{
	margin-top:1px;
	padding:0 0 0 1px;
width:740px;
background: url(../images/menu_bg.jpg) repeat-x;

	
}
#navigation .menu_item{
	float:left;
	margin:0;
	padding:0;
background: url(../images/menu_bg.jpg) repeat-x;
height:30px;
line-height:30px;
padding:0 28px 0 27px;
color:#CCCCCC;
font-size:19px;
text-decoration:none;
border-right:1px solid white;
font-family:Arial;

}
#navigation .menu_item:hover{
text-decoration:underline;
}
#contentpane{
	padding: 0px 0px 0px 0px;
	clear:both;
}
.h4_blue{
	color: #0000ff;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding: 0 15px 0 15px;
}
.h3_blue{
	color: #002060;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 28px;
	padding: 0 15px 0 15px;
}
.h2_blue{
	color: #007d9d;
	font-size: 23px;
	text-align: center;
	font-weight: bold;
	line-height: 28px;
	padding: 0 15px 0 15px;
}
.h2_red{
	color: #ff0000;
	font-size: 23px;
	text-align: center;
	font-weight: bold;
	line-height: 28px;
	padding: 0 15px 0 15px;
}
.h1{
	font-size: 14px;
	text-align: center;
}
p{
	font-size: 12px;
}
.ticket{
	background: url(../images/complimentarytickets.jpg) no-repeat;
	height:95px;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
}
.comeasguest{
	background: url(../images/comeasmyguest.jpg) no-repeat;
	height:95px;
	width:100%;
	text-align:center;
}
.float_left{
	float:left;
	width: 60%;
}
.float_right{
	float:right;
	width: 40%;
	text-align:right;
}
.bold_italic{
	font-weight: bold;
	font-style:italic;
}

.white_on_red{
	background: #d2232a;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	margin:0;
}
.red_on_white{
	background: #FFFFFF;
	color: #d2232a;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 0;
}
.white_on_grey{
	background: #666666;
	color:#FFFFFF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	margin-bottom:0;
	
}
.white_on_green_h1, .white_on_green_h2{
	background: #007d9d;
	color:#FFFFFF;
	text-align: center;
	font-weight: bold;
	padding: 15px 0 15px 0;
}
	.white_on_green_h1{ font-size:16px;}
	.white_on_green_h2{ font-size:20px;}
	
.border_box_grey{
	padding: 0px 30px 0px 40px;
	border: 1px solid #666666;
	margin-top:0;
	text-align:center;
}
.border_box_white{
	padding: 10px 30px 0px 20px;
	border: 1px solid #ffffff;
	margin-top:0;
	font-style:italic;

}
.hr{
	background:url(../images/hr.jpg) no-repeat;
	height:8px;
	margin: 20px 70px 20px 70px;
}
.sign{
	text-align:right;
	font-weight: bold;
	font-style: normal;
}
ul.ul_img{
	list-style-image: url(../images/ul_img.jpg);
}
ul.ul_img li{
	padding: 5px 0 5px 0;
}


/* Remove form formatting
 *
 * #contentpane form{
 * 	margin: 60px 0 20px 0;
 * }
 * #contentpane form td{
 * 	border-top: 1px solid white;
 * 	background: #666666;
 * 	color: white;
 * 	font-size:12px;
 * 	padding-bottom: 2px;
 * 	
 * }
 * #contentpane form .title{
 * 	font-size:13px;
 * 	text-transform:uppercase;
 * 	font-weight: bold;
 * 	border-bottom: 1px solid white;
 * }
 * #contentpane form a{
 * 	color: white;
 * 	text-decoration:none;
 * }
*/



}
.video{
	background: url(../images/video.jpg) no-repeat;
	height: 187px;
	width:281px;
	text-align: center;
}



.formError{
	color: #CF4D4D;
	font-weight:bold;
	font-size:10px;
}

.formNoError{
	display:none;
}

.clr{
	clear:both;
}

