

@import url("reset.css");
@font-face {
  font-family:GoodOT-Book;
  src: url(http://finnco.screen-rd.com/fonts/GoodOT/GoodOT-Book.otf) format("opentype");
  }
@font-face {
  font-family:GoodOT-Light;
  src: url(http://finnco.screen-rd.com/fonts/GoodOT/GoodOT-Light.otf) format("opentype");
  }

@font-face {
	font-family: 'MyriadProRegular';
	src: url('myriadpro.eot');
	src: local('Myriad Pro'), local('fonts'), url('myriadpro.ttf') format('truetype'), 		url('myriadpro.svg#MyriadPro-Regular') format('svg');
}

body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-top: 35px;
}

#container {
	margin: auto;
	width: 861px;
}

#frame-top, #frame-btm  {
	float: left;
	height: 25px;
	width: 861px;
}

#frame-middle {
	background-image: url(../images/frame_middle.png);
	background-repeat: repeat-y;
	float: left;
	width: 861px;
}

#page {
	font-family: MyriadProRegular, Verdana, Arial;
	float: left;
	width: 809px;
	margin-left: 25px;
	border: 1px solid #FFFFFF;
	background-image: url(../images/page_bg.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
}

h1 {
	height: 47px;
	width: 334px;
	margin-bottom: 10px;
	float: left;
	margin-left: 30px;
}

p.job-title {
	color: #b1b1b1;
	font-size: 20px;
	letter-spacing: -1px;
	font-style: italic;
	clear: both;
	margin-left: 30px;
}

ul.right-nav {
	float: right;
	margin-right: 30px;
}

.right-nav li {
	float: left;
	margin-left: 22px;
}

.right-nav li a {
	display: block;
	height: 46px;
	text-indent: -9999px;
	width: 38px;
}

li.save a, li.print a, li.contact a {
	background-image: url(../images/right_navigation.png);
	background-repeat: no-repeat;
}

li.save a {
	background-position: 5px top;
}

li.print a {
	background-position: -44px top;
}

li.contact a {
	background-position: -101px top;
}

p.intro {
	font-style: italic;
	color: #646464;
	font-size: 12px;
	margin-top: 20px;
	text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
	line-height: 18px;
}

.divider {
	clear: both;
	background-image: url(../images/divider.png);
	background-repeat: repeat-x;
	float: left;
	height: 2px;
	width: 809px;
	margin-top: 27px;
	margin-bottom: 27px;
}

h2 {
	margin-left: 30px;
	font-size: 25px;
	color: #414141;
	letter-spacing: -1px;
	margin-bottom: 15px;
}

ul.details {
	float: none;
	margin-left: 30px;
	margin-bottom: 10px;
}

.details li {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 35px;
	margin-bottom: 20px;
}

.details li p {
	margin-right: 30px;
	text-align: justify;
	color: #646464;
	font-size: 12px;
	line-height: 18px;
}

h3 {
	color: #006ea7;
	font-size: 18px;
	margin-bottom: 5px;
	letter-spacing: -1px;
}

span.color2 {
	font-style: italic;
	color: #004f78;
}

ul.social {
	margin-left: 30px;
	float: left;
}

.social li {
	float: left;
	height: 60px;
	width: 60px;
	margin-right: 10px;
}

span.twitter-followers {
font-size: 20px;
vertical-align: middle;
padding-left: 5px;
color: #1e96db;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.wrapperi{
	margin-left:auto;
	margin-right:auto;
	width: 760px;
	
	}
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 680px;
	height:120px;

}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	background:#E3E8EE;
	margin:20px 5px 20px 21px;
	padding:2px;
	border:1px solid #000;
	cursor:pointer;
	width:100px;
	height:75px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}

.social2 li {
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 35px;
	margin-bottom: 20px;
}


