* {margin:0px; padding:0px; border:none;}
img {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	text-align: left;
}
a {color:#86c041; text-decoration:underline;}
a:hover {color:#182c83;}
p {line-height:18px; margin-bottom:10px;}

body {
	background:url(../images/bg.png) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2b2b2b;
	margin:0 auto;
}

h1 {
	font-size:2.5em;
	color:#182c83;
	margin-bottom:10px;
	font-weight:normal;
}

h2 {
	font-size:2em;
	color:#66cc00;
	margin-bottom: 10px;
    margin-top: 5px;
	font-weight:normal;
}

h3 {
	font-size:1.5em;
	color:#182c83;
	margin-bottom:10px;
	font-weight:normal;
}

.left {float:left;}
.right {float:right;}
.centerTxt {text-align:center;}
.smallTxt {font-size:12px;}
.boldTxt {font-weight:bold;}
.margin_top5 {margin-top:5px;}
.margin_top10 {margin-top:10px;}
.margin_bottom5 {margin-bottom:5px;}
.margin_bottom10 {margin-bottom:10px;}
.hide{display:none;}
.show{display:block;}
.clear {clear:both;}

#wrapper {
	width:900px;
	height:auto;
	background:#fff;
	padding:0 30px 30px;
	margin:30px auto;
	border-radius:10px;
	box-shadow:1px 1px 5px 2px #ccc;
}

/***************************************************
			  // Header Sec //
***************************************************/
header {
	width:900px;
	height:115px;
}

.logo {
	float:left;
	margin-top:27px;
}

nav {
	float:right;
}

nav ul li {
	list-style:none;
	float:left;
	background:url(../images/nav_dotted.png) no-repeat right 92px;
}

nav ul li:last-child {
	background:none;
}

nav ul li a {
	
	display:inline-block;
	padding:95px 12px 10px;
	float:left;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}

nav ul li:hover a, nav ul li.active a {
	color:#182c83;
	background:#94C955;
}
/***************************************************
			  // End Header Sec //
***************************************************/

/***************************************************
			  // Content Sec //
***************************************************/
#banner_sec {
	width:100%;
	height:auto;
	margin-top:20px;
}

.content_sec {
	width:900px;
	height:auto;
	margin-top:20px;
	display:inline-block;
}

.con_left_sec {
	width:600px;
	height:auto;
	float:left;
}

.main {
	width:900px;
	height:auto;
	float:left;
}

.con_right_sec {
	width:270px;
	height:auto;
	float:right;
}

.listing {
	margin:0 50px 10px;
	display:inline-block;
}

.listing li {
	width:240px;
	list-style:none;
	float:left;
	background:url(../images/bullet.png) no-repeat 0px 8px;
	padding:3px 0px 3px 10px;
}



.listing2 {
	margin:10px 0px 20px;
	display:inline-block;
}

.listing2 li {
	width:240px;
	list-style:none;
	float:left;
	background:url(../images/bullet.png) no-repeat 0px 8px;
	padding:3px 20px 3px 10px;
}

.listings li {
	list-style:none;
	float:left;
	background:url(../images/bullet.png) no-repeat 0px 8px;
	padding:3px 0px 3px 10px;
}


.left_img {
	float:left;
	margin-right:10px;
}

.featured_listing {
	margin-bottom:100px;
}

.featured_listing li {
	list-style:none;
}

.featured_listing li a {
	display:block;
	padding:7px 0 7px 20px;
	background:url(../images/arrow.png) no-repeat 0 12px;
	color:#3e3e3e;
	text-decoration:none;
	border-bottom:1px #CBCBCB dotted;
}

.featured_listing li a:hover {
	color:#86C041;
}

.news_sec {
	width:100%;
	height:200px;
	display:inline-block;
	position:relative;
}

.news_logo {
	position:absolute;
	top:-70px;
	left:-12px;
	z-index:1;
}

.news_header_sec {
	width:260px;
	height:auto;
	background:#92c654;
	padding:5px 10px;
	margin-bottom:15px;
	color:#fff;
	text-transform:uppercase;
	z-index:2;
}

.news_listing_sec {
	margin-bottom:1px;
	width:250px;
	height:auto;
	font-size:11px;
	padding:0 10px;
	display:inline-block;
}

.news_listing_left {
	width:75px;
	height:auto;
	float:left;
	margin-right:25px;
}

.news_listing_right {
	width:150px;
	height:auto;
	float:left;
}

.news_listing_right a {
	margin-bottom:3px;
	text-decoration:none;
	display:block;
}

.news_listing_right p {
	line-height:14px;
}

.con_bottom_sec {
	width:900px;
	height:auto;
	margin-top:30px;
	display:inline-block;
}

.con_bottom_listing {
	width:270px;
	height:auto;
	float:left;
	margin-right:40px;
}

.footer_logo {
	text-align:center;
	margin:0 auto 30px auto;
}



 ul.navigationlist {
    list-style:none;
    margin:0 0 0 0;
    padding: 0;
}

 ul li.navigationlist {
    line-height:1.0em;
    margin: .25em 0;
    padding: 0 0 0 15px;
    background:url(../images/weltman-bullet.jpg) no-repeat 0;
}



#wrappercontact { 

width:500px;
margin:30px auto;


}



input, textarea { 
	padding: 2px;
	border: solid 1px #E5E5E5;

	color:#8cc63f;
	width: 220px;
	background: #FFFFFF url('form_background.png') left top repeat-x;/*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
-moz-box-shadow:0 0 8px lightblue;
	-webkit-box-shadow:0 0 8px lightblue;
	box-shadow:0 0 8px lightblue;
}

.form label { 
	margin-left: 21px; 
	color: #333399; 
	}

.submit input {
	width: auto;
	padding: 10px 12px;
	background: #1c3f95;
	font-size: 1.1em;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	}
#form-div { 
background:url(../images/bg.png) repeat;
padding:20px;
-moz-border-radius:12px 12px 12px 12px;
-webkit-border-radius: 12px 12px 12px 12px;

}


a.nav:link {color: #006ebc; text-decoration: underline; font-family: Arial, Century Gothic, Verdana, Helvetica, sans-serif; font-size: 12px; }
a.nav:visited {color: #006ebc; text-decoration: underline;  font-family: Arial, Century Gothic, Verdana, Helvetica, sans-serif; font-size: 12px; }
a.nav:hover {color: #003399; text-decoration: underline; font-family: Arial, Century Gothic, Verdana, Helvetica, sans-serif; font-size: 12px; }
a.nav:active {color: #003399; text-decoration: none;  font-family: Arial, Century Gothic, Verdana, Helvetica, sans-serif; font-size: 12px; }


/* Oranage banner */
.announcement-wrapper {
    background-color: #FD8819;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    width: 100%;
    clear: both;
}
.announcement-wrapper .announcement-body {
    padding: 15px 20px;
}
.announcement-wrapper .announcement-body a,
.announcement-wrapper .announcement-body a:hover,
.announcement-wrapper .announcement-body a:focus{
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
    outline: none;
}

/*Covid-19 popup */
#covid19-popup {    
}
#covid19-popup .covid19-popup-body {
    border: 1px solid #8CC640;
    padding: 30px 40px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
#covid19-popup .covid19-popup-body a,
#covid19-popup .covid19-popup-body a:hover,
#covid19-popup .covid19-popup-body a:focus{
    color: #8CC640;
    text-decoration: none;
    font-weight: bold;
    outline: none;
}
#covid19-popup .covid19-popup-body img {
    display: block;
    margin: 0 auto 25px auto;
    width: 300px;
    height: auto;
}
