

@font-face {
font-family: "Coolest Font In The World";
src: url('fonts/BRUSHSCI.TTF') format('truetype');
}


@font-face {
font-family: "gisha";
src: url('fonts/gisha.ttf') format('truetype');
}


@font-face {
font-family: "BOOKOS";
src: url('fonts/BOOKOS.TTF') format('truetype');
}


@font-face {
font-family: "BOOKOSBI";
src: url('fonts/BOOKOSBI.TTF') format('truetype');
}


@font-face {
font-family: "SCRIPTBL";
src: url('fonts/SCRIPTBL.TTF') format('truetype');
}


@font-face {
font-family: "RAGE";
src: url('fonts/RAGE.TTF') format('truetype');
}

@font-face {
font-family: "AdobeHebrew-Bold";
src: url('fonts/AdobeHebrew-Bold.otf') format('truetype');
}



@font-face {
font-family: "HattenFont";
src: url('fonts/HATTEN.TTF') format('truetype');
}


@font-face {
font-family: "GothicFont";
src: url('fonts/GOTHIC.TTF') format('truetype');
}


@font-face {
font-family: "kalinga";
src: url('fonts/kalinga.ttf') format('truetype');
}



body{
	background-image: url('img/bg.png');
	background-repeat: repeat-x;
	background-color: #90ABB6;
	color: #4B494E;
	font-size: 100%; /*Base font size is 14px*/
	font-family: "kalinga", 'Lucida Sans Unicode';
	line-height: 1.5;
	text-align: left;
}

#body_content_division_c {
	margin:0px 0px 0px 0px;
	width:100%;
	/*height: auto;*/
	border: 0px solid #EAB404;
	background: linear-gradient(#FFFFFF, #FFFFFF, #FFFFFF);
	/*background: #F7D436;*/
	float: left;
	padding: 0px 0px;
	border-bottom: 0px solid #FC7019;
	/*box-shadow: 0px 4px 5px -3px #888;*/
	
	display: fixed;
	overflow: hidden;
	min-height: 100%;
	height: auto !important;	
}


.enclosurepages {
	width: 310px;
	height: auto;
	float: center;
	background-color: transparent;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 50px 0px;
	border: 2px solid #1C8BB9;
	font-size:15px;
	color: #1C8BB9;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;			
	overflow: auto;
}

.dashbclosure {
	width: 30%;
	height: auto;
	float: left;
	background-color: transparent;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 10px;	
	text-align: center;
	padding: 6px 0px;
	border: 2px solid #EAB404;
	font-size:15px;
	color: #FF5733;
	border-radius: 5px;
	display: inline-block;	
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;			
	overflow: auto;
}
p.h1class_c {
	font: 20px "kalinga", Arial, Helvetica, Geneva, sans-serif;
	/*font-weight: bold;*/
	/*color:#C64D14;*/
	color:#01ABAB;
	margin:0;
	text-align: left;
    padding:0;
	line-height: 50px;
}

p.h1class_c a {
	
	color:#01ABAB;
}

.systemmsgerror {
	width: 80%;
	height: auto;
	float: center;
	background-color: #FFE4C6;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 3px 3px;
	border: 2px solid #FF5733;
	font-size:15px;
	color: #FF5733;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;		
	
}


.successmsg2 {
	width: 80%;
	height: auto;
	float: center;
	background-color: transparent;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 3px 3px;
	border: 2px solid #3B60FF;
	font-size:15px;
	color: #3B60FF;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;		
	
}




/*HOMEPAGE SLIDER STARTS HERE*/

.mySlides {display:none}





/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
/*  position: relative;*/
  margin: auto;
}

/* Caption text */
.text {
  color: #E28989;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #79FFFC;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
	text-shadow: 0 -2px 0 #555555; 
}

