body {
	background-attachment: fixed;
	background-image: url(../../assets/images/bodybkg2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}


.top-menu {
	max-height: 40px;
}

#outer-rim{
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	width: 1020px;
	padding: 0px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	height: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}


/*.orbit-wrapper span.pause {
	display: none;
}
.orbit-wrapper .slider-nav span {
	top: 0px;
}*/

body {
	background-color: #E4E4E4;
}
html, body {
 min-height:100%;
  height:auto !important;
  height:100%;
}

div#footer-container {
	color: #FFF;
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: #214c6e;
}

div#footer-container p {
	font-size: 11px;
	line-height: 40px;
	font-weight: 200;
	color: #FFF;
	vertical-align: middle;
}

.main-content {
    position: relative;
    
    margin: 0px auto;
    padding: 0px;
}


.floated.sidebar.left1 {
    background: none repeat scroll 0% 0% rgb(252, 252, 252);
    margin-right: -1px;
    border-right: 1px solid rgb(224, 224, 224);
    box-shadow: -2px 0px 0px 0px rgba(0, 0, 0, 0.03) inset, 0px 2px 0px 0px rgba(0, 0, 0, 0.03) inset;
    height: 100%;
}

.floated.sidebar.left1 {
    float: left;
    left: 0px;
    right: auto;
	padding-top:25px;
}


.floated.sidebar {
    position: absolute;
    top: 0px;
    bottom: 0px;
}

.floated.sidebar ul {margin:15px;}
.floated.sidebar ul li{
	
	font-weight: 400;
	font-family: "Open Sans";
	font-size: 11px;
	margin-left: 25px;
}

.table-cell {
	display: table-cell;
}



.content {
	float: left;
	display: table-cell;
	margin: 0px;
	min-height: 100%;
	padding-left: 60px;
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 30px;
}


#left-menu {
	height: 100%;
}

.relative {position:relative;}


aside {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 180px;
}


.header{
	height: 110px;
	padding-top: 0px;
}


.right-margin {
	margin-right: 40px;
	margin-bottom: 20px;
}



div.menu-container {
	min-height: 40px;
	width: 100%;
	background-attachment: scroll;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	/*background-image: url(../../assets/images/op70.png);*/
}

ul.flyout {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

ul.flyout li a, .nav-bar li ul li a {
	font-size: 12px;
	color: #2A475E;	/*background-color: transparent;
	background-image: url(../../assets/images/op70.png);*/
	text-shadow: 1px 1px 1px rgba(000,000,000,0.5);
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.flyout li, .nav-bar li ul li {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: transparent;
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-ms-transition: all .6s linear;
	-o-transition: all .6s linear;
	transition: all .6s linear;
	
}




ul.flyout li, .nav-bar li ul li a:hover {
	background-attachment: scroll;
	background-repeat: repeat;
	
}
.has-flyout .flyout{
	background-color: transparent;
	
	display: none;
}
.has-flyout:hover .flyout  {
	display: block;
}
.nav-bar {
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #050505;
	padding: 0px 0px;
	background: -moz-linear-gradient(
		top,
		#f5f5f5 0%,
		#e6e6e6);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f5f5f5),
		to(#e6e6e6));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 0px solid #000000;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.5),
		0px 1px 0px rgba(255,255,255,0.4);
	
}
.nav-bar a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 13px;
}



.nav-bar > li {
	float: left;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
	border-image: none;
	line-height: 40px;
	box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 40px;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;	
	


}
.nav-bar > li.active {
	border-color: #2a475e;
	background-attachment: scroll;
	background-color: #2a475e;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
}

.nav-bar > li:hover {
	background-attachment: scroll;
	background-color: rgb(67,94,131);
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
}

.nav-bar > li:hover span {
	color:#FFF;
}


.nav-bar > li > a:first-child {
 
    font-size: 14px;
}


.nav-bar > li > a {
	color: rgb(201,201,201);
}

ul.flyout li a:hover, ul.flyout li a:focus, .nav-bar li ul li a:hover, .nav-bar li ul li a:focus {
    background: none repeat scroll 0% 0% rgb(235, 235, 235);
    color: rgb(51, 51, 51);
}



ul.flyout li a, .nav-bar li ul li a {
	
	font-size: 12px;
	color: #FFF;
	background-color: transparent;	/*background-color: transparent;
	background-image: url(../../assets/images/op70.png);*/
	background: none;
}

.menu-container  ul.nav-bar  {
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: #333;
	background-image: url(../../assets/images/op70.png);
}

.flyout{background-color:transparent;}

ul.flyout li a, .nav-bar li ul li a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: rgb(67,94,131);
}

ul.flyout li:hover a span {
	color: #2A475E;
}


.flyout {
	background: none repeat scroll 0% 0% rgb(242, 242, 242);
	padding: 20px;
	margin: 0px;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 250px;
	z-index: 40;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

/* Stylesheet: desktop Modified On 2013-05-10 13:50:36 */
