@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	font-family: 'Lato', 'Gill Sans MT', sans-serif;
	font-size:12px;
	background-repeat: repeat-x;
	background-size: 100%;
	color: #e9e5ea;
	background-color:#231f20;
	background: -moz-linear-gradient(-45deg,  #3e212e 0%, #231f20 32%, #000002 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#3e212e), color-stop(32%,#231f20), color-stop(100%,#000002));
	background: -webkit-linear-gradient(-45deg,  #3e212e 0%,#231f20 32%,#000002 100%);
	background: -o-linear-gradient(-45deg,  #3e212e 0%,#231f20 32%,#000002 100%);
	background: -ms-linear-gradient(-45deg,  #3e212e 0%,#231f20 32%,#000002 100%);
	background: linear-gradient(135deg,  #3e212e 0%,#231f20 32%,#000002 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e212e', endColorstr='#000002',GradientType=1 );
}
.init {
	display:inline-block;
}
.init li {
	float:right;
	display:block;
}
hr {
	border: 0 none;
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFFFFF;
	border: 2px solid #EEEEEE;
	margin: 2px;
}
#divMain {
	height:100px;
	position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
	margin: auto;
}
/* Main Menu */

#divMenu {
	margin-top: 10px;
	height:90px;
}
#divMenu ul {
	display: inline;
}
#divMenu ul li {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 30px 0 10px 0;
	display: inline-table;
	font-size: 17px;
	list-style: none outside none;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
	height:50px;
}
#divMenu ul li:hover {
	background-color: #084D6E;
	border-color: #084D6E;
	color: #FFFFFF;
}
#divMenu ul li span {
	display: table-cell;
	font-size: 17px;
	list-style: none outside none;
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
}
#divMenu ul li span:hover {
}
#divSearch {
	float:right;
	padding-top:6px;
	text-align:right;
}
#divSearch input {
}
/* End Main Menu */



/* Title and Keynotes */

#divTitle {
	background-color: #e3e3e3;
	padding:15px;
}
#divTitle h1 {
	color: #084D6E;
	font-size: 40px;
}
#divHeader {
	background-color: #a1a1a1;
	padding:15px;
	height:200px;
}
#divKeynotes {
	width:980px;
}
.divKeynote {
	color: #FFFFFF;
	float: left;
	height: 250px;
	padding: 15px;
	width: 166px;
}
.divKeynote h2 {
	text-transform: uppercase;
}
#divK1 {
	background: #231e3b;
	background: -moz-linear-gradient(left, #231e3b 0%, #352e59 50%, #322b54 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #231e3b), color-stop(50%, #352e59), color-stop(100%, #322b54));
	background: -webkit-linear-gradient(left, #231e3b 0%, #352e59 50%, #322b54 100%);
	background: -o-linear-gradient(left, #231e3b 0%, #352e59 50%, #322b54 100%);
	background: -ms-linear-gradient(left, #231e3b 0%, #352e59 50%, #322b54 100%);
	background: linear-gradient(left, #231e3b 0%, #352e59 50%, #322b54 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231e3b', endColorstr='#322b54', GradientType=1 );
}
#divK2 {
	background-color: #322b54;
}
#divK3 {
	background-color: #41386e;
}
#divK4 {
	background-color: #504587;
}
#divK5 {
	background-color: #5f52a1;
}
/* End Title and Keynotes */



/* Page Content */

#divColumns {
	width:980px;
}
.divColumn {
	color: #000;
	float: left;
	padding: 15px;
	width: 295px;
}
.divColumn h2 {
	border-bottom: 2px dotted #111E27;
	font-size: x-large;
	padding-bottom: 5px;
	text-transform: uppercase;
}
/* End Page Content */



/* Page Footer */

#divFooters {
	background-color: #e3e3e3;
	width:980px;
	color: #000;
}
.divFooter {
	float: left;
	padding: 15px;
	width: 295px;
}
#divF3 {
	text-align:right;
}

/* End Page Footer */
