/*
Theme Name: State Health Information Exchange
Theme URI: http://www.shie.com
Description: A theme by <a href="http://geographicalmedia.com">Geographical Media</a>.
Version: 1.0
Author: Joshua Perina
Author URI: http://geographicalmedia.com

*/.CleanTable 
{
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
.CleanTable td { padding: 0; }

body {
	font: normal 13px Arial;
	line-height: 20px;
	color: #333333;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
}
a img { border: 0; }
a {
	color: #0055a5;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}
a:visited {
	color: #0055a5;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
p {
	padding: 0px 0px 5px;
	margin: 0px 0 20px 0;
}
h1 {
	margin:0px;
	font: normal 34px Arial;
	color: #c9eefe;
}
h1 a{
	color: #0055a5;
	text-decoration: none;
}
h1 a:visited{
	color: #0055a5;
	text-decoration: none;
}
h1 a:hover{
	color: #000;
	text-decoration: none;
}
h2 {
	color: #666;
	margin: 0px 0px 2px;
	font: normal 24px Arial;
	padding-bottom: 3px;
}
h3 a, h3 a:visited {
	color: #0055a5;
	text-decoration: none;
}
h3 a:hover {
	color: #000;
	text-decoration: none;
}
h3 {
	font: normal 18px Arial;
	color: #666;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 18px Arial;
	color: #666;
	margin: 10px 0px 5px;
	padding: 10px 0 0 0;
	clear:both;
}
.wikipage { margin-top: -20px; }
.wikipage h2 {
	margin:0px;
	font: normal 30px Arial;
		color: #000000;
}
.wikipage h3 {
	margin:0px;
	font: normal 24px Arial;
		color: #000000;
}
.wikipage h4 {
	margin:0px;
	font: normal 18px Arial;
		color: #000000;
}
.wikipage h5 {
	margin:0px;
	font: normal 16px Arial;
		color: #000000;
}
.wikipage h6 {
	margin:0px;
	font: normal 14px Arial;
		color: #000000;
}
#WikiTOC ul {
    padding: 0 0 0 10px;
    margin: 0;
}

.alignleft {
    float:left;
    margin: 0 10px 10px 0;
}
.alignright {
    float:right;
    margin: 0 0 10px 10px;
}

form {
	margin:0px;
	padding:0px;
}
#page_content {
	background: #FFFFFF:
}

#header_text {
    padding-top: 10px;
	height: 118px;
}
#header img { 
    position: absolute;
}
.description { 
	color: #0055a5;
    font: normal 18px Arial; 
}
#header_bar
{ 
    border-top: solid 3px #0055a5;
	background: #ffffff no-repeat url(./img/headerbar.png) center top;
	height: 100px;
}
#full_page {
    padding: 1px 0 0 0;
	background: #ffffff no-repeat url(./img/headerbar.png) center -100px;
}
#wide_page {
    margin: 20px 0 0 0;
}
#header_content, #page_content, #footer_content, #header_bar_content { width: 980px; margin: 0 auto 0 auto; }
#nav {
    float:left;
	list-style: none;
	margin: 15px 0 10px 0; 
	padding: 0;
}
#nav li {
	float: left;
	float: left;
    background-image: url(./img/menubackground.png);
    background-position: left -24px;
    background-repeat: no-repeat;
	margin: 0 5px 5px 0;
    display:block;

	margin: 0 5px 5px 0;
}
li.current_page_item a {
    color: #000;
}
#homelink {
    padding-right: 80px;
}
#nav a {
	text-decoration: none;
	margin: 0 0 0 10px;
	padding: 4px 10px 4px 0px;
	background: transparent no-repeat url(./img/menubackground.png) top right;
	font: bold 14px Arial;
	display: block;
	
}
#nav a:visited {
	color: #0055a5;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
}
#homelink { margin-right: 50px; }

#content {
	background: #ffffff repeat-y url(./img/sidebar.gif) top right;
    margin: 10px 0 0 0;    
	padding: 0px 37px 30px 0;
    float: left;
	width: 692px;
	overflow: hidden;
}

