.header_banner{
    height: 150px;
    vertical-align: middle;
    background: url("/customize/images/appointment-top.jpg") no-repeat;
    background-size: 100% 100%;
    color: #000099;
    z-index: 1;
 }

.header_banner-mobile{
    height: 100px;
    vertical-align: middle;
    background-size: 100% 100%;
    color: #000099;
    z-index: 1;
}



.wrap.topBanner {
	background-color:#FFFFFF;
}

.wrap.topBanner {
	background-color:#FFFFFF;
}


.logoLeft {
	float:left;
	width: 60%;
}


.logoRight {
	float:right;
	width: 29.2%;
	margin-left:20px;
	text-align:right;
}

.logoRight a {
    color: #A9A9A9;
}

.logoRight a:hover {
    color: #CC3300;
    text-decoration: underline;
}



.logoSpaces {
	background-color:#FFFFFF;
	height:80px;
	display:block;
	width:5px;
	float:left;
}


 .content{
   	 margin:5px 0;
     padding:10px 10px;
     height: 100%;
	 transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
	border:2px #000099 solid;
	border-radius:5px;
	box-shadow: 2px 8px 20px #000000;
    opacity:1;
    background: #006699; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #fff, #FFFFCC); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #fff, #FFFFCC); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #fff, #FFFFCC); /* For Firefox 3.6 to 15 */
    background: linear-gradient(right, #fff, #FFFFCC); /* Standard syntax */

 }
 .content h2{
	font-size:2em;
	color:#E5B840;
	padding:10px 20px;
 }
 /*** Content top ***/



.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}


.col_1_of_3:first-child { margin-left: 0; }

.span_1_of_3  h3{
	color:#E5B840;
	margin-bottom:0.5em;
	font-size:2em;
	font-weight : normal;
	margin-top: 0px;
}
.span_1_of_3  p{
	font-size:0.85em;
	color:#787878;
	line-height: 1.8em;
	font-family :Arial, Helvetica, sans-serif;
}
.span_1_of_3  p span{
	color:#FFF;
}
.span_1_of_3 li{
	font-size:0.85em;
	color:#777;
	padding:8px 0 8px 0px;
	cursor:pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.col_1_of_3 img:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

.span_1_of_3 img{
	border:1px solid #ECECEC;
	display:block;
}

.span_1_of_3 h3 {
	color:#990000;
	font-size:20px;
	font-weight:bold;
	text-decoration:underline;
    text-shadow: 0.1em 0.1em 0.2em #DCDCDC;
}

.span_1_of_3 h4 {
	color:#000000;
	font-size:18px;
	font-weight:bold;
    text-shadow: 0.1em 0.1em 0.2em #DCDCDC;
}


.span_1_of_3 li a {
    color: #696969;
    font-size: 14px;
}

.span_1_of_3 li a:hover {
    color: #990000;

}



.num-heading{
	margin-bottom:15px;
}
.number{
	float: left;
	padding:8px;
	background:#E5B840;
	display: inline-block;
	text-align: center;
}
.number figure {
	text-align: center;
}
.number figure span {
	font-size:26px;
	line-height:25px;
	color:#FFF;
	display: block;
	margin-bottom: -3px;
	font-weight: bold;
}
.heading{
	float: left;
	padding-left:5%;
	width:70%;
	padding-top:5px;
}
.heading  h4{
	color:#E5B840;
	font-size:26px;
	font-family: 'bebas_neueregular';
	text-transform:uppercase;
}
.heading-desc p {
	font-size:0.85em;
	color:#787878;
	line-height:20px;
	padding:5px 0;
} 

.heading-desc a {
	color:#990000;
	text-decoration:underline;
	font-weight:bold;
} 

.heading-desc a:hover {
	color:#FFCC00;
}

.homeContentleft {
	float:left;
}




.feature {
	height:200px;
	margin:10px;
}

.barNav {
	width:22%;
	float:right;
	position:relative;
}

#descIframe {
    overflow: auto;
    overflow-x: hidden;
	margin: 5px 0px;
}

