@import 'https://fonts.googleapis.com/css?family=Raleway';


div.navcontainer
{
    margin: 0 auto;
	text-align: left;
	line-height: 50px;
}

div.navcontainer a
{
    color: #fff; /*#337AB7;*/
    text-decoration: none;
    position: relative;
    z-index: 0;
    cursor: pointer;
	white-space: nowrap;	
}


div.navaboutcontainer
{
    margin: 0 auto;
	text-align: left;
	line-height: 35px;
	color: #fff; /*#337AB7;*/
}

div.navaboutcontainer a
{
    color: #fff; /*#337AB7;*/
    text-decoration: none;
    position: relative;
    z-index: 0;
    cursor: pointer;
	white-space: nowrap;
	text-decoration: none; 
	
}

div.navaboutcontainer a:hover
{
	text-decoration: underline; 
	
}

	

div.navcontainercat
{
    margin: 0 auto;
	text-align: left;
	line-height: 50px;

}

div.navcontainercat a
{
    color: #337AB7;
    text-decoration: none;
    position: relative;
	margin-right:20px;
	text-decoration: none; 
    z-index: 0;
    cursor: pointer;
	white-space: nowrap;
}

div.navcontainercat a:hover
{

	text-decoration: underline; 

}



/* Top and Bottom borders go out */
div.topBotomBordersOut a:before, div.topBotomBordersOut a:after
{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    opacity: 0;
    transition: all 0.3s;

}

div.topBotomBordersOut a:before
{
    top: 0px;
    transform: translateY(10px);
}

div.topBotomBordersOut a:after
{
    bottom: 0px;
    transform: translateY(-10px);
}

div.topBotomBordersOut a:hover:before, div.topBotomBordersOut a:hover:after
{
    opacity: 1;
    transform: translateY(0px);
}

/* Top and Bottom borders come in */
div.topBotomBordersIn a:before, div.topBotomBordersIn a:after
{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #FFF;
    content: "";
    opacity: 0;
    transition: all 0.3s;
}

div.topBotomBordersIn a:before
{
    top: 0px;
    transform: translateY(-10px);
}

div.topBotomBordersIn a:after
{
    bottom: 0px;
    transform: translateY(10px);
}

div.topBotomBordersIn a:hover:before, div.topBotomBordersIn a:hover:after
{
    opacity: 1;
    transform: translateY(0px);
}



#jquery-script-menu {
position: fixed;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}