/* The dots/bullets/indicators */
.dot {
  height: 18px;
  width: 18px;
 line-height: 18px; 
  margin: 0 2px;
 
  
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot > a {
   color: #FFFFFF;
  font-size: 12px;

}

.active {
  background-color: #E28989;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


/*HOMEPAGE SLIDER ENDS HERE*/

a {
	text-decoration: none;
	
}
a: link, a:visited {
	color: #CF5C3F;
	
	
}

a: hover, a:active {
	background-color: #CF5C3F;
	color: #FFF;
}

.body {
	margin: 0 auto;
	width: 90%;
	clear: both;
	
}

.mainHeader img {
	width: 100px;
	height: auto;
	margin: 2% 0;	
}


.mainHeader_media nav {
	display: none;
}

.mainHeader_nonemedia {
	height: auto;
	width: 100%;		
}


.mainHeader_nonemedia nav {
	float: left;
	/*background-color: #C4FDFF; this is the previous bg*/
	background-color: #79FFFC;	
	height: 45px;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
	font-size: 120%;
	display: inline;
}
.mainHeader_nonemedia nav ul {
	list-style: none;
	margin: 0 auto;
/*  display: inline;*/
	
}

.mainHeader_nonemedia nav ul li{
	float: left;
/*	display: inline;

*/
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.mainHeader_nonemedia nav a:link, .mainHeader_nonemedia nav a:visited {
	color: #607479;
	display: inline-block;
	padding: 10px 25px;
	height: 25px;
	
}

.mainHeader_nonemedia nav a:hover, .mainHeader_nonemedia nav a:active, 
.mainHeader_nonemedia nav .active a:link, .mainHeader_nonemedia nav .active a:visited {
	background-color: #E18888;
	color: #ffffff;
	text-shadow: none;
}


.mainHeader_nonemedia nav ul li a {
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;		
	
}

.mainContent {
	line-height: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;		
/*background-color: #666;*/
height: auto;
clear: both;


}


.content {
	width: 70%;
	float: left;
}


.content img{
	width: 100%;

text-align: left;
		
}

.content h2 {
color: #66C1AB;
}

/*Feedback form inside content class*/

.FormContent {
	width: 100%;
	height: auto;
	float: left;
	background-color: #fff;
	
	
}

.FormContentsmall {
	width: 100%;
	height: auto;
	float: left;
	background-color: #fff;
	margin: 1% 0;
	
}


.FormContentmedium {
	width: 100%;
	height: auto;
	float: left;
	background-color: #fff;
	margin: 1% 0;
	
}
.FormContentbig {
	width: 100%;
	height: auto;
	float: left;
	background-color: #fff;
	margin: 1% 0;
	text-align: center;
}

.FormContentbigtop {
	width: 100%;
	height: auto;
	float: left;
	background-color: #CEFB84;
	margin: 1% 0;
	text-align: center;
	
	border: 2px solid #FCBC4C;
	color: #0000000;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;		
	
}

#inputboxClass {
  width: 55%;
  height: auto;
  font-size: 18px;
  font-family: "kalinga", 'Lucida Sans Unicode';
}

#selectbox {
  width: auto;
  height: auto;
  font-size: 18px;
  font-family: "kalinga", 'Lucida Sans Unicode';
}


#textareaClass {
  width: 90%;
  height: 60px;
  font-size: 18px;
  font-family: "kalinga", 'Lucida Sans Unicode';  
}



#savebtn{
    width: auto;
    height:30px;
	font-size: 20.0px;
    cursor:pointer;
    background-color:#E18888;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;	
-webkit-appearance: none;	
	
}

#savebtn:hover {
  background: #FD971E;
  color: #F2F2F2;
  }
  
#savebtn:disabled
{
background-color:gray;
color:#ffffff;
} 


/*LOGIN DIV*/

.loginenclosure {
	width: 310px;
	height: auto;
	float: center;
	background-color: transparent;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 50px 0px;
	border: 2px solid #FF5733;
	font-size:15px;
	color: #FF5733;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;			
	overflow: auto;
}


.regenclosure {
	width: 320px;
	height: auto;
	float: center;
	background-color: transparent;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px 0px;
	border: 2px solid #FF5733;
	font-size:15px;
	color: #FF5733;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;			
	overflow: auto;
}


.loginobject {
	width: 280px;
	height: auto;
	float: left;
	line-height: 30px;
	background-color: transparent;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	text-align: left;
	border: 0px solid #FF5733;
	font-size:15px;
	color: #FF5733;

}


.loginpadding {
	width: 100%;
	height: auto;
	float: left;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align: center;
	border: 0px solid #FF5733;
	font-size:15px;
	color: #FF5733;
	overflow: hidden;
}

.loginlabel {
	width: 100%;
	height: auto;
	float: left;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	border: 0px solid #FF5733;
	font: 16px "GOTHAM", Arial, Helvetica, Geneva, sans-serif;
	color: #434342;
}

#generic_button {
    height:30px;
	font-size: 15.0px;
    cursor:pointer;
    background-color:#0094C6;
    border:none;
	border-radius: 8px;
	color: #FFFFFF;
}

#generic_button:hover {
    height:30px;
	font-size: 15.0px;
    cursor:pointer;
    background-color:#FF921C;
    border:none;
	border-radius: 8px;
	color: #FFFFFF;
}