.featurebox { 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border: solid 5px #eeeeee;
    background-color: #eeeeee;
	width: 672px;
    padding: 1px 10px 30px 10px;
    margin: 0 0 20px 0;
}
.featurebox h3 {
    color: #333;
}
.arrow {
	background-image: url(./img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
    float:right;
    display:block;
    line-height: 20px;
    padding-right: 25px;
}
.post {
	clear:both;
}
.post-date {
    float: left; 
}

.post-title {
}

.entry {
	clear: both;
	margin: 0 0 30px 0;
}
.readmore { float: right; margin: 10px 0 0 0; } 
.post-cat {
	padding-left: 18px;
	float:left;
	margin: 0 0 15px 0;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	font-size: 11px;
	padding: 30px 0px;
	text-align: center;
}
.previous-entries {
    margin: 10px;
}
.next-entries {
    margin: 10px;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
}
#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 220px;
}
#searchform {
	width: 220px;
	padding: 80px 10px 10px 10px;
	float:right;
}
#searchform #s {
	background: url(./img/textbox.png) no-repeat;
	width: 128px;
	height: 22px;
	padding: 2px 5px 0px 5px;
	border: none;
	vertical-align: middle;
}
#searchform #searchsubmit, #submitcomment {
	background: url(./img/button.png) no-repeat;
	border: none;
	width: 78px;
	height: 24px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #0055a5;
	vertical-align: middle;
	cursor: pointer;
}
#searchform #searchsubmit:hover, #submitcomment:hover {
	color: #000;
}

#searchform label {
	font-size: 11px;
	color: #41550e;
}
.hie_button {
	background: url(./img/hiebutton.png) no-repeat;
	border: none;
	width: 100px;
	height: 24px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #0055a5;
	vertical-align: middle;
	cursor: pointer;
}

.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-category.gif) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FF6600;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
}
#footer {
	clear: both;
	background: #edf9fe url(./img/footertop.gif) repeat-x;
	color: #000;
	font-size: 95%;
	line-height: 130%;
	padding: 10px 0 80px 0;
}

#footer_nav {
	list-style: none;
	margin: 5px 0 20px 0; 
	padding: 0 0 20px 0;
}
#footer_nav li {
	float: left;
	margin-right: 5px;
}
#footer_nav a {
	text-decoration: none;
	margin: 0 10px 0 0;
	padding: 4px 10px 4px 0px;
	font: bold 14px Arial;
	display: block;
	color: #0055a5;
}
#footer_nav a:visited {
	color: #0055a5;
	text-decoration: none;
}
#footer_nav a:hover {
	color: #000000;
}
#footer .left-col{
	width: 240px;
	float: left;
	margin-left: 10px;
}
#footer .right-col{
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}

.member_state {
    width: 240px;
    float: left;
    margin-bottom: 20px;
}

