/* This line inserts styles from the old location for styles, if you have a new site or if you've created your style from scratch recently,  you can remove this line */
#headerContainer
{
background-color:white;
}

  #slog {
    margin: 30px;
    height: -1px;
    color: #6599cb;
    padding: 30px 80px 20px 0;
    position: absolute;
    font-weight: normal;
    left: 70%;
    top: -6%;	} 


#navigationContainer.menuContainer a {
background-image:none;
}

#outerMenuContainer #navigationContainer {
    background-image: none !important;
}
#mainFooter #lowerFooter {
    opacity: 0.7;
}

#outerMenuContainer #navigationContainer {
    background-image: none !important;
background-color:#00305e !important;
}	ul.menuContainer.primaryMenu, .menuContainer.primaryMenu .menu>ul, #menuContainer .menu-collapser {
background-color:#00305e !important;}

/* To hide teh display of buttons in other pages*/
#mainFooter #aboveFooter {
    display: none;
}
/******************************/


/* Insert your site style here */


/*To BEGIN: Please Uncomment this section before modifying Default Menu Styles */

/*#menuContainer .navbar-default,
#menuContainer .navbar-inverse {
	background-image: none !important;
	background-color: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
}*/


/*1) Edit here to change the HEADER style */

div#headerContainer {
	/*padding: 15px;*/
	/*background-color: #ddd !important;*/
	/*text-align: left;*/

}


/* 2) Edit here to change the MENU BACKGROUND color*/

#menuContainer {
	/* background-color:XXX;*/
}


/*3) Edit here to change the main MENU FONT style*/

#menuContainer .navbar-default .navbar-nav>li>a {
	/*color: XXX;*/
	/* font-size:15px;*/
}


/* 4)Edit here to change the SUBMENU DROPDOWN BACKGROUND color */

#menuContainer ul.dropdown-menu {
	/*background-image: none;*/
	/*background-color:XXXX;*/
}


/* 5)Edit here to change the SUBMENU DROPDOWN FONT style */

#menuContainer .dropdown-menu>li>a {
	/*color:XXX;*/
	/*font-size:XXX;*/
}


/* 6)Edit here to change the FONT family*/

@font-face {
	/*font-family: 'Font1';*/
	/*src: url('Full Path of woff') format('woff');*/
}

@font-face {
	/*font-family: 'Font2';*/
	/*src: url('Full Path of woff') format('woff');*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: Font1;*/
}

body,
td,
td.cell,
p,
ul,
li {
/*	font-family: Font2;*/
}

/*For the entire site */

* {
/*	font-family: Font1;*/
}