@charset "utf-8";
/* CSS Document */
div#container {
	width:1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}
h1, h2, h3 {
	margin:0;
	padding:10px 20px 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:normal;
	font-weight:normal;
}
p, div {
	margin:0;
	padding:0px 20px 10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
}
a, img, input, textarea:focus {
	outline:none;
}
a:link {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	color: #004BF0;
	text-decoration: underline;
}
a:active {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	color: #004BF0;
	text-decoration: underline;
}
a:hover {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	color: #004BF0;
	text-decoration: underline;
}
a:visited {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	color: #004BF0;
	text-decoration: underline;
}
a:visited:hover {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	color: #004BF0;
	text-decoration: underline;
}
.imageover {
	border:none;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.imageover:hover {
	border:none;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
body {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #fff;
	color: #000000;
	margin:0px;
	padding:0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	overflow: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-smooth:always;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
.logo {
	display:block;
	visibility:hidden;
	height: 118px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}
#navCell {
	background-color:#431d0d;
        width: 1050px;
	margin: 0px;
	padding:0px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
}
.navigation {
	margin: 0px;
	padding: 11px 0 12px 10px;
	vertical-align: top;
	white-space: wrap;
}
.navigation li {
	background:url(images/nav_bg.jpg) no-repeat scroll right center transparent;
	display: inline;
	list-style: none;
	padding: 5px 12px 5px 6px;
	top-margin: 0px;
	text-indent: 0px;
}
*html .navigation li {
	padding: 5px 8px 5px 10px;
}
.navigation li:last-child {
	background:none;
}
#navCell a {
	display: inline;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0px;
	text-decoration: none;
	padding:4px 10px;
	text-transform:uppercase;
}
#navCell a:hover {
	background-color:#bc8b29;
	color: #FFF;
}
#navCell #plogin {
	display: none;
}
#navCell #pregister {
	display: none;
}
/*--START SECONDARY NAVIGATION--*/

 #secnav {
	background-color:#c5973a;
        width: 1050px;
	text-align: left;
	margin:2px auto 4px;
	padding:2px 0px 0px 0px;
	height:29px;
	margin-left: auto;
	margin-right: auto;
}
*html #secnav {
	text-align: left;
	margin:2px 0 7px 0;
	padding:2px 0px 0px 0px;
	height:29px;
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
}
#secnav ul {
	list-style: none;
	padding-left: 10px;
	margin:0px;
}
#secnav ul li {
	display: inline;
	margin:0px;
	padding:0px 4px 0px 4px;
	border-right:1px solid #441f0f;
}
*html #secnav ul li {
	padding:0px 0px 0px 4px;
}
#secnav ul li:last-child {
	border-right:none;
}
#secnav a {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline-block;
	color: #FFF;
	padding:3px 6px;
	text-decoration: none;
	font-weight: normal;
}
#secnav a:hover {
	background-color:#431d0d;
	color:#FFF;
	text-shadow:1px 1px 1px #000;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
/*--END SECONDARY NAVIGATION--*/

/*---------------------------- START CONTENT AREA ----------------------------*/

