@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);
body {
    margin: 0 auto;
    font-family: 'Source Sans Pro', sans-serif;
    min-width: 1000px;
    color: #000000;
    background-color: #FFFFFF;
	font-size: 14px;
    font-height: 25px;

/*-------------------------FONT STYLING START----------------------*/

a {
	color: #003366;
	text-decoration: none;
}
a:hover {
    text-decoration: none;
	color: #001b36;
}
a img {
	border: 0;
}
p {
	color: #001b36;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
}
h1, h1 a, h1 a:hover {
	color: #003366;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h2, h2 a, h2 a:hover {
	color: #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h3, h3 a, h3 a:hover {
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h4, h4 a, h4 a:hover {
	color: #003366;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h5, h5 a, h5 a:hover {
	color: #7E99B4;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h6, h6 a, h6 a:hover {
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
/*-------------------------FONT STYLING END------------------------*/

/*-------------------------HEADER START----------------------------*/
.navigationwide{
    width:100%;
}
}.navagation-conatiner {
    display: inline-block;
    Height: 40px;
    width:100%;
}
.logo {
	padding: 0 10px;
	margin-top: 2%;
	margin-left: 2.2%;
	float: left;
	padding-bottom: 2%;
}
.header1 {
    float: right;
    margin-right: 4.7%;
    margin-top: -2.5%;
    width: 30px
    padding: 0 10px;
}
/*-------------------------HEADER END----------------------------*/

/*-------------------------MAIN MENU START-------------------------*/
.navigation-wide {
    width:100%;
}
.navigation-container {
	margin: auto;
	width: 100%;
	background-color: #ffffff;
	display: inline-block;
}
.MainMenu {
	padding: 0 10px;
	float: right;
	margin-top: 3%;
	margin-right: 10%;
}
.MainMenu ul.le_menu_level_0 {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.MainMenu li {
	list-style-type: none;
	text-decoration: none;
}
.MainMenu li.le_menuitem_level_0 {
	float: left;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	padding: 10px 18px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #d3dbe5;
	font-weight: bold;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #009ddc;
}
.MainMenu li.le_menuitem_level_0:last-of-type a {
    border-right: 0;
    padding-right: 0;
}
.MainMenu li.le_menuitem_level_0 a.le_current_link{
    color: #009ddc;
}
/*--------1st level submenu-------*/
.MainMenu ul.le_menu_level_1 {
	position: absolute;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	padding: 10px 20px;
	text-decoration: none;
	background-color: #003366;
	min-width: 160px;
	text-transform: uppercase;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	background-color: #001b36;
}
/*----------2nd level submenu-----*/
.MainMenu .le_menu_level_2_container {
	float: right;
	margin-top: -35px;
	padding: 0;
}
.MainMenu ul.le_menu_level_2 {
	position: absolute;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
	display: block;
}
.MainMenu li.le_menuitem_level_2 a {
	display: block;
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	padding: 10px 20px;
	text-decoration: none;
	background-color: #001b36;
	text-transform: uppercase;
}
.MainMenu li.le_menuitem_level_2 a:hover {
	background-color: #000000;
}
/*-------------------------MAIN MENU END---------------------------*/

/*-------------------------CONTENT START---------------------------*/

}/*-------------------------LE FORM STYLE START---------------------*/

.le_form {
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
}
.le_form_name {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	color: #003366;
	margin: 0;
}
.wrapper input[type="submit"] {
	background-color: #003366;
	padding: 5px 15px;
	border: 0;
	text-align: center;
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
	background-color: #001b36;
}
.wrapper input[type="text"], .wrapper input[type="password"], #search_form_value {
	background-color: #ffffff;
	border: 0;
	padding: 5px;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 15px;
	height: 25px;
}
.wrapper textarea {
	background-color: #ffffff;
	border: 0;
	padding: 5px;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 15px;
	height: 25px;
}
.blackbox .le_form_name {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	color: #ffffff;
	margin: 0;
	padding-bottom: 20px;
}
.blackbox .le_form {
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
}
.blackbox input[type="submit"] {
	background-color: #000000;
	padding: 5px 15px;
	border: 0;
	text-align: center;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
	width: 200px;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
	background-color: #747576;
}

/*-------------------------LE FORM STYLE END-----------------------*/


/*-------------------------RESETS START------------------*/

table {
	border-spacing: 0 !important;
}
.anythingSlider-default {
	padding: 0 !important;
}
button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}

/*-------------------------RESETS END--------------------*/


/*-------------------------CLEAR START-----------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
    clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.showing {
    display: none;
}
/*-------------------------CLEAR END-------------------------------*/