@import "../css/reset.css";
@import "../css/grid.css";

html {
	width: 100%;
}


body {
	font: 13px/19px  Verdana, sans-serif;
	color:#ecedef;
	position:relative;
	min-width:960px;
	background: #334960;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #ecedef;
}

h2 {
	font-size: 60px;
	padding-top: 101px;
	line-height: 60px;
	text-align: center;
}

h3 {
	font-size: 48px;
	line-height: 54px;
}

p {
	margin-bottom: 19px;
}


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	//transition: 0.5s ease;
	//-o-transition: 0.5s ease;
	//-webkit-transition: 0.5s ease;
}

a:hover {
	color: #334960;
}

.alright {
	text-align: right;
}

.center {
	text-align: center;
}

.clear {
	float: none !important;
	clear: both;
}

.content {
	padding-top: 50px;
	text-align: center;
	position: relative;
}

.content:after {
	display: block;
	position: absolute;
	content: '';
	z-index: 1;
	width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 37px 50px 0 50px;
    border-color: #334960 transparent transparent transparent;
	left: 50%;
	margin-left: -50px;
	top: 0;
}

#page1 {
	padding-bottom: 50px;
}

#page5 {
	background-color: #3f9fc9;
}

.slogan h3 {
	margin-bottom: 30px;
}

.text1 {
	font-size: 19px;
	line-height: 19px;
}

#page5 {
	padding-top: 100px;
	padding-bottom: 50px;
}

footer {
	display: block;
}

footer {
}

footer a:hover {
	color: #f17c72;
}

.copy {
	color: #e0e8ec;
	padding-top: 29px;
	padding-bottom: 30px;
	font-size: 12px;
	line-height: 24px;
}