
* {
    margin: 0;
    padding: 0;
}
html {
    overflow-y: scroll;
}
a {
    text-decoration: none;
}
a:focus {
    outline: 0 none;
}
.hide {
    left: -9999px;
    position: absolute;
    top: -9999px;
}

#example-two
{
	margin:25px 0 0 0;	
}
#example-two .list-wrap {
    background: none repeat scroll 0 0 transparent;
    color: #333;
    font-size: 14px;
    margin: 0 0 15px;
    padding: 10px;
}
#example-two ul {
    list-style: none outside none;
}
#example-two ul li a {
    border-bottom: 1px solid #666666;
    color: #000000;
    display: block;
    padding: 4px;
	cursor:pointer;
}
#example-two ul li a:hover {
    background: none repeat scroll 0 0 #40414d;
    color: #cdbf61;
}
#example-two ul li:last-child a {
    border: medium none;
}
#example-two .nav {
    overflow: hidden;
}
#example-two .nav li {
    float: left;
    margin: 0 10px 10px 0;
}
#example-two .nav li.last {
    margin-right: 0;
}
#example-two .nav li a {
    background: none repeat scroll 0 0 #333333;
    border: 0 none;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 5px 8px;
    text-align: center;
	border-radius:3px;
}
#example-two li a.current, #example-two li a.current:hover {
    background-color: #001C57 !important;
    color: #FFFFFF;
}
#example-two .nav li a:hover, #example-two .nav li a:focus {
    background: none repeat scroll 0 0 #001C57;
	color:#fff;
}
.menuheader {
    color: #fff;
	font-family: 'Conv_Montserrat-Bold';
	 text-transform:uppercase;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 15px 5px;
}
.menusubheader{ color:#dc1e0a; font-size:18px !important;  font-weight:bold;}
.caption {
    font-style: italic;
}
.menutext {
    color: #d1d1d1;
    font-size: 13px;
	padding-bottom:18px !important;
}
.tabletext {
    padding: 0 0 10px 10px;	

}
.table {
    font-size: 13px;
}

.nav-tabs{ border:none !important;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus,
 .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover
{ border:none !important;   background-color:#f4840a !important;
    color: #000 !important;
	 line-height:25px !important;
	 border-radius:12px !important;
	 }
	.nav-tabs > li{ margin-bottom: 8px!important; font-weight:600; font-size:15px; text-transform:uppercase;}
	.nav-tabs > li > a
	{
		background:#1f1f1f;
		 line-height:25px !important;
	 border-radius:3px !important;
		color:#fff !important;
		border:none !important;
        transition: 0.5s ease;
	}
	.tab-content{ margin:25px 0 0 0 !important;}
