/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0;
	padding: 0;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 5px;
}
.tabs-nav a {
    position: relative;
    z-index: 2;
    padding: 0;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-container {
	width:690px;
	height:360px; /* declare background color for container to avoid distorted fonts in IE while fading */
	background-image: url(../events/images/contactback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.tabtext {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.tabtext h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #4A5D0E;
}
.tabtext h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #86961D;
	margin-bottom: 5px;
}
.tabtext img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #43647D;
}
.sectiontext {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #86961D;
	overflow: auto;
}
.sectiontext li {
	list-style-position: inside;
	list-style-type: circle;
}
.midtext {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #86961D;
	overflow: auto;
}
.tabtext div {
	padding-top: 10px;
	padding-bottom: 10px;
}

