body {
	width:100%;
	margin:0;
	background-color:#F2F2F2;
}

/*MENU*/

.menu {
	display:table;
	width:100%;
	text-align:center;
}

.menu_options table {
	width:100%;
	margin:auto;
	vertical-align:middle;
	text-align:center;
	font-family:"Segoe UI";
	font-size:14px;
	background-color:#FFFFFF;
	border-color:#424242;
	border-collapse:collapse;
}

.menu_options td {
	padding:20px;
}

.menu_options li {
	display:inline;
	padding:15px;
}

.menu_options a {
	text-decoration:none;
	color:#08298A;
}

.menu_options a:hover{
	text-decoration:underline;
}

/*CONTENT*/

#slider {
	height:500px;
	width:100%;
	position:relative;
	margin-bottom:50px;
	overflow:hidden;
}

#image {
	height:500px;
	width:100%;
	position:absolute;
}

.content {
	font-family:"Segoe UI";
	font-size:14px;
	color:#848484;
}

.content table {
	width:70%;
	margin:auto;
	background-color:#FFFFFF;
	border-collapse:collapse;
}

tr.spaceUnder > td {
  padding-bottom:50px;
}

.content h1 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
	color:#08298A;
}

.content h2 {
	font-size:18px;
	font-weight:normal;
	color:#6E6E6E;
}

.content ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.content-services ul {
	list-style-type:circle;
	margin:auto;
	padding:0;
}

.content-info a {
	text-decoration:none;
	color:#08298A;
}

.content-info a:hover{
	text-decoration:underline;
}

/*BOTTOM*/

.bottom {
	display:table;
	width:100%;
	height:100px;
	background-color:#08298A;
	text-align:center;
}

.bottom p{
	display:table-cell;
	padding:15px;
	vertical-align:bottom;
	text-align:right;
	font-family:"Segoe UI";
	font-size:10px;
	color:#FFFFFF;
}

.bottom a {
	text-decoration:none;
	color:#FFFFFF;
}

.bottom a:hover{
	text-decoration:underline;
}
