

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 11.5px;
	line-height: 1.35em;
	color: #0C9;
	text-align: left;
	background-color: #FFFFFF;
}


#work {
	font-size: 60px;
	line-height: 65px;
	padding-top: 40px;
	padding-left: 17px;
	width: relative;
}

span.highlight{
	background-color: 0C9;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
}

#title {
	position: relative;
	font-size: 60px;
	line-height: 60px;
	margin: 22px 0px 0px 0px;
	width: relative;
}

#column {
	position: relative;
	width : relative;
	margin: 25px 0px 20px 392px;
}

/* TYPE */

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 11.5px;
	line-height: 1.35em;
	color: #0C9;
	text-align: left;
	font-weight: normal;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 11.5px;
	line-height: 1.35em;
	color: #0C9;
	text-align: left;
	font-weight: normal;
}

p {
	color: #000;
	font-size: 11px;
	width: 330px;
}

a {
	font-family: "Courier New", Courier, monospace;
	text-decoration:none;
	color: #000000;
}

a:hover{
	color: #0C9;
	text-decoration:underline;
}

a.refer {
	text-decoration: underline;
	color: #000000;
}

a.refer:hover {
	text-decoration: underline;
	color: #0C9;
}

li {
	list-style-type:none;
	color:black;
}

/* Navigation */

#masthead {
	margin: 0px 0px 0px -10px;
	padding: 11px 0px 20px 0px;
	position: fixed;
	width: 100%;
	height: 106px;
	z-index: 90;
	background: #ffffff;
	border-bottom-color: #0C9;
	border-bottom: solid 4px;
}

a.menu {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
}

a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 8pt;
	color: #ffffff;
	text-decoration: line-through;
}

.masthead_content {
	overflow: hidden;
} 

.col {
	float: left;
	height: 200px;
	width: auto;
	padding: 0px 0px 20px 36px;
}

#btns {
	position: absolute;
	bottom: -25px;
	margin: 3px 0px 0px 16px;
	color: white;
}

#btns a {
	color: white;
	text-decoration: underline;
}

.btn {
	margin-right: 5px;
	padding: 3px 10px 3px 10px;
	cursor:pointer;
	background: #0C9;
	text-decoration: none !important;
	display: block;
	float: left;
}

.arrow {
	padding: 0px 0px 3px 0px;
	margin: 0px 10px 0px 0px;
	cursor:pointer;
	background: #0C9;
	text-decoration: none !important;
	display: block;
	float: left;
	font-size: 14pt;
}

p.tab {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	width: 100px;
	color: #fff;
	font-size: 11.5px;
}

ul {
	display: list-item;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 20px 0px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
	margin: 3px 0px 0px 0px;
	list-style: none;
	list-style-type: none;	
}


#menu {
	margin: -25px 0px 0px 27px;
	padding: 0px 0px 0px 0px;
}

/* End Navigation */


/* Content */

#wrapper {
	position: absolute;
	display: inline;
	width: 8000px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#text {
	position: fixed;
	float: left;
	height: 100%;
	width: 400px;
	background-color:#FFF;
	padding: 0px 0px 10px 0px;
	margin: -10px 0px 0px -10px;
}

#content {
	float: left;
	height: 500px;
	padding: 0px 0px 0px 0px;
	margin: 19px 0px 0px 0px;
}


.project {
	display: run-in;
	float: left;
	width: auto; 
	margin: 0px 0px 0px 400px;
}

.par {
	margin: 0px 15px 0 0px;
	padding: 0px 0px 0px 35px;
	float: left;
	width: 320px;
	height: 500px;
}


.img {
	margin: 30px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: solid 0.3px #000;
	float: left; 
}

.alt {/* modify this to add style to alternate sections*/}

/* End Content */
