.container-fluid {
    max-width: 1280px;
	margin: auto;
}

body {
    /* customize_background */ background-color:#003d73; /* customize_background */ 
	/* customize_font */ font:normal normal 13px Arial; /* customize_font */
    /* customize_miscellaneous */  /* customize_miscellaneous */
}

.header-image {
	max-width: 1280px;
	margin: auto;
	padding: 0px;
	box-shadow: 2px 0 8px 0 #b2b9c1;
}

.header-image img {
	width: 1280px;
}

.row-fluid {
	background-color: #ffffff;
}

.navbar { 
	max-width: 1280px; 
	margin: auto; 
	margin-bottom: 0px; 
	padding: 0px;
	background-color: #ffffff;
	position: relative;
	box-shadow: 2px 0 8px 0 #b2b9c1;
}

.navbar .brand {
	margin-left: 0px;
	color: #000000;
}

/* Navigation Bar Styles */

.navbar-inner { 
	max-width: 1280px; 
	margin: 0px 0px 0px 150px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	padding: 0px !important;
	display: block;
	background: #9e9e9e;
}

.container li {
	margin: 0px 0px 0px 5px;
	padding: 5px 0px 0px 3px;
	float: left;
	position: relative;
	list-style: none;
	text-shadow: 1px 1px 2px #003d73;
	filter: dropshadow(color=#003d73, offx=1, offy=1);
}

/* main level link */
.container li > a {
	font-weight: normal;
	color: #ffffff !important;
	text-decoration: none !important;
	outline: none;
	
	display: block;
	padding: 7px 15px 0px 15px;
	margin: 0;
	
	text-shadow: 1px 1px 2px #003d73;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	/*white-space: nowrap;*/
}

/* main level link hover */
.container a.nav-selected, .container a.nav-path-selected, .container li:hover > a {
	background: #FFFFFF; /* for non-css3 browsers */
	background: rgba(255, 255, 255, 0.5);	
	color: #003d73;
	text-decoration: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	/*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
	text-shadow: 1px 1px 2px #003d73;
	filter: dropshadow(color=#003d73, offx=1, offy=1);
}

.container ul ul {
	visibility: hidden;
}

/* sub levels link hover */
.container ul a:hover {
	background: #ffffff !important; /* for non-css3 browsers */	
	color: #003d73 !important;
	text-decoration: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	text-shadow: 1px 1px 2px #9e9e9e;
	filter: dropshadow(color=#9e9e9e, offx=1, offy=1);
}

/* level 2 list */
.container ul {
	background: #9e9e9e; /* for non-css3 browsers */
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;	
	border: none;	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}

.container ul li {
	float: none;
	margin: 0;
	padding: 0 10px 0px 0px;
	font-size: 1.1em;
}

.well {
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
	background-color: #ffffff !important;
	border: none;
	margin-bottom: 0px;
}

label {
	display: inline;
}

footer {
	padding: 15px 10px 15px 10px;
	/* customize_footer-background */
	background-color: #003d73;
	/* customize_footer-background */
	height: 100px;
	box-shadow: 2px 0 8px 0 #b2b9c1;
	color: #ffffff;
}