#contentCell {
	width:1000px;
	padding:0px;
	text-align: left;
	min-height:400px;
	margin-left: auto;
	margin-right: auto;
}
*html #contentCell {
	height: 400px; /* MIN-HEIGHT DOESN'T WORK IN IE */
	padding:0px;
	width:1000px;
	margin-left: auto;
	margin-right: auto;
}
.header-content {
	background:url(images/header_bg.jpg) no-repeat scroll top center transparent;
	height:118px;
	position:absolute;
	top:0;
	width:1000px;
	padding:0;
	margin:0;
}
.header_text1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:56px;
	line-height:30px;
	text-align:left;
	font-weight:bold;
	color:#FFF;
	padding:2px 0 0 0;
	margin:0;
}
.header_text2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	line-height:30px;
	text-align:right;
	font-weight:bold;
	color:#FFF;
	padding:40px 0px 0px 0px;
	margin:0;
}
#footer {
	background-color: #2f2417;
    border-top: 5px solid #c5973a;
	position:absolute;
	left:0;
	right:0;
	height:100px;
	padding:0px;
	width: 100%;
}
*html #footer {
	background-color:#2f2417;
	position:relative;
	height:100px;
	padding:0px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.footer-content {
	padding: 0;
	margin:25px 0 0;
	width:1000px;
	position:absolute;
	text-align: left;
	z-index: 100;
}
*html .footer-content {
	/*margin:25px 20px 0px 20px;*/
	width:1000px;
}
.footer_text {
	padding:30px 0px 0px 0px;
	margin:0px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
/*------- Custom --------*/

.top_phone{
	color:#221e1f;
	font-family: 'Oswald', sans-serif;
	font-size:22px;
	font-weight:bold;
}
.top_address{
	color:#000000;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	font-weight:300;
}
.banner_content {
    width: 525px;
}
.banner_content h1{
	color:#85281a;
	font-family: 'Lato', sans-serif;
	font-size:60px;
	padding-top:0;
}
.banner_content h2{
	font-family: 'Lato', sans-serif;
	font-size:21px;
}
.banner_content h1 span{
	font-weight:bold;
}
.banner_content p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:13px;
	line-height:22px;
	margin-bottom:2px;
	margin-top:2px;
}
.homepage p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	line-height:22px;
}
.home_title{
	background:url(images/title_bg.jpg) no-repeat scroll center center transparent;
	font-family:'Oswald', sans-serif;
	font-size:26px;
	margin:10px 0 13px;
	padding:9px 20px;
}
.home_row2 h2{
	font-family: 'Oswald', sans-serif;
	padding-top: 0;
}

