@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000;
	background-image:url(../img/enc-body-bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	background-attachment:fixed;
}
a {
	color:#006598;
	text-decoration:underline;
	outline: 0;
	font-family:Times, "Times New Roman", serif;
	font-style:italic;
}
a:hover {
	color:#01486c;
	text-decoration:none;
}
h1 {	font-family: 'Playfair Display', serif;
	color:#005e93;
	font-weight:700;
	font-size:29px;
	margin:0 0 20px 0;
}
h3 {	font-family: 'Playfair Display', serif;
	color:#005e93;
	font-weight:700;
	font-size:20px;
	margin:0 0 0 0;
}
ul {	
	margin:0 0 0 -20px;
	
}
#wrap {
	width:1002px;
	padding:2px;
	margin:15px auto 20px auto;
	background:#fff;
}
#header {
	border-top:7px solid #72814a;
	height:160px;
	width:1002px;
	position:relative;
}
#header .logo {
	position:absolute;
	top:20px;
	left:60px;
	width:213px;
	height:126px;
}
#header .header-sales {
	position:absolute;
	top:50px;
	left:360px;
}
#nav {
	width:1002px;
	background-image:url(../img/enc-nav-bg.jpg);
	background-repeat:repeat-x;
}
#nav-wrapper {
	margin: 0 0 0 58px;
}
#nav ul {
	margin:0;
	padding:0;
}
#nav li {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#nav a {
	line-height:44px;
	font-size:17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	font-style:normal;
	padding:0 12px;
	display:block;
	background-image:url(../img/tss-nav-divider-bg.gif);
	background-repeat:repeat-y;
	background-position:left top;
}
#nav a:hover {
	background-color:#72814a;
}
#home-icon {
	background-image:url(../img/enc-nav-home-icon.png) !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	width:32px !important;
	height:45px !important;
}
#home-icon span {
	display:none;
}
#sliders {
	width:1002px;
	height:460px;
	overflow:hidden;
	padding:0;
	margin:0;
}
#mainContent {
	width:861px;
	margin: 41px auto 39px auto;
	text-align:left;
	font-size:17px;
	line-height:25px;
}
.entry-content {
	width:861px;
	margin: 0 0 40px 0;
}
#four-footers {
	width:861px;
	font-size:15px;
	line-height:18px;
}
#four-footers p {
	margin: 0 0 15px 0;
}
#sponsors {
	width:861px;
	margin: 0;
	padding:0;
	text-align:left;
}
#sponsors ul {
	margin:0;
	padding:0;
}
#sponsors li {
	list-style:none;
	float:left;
	margin:0 17px 0 0;
	padding:17px 17px 17px 0;
	border-right: 1px solid #c0c3c7;
}
#sponsors .last {
	border-right: none;	
}
#outer-footer {
	width:1002px;
	margin:30px auto;
	padding:0;
	text-align:center;
	color:#72814a;
	font-size:17px;
	line-height:30px;
}
#outer-footer a {
	color:#72814a;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
#outer-footer a:hover {
	color:#75a8da;
}
.subhead {	font-family: 'Playfair Display', serif;font-weight:700;
	font-size:22px;
	color:#72814a;
}
.Noto-Sans {	font-family: 'Playfair Display', serif;}
.green {
	color:#24ad37;
}
.dark-green {
	color:#72814a;
}
.blue {
	color:#006598;
}
.dark-blue {
	color:#01486c;
}
.light-blue {
	color:#75a8da;
}
img.alignleft {
	float:left;
	margin: 10px 24px 10px 0;
}
img.alignright {
	float:right;
	margin: 10px 0 10px 24px;
}
.small-type {
	font-size:15px;
}
.img-border {
	border: 1px solid #000;
}
.important {
	color:#72814a;
	font-weight:bold;
}


/*---- forms ---- */

    #contact-form   {
        width: 600px;
        float: left;
        font-size: 15px;
    }

    #contact-form textarea  {
        border: 1px solid #999999;
        resize: none;
    }

    .input-class    {
        width: 500px;
        height: 20px;
        border: 1px solid #999999;
        margin-bottom: 5px;
    }
	
/* ------- Fluid Columns ------- */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:23%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:2%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}