body {
	background: #efefef url('images/background1.png');
}
.nav-bar {
	min-height: 40px;
	height:auto;
	margin-top:10px;
}

.nav-bar, li.flymenu {

	border-radius: 3px;
	background: rgb(125,185,232); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125,185,232,1) 0%, rgba(32,124,202,1) 0%, rgba(31,113,168,1) 0%, rgba(21,61,109,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(0%,rgba(32,124,202,1)), color-stop(0%,rgba(31,113,168,1)), color-stop(100%,rgba(21,61,109,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 0%,rgba(31,113,168,1) 0%,rgba(21,61,109,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 0%,rgba(31,113,168,1) 0%,rgba(21,61,109,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 0%,rgba(31,113,168,1) 0%,rgba(21,61,109,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 0%,rgba(31,113,168,1) 0%,rgba(21,61,109,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#153d6d',GradientType=0 ); /* IE6-9 */	
}

.flyout a, .flyout a:visited, .nav-bar a, .nav-bar a:visited { color: #fff; }
.flyout li, .nav-bar li { border-right: none; }
.nav-bar .flymenu:hover {
	background: rgb(125,185,232); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125,185,232,1) 0%, rgba(32,124,202,1) 0%, rgba(41,137,216,1) 0%, rgba(30,87,153,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(0%,rgba(32,124,202,1)), color-stop(0%,rgba(41,137,216,1)), color-stop(100%,rgba(30,87,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 0%,rgba(41,137,216,1) 0%,rgba(30,87,153,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 0%,rgba(41,137,216,1) 0%,rgba(30,87,153,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 0%,rgba(41,137,216,1) 0%,rgba(30,87,153,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 0%,rgba(41,137,216,1) 0%,rgba(30,87,153,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
}


#content-container {
	background: #fff;
	border: 1px solid #ccc;
}

#content, #sidebar {
	 padding: 10px;
}

#sidebar {
	background: #efefef;
}

#content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 29px;
}

#logo { margin-top: 10px; }
#top-right-cta { 
	margin-top: 15px; 
	font-size: 20px; 
	font-weight: bold;
	text-align: right;
}
.flyout li a,.flyout li {
	color:#000000!important;
}

.nav-bar {

	float:left;
	
}
/*ul li { margin-left: 20px; }*/

div .columns, div .column {

    display: block;

}
