@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/


  @font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans');
}

  
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	width:100%;
	display: block;
}

#logo1 {
width:100%;
	display: block;


}
#main {
	clear: both;
	margin:0 auto;
	width:100%;
	display: block;
	overflow: hidden;
	height:auto;
	background-color:#FFF;
border-top-left-radius:5px;
border-top-right-radius:5px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
border:1px solid #e8e8e8;

}
#toptext {
	clear: both;
	display: block;
	width:100%;
padding:10px 0px 5px 5px
	
}
#separetor {
	clear: both;
	width: 100%;
	display: block;
background-image: url(../../images/line-separetor.jpg); height:17px;

	
}
#username {
	clear: both;
	width: 90%;
	display: block;
	margin:0 auto;
	padding-top:8px;
	-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
	
}
#password {
	clear: both;
	width: 90%;
	display: block;
	margin:0 auto;
	padding-top:8px;
	-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
#forgot {
	clear: both;
	float: right;
	width:52%;
	display: block;
	padding-top:20px;
  font-family:'calibri', arial; color:#25905b; font-size:14px;
	/*font-weight: bold;*/
}
#lognbtn {
	clear: both;
	width: 100%;
	display: block;
	margin:0 auto;
	padding:10px 10px 10px 0px;
}
#bottom {
width: 100%;
	height:45px;
	display: block;
	background-color:#494949;
	margin-top:10px;
}
#help {
clear: both;
	width: 90%;
	display: block;
	margin:0 auto;
	padding-top:8px;
}
#copyright {
	clear: both;
	margin:0 auto;
	width: 100%;
	display: block;
	padding-top:5px;
	text-align:center;
	
}
.text {

font-family:'Open Sans', arial; font-size:14px; color:#007739;
}
.text span { 
   font-family:'Open Sans', arial; font-size:18px; color:#404341;
}


.needhelp{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#efefef; }

.email{font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#27985d; font-weight:bold; }

.emailtext{font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#efefef; }

.copyright{font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#9b9b9b;}


.tb{
	background-image:url(../../images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #cacaca;
	width:100%; height:32px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif; font-size:12px;

}



.push_button {
	position: relative;
	width:80%;
	height:35px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:35px;
	font-family:'Open Sans', arial; font-size:16px; color:#fff;
	display: block;
	margin:0 auto;

}


.blue {
	text-shadow:-1px -1px 0 #2C7982;
	background: #0c8647;
	border:1px solid #468a67;
	background-image:-webkit-linear-gradient(top, #0c8647, #195737);
	background-image:-moz-linear-gradient(top, #0c8647, #195737);
	background-image:-ms-linear-gradient(top, #0c8647, #195737);
	background-image:-o-linear-gradient(top, #0c8647, #195737);
	background-image:linear-gradient(top, #0c8647, #195737);
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #e0e0e0, 0 4px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #e0e0e0, 0 4px 2px rgba(0, 0, 0, .5);
	box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #e0e0e0, 0 4px 2px rgba(0, 0, 0, .5);
}

.blue:hover {
	background: #195737;
	background-image:-webkit-linear-gradient(top, #195737, #0c8647);
	background-image:-moz-linear-gradient(top, #195737, #0c8647);
	background-image:-ms-linear-gradient(top, #195737, #0c8647);
	background-image:-o-linear-gradient(top, #195737, #0c8647);
	background-image:linear-gradient(top, #195737, #0c8647);
	font-family:'Open Sans', arial; font-size:16px; color:#fff;
}






/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	width:390px;
	display: block;
	margin:0 auto;
	padding-top:50px;
}

#logo1 {
	width:390px;
	display: block;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:50px;


}


#main {
	clear: both;
	margin:0 auto;
	width:390px;
	display: block;
	overflow: hidden;
	height:auto;
	background-color:#FFF;
border-top-left-radius:5px;
border-top-right-radius:5px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
border:1px solid #e8e8e8;

}
#toptext {
		clear: both;
	display: block;
	width:95%;
	padding:20px 0px 5px 20px
	
}
#separetor {
	clear: both;
	width: 100%;
	display: block;
background-image: url(../../images/line-separetor.jpg); height:17px;
	
	
}
#username {

	clear: both;
	width: 92%;
	display: block;
	margin:0 auto;
	padding-top:8px;
	-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;

}
#password {

	clear: both;
	width: 92%;
	display: block;
	margin:0 auto;
	padding-top:8px;
	-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;

}



#password  label .placeholder{

	
	padding-top:300px; font-size:30px;

}

#forgot {
	clear: both;
	float: right;
	width:40%;
	display: block;
	padding-top:20px;
  font-family:'calibri', arial; color:#25905b; font-size:14px;
}
#lognbtn {
	width:85%;
	display: block;
	margin:0 auto;
	padding:10px 0px 10px 20px;
}
#bottom {
width: 100%;
	height:45px;
	display: block;
	background-color:#494949;
	margin-top:50px;
}
#help {
clear: both;
	width: 90%;
	display: block;
	margin:0 auto;
}
#copyright {
	clear: both;
	margin:0 auto;
	width: 80%;
	display: block;
}

.text {

font-family:'Open Sans', arial; font-size:20px; color:#007739;
}

.text span { 
   font-family:'Open Sans', arial; font-size:28px; color:#404341;
}


.needhelp{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#efefef; }

.email{font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#27985d; font-weight:bold; }

.emailtext{font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#efefef; }

.copyright{font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#9b9b9b;}

.tb{
	background-image:url(../../images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #cacaca;
	width:100%; height:32px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif; font-size:15px;

}



.push_button {
	position: relative;
	width:80%;
	height:35px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:35px;
	font-family:'Open Sans', arial; font-size:16px; color:#fff;
	display: block;
	margin:0 auto;

}


.blue {
	text-shadow:-1px -1px 0 #2C7982;
	background: #0c8647;
	border:1px solid #468a67;
	background-image:-webkit-linear-gradient(top, #0c8647, #195737);
	background-image:-moz-linear-gradient(top, #0c8647, #195737);
	background-image:-ms-linear-gradient(top, #0c8647, #195737);
	background-image:-o-linear-gradient(top, #0c8647, #195737);
	background-image:linear-gradient(top, #0c8647, #195737);
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #e0e0e0, 0 4px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #e0e0e0, 0 4px 2px rgba(0, 0, 0, .5);
	box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #e0e0e0, 0 4px 2px rgba(0, 0, 0, .5);
}

.blue:hover {
	background: #195737;
	background-image:-webkit-linear-gradient(top, #195737, #0c8647);
	background-image:-moz-linear-gradient(top, #195737, #0c8647);
	background-image:-ms-linear-gradient(top, #195737, #0c8647);
	background-image:-o-linear-gradient(top, #195737, #0c8647);
	background-image:linear-gradient(top, #195737, #0c8647);
	font-family:'Open Sans', arial; font-size:16px; color:#fff;
}





}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	width:390px;
	display: block;
	margin:0 auto;
	padding-top:50px;

}

#logo1 {
	width:390px;
	display: block;
	margin:0 auto;
	padding-top:100px;
	padding-bottom:30px;


}


#main {
	clear: both;
	margin:0 auto;
	width:390px;
	display: block;
	overflow: hidden;
	height:auto;
	background-color:#FFF;
border-top-left-radius:5px;
border-top-right-radius:5px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
border:1px solid #e8e8e8;


}
#toptext {
	clear: both;
	display: block;
	width:100%;
	padding:20px 0px 5px 20px
	
	

}
#separetor {
	
	display: block;
	background-image: url(../../images/line-separetor.jpg); height:17px;
	background-position:center;
	background-repeat:no-repeat;
	
	

}
#username {

	clear: both;
	width: 92%;
	display: block;
	margin:0 auto;
	padding-top:8px;
	-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;


}

#password {

	clear: both;
	width: 92%;
	display: block;
	margin:0 auto;
	padding-top:8px;
		-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;

}

#password  label .placeholder{

	
	padding-top:300px; font-size:30px;

}
#forgot {
	clear: both;
	float: right;
	width:34%;
	display: block;
	padding:10px 0px 20px 0px;
	font-family:'calibri', arial; color:#25905b; font-size:15px;
	font-weight: bold;
}
#lognbtn {

	width:90%;
	display: block;
	margin:0 auto;
	padding:5px 0px 10px 5px;

}
#bottom {
	width: 100%;
	height:45px;
	display: block;
	background-color:#494949;
	margin-top:40px;


}
#help {
	clear: both;
	width: 95%;
	display: block;
	margin:0 auto;
	padding-top:12px;


}
#copyright {
	clear: both;
	margin:0 auto;
	width: 80%;
	display: block;
	text-align:center;
	padding-top:20px;


}

.text {

font-family:'Open Sans', arial; font-size:22px; color:#007739;
}

.text span { 
   font-family:'Open Sans', arial; font-size:22px; color:#404341;
}

.needhelp{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#efefef; }

.email{font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#27985d; font-weight:bold; }

.emailtext{font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#efefef; }

.copyright{font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#9b9b9b;}

.tb{
	background-image: url(../../images/form_bg.jpg);
	background-repeat: repeat-x;
	border:1px solid #cacaca;
	width:100%; height:32px;
	color:#333333;
	padding:3px 0px 0px 10px;
	margin-right:8px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif; font-size:14px;
	

	
	
	
	
}


.push_button {
	position: relative;
	width:96%;
	height:35px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:35px;
	font-family:'Open Sans', arial; font-size:16px; color:#fff;
	display: block;
	margin:0 auto;

}


.blue {
	text-shadow:-1px -1px 0 #2C7982;
	background: #0c8647;
	border:1px solid #468a67;
	background-image:-webkit-linear-gradient(top, #0c8647, #195737);
	background-image:-moz-linear-gradient(top, #0c8647, #195737);
	background-image:-ms-linear-gradient(top, #0c8647, #195737);
	background-image:-o-linear-gradient(top, #0c8647, #195737);
	background-image:linear-gradient(top, #0c8647, #195737);
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #e0e0e0, 0 4px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #e0e0e0, 0 4px 2px rgba(0, 0, 0, .5);
	box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #e0e0e0, 0 4px 2px rgba(0, 0, 0, .5);
}

.blue:hover {
	background: #195737;
	background-image:-webkit-linear-gradient(top, #195737, #0c8647);
	background-image:-moz-linear-gradient(top, #195737, #0c8647);
	background-image:-ms-linear-gradient(top, #195737, #0c8647);
	background-image:-o-linear-gradient(top, #195737, #0c8647);
	background-image:linear-gradient(top, #195737, #0c8647);
	font-family:'Open Sans', arial; font-size:16px; color:#fff;
}






}



.toptextopensans{font-family:'Open Sans', arial; font-size:28px; color:#404341;}

.greentextopensans{font-family:'Open Sans', arial; font-size:20px; color:#007739;}

.usernamefield{width:100%; height:39px; border:1px solid #c8c8c8; color:#a3a2a2; background-image:url(images/email.JPG); background-position:right 10px ; background-repeat:no-repeat; font-size:16px; font-family:Arial, Helvetica, sans-serif;}

.passnamefield{width:100%; height:39px; border:1px solid #c8c8c8; color:#a3a2a2;  background-image:url(images/key.JPG); background-position:right 10px ; background-repeat:no-repeat; font-size:16px; font-family:Arial, Helvetica, sans-serif; }

.needhelp{font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#27985d; font-weight:bold;}

.emailtext{font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#efefef; }

#lbtext{ font-family:Arial, Helvetica, sans-serif; arial; font-size:13px; color:#5a5959;margin-left: 25px;
    margin-top: 20px; font-weight:bold;}
#pwtext{ font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#5a5959; margin-left: 25px;
    margin-top: 20px; font-weight:bold;}
.txtfields{
/*background-image:url(../../images/form_bg.jpg);*/
	background-repeat:repeat-x;

	height:25px;
	color:#333333;
	padding:3px;
	border: 1px solid #d6d6d6; 
	border-left: 4px solid #8b8b8b;
    

	}