#descTabs {
	text-align:left;
	border-bottom: #99ccff solid 2px;
	margin: 0px 0px 5px 0px;
}
#descTabs a {
	display:inline-block;
	height:22px;
	width:135px;
	font-weight: bold;
	background: url(/web/images/product-tab.png) no-repeat;
	text-align:center;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
#descTabs a.active {
	background: url(/web/images/product-tab-a.png) no-repeat;
	color: #000000;
}

.tdHeader {
    color: black;
    font-size: 16px;
    font-weight: bolder;
    vertical-align: top;
}

.tdHeader02 {
    background-color: #990000;
    color: white;
    padding: 5px;
    font-size: 16px;
    font-weight: bolder;
    vertical-align: top;
}


.tdHeader03 {
    background-color: #6B8E23;
    color: white;
    padding: 5px;
    font-size: 16px;
    font-weight: bolder;
    vertical-align: top;
}

.tdHeader04 {
    background-color: #5F9EA0;
    color: white;
    padding: 5px;
    font-size: 16px;
    font-weight: bolder;
    vertical-align: top;
}

.header03 {
    color: #006699;
    font-size: larger;
    font-weight: bold;
}

.tdColor01 {
    text-align: center;
    vertical-align: middle;
    border: thick;
    border-color: black;
    background-color: #FFE4C4;
    margin: 10px;
}

.tdColor01A {
    text-align: center;
    vertical-align: middle;
    border: thick;
    border-color: black;
    background-color: #FFFFFF;
    margin: 10px;
}

.tdColor02 {
    text-align: center;
    vertical-align: middle;
    border: thick;
    border-color: black;
    background-color: #ADFF2F;
    margin: 10px;
}

.tdColor03 {
    text-align: center;
    vertical-align: middle;
    border: thick;
    background-color: #FF8C00;
    margin: 10px;
}

.tdColor04 {
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    border: thick;
    background-color: #F5F5F5;
    margin: 10px;
}

.tdcolor05 {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    vertical-align: top;
    border: thick;
    background-color: #F5F5F5;
    margin: 10px;
}

.tdcolor05A {
    font-size: 20px;
    height:40px;
    text-align: left;
    vertical-align: middle;
    border: thick;
    background-color: #E4E4E4;
}


.text04 {
    color:#E5B840;
    font-size: 16px;
    font-weight: bold;
}

.text04H {
    color:#E5B840;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
}

.text05 {
    color:#555555;
    font-size: 12px;
}

.textNote {
    color:#646464;
    font-size: 11px;
}

.textHighlight {
    background-color:#C9C9C9;
    padding: 2px 8px;
    font-size: 16px;
    font-weight: bold;
    border-radius:1px;
}

.boxGreen {
    font-size: 26px;
    font-weight: bold;
    border-style: solid;
    border-color: #009900;
    padding: 5px 20px;
    border-radius:8px;
}

.boxGreen02 {
    font-size: 20px;
    font-weight: bold;
    border-style: solid;
    border-color: #009900;
    padding: 5px 20px;
    border-radius:8px;
}



.paymentInfo {
    height: 550px;
    border-style: solid;
    border-color:#0000FF;
    padding: 10px 20px;
    border-radius:8px;
}

.textRequired {
	color:#FF0000;
}

.error {
    background-color: #FFFFCC;
}


.tablePayment {
    border-color: #72c6a5;
    text-align: center;
}

.tHeader {
    background-color:#e5f4f7;
    font-weight: bold;
}

.tDesc {
    text-align: left;
    padding-left: 3px;
    padding-right: 3px;
}

.tDesc01 {
    vertical-align: top;
    border-bottom: 0px;
    border-left: 0px;
    text-align: left;
    padding-left: 5px;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
}

.tDesc02 {
    text-align: right;
    padding-right: 3px;
    border-bottom: 0px;
    border-left: 0px;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
}

.tAmount {
    text-align: right;
}

.question {
    color: #993333;
}

.leftNav {
	line-height:35px;
}

.leftNav a:hover {
	color:#CC0000;
}

.leftNav a.active {
	color:#CC0000;
}

.office01  {
	color:#CCCCCC;
} 