.jscarousal-horizontal{
	width: 96%;
	height: 130px;
	margin: 15px auto;
	padding:15px 0px 15px 0px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward{
	float: left;
	width: 25px;
	height: 20px;
	position: relative;
	top: 50px;
	cursor: pointer;
}
.jscarousal-horizontal-back{
	background-image: url(images/left_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	height:47px;
	margin-right: 7px;
}
.jscarousal-horizontal-forward{
	background-image: url(images/right_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	height:47px;
	margin-left:7px;
}
.jscarousal-contents-horizontal{
	width: 890px;
	height: 130px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents-horizontal > div{
	position: absolute;
	width: 100%;
	height: 130px;
}
.jscarousal-contents-horizontal > div > div{
	float: left;
	margin-right: 5px;
}
.jscarousal-contents-horizontal img{
	width: 129px;
	height: 128px; 
	margin: 0 4px;
	padding:2px;
}
/*Horizontal Orientation CSS Ends*/


/*Common*/
.hidden{
	display: none;
}
.visible{
	display: block;
}
.thumbnail-active{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive{
	filter: alpha(opacity=20);
	opacity: 0.2;
	cursor: pointer;
}
.thumbnail-text{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
#carouselh div{
	padding:0;
}
.footer-content ul{
	padding:0;
	margin:0;
}
.footer-content li {
	border-right:1px solid #ccc;
	line-height:12px;
    list-style: none;
    float: left;
    padding: 0 15px;
}
*html .footer-content li{
	line-height:18px;
}
.footer-content li.last{
	border:none;
}
.footer-content p {
    clear: both;
    color: #fff;
    padding: 15px;
}
.footer-content a, .footer-content a:visited, .footer-content a:hover{
    color: #fff;
    font-family: arial;
    font-size: 12px;
    text-decoration: none !important;
}
.hor_ruler{
	border-bottom:1px dotted #ccc !important;
	height:2px;
	margin-top:15px;
}
.content_title{
	background:url(images/content_title.jpg) no-repeat center center transparent;
    font-family: oswald;
    padding: 15px;
    text-align: center;
}
*html .banner_content{
	padding:0;
}
*html .jscarousal-contents-horizontal .visible{
	    height: 130px;
    position: absolute;
    width: 100%;
}
*html .jscarousal-contents-horizontal .visible div{
	    float: left;
    margin-right: 5px;
}
*html .footer-content p{
 padding:8px 15px;
}
.innerpage{
    box-shadow: 0 1px 2px 1px #ccc;
}
.innerpage p, .innerpage ul, .innerpage ol{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	line-height:22px;
	text-align:justify;
}
form.contact_form{
    background: none repeat scroll 0 0 #431d0d;
    margin: 10px auto 35px;
    padding: 5px;
    width: 90%;
}
.contact_form h2 {
    border-bottom: 1px dashed #684232;
    color: #fff;
    font-family: oswald;
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-align: center;
}
.contact_form 	.form_field1 {
    border: 1px solid #ccc;
    box-shadow: 2px 2px 6px 1px #ccc inset;
	color:#414141;
    font-family: arial;
    font-size: 13px;
    margin: 0 0 10px;
    padding: 5px;
    width: 215px;
}
.submit_bt {
    background: none repeat scroll 0 0 #c5973a;
    border: 1px solid #855700;
    color: #431d0d;
    cursor: pointer;
    font-family: source sans pro;
    font-weight: bold;
    margin-right: 14px;
    padding: 5px 10px;
    text-transform: uppercase;
}
h2.page_title{
	background:url(images/title_bg.png) repeat-x scroll bottom center transparent;
	color: #431d0d;
    font-family: source sans pro;
    font-weight: bold;
    margin: 0 20px 10px;
    padding: 10px 4px;
    text-align: left;
    text-transform: uppercase;
}
h3.sub_title {
    color: #694333;
    font-family: source sans pro;
    font-weight: bold;
}
.center_content {
    font-size: 17px !important;
    font-weight: bold;
    text-align: center !important;
}
.list_type li{
	background:url(images/list_bg.png) no-repeat scroll top 5px left transparent;
    font-family: source sans pro;
    font-size: 15px;
    line-height: 21px;
	list-style:none;
    margin-bottom: 4px;
	padding-left:18px;
}
*html .list_type li{
  background-position: 6px left;
}
.staff td{
	text-align:center;
	vertical-align:top;
}
.staff td img{
	padding:3px;
	border:1px solid #ccc;
}
.author_details {
    font-size: 18px !important;
    text-align: center !important;
}
.author_details span{
	font-size:14px !important;
}
.alignleft{
	border:1px solid #ccc;
	float:left;
	height:auto;
	margin:10px 15px 15px 15px;
	padding:5px;
	width:225px;
}
.page_title span {
    font-size: 17px;
    font-weight: normal;
    text-transform: none;
}
.testimonial_content{
	background:#f3f3f3;
	border-left:2px solid #ccc;
	padding: 10px 15px;
	margin: 10px 15px;
}
.aligncenter{
	height:auto;
	margin:15px auto;
	display:block;
	width:75%;
}
*html .aligncenter{
  width: 550px;
 display: block;
 left: auto;
 right: auto;
}
.left_content a,
.left_content a:hover{
	color:#431D0D;
	text-decoration:none;
}
*html .contact_form .form_field1{
 height: 25px;
}
*html .contact_form textarea.form_field1{
 height: 100px;
}
*html p.programs_image{
 padding: 0 !important;
 text-align: center !important;
}
*html .sidebar{
 text-align: center !important;
}
.appointment_form {
   border: 1px dotted #ccc;
    margin: 15px auto;
    padding: 15px;
    width: 80%;
}
.appointment_form td {
    font-family: source sans pro;
    font-size: 15px;
    line-height: 25px;
}
.appointment_form .form_field1 {
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px 1px #ccc inset;
    margin: 5px 0;
    padding: 5px;
    width: 225px;
}
*html .appointment_form .form_field1{
 height: 25px !important;
}
.appointment_form .submit_bt {
    margin-right: 74px;
    margin-top: 10px;
}
.registration_form{
    border: 1px dotted #ccc;
    margin: 15px auto;
    padding: 15px;
    width: 80%;
}
.registration_form td {
    font-family: source sans pro;
    font-size: 16px;
}
.registration_form .form_field1, .registration_form select{
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px 1px #ccc inset;
    margin: 0;
    padding: 5px;
    width: 225px;
}	
span.note_cont {
    color: #8d8d8d;
    font-size: 13px;
}
*html .registration_form{
 margin-left:80px;
}
.registration_form .submit_bt{
 margin-right:40px;
}
td.left_content{
 padding-bottom: 15px;
}
#banner, #banner div{
	padding:0;
}
#banner{
	position:relative;
}
.banner_content {
    position: absolute;
    right: 0;
    top: 10%;
}
#sliderFrame{
    position:relative;
    width:700px;
    margin:0 auto; /*center-aligned*/
}

#slider, #slider div.sliderInner {
    width:1000px;height:392px;/* Must be the same size as the slider images */
}

#slider {
	background:#fff url(loading.gif) no-repeat 50% 50%;
	position:relative;
	margin:0 auto; /*center-aligned*/
    transform: translate3d(0,0,0);
}

