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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background-color: #1c3f95;
}

.container {
	width: 100%;
	background-color: #1c3f95;
}


.header div.main,
.mktgArea div.main,
.content div.main,
.footer div.main {
	width: 950px;
}

.header {
	background-color: #ffffff;
}

div.nav {
	background: url(../images/logo-spi.png) 0 50% no-repeat;
	height: 100px;
	text-align: left;
	padding: 15px 0;
}

.mktgArea {
	background-color: #ffffff;
}

.mktgArea div.main {
	background: url(../images/laptop.png) left top no-repeat;
	height: 393px;
	text-align: left;
}

.mktgArea div.main div {
	padding: 120px 0 0 500px;
}

.content {
	background-color: #ffffff;
	border: 1px solid white;
}

.content div.main {
	text-align: left;
}

.footer {
	background-color: #1c3f95;
	color: #718fd8;
}

ul.nav {
	margin-left: 200px;
	padding: 0;
}

ul.nav li {
	list-style-type: none;
	display: inline;
	background-color: #1c3f95;
	padding: 3px 5px;
	margin: 0 5px;
	color: #fff;
	font-size: 16px;
	border: 1px solid #ffd310;
	cursor: pointer;
}

ul.nav li:hover,
ul.nav li a:hover {
	background-color: #d4e0ff;
	color: #1c3f95;
}

ul.nav li a {
	color: #fff;
	text-decoration: none;
}

a.footer:link,
a.footer:active,
a.footer:visited {
	color: #718fd8;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
}

.title1 {
	font-size: 20px;
	color: #ffd310;
}

.title1 span {
	color: #1c3f95;
}

.title2 {
	font-size: 24px;
	color: #1c3f95;
}

.content1 {
	text-align: justify;
}

.readMore {
	float: left;
	color: #1c3f95;
	font-weight: bold;
}

.a {
	float: left;
	background-color: #1c3f95;
	border: 1px solid #ffd310;
	width: 12px;
	height: 12px;
	margin-left: 3px;
}

.a span {
	color: #fff;
	font-size: 12px;
	position: relative;
	top: -3px;
	left: 2px;
}