#generic_button:disabled {
    height:30px;
	font-size: 15.0px;
    cursor:pointer;
    background-color:#BCBCBC;
    border:none;
	border-radius: 8px;
	color: #FFFFFF;
}


.mainheaderLogo {
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
	background-color: #FFFFFF;
	float: left;
	margin: 1% 0;
	background-image: url('img/headerbg.png');
	background-repeat: repeat-x;
}


.advisorysection {
	width: 100%;
	border-radius: 5px;
	background-color: #FBFFC2;
	float: left;
	margin-top: 10px;
}


.bodycontent {
	width: 100%;
	border-radius: 5px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 10px;		
}


.mainheaderLogoinner {
	width: 15%;
	float: left;


}

.mainheaderLogoinner2 {
	width: 65%;
	float: left;

}

.mainheaderLogoinner2 h2 {
color: #66C1AB;
/*font: "GothicFont", Arial, Helvetica, Geneva, sans-serif;*/
font-family: "BOOKOS", Georgia, Serif;
margin: 1% 0 5px 0;
}


.mainheaderLogoinner2 h3 {
color: #E18888;
font-style: italic;
font-family: "BOOKOSBI", Arial, Helvetica, Geneva, sans-serif;
font-size: 110%;
margin: auto 0 5px 0;
}



#h2class {
color: #66C1AB;
font-family: "BOOKOS", Arial, Helvetica, Geneva, sans-serif;
font-size: 140%;
}

.mainheaderLogoinner3 {
	width: 20%;
	float: left;

}

.mainheaderLogoinner3 h2 {
color: #E18888;
text-align: center;
font-size: 120%;
}

.mainheaderLogoinner  img {

	width: 100px;
	height: auto;
	margin: 2% 0;
}

.topcontent {
	background-color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;	
	padding: 3% 5%;
	margin-top: 2%;
	height: auto;
	clear: both;
	overflow: hidden;
}

.topcontent h1 {
line-height: 1;	
color: #00CCCC;
font-size: 230%;
}

.topcontent h2 {
line-height: 1;	
color: #00CCCC;
font-size: 160%;
}


.topcontent h3 {
color: #E18888;
font-style: italic;
}

.topcontent img {
	width: 100%;
	height: auto;
	
}

.bottomcontent {
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;	
	padding: 3% 5%;
	margin-top: 2%;	
	
}
.bottomcontent h2{
font-size: 160%;
color: #00CCCC;
}
.top-sidebar {
	width: 21%;
	float: left;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;	
	margin: 1.5% 0 0 3%;	
	padding: 2% 3%;
}

.post-info {
	font-style: italic;
	color: #999;
	font-size: 90%;
	
}

.middle-sidebar {
	width: 21%;
	float: left;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
	/*margin-left: 3%;
	margin-bottom: 2%;		*/
	margin: 1.5% 0 0 3%;	
	padding: 2% 3%;	

}

.top-sidebar h2, .middle-sidebar h2, .bottom-sidebar  h2 {
color: #00CCCC;
font-size: 160%;
}


.bottom-sidebar {
	width: 21%;
	float: left;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;	
	margin: 1.5% 0 0 3%;	
	padding: 2% 3%;	
}


.mainFooter {
	width: 100%;
	height: 40px;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;	
	background-color: #666;

	margin: 1% 0;

}

