.homeBanner{width: 470px;border-radius: 10px;}
.homeBannerDiv{float: left;margin: 5px;}
.mainHeader {
	font-size: 24px;
	color: #ff7800;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.mainHeader img {width: 500px;}
.subHeader {
	font-size: 20px;
	color: #ff7800;
	margin-bottom: 30px;;
	width: 100%;
	text-align: center;
}
.faqContent {
	font-size: 11pt;
	text-align: justify;
	padding: 0 15px;
	float: left;
	margin-bottom: 25px;
	line-height: 1.6;
}
.faqQ{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}
.tagContent, .formMessage {
	font-family: Futura;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	color: #ff7800;
	width: 100%;
	text-align: center;
	line-height:1.2;
}
.tagContent {font-size: 24px;}
.formgroup{
	text-align: center;;
}
.formgroup input[type="text"], .formgroup select, .formgroup textarea {
	width: 85%;
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
	background: #F7F4F4;
}
.formgroup select {
        width: 87%;
        font-size: 14px;
        color: #333;
        margin-bottom: 5px;
        background: #F7F4F4;
}
.formgroup button {
	background: #ff7800;
	color:white;
	margin-top: 15px;
	padding: 5px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.formgroup button:disabled{cursor: default;}
.padding-left-50 {padding-left: 5%;width: 64%;}
.callNowButton{
	position: fixed;
	bottom: 2px;
	right: 25px;
	border-top: 1px solid #CDF44F;
    background: #A1C42C;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    padding: 6px 14px;
    height:80px;
    width:80px;
    color: #fff;
    font-size: 20px;
    font-family: Futura;
    font-weight:bold;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}
.callNowButton.clicked{
	border-top-color: #28597a;
    background: #28597a;
    color: #ccc;
}
#callNowDiv{
	position: fixed;
	height: 300px;
	width: 350px;
	top: -350px;
	left: -350px;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: top 2s ease, left 2s ease;
    -webkit-transition: top 2s ease, left 2s ease;
    -moz-transition: top 2s ease, left 2s ease;
}
#callNowDiv.show{
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: top 2s ease, left 2s ease;
    -webkit-transition: top 2s ease, left 2s ease;
    -moz-transition: top 2s ease, left 2s ease;
}
.closeCall{
	position: absolute;
	top:3px;
	right:10px;
	cursor: pointer;
	font-size: 14px;
}
#corporateBox {
	height: 100px;
	width: 100%;
	color: #FEFEFA;
	border-radius: 10px;
	font-size: 24px;
	font-family: Futura;
	text-align: center;
}
#corporateBox a {
	color: #FEFEFA;
	font-size: 24px;
	font-family: Futura;
}
.programType {
	float:left;
	width: 20%;
	margin: 5px 2%;
	padding: 4px 0;
	color: #FFF;
	font-size: 20px;
	font-family: Futura;
	font-weight: bold;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: default;
}
#successMessage.success {color: #31CB1C;}
#successMessage.failed {color: #F55F4B;}
