@charset "utf-8";
/* CSS Document */

#container{
	width:960px;
	margin:0 auto;	
	height:auto;
	min-height:500px;
}
.leftCol{
	float:left;
	width:500px;
}
.rightCol{
	float:right;
	width:400px;	
}
.mainbody{
	background-color:#121444;	
	min-height:300px;
}
ul li {
	list-style:none;
	height:23px;
}
.question1{
	margin-left:115px;
	margin-top:0;
	padding-left:47px;
	padding-top:99px;	
	background-image:url(q1.jpg); 
	background-repeat:no-repeat;
}
.question2{
	margin-left:115px;
	margin-top:0;
	padding-left:47px;
	padding-top:30px;	
	background-image:url(q2.jpg); 
	background-repeat:no-repeat;
}
.pform{
	padding-top: 55px;
	padding-bottom:3px;
	padding-left:489px;
}
.leftCol li{
		
}
.pform li {
	list-style:none;
	height:24px;
	padding-bottom:1px;
}
.form{
	background-image:url(form.jpg);
	 background-position:center;
	 background-repeat:no-repeat;	
	 height:275px;
}
.textBox{
	border-style:none;	
	color:white;
	background-color:transparent;
}
.radios{
	width:50%;	
	float:left;
}
.video{
	float:left;
    width:400px;
	 height:110px;	
	 padding:20px;
	 
}
.footer{
	margin-top:-16px;	
}
p{
	margin:0px;		
}
