﻿/*body {background:#0a102a url('images/emotions.010.jpg') no-repeat top right}*/
body 
{
    background-color: #0a102a;
    /*background-image: url('images/emotions.010.jpg');*/
    background-repeat: no-repeat;
    background-position:right 50px;
    }

.sm_txt_blue 
{
    font: 14px Trebuchet MS, Arial, Helvetica, Sans-Serif;
    color:#969aaf;
    font-weight:normal;
}
.lg_txt_blue 
{
    font: 24px Trebuchet MS, Arial, Helvetica, Sans-Serif;
    color:#969aaf;
}
h5, .md_txt_blue
{
    font: 18px Trebuchet MS, Arial, Helvetica, Sans-Serif;
    color:#969aaf;
}

.menu ul
{
	list-style: none;
	font-family: Trebuchet MS, Arial,'Helvetica' ,sans-serif;
    height: 41px;
}
/*We want the <li> (items) to be inline*/
.menu ul li
{
	display: inline;
}
.menu ul li a
{
	/*Increase Clickable Area*/
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px; /*Remove the Underline for the Link*/
	text-decoration: none;
	color: #191919;
	background: #969aaf;
}

/*On Mouse Over the Link*/
.menu ul li a:hover
{
	color: #969aaf;
	background: #0a102a;
}
.bottom_menu {
	color: #9DC03A;
	font-family: 'Helvetica Neue' , 'Helvetica Neue' ,sans-serif;	
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
	padding-right: 5px;
}
a.bottom_menu:link {
	color: #9DC03A;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
	padding-right: 5px;
}
a.bottom_menu:hover {
	text-decoration:underline;
	}
.copyright {
	color: #9DC03A;
	font-family: 'Helvetica Neue' , 'Helvetica Neue' ,sans-serif;	
	font-size: 11px;
	padding-right: 5px;
}
.divider { background-color: #C7C7C7; 
}  



