@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/background-repeat.gif) repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#main-tbl {
	background: #fff;
}
.italic-grey {
	font-size: 11px;
	font-style: italic;
	color: #999;
	padding-right: 10px;
}
.italic-grey sup {
	font-size: 60%;
}
.up-search {
	padding: 2px;
	border: 1px solid #999;
}
#left-nav {
	 vertical-align: top;
	 border-top: 1px solid #999;
	 border-bottom: 1px solid #999;
	 text-align: right;
	 font-size: 0.70em;
	 padding-top: 3px;
}
.left-nav {
	padding: 0.30em 0;
}
.left-nav a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}
.left-nav a:hover {
	color: #FF6633;
}
.left-nav-title {
	padding: 0.30em 0;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #999;
	text-align: center;
}
.left-nav-title a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}
.left-nav-title a:hover {
	color: #FF6633;
}
	
.left-current {
	color: #FF6633 !important;
}
.left-divider {
	margin-top: 2px;
	padding-bottom: 3px;
	border-top: 1px solid #999;
}
.left-image {
	padding: 6px 0;
}
.left-image img {
	border: 1px solid #999;
}
.zip-search {
	font-size: 0.70em;
	color: #666;
	font-weight: bold;
	text-align: center;
	border: 1px solid #999;
	padding: 3px;
}
.file-links {
	font-size: 0.70em;
	font-weight: bold;
	color: #666;
}
.file-links img {
	vertical-align: middle;
}
.meet-team {
	font-size: 0.70em;
	font-weight: bold;
	color: #666;
	text-align: center;
}
.content {
	font-size: 0.75em;
	color: #666;
	vertical-align: top;
	
	text-align: left !important;
	
}
.content2 {
	font-size: 0.75em;
	color: #666;
	vertical-align: top;
	padding-top: 2px;
	text-align: left !important;
	
}
.content2 h2 {
	font-size: 18px;
}
.content-info {
	line-height: 20px;
	border: 1px solid #D8D9DA;;
	margin-top: 10px;
	padding: 10px;
	font-weight: bold;
}
.content-info h2 {
	padding-bottom: 5px;
	margin-right: 5px;
	border-bottom: 1px solid #999;
	
}
.content-info p {
	padding: 5px 10px 10px 0px;
}
.content-right {
	vertical-align: top;
	padding: 20px 10px 10px;
	border-left: 1px dotted #999;
	text-align: center;
	font-weight: bold;
}
.email-news {
	background: #D8D9DA;
	font-size: 0.70em;
	
}
.left-vert-divider {
	border-right: 1px solid #000;
	width: 5px;
}
ul.front-lists {
	
	margin: 0;
	padding: 0;
	margin-left: 16px;
}
ol.front-ordered-lists {
	
	margin: 0;
	padding: 0;
	margin-left: 16px;
}
#page_content {
	border: 1px solid #D8D9DA;
	margin-top: 10px;
	 height: 520px;
	 overflow: scroll;
	 padding: 10px;
	 line-height: 22px;
	
}
#page_content ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 40px;
}
#page_content ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 40px;
}
#page_content h2 {
	padding-bottom: 5px;
	margin-right: 5px;
	border-bottom: 1px solid #999;
}
#page_content h3 {
	color: #1B75B0;
	padding: 5px 0;
}
#page_content h4 {
	padding: 5px 0;
	color: #333;
}
#page_content h5 {
}
#page_content a {
	text-decoration: none;
	color: #1B75B0;
}
#page_content p {
	padding: 5px 0;
}
#marketing-menu {
	font-size: 0.85em;
	text-align: center;
	line-height: normal;
	border-collapse: collapse;
}
#marketing-menu a:link {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}
#marketing-menu a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}
#marketing-menu a:hover {
	color: #ff6633;
}
#marketing-menu td {
	
	padding-bottom: 3px;
}
.learn-more-links a {
	 color: #e3771b;
	 text-decoration: none;
}
.learn-more-links a:visited {
	 color: #e3771b;
	 text-deocration: none;
}
.search-results ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
	margin-left: 40px;
}

.footer {
	text-align: center;
	font-weight: bold;
	font-size: 0.75em;
	color: #fff;
	background: url("../images/footer-bkgrd.png") repeat-x;
	height: 28px;
}