.mainFooter p {
	width: 92%;
	height: auto;
	margin: 10px auto;
	color: #fff;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


@media only screen and (min-width: 150px) and (max-width: 600px)
{


	.dashbclosure {
		width: 80%;
		height: auto;
		float: center;
		background-color: transparent;
		margin-top: 10px;
		margin-left: 10%;
		margin-right: 10%;
		margin-bottom: 10px;	
		text-align: center;
		padding: 6px 0px;
		border: 2px solid #EAB404;
		font-size:15px;
		color: #FF5733;
		border-radius: 5px; 
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;			
		overflow: auto;
	}
	
	.body {
	width: 90%;
	font-size: 95%;
	
	}
	

	
	.mainHeader_nonemedia nav {
		display: none;
	}
	

	
	.mainHeader_media {
		height: 45px;
		width: 100%;
		float: left;
		
	}	
	
	.mainHeader_media img{
		width: auto;
		margin: 0 0 0 0;
		
	}	
	.mainHeader_media nav{
	float: left;
	/*background-color: #C4FDFF; this is the previous bg*/
	background-color: #79FFFC;	
	height: 45px;
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
	font-size: 120%;
	display: inline;	

	}
	.mainHeader_media nav ul{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	
	
	}

	.mainHeader_media nav ul li{
	width: 100%;
	text-align: left;
	display: inline-block;
	position: relative;
	
		padding: 10px 5%;
		height: 20px;
		display: block;	
		/*
	background-image: url('img/menu.png');
	background-repeat: no-repeat;		*/
	}


	
	
	.mainHeader_media nav a:link, .mainHeader_media nav a:visited {
	color: #DDDDDD;
	width: 100%;
	text-shadow: 0 -1px 0 #000;
	}
	

	/*second nav*/
	.mainHeader_media nav ul li:hover ul {
	  display: block;
	  opacity: 1;
	  visibility: visible;
	  width: 100%;
	  position: absolute;
	  

	}

	.mainHeader_media nav ul li ul {
	  padding: 0;
	  position: absolute;
	  top: 40px;
	  left: 0;
	  width: 100%;
	  visibility: hidden;

	}
	.mainHeader_media nav ul li ul li { 
		background: #555; 
		display: inline-block;
		color: #fff;
		text-shadow: 0 -1px 0 #000;	  
		width: 81%;
		padding: 10px 5%;
		height: 20px;
		text-align: left;
		line-height: 20px;	
		position: relative;
		border-bottom: 2px solid #BCFFA9;
		
		
/*	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;		*/
		
	}	

	
	.mainHeader_media nav ul li ul li:hover{
	display: block;
	visibility: visible;
	background-color: #FFA68A;
	position: relative;	
		  
	}
	
	#spanproperties {
		
		background-color: #F77979;
		border-radius: 5px;
		-moz-border-radius: 5px;	
		-webkit-border-radius: 5px;	
		color: #FFFFFF;

	}



	.mainheaderLogoinner {
		width: 20%;
		float: left;
	}
	
	.mainheaderLogoinner  img {
	height: auto;
    margin: 0 0 0 10px;
    width: 70px;
	}


	.mainheaderLogoinner2 {
		width: 60%;
		float: right;
	}



	.mainheaderLogoinner3 {
		width: 100%;
		float: left;
		display: none;

	}



	.content {
		width: 100%;
		float: left;
		margin-top: 1%;	
	}


	.post-info {
	display: none;	
	}

	#h2class {
	color: #66C1AB;
	font-family: "BOOKOS", Arial, Helvetica, Geneva, sans-serif;
	font-size: 90%;
	}	
	

	.mainheaderLogo {
		width: 100%;
		
		float: left;
		margin: 3% 0 3% 0;

	}	
	
	
	.mainheaderLogoinner2 h3 {
	color: #E18888;
	font-style: italic;
	font-family: "BOOKOSBI", Arial, Helvetica, Geneva, sans-serif;
	font-size: 70%;
	margin: auto 0 5px 0;
	}

	.topcontent h1 {
	line-height: 1;	
	color: #00CCCC;
	font-size: 150%;
	}
	
	.topcontent h2 {
	line-height: 1;	
	color: #00CCCC;
	font-size: 150%;
	}
	
	.topcontent {
		background-color: #fff;
		border-radius: 3px;
		-moz-border-radius: 3px;	
		-webkit-border-radius: 3px;	
		padding: 3% 5%;
		margin-top: 2%;

	}

	.bottomcontent {
		margin-top: 3%;
	}

	.top-sidebar h2, .middle-sidebar h2, .topcontent h1, .bottomcontent h2, .bottom-sidebar  h2 {
	color: #00CCCC;
	font-size: 150%;
	}

	.top-sidebar {
		width: 90%;
		margin: 3% 0 1% 0;	
		padding: 3% 5%;
	}

	.middle-sidebar, .bottom-sidebar {
		width: 90%;
		margin: 2% 0 1% 0;	
		padding: 3% 5%;
	}


	.mainFooter {
		width: 100%;
		height: auto;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;	
		-webkit-border-radius: 5px;	
		background-color: #666;

		margin: 2% 0;

	}


	.FormContent {
	width: 100%;
	height: auto;
	vertical-align: middle;
	background-color: #fff;


	}	
	
	
	.FormContentsmall {
		width: 100%;
		height: auto;
		float: left;
		background-color: #fff;
		
		
	}


	.FormContentmedium {
		width: 100%;
		height: auto;
		float: left;
		background-color: #fff;
		
		
	}		
	
	#inputboxClass {
	  width: 95%;
	  height: auto;
	}

	#textareaClass {
	  width: 100%;
	  height: 150px;
	}	
	
}


