﻿
#tabs {
	background-color: white;
}

#tabs ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
	background: #ededed;
	width: 100%;
	float:right;
}

#tabs li {
	float: left;
	margin: 0 5px 0 0;

}

#tabs a {
	text-decoration: none;
	display: block;
	padding: 0.5em;
	font-weight: bold;
	color: gray;
	border-top:solid 1px silver;
	border-left:solid 1px silver;
	border-right:solid 1px silver;
	background-color:#ededed;
	/* background-image:url(/images/graphics/tabgradient.png);*/
	/* border-bottom: 0.5em solid green;*/
}

#tabs a:hover {
	color: gray;
	border-color: gray;
	background-color:#e3e1e1;
}

#tabs a.selectedlandingtab {
	color: #404040;
	background-color:white;
}

.contentdisplay {
    width:870px;
    float:right;
    background-color:White;
    padding:10px 5px 5px 5px;
    border-bottom:solid 1px silver;
    border-left:solid 1px silver;
    border-right:solid 1px silver;
    margin-bottom:10px;
}
.contentnodisplay {display:none;}