/* image wrapper */
#slider a.imgLink, #slider div.video {
	z-index:2;
	position:absolute;
	top:0px;left:0px;border:0;padding:0;margin:0;
	width:100%;height:100%;
}
#slider .video {
	background:transparent url(video.png) no-repeat 50% 50%;
}

/* Caption styles */
#slider div.mc-caption-bg, #slider div.mc-caption-bg2 {
	position:absolute;
	width:100%;
	height:auto;
	padding:10px 0;/* 10px will increase the height.*/
	left:0px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom:0px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index:3;
	overflow:hidden;
	font-size: 0;
}
#slider div.mc-caption-bg 
{
    /* NOTE: Its opacity is to be set through the sliderOptions.captionOpacity setting in the js-image-slider.js file.*/
	background:Black;/* or any other colors such as White, or: background:none; */
}
#slider div.mc-caption-bg2 {
    background:none;
}
#slider div.mc-caption {
	font: bold 14px/20px Arial;
	color:#EEE;
	z-index:4;
	text-align:center;
    background:none;
}
#slider div.mc-caption a {
	color:#FB0;
}
#slider div.mc-caption a:hover {
	color:#DA0;
}


/* ------ built-in navigation bullets wrapper ------*/
/* Note: check themes\2\js-image-slider.css to see how to hide nav bullets */
#slider div.navBulletsWrapper  {
    top:320px;/* Its position is relative to the #slider */
	text-align:center;
	background:none;
	position:relative;
	z-index:5;
}

/* each bullet */
#slider div.navBulletsWrapper div 
{
    width:11px; height:11px;
    font-size:0;color:White;/*hide the index number in the bullet element*/
    background:transparent url(bullet.png) no-repeat 0 0;
    display:inline-block; *display:inline; zoom:1;
    overflow:hidden;cursor:pointer;
    margin:0 6px;/* set distance between each bullet*/
}

#slider div.navBulletsWrapper div.active {background-position:0 -11px;}


/* --------- Others ------- */

#slider div.loading 
{
    width:100%; height:100%;
    background:transparent url(loading.gif) no-repeat 50% 50%;
    filter: alpha(opacity=60);
    opacity:0.6;
    position:absolute;
    left:0;
    top:0; 
    z-index:9;
}

#slider img, #slider>b, #slider a>b {
	position:absolute; border:none; display:none;
}

#slider div.sliderInner {
	overflow:hidden; 
	-webkit-transform: rotate(0.000001deg);/* fixed the Chrome not crop border-radius bug*/
	position:absolute; top:0; left:0;
}

#slider>a, #slider video, #slider audio {display:none;}

.download_link {
    font-weight: bold;
}
.download_link:after{
    content:"\00BB";
    font-size: 18px;
    margin-left: 5px;
}
.sidebar iframe
{
margin-bottom:10px;
}