/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

body {
	background: #fff;
	font-family: MuseoSans-500, san-serif;
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 0;
	text-align: left;
	color: #707070;
}
	
a, a:link, a:visited, a:active { 
	text-decoration: none;
	white-space: nowrap; /* prevents links from extending too far */
		}
		
a {
	color: #8f3106
}	

a:hover {
	color: #151553
}		
	
a img {
	border:0
	}	

h2 {
	font-size: 1.4em;
	color: #151553;
	font-weight: normal;
}

h3 {
	font-size: 1em;
	font-weight: 600;
	padding: 0;
}

p {
	padding: 24px 0
}

.top {
	margin-top: 380px
}

.first {
	margin-top: 10px
}

.firstHeading {
	margin-top: 40px
}

.current {
	color: #151553;
}

.padding100 {
	padding-top: 100px
}




/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		
	}

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}