/* CSS Document */

.login_box{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF
}
.login_title{
font-size:16px;
font-weight:bold
}

.halfmoon{
margin-bottom: 4px;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 14px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 0; /*distance between each tab*/
border-left: 1px solid #DDD;
color: black;
font: bold 14px Verdana;
background: #ECEEEC url(tabright.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover, .halfmoon li a.current{
background-color: #CDDADA;
color: navy;
}

#tabcontentcontainer{
width:95%; /*width of 2nd level content*/
height:1.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}



A.toplink:link {text-decoration: none; color:white}
A.toplink:visited {text-decoration: none; color:white}
A.toplink:active {text-decoration: none; color:white}
A.toplink:hover {text-decoration: none; color:white;}

A.banner_link:link {text-decoration: none; color:white}
A.banner_link:visited {text-decoration: none; color:white}
A.banner_link:active {text-decoration: none; color:white}
A.banner_link:hover {text-decoration: underline; color:#333333;}

A.banner_link2:link {text-decoration: none; color:#dedede}
A.banner_link2:visited {text-decoration: none; color:#dedede}
A.banner_link2:active {text-decoration: none; color:#dedede}
A.banner_link2:hover {text-decoration: none; color: #999999;}

A.yellow:link {text-decoration: none; color:#FFFF00}
A.yellow:visited {text-decoration: none; color:#FFFF00}
A.yellow:active {text-decoration: none; color:#FFFF00}
A.yellow:hover {text-decoration: underline; color:#CCCCCC;}

.testim_style{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#333333;
}

.testim_name{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#333333;
text-align:right;
font-weight:bold;
padding-bottom:10px;
border-bottom:1px solid #003300;
}

.testim_name2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#333333;
text-align:right;
font-weight:bold;
padding-bottom:10px;
}

.testim_comments{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:green;
font-weight:normal;
text-align:left;
border-bottom:1px solid #003300;
}