﻿/* site classes below */
#navTopContainer 
{
    text-align:center;
    background:none;
}
#navTopContainer ul 
{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border: none;
    padding: 3px;
    margin: 0px;
}

#navTopContainer li
{
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    text-align:center;
}  

.testimonial1 {
	padding: 10px;
	border: 1px #dcdcdc solid;
	background: #eaeaea;
	line-height: 1.3em;
}

.testimonial2 {
	padding: 10px;
	border: 1px white solid;
	background: #fff;
	line-height: 1.3em;
}
      

/* tabs */


#navbar a:link, #navbar a:active, #navbar a:visited {
	display: block;
	color: #eee4d2;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	padding-left: 5px;
	margin: 0px 5px 0px 5px;
	font-weight: bold;
	font-size: 12px;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	font-style:italic;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a8c58d;
}

#navbar a:hover {
	color: black;
	background-position: 0% 0%;
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cacfbd;
}


#tabNav {
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(../images/standard/tabbottom.gif) repeat-x bottom;
}

#tabNav li {
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
}
	
.navLink a:visited, 
.navLink a:link,
.navLink a:active {
	background: #FBFBFB;
	font-size: 13px;
	line-height: 14px;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #333;
	text-decoration: none;
	color: #666;
}

.navLink a:hover {
	background: #C0C0C0;
	color: #FFF;
}

#tabNav a:visited.active, 
#tabNav a:link.active, 
#tabNav a:hover.active {
	border-bottom: 1px solid #FBFBFB;
	background: #FFF;
	color: #000;
	font-weight: bold;
}

/* END TABS */

/* Admin */
#adminLabel 
{
    padding: 3px;
    background-color: Black;
    color: White;
}

#adminLabel a:hover,
#adminLabel a:active,
#adminLabel a:visited,
#adminLabel a:link
{
    color: #FFFFFF;
    font-weight:bold;
    font-size: 11px;
}

#adminNav
{
    padding: 5px;
    background-color: Gray;
    border-top: appworkspace 2px solid;
}

#adminNav ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: right;
}

#adminNav ul li 
{
    display: inline;
    margin: 0px 5px 0px 5px;
    font-size: 11px;
    font-weight: bold;
}

#adminNav ul li a:visited,
#adminNav ul li a:link,
#adminNav ul li a:active 
{
    color: #FFFFFF;
    text-decoration: none;
}

#adminNav ul li a:hover
{
    color: #000000;

}


/* END ADMIN */

