/*General Page Layout of Basic Site*/ 

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;	
	height: 100%;
	height: auto;
    background: rgb(76,76,76); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(17,17,17,1) 60%, rgba(0,0,0,1) 69%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(69%,rgba(0,0,0,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(17,17,17,1) 60%,rgba(0,0,0,1) 69%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(17,17,17,1) 60%,rgba(0,0,0,1) 69%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(17,17,17,1) 60%,rgba(0,0,0,1) 69%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
background: linear-gradient(45deg, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(17,17,17,1) 60%,rgba(0,0,0,1) 69%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}



#wrapper {
	width: 839px;
	background-color: #fff;
	padding-bottom: 20px;
	margin: 0 auto;
	text-align: left;		
}

#main {
	width: 839px;
	top: -20px;		
	background-color: #fff;	
	position: relative;			
	}		

#col1 {
	width: 145px;
	margin: 0px;
	float: left;
	padding-left: 5px;	
	top: 0px;
	left: 0px;
	text-align: left;
	position: absolute;	
	height: auto;
	height: 100%;
	min-height: 400px;	
	}		

#col2 {
	width: 652px;
	left: 170px;	
	top: 2px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 10px;		
	background-color: #ffffff;
	border-left: 2px solid #cccccc;
	position: relative;	
	height: auto;
	height: 100%;
	min-height: 400px;		
	}
	
#col2 ul {
    margin-top: -3px;
	}
	
#col2 li {
	list-style-type: square;
	margin-top: 4px;
	margin-bottom: 4px;
	list-style-position: outside;
	}
	
#content {    
	width: 650px;
	background-color: #fff;	
	padding-top: 5px;
	padding-bottom: 20px;
	height: auto;
	height: 100%;
	min-height: 400px;	
	position: relative;
	}
	
#masthead {
	height: 163px;
	width: 839px;
	padding: 0px;
	margin: 0px;
	top: 0px;	
	border-width: 0px;	
	left: 0px;
	text-align: center;	
}

#footer {
	width: 810px;
	height: 140px;
	border-top: 2px solid #000000;	
	background-color:#fff;
	text-align: center;
	position: relative;	
	margin: 0 auto	 
	}
	
#footer a:link, #footer a:visited, #footer a:active {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

#footer ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-left: 40px;	
	padding-top: 10px;
	margin-left: 0;		
	list-style: none;		
}

#footer li{
	list-style: none;	
	display: inline;
	padding-right: 20px;		
}

#footer a:link, #footer a:visited, #footer a:active {
    color: #033771;	
	list-style-type: none;	
	display: inline;
	text-decoration: none;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	}
	
#footer a:hover {
	color: #F61B22;
	list-style-type: none;
	display: inline;
	text-decoration: none;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}




p {
	font-size: 13px;
	color: #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;	
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;	
	letter-spacing: 0.4px;	
}


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

.textsmb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.textsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

a.textsm-l:link, a.textsm-l:visited, a.textsm-l:active {
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
}
a.textsm-l:hover {
	color: #000000;
	font-weight: bold;	
}

.text-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #000000;
}


.text-bold14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #482A34;
}

/*Link Styles*/

a:link, a:visited, a:active {
	color: #0f5696;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
a:hover {
	color: #000000;
	font-weight: bold;
}

a.black-l:link, a.black-l:visited, a.black-l:active {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
a.black-l:hover {
	color: #000000;
	font-weight: bold;
}

a.white-l:link, a.white-l:visited, a.white-l:active {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
a.white-l:hover {
	color: #000000;
	font-weight: bold;
}

a.eck-l:link, a.eck-l:visited, a.eck-l:active {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a.ecl-l:hover {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}


/*Header Tag Styles*/

h1 {
	color: #482A34;
	font-size: 17px;
	font-weight: bold;	
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;		
	}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #482A34;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 15px;	
	height: 28px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #482A34;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 35px;
	margin: 0px;
}

/*Navigation Styles*/

	
#nav {
    width: 155px;	
	padding-bottom: 20px;
	}
	
	
#nav ul{
	font: bold 12px arial;
	padding-left: 0;	
	margin-left: 0;
	height: 15px;	
	list-style: none;	
}

#nav li{
	list-style: none;
	line-height: 30px;
	display: block;	
	border-bottom: 2px solid #ffffff;
}

#nav a:link, #nav a:visited, #nav a:active {
	color: #ffffff;
	background-color: #000;
	display: block;
	}
	
#nav a:hover {
    color: #000000;
	background-color: #ffffff;
	display: block;	
	}	

html>body .col1 ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
	

#nav ul ul{
	font: bold 12px arial;
	padding-left: 0;	
	margin-left: 0;
	height: 20px;	
	list-style: none;	
}

#nav li li{
	list-style: none;
	line-height: 40px;
	display: block;	
	border-bottom: 2px solid #000000;
}

#navlist ul ul li a {
    color: #000000;
	background-color: #AD6B15;	
	display: block;
	}
	
#navlist ul ul li a:hover {
    color: #ffffff;
	background-color: #000000;
	display: block;	
	}	


#topnav {	
	text-align: right;
	background-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 55px;	
   }

#topnav ul{
	font: bold 11px arial;
	padding-left: 0;	
	margin-left: 0;		
	list-style: none;	
}

#topnav li{
	list-style: none;	
	display: inline;
	padding-right: 20px;	
}

#topnav a:link, #topnav a:visited, #topnav a:active {
    color: #ffffff;	
	list-style-type: none;	
	display: inline;
	text-decoration: none;
	padding: 5px;
	}
	
#topnav a:hover {
    color: #ffffff;
	background-color: #0f5696;
	list-style-type: none;
	display: inline;
	text-decoration: none;
	padding: 5px;	
	}	
	

