@charset "UTF-8";

/* Dropdown CSS menu start here */
.dropbtn {
    /*background-color: #4CAF50;*/
    color: #4c92b0;
    padding: 0px;
    font-size: 15px;
    border: none;
	background:none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 205px;	
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 3;    
}

.dropdown-content a {
    color: #4c92b0;
    padding: 10px 0px 10px 8px;
    text-decoration: none;
    display: block;
	text-align:left;
	text-transform:uppercase;
	
}

.dropdown-content a:hover {background-color: #dddddd;cursor:pointer;}

.dropdown:hover .dropdown-content {
    display: block;	
}

.dropdown:hover .dropbtn {
    /*background-color: #3e8e41;*/	 
}
/* Dropdown CSS menu end here */

body
{
margin:0px;
padding:0px; 
min-width:1190px;
}
.home-tagline{
	padding-top:60px;
	
	}
#backg-index {
	background:rgba(0, 0, 0, 0) url("imgs/backg-top.png") no-repeat scroll center top;	
	width:100%;
	height:auto;
}
#backg-joy {
	background:rgba(0, 0, 0, 0) url("imgs/backg-top-55.png") no-repeat scroll center top;
	width:100%;
	height:auto;
}
#backg-about {
	background:rgba(0, 0, 0, 0) url("imgs/backg-top-2.png") no-repeat scroll center top;
	width:100%;
	height:auto;
}
#backg-about2 {
	background:rgba(0, 0, 0, 0) url("imgs/backg-top-22.png") no-repeat scroll center top;
	width:100%;
	height:auto;
}
#backg-services {
	background:rgba(0, 0, 0, 0) url("imgs/backg-top-3.png") no-repeat scroll center top;
	width:100%;
	height:auto;
}
#backg-media {
	background:rgba(0, 0, 0, 0) url("imgs/backg-top-7.png") no-repeat scroll center top;
	width:100%;
	height:auto;
}
#backg-contact {
	background:rgba(0, 0, 0, 0) url("imgs/backg-top-4.png") no-repeat scroll center top;
	width:100%;
	height:auto;
}
#backg-contact2 {
	background:rgba(0, 0, 0, 0) url("imgs/backg-top-44.png") no-repeat scroll center top;
	width:100%;
	height:auto;
}
.nav-bar{
    background: url("imgs/backg-nav1.png") no-repeat;
}
#backg-success {
	background:rgba(0, 0, 0, 0) url("imgs/backg-top-5.png") no-repeat scroll center top;
	width:100%;
	height:auto;
}

#backg-404 {
	background:rgba(0, 0, 0, 0) url("imgs/backg-top-33.png") no-repeat scroll center top;
	width:100%;
	height:auto;
}

#backg-sitemap {
	background:rgba(0, 0, 0, 0) url("imgs/backg-top-6.png") no-repeat scroll center top;
	width:100%;
	height:auto;
}

#logo {
	width:286px;
	height:286px;
	display:block;
	position:absolute;
	margin:10px 0 0 180px;
}

.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #4c92b0;
}

.callno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #4c92b0;
}

.menu {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #4c92b0;
}

.title-name {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #408dc9;
}

.title-label,.header-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	color: #366b7f;
	margin: 0;
}


.content {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height:22px;
}

.content-2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height:22px;

}

.content-2bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height:22px;
}

.title-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height:22px;
}

.form {
	width: 345px;
	height: 450px;
	display: block;
	margin-right:auto;
	margin-left:-2px;
	margin-top:-258px;
	z-index:1;
	position:absolute;
}

.form-2 {
	width: 345px;
	height: 450px;
	display: block;
	margin-right:auto;
	margin-left:10px;
	margin-top:-125px;
	z-index:1;
	position: absolute;
}

#box {
	width:770px;
	height:718px;
	display:block;
	margin-left:480px;
	margin-top:-700px;
	position: absolute;
}

#box-2 {
	width:770px;
	height:718px;
	display:block;
	margin-left:550px;
	margin-top:-590px;
	position:absolute;
}

#box-3 {
	width:770px;
	height:718px;
	display:block;
	margin-left:550px;
	margin-top:-590px;
	position:absolute;
}

#box-4 {
	width:770px;
	height:718px;
	display:block;
	margin-left:510px;
	margin-top:-665px;
	position:absolute;
}

.contactus_input,.contactus_textarea{
    background-color:#f4f3f8; 
    color:#676767; 
    font-size:14px; 
    text-transform:auto; 
    text-align:left; 
    border:0px; 
    padding-left:10px; 
    width:235px; 
    font-family: Arial, Helvetica, sans-serif;  
    border-top-left-radius:5px; 
    border-top-right-radius:5px; 
    border-bottom-right-radius:5px; 
    border-bottom-left-radius:5px; 
    border:1px solid #8c8c8c;
 
}
.contactus_input{
   height:28px;

}

.contactus_textarea{
  height:70px; 
  padding-top:5px; 
}

.title-doc-div{
    position : relative;
    left:11%;
	width:500px;
}

.header-title{
    float: left;
    font-size: 15px;
	
}

.caption{
    font-size: 11px;
    margin: 5px auto;
    color: #000;
}
.thumbnail-holder{
    width: 150px;
    text-align:left;
    float:left;
}
.thumbnail-holder2{
    width: 300px;
    text-align:left;
    float:left;
	color: #366b7f;
}
.thumbnail-holder3{
    width: 340px;
    text-align:left;
    float:left;
	color: #366b7f;
}
.thumbnail-holder a{ 
        display: inline-block;
    /* zoom: 1; */
    /* position: relative; */
    /* vertical-align: top; */
    width: 124px;
    margin: 5px;
    padding: 6px;
    border: solid 1px #b8b8b8;
    background-color: #f4f5f5;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
}

.thumbnail-holder-txt{
    margin: 0 0 0 15px;
}

.video-holder{
    float:right;
}

a:link {
    color: inherit!important;
    TEXT-DECORATION: none;
    font-weight: normal;
}

.noStyle{
    font-size: inherit !important;
    font-weight: inherit !important;
    color:inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
  }