body, body * {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	/*font-family: corbel;*/
	font-family: Lato, Helvetica, Arial, sans-serif;
	color: #333;
}

body{
	margin:10px;	
	/*font-family:corbel;*/
	font-family: Lato, Helvetica, Arial, sans-serif;
}

html { 
	background:#666;
	overflow-x:hidden;
	/*position: relative;
	min-height: 100%;*/

 }

.bodybg{
	background-color:#eeeeee;
	padding:10px;
}

.bgw{
	background-color:#FFFFFF;
}



.tit{
	color:#1a8ec9;
	font-size:50px;
	font-weight:bold;
	/*font-family:Emotion Engine;*/
	padding-top:15px;

}
.subtitle{
	color:#e66e08;
	font-size:45px;
	font-weight:bold;
}


.pad0{
	padding:0px;	
}

div#menu {
    top:15px;
    left:0px;
    width:100%;
	background:transparent url(../images/header_bg.gif) repeat-x 0 0;  
}

a{
	/*font-family:corbel;*/
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size:15px;
	
}
a hover {
	color:#0000CC;
	/*color:#1a8ec9;*/
}

.customHeader {
	padding-bottom: 2px;
}
/* ------ Nav bar  ---- */
.customNavBar {
	/*background:transparent url(../images/header_bg.gif) repeat-x 0 0;  */
	/*background-color: #0181A4;*/
	background-color: #1a8ec9;
	color:#fff;
	width:98%;
	
}
.customNavBar  a{
	color:#fff;
}
/*
.nav  a{
	color:#1a8ec9;
}*/
.nav  li  a:hover,
.nav  li  a:focus {
  text-decoration: none;
  background-color: #fff;
  /*font-family:corbel;*/
  font-family: Lato, Helvetica, Arial, sans-serif;
  color:#1a8ec9;
}
.dropdown-menu > li > a {
	/*color:#E97126;*/
}

.dropdown-menu li:hover > a {
    background-color: #E97126;
    color: #FFFFFF;
}

.wellHomeContent {
	background-color:#fff;
	height:52%;
	border: 1px solid #e66e08;
	background-position: right bottom;  
	/*background: url("../images/greyBg.jpg") no-repeat right bottom;;*/
}
.customActiveSideNavBar {
	background-color:#1a8ec9;
	border: 1px solid #ddd;
    border-radius: 8px;
    /*border-bottom: 1px solid #ddd;*/
	padding-top:10px;
	padding-left:15px;
	padding-bottom: 10px;
	/*color:#cc3333;*/
	color: #fff;
	font-size:15px;
	font-family:corbel;
	/*font-weight: bold;*/
}

.customActiveSideNavBar a{
	/*color:#cc3333;*/
	color: #fff;
	font-size:15px;
	text-decoration:none;
	
}
.customActiveSideNavBar a:hover{
	color:#fff;
	
	font-size:15px;
	text-decoration:none;
	
}


.customSideNavBar {
	background-color:#E97126;
	border: 1px solid #ddd;
    border-radius: 8px;
    /*border-bottom: 1px solid #ddd;*/
	padding-top:10px;
	padding-left:15px;
	padding-bottom: 10px;
	/*color:#cc3333;*/
	color: #fff;
	font-size:15px;
	font-family:corbel;
	/*font-weight: bold;*/
}

.customSideNavBar a{
	/*color:#cc3333;*/
	color: #fff;
	font-size:15px;
	text-decoration:none;
	
}
.customSideNavBar a:hover{
	color:#0181A4;
	font-size:15px;
	text-decoration:none;
	
}

/* ------ middle content ---- */

.servicesBg {
	background: url("../images/tempImages/Servicesbg.jpg") 0 3px no-repeat;
}

.newsDiv {
	padding:20px;
	
	border:1px solid #ddd;
	border-radius:10px;
	width:65%;
	
	background: url("../images/tempImages/newsBg2.jpg") 0 2px no-repeat;
	background-size:105%;
	/*
	background-position: right 5px bottom;
	*/
}



.empty
{
	float: left;
	margin-left:5px;
	margin-right:5px;
	width:20px;
	height:25%;
	border-left:dashed 1px #ccc;
	margin-top:25px;
}

.tagLineTitle {
	color:#1a8ec9;
	/*font-family:corbel;*/
	font-style:italic;
	font-weight:bold;
	margin-bottom:0;
	margin-top:10px;
	text-align:center;
	font-size:22px;
	padding:30px 18px 18px;
}

.tagLineAsterisk{
	color:#e66e08;
	font-size:15px;
	padding:5px;
}

.welcomeHeadText
{	/*font-family:corbel;*/
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size:15px; 
	margin-top:20px;
	word-wrap: break-word;
	text-align:justify;
}

.tileSubTitle
{
    text-overflow:ellipsis;
    -ms-text-overflow:ellipsis;
    float: left;
	/*font-family:corbel;	*/
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size:25px; 
	/*font-weight:bold;*/
	color:#cc3333;
	text-align:left;
	/*height:200px;
	width:250px;*/
	margin-left:15px;
	margin-top:25px;
}
.pageTagline {
	font-family:corbel;
	font-size:25px; 	
	color:#1a8ec9;
	text-align:left;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom:15px;
	
	background-position: right; 
	
}
.keyQuote {
	font-family:corbel;
	font-size:18px; 	
	/*color:#1a8ec9;*/
	text-align:left;
	font-weight: bold;
	
	padding-bottom:15px;
	
}

.rss {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.rss li {
  background:  url("../images/icon-rssfeed.gif") 0 3px no-repeat;
  padding: 0 0 8px 25px;
  text-align:left;
}

.checkMark {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.checkMark li {
  background:  url("../images/checkorange.png") 0 2px no-repeat;
  padding: 10 10 15px 30px;
  text-align:left;
}

.pageTitleHeader {
	font-family:corbel;
	font-size:24px; 
	color:#cc3333;
	text-align:left;
	font-weight: bold;

}

.panelSubHeader {
	font-family:corbel;
	font-size:20px; 
	color:#cc3333;
	text-align:left;
	font-weight: bold;

}


.midBlueTitle {
	font-family:corbel;
	font-size:16px; 
	color:#1a8ec9;
	text-align:left;
	font-weight: bold;

}


.panelSubHeaderBorder {
	border-bottom: 1px solid #ddd;
	padding-bottom:15px;

}	
.downloadLink {
	font-family:corbel;
	font-size:16px; 	
	color:#1a8ec9;
}
.panelSMSHeader {
	font-family:corbel;
	font-size:25px; 	
	color:#1a8ec9;
	text-align:left;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom:15px;
	background:  url("../images/ssmbanner_new.png") 0 2px no-repeat;
	background-position: right; 
	
}
.aboutusBg {
	background:  url("../images/aboutUs2.jpg") 0 2px no-repeat;
	background-position: right; 

}

.panelEPETHeader {
	font-family:corbel;
	font-size:25px; 	
	color:1a8ec9#;
	text-align:left;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom:15px;
	background:  url("../images/epet_banner.png") 0 2px no-repeat;
	background-position: right; 
	
}

.panelECAPHeader {
	font-family:corbel;
	font-size:25px; 	
	/*color:#cc3333;*/
	color:#1a8ec9;
	text-align:left;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom:15px;
	background:  url("../images/ecap_banner.png") 0 2px no-repeat;
	background-position: right; 
	
}

.aboutusSubHeader {
	background-color:#cc3333; 
}

.servicesHead
{
	/*
    text-overflow:ellipsis;
    -ms-text-overflow:ellipsis;
	*/
    float: left;
	/*font-family:corbel;	*/
	font-family: serif;
	font-size:20px; 
	
	color:#cc3333;
	text-align:left;
	/*margin-left:15px;
	margin-top:25px;
	*/
}

.small-text {
	font-size: 10px;
	font-style: italic;
}
/* ------------ Footer ------------ */
.copyRightTxt {
	font-size: 11px;
	
}
#lnkfooter a {
	color:blue;
}
/* Add a gray background color and some padding to the footer */
footer {
	background-color: #f2f2f2;
	padding: 25px;
}
/*
.footer a{
	color:#FFFFFF;	
}
*/

