h3{
	white-space:normal !important;
	
}
@media only screen and (max-width: 800px){
	h3{margin:5px 0 0 0;font-size:14px;}
}
@media only screen and (max-width: 550px){
	h3{font-size:16px;margin-top:10px;}
}
div.col1 img{
	width:100%;
	height:auto;
}
.interview,.interview p,.interview a{
	font-size:13px !important;
}
a.underline,
.interview a{
	text-decoration:underline;
}
div.llinks{
	float:left;
	padding:0;
	width:163px;
	margin:20px 10px 0 0;
}
div.llinks p{
	color:#aaaaaa;
	font-size:1.2em;
	margin:0 0 10px 0;
}
div.spacer{
	height:15px;
}
div.spacer.high{
	height:30px;
}

h2{
	font-size:20px;
	margin:20px 0 20px 0;
	line-height:30px;
}
h2 span{color:#5f81af;font-style:italic;}
p.h3,
p.h3 a{
	font-size:14px;
	font-weight:normal;
	line-height:20px;
}
p.h3{
	width:100%;
	margin-top:-42px;
}
p.h3 a{
	text-decoration:underline;
}
.bbutton{
	border:none;
	display:block;
	background:#b5b5b5;
	color:#ffffff;
	font-size:1.3em;
	padding:5px 0;
	width:100%;
	border-radius:5px;
	text-decoration:none;
	text-align:center;
	margin-bottom:5px;
}
input.bbutton{
	min-height:30px;
}
.bbutton:hover{
	background:#97b2d3;
	color:#ffffff;
}

.bbook{
	border:1px solid #dddddd;
	overflow:hidden;
}

.video{
	padding:0 10px 10px 10px;
	border:1px solid #dfdfdf;
	background:#ffffff;
}
.video iframe{
	width:100%;
}
@media only screen and (max-width: 800px){
	.video iframe{
		height:190px;
	}
	div.llinks{width:100%;}
}
.mainImg img{
	width:100%;
}
@media only screen and (max-width: 550px){
	
}