.member_state span {
    font-size: 16px;
    font-weight: bold;
}
.member_city {
    margin-top: 5px;
    font-weight: bold;
}
.poplink {
    border-bottom: double 3px #999;
    cursor: help;
}
.poplink span {
    visibility: hidden;
    position: absolute;
    border: solid 2px #ccc;
    background-color: #fff;
    padding: 10px;
    margin: -50px 0 0 10px;
    width: 350px;
    font-size: 14px;
}
.poplink:hover > span {
    visibility: visible;
}
.rss_link
{
    text-align: right;
    width: 100px;
    float: right;
    font-size: 11px;
    line-height: 13px;

}
.rss_link img
{
    float: right;
}
    .calnk a:hover {
         background-position:0 0;
         text-decoration:none;  
         color:#000000;
         border-bottom:1px dotted #000000;
         }
    .calnk a:visited {
         text-decoration:none;
         color:#000000;
         border-bottom:1px dotted #000000;
        }
    .calnk a {
        text-decoration:none; 
        color:#000000; 
        border-bottom:1px dotted #000000;
        }
    .calnk a span { 
        display:none; 
        }
    .calnk a:hover span {
        color:#333333; 
        background:#F6F79B; 
        display:block;
        position:absolute; 
        margin-top:1px; 
        padding:5px; 
        width:150px; 
        z-index:100;
        }
     .calendar-table {
        border:none;
        width:100%;
     }
     .calendar-heading {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-next {
        width:25%;
        text-align:center;
     }
     .calendar-prev {
        width:25%;
        text-align:center;
     }
     .calendar-month {
        width:50%;
        text-align:center;
        font-weight:bold;
     }
     .normal-day-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
     }
     .weekend-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
        color:#FF0000;
     }
     .day-with-date {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #DFE6DE;
     }
     .no-events {

     }
     .day-without-date {
        width:60px;
        height:60px;
        border:1px solid #E9F0E8;
     }
     span.weekend {
        color:#FF0000;
     }
     .current-day {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #BFBFBF;
        background-color:#E4EBE3;
     }
     span.event {
        font-size:0.75em;
     }
     .kjo-link {
        font-size:0.75em;
        text-align:center;
     }
     .event-title {
        text-align:center;
        font-weight:bold;
        font-size:1.2em;
     }
     .event-title-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .event-content-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .calendar-date-switcher {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-date-switcher form {
        margin:0;
        padding:0;
     }
     .calendar-date-switcher input {
        border:1px #D6DED5 solid;
     }
     .calendar-date-switcher select {
        border:1px #D6DED5 solid;
     }
     .cat-key {
        width:100%;
        margin-top:10px;
        padding:5px;
        border:1px solid #D6DED5;
     }
     
     
/*DOCUMENTS*/
.document_title, .document_description {
    width: 750px;
}
.document_description p {
    padding: 0;
    margin: 0;
}
.document_details {
    font-size: 11px;
}
.document_title h3
{
    padding: 0;
    margin: 0;
}
.document {
    clear: left;
    padding: 10px 5px 10px 5px;
}
.document td {
    vertical-align: top;
    border-bottom: solid 1px #d9e3ff;
}
.document:hover {
    background-color: #eff8fc;
}
.document_controls {
    width: 150px;
}
.document_controls a
{
    font-size: 11px;
    padding: 0 0 0 0;
    display: block;
    width: 150px;
}

.linkbutton {
	background: transparent no-repeat url(./img/menubackground.png) -24px left;
	padding: 0 0 0 10px;
}
.linkbutton span {
	text-decoration: none;
	padding: 4px 10px 4px 0px;
	background: transparent no-repeat url(./img/menubackground.png) top right;
	font: bold 14px Arial;
	display: block;}.linkbutton:hover {    text-decoration: none;}#documentcenter {    margin: 0 0 50px 0;}#documentcenter table {    margin: 20px 0 0 0;}#documentcenter table td {    padding: 4px;}.popform {    position: absolute;    top: 100px;    left: 30%;    width: 450px;    height: 250px;    border: solid 5px #ccc;    background-color: #fff;    padding: 20px;}.docicon {    float: left;    padding: 0 10px 0 0;}.docicon, .icon {    margin: 2px 0 0 0;    width: 64px;    height: 64px;    background-repeat: no-repeat;}.doc {    background-image: url(./img/word.png);}.pdf {    background-image: url(./img/pdf.png);}.xls {    background-image: url(./img/excel.png);}.ppt {    background-image: url(./img/powerpoint.png);}.png,.jpg,.gif {    background-image: url(./img/image2.png);}.popform label {    width: 100px;    float: left;}.popform input[type=text] {    width: 300px;}.popform textarea {    width: 300px;    height: 80px;}.popform input[type=button] {    margin: 0 0 0 100px;}#filterdocs{    float: right;    width: 340px;    margin: 0 20px 0 0;}#filterdocs label {    float: left;    margin: 2px 5px 0 0;}#returnlink{    margin: 30px 50px 0 0;}.post-author {    float: left;    margin: 0 0 0 10px;}.docpost {    padding: 0 0 0 70px;}