/*  CSS Document                             */
/*  Written by Chris Converse for Lynda.com  */

/* styles */

body {
	font: 14px levenim MT;
	margin: 0px;
	padding: 15px;
	background-color: #FFF;
}
a, a:visited {
	color: #00f;
}
h1.fpo_text {
	color: #000;
	font-family: Levenin MT;
	font-size: 24px;
}
p.fpo_text {
	color: #aaa;
	font-family: Levenin MT;
	font-size: 16px;
}
.sp h2 {
	font-size: 1.15em;
	margin: 0 0 .5em 0;
}
.sp p {
	font-size: 1em;
	margin: 0 0 1em 0;
	float: right;
}
/* layout */
.sp {
	width: 960px;
	position: relative;
	float: left;
	margin: 5px 0px 10px 0px;
}
.sp .tabs {
	position: relative;
	z-index: 101;
	display: none;
}
.sp .tabs span {
	display: inline-block;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #ccc;
	border-right: 1px solid #000;
	padding: 8px 12px 8px 12px;
	margin: 0px;
	background-color: #fff;
	cursor: pointer;
	position: relative;
}
.sp .tabs span:first-child {
	padding-left: 15px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	border-top-left-radius: 12px;
}
.sp .tabs span:last-child {
	padding-right: 15px;
	/*	border-left: 1px solid #000;*/
/*	border-right: 1px solid #000;*/
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	border-top-right-radius: 12px;
}
.sp .tabs span.selected {
	color: #999;
	border-bottom: 1px solid #000;
}
.sp .panel_container {
	position: relative;
	border: 1px solid #000;
	background-color: #E4E4E4;
	overflow: hidden;
	z-index: 100;
	margin-top: -1px;
}
.sp .panel_container .panel .panel_content {
	padding: 15px 15px 5px 15px;
	background-image: url(../Images/Panel_Background.png);
}
.sp .tabs .mission.selected {
	color: #000;
	background-color: #B0EDF2;
	border-bottom: 1px solid #000;
}
/*.sp .panels .mission { background: url(../images/ipad_background.jpg) no-repeat 0px 0px; }*/
.sp .panels .mission h2 {
	color: #fff;
}
.sp .panels .mission h3 {
	font: 14px levenim MT;
	margin-left: 50px;
	color: #000;
}
.sp .panels .mission p {
	color: #284108;
	margin-right: 150px;
}
.sp .panels .mission a {
	color: #fff;
}
.sp .tabs .services.selected {
	color: #000;
	background-color: #B0EDF2;
	border-bottom: 1px solid #000;
}
/*.sp .panels .services { background: url(../images/video_background.jpg) no-repeat 0px 0px; }*/
.sp .panels .services h2 {
	color: #fff;
}
.sp .panels .services h3 {
	font: 14px levenim MT;
	margin-left: 50px;
	color: #000;
}
.sp .panels .services p {
	color: #284108;
	margin-right: 150px;
}
.sp .panels .services a {
	color: #fff;
}
.sp .tabs .projects.selected {
	color: #000;
	background-color: #B0EDF2;
	border-bottom: 1px solid #000;
}
/*.sp .panels .projects { background: url(../images/photo_background.jpg) no-repeat 0px 0px; }*/
/*.sp .panels .projects .panel_content { margin-right: 150px; }*/
.sp .panels .projects h2 {
	color: #fff;
}
.sp .panels .projects h4 {
	padding: 15px 0px 0px 0px;
}
.sp .panels .projects p {
	color: #284108;
	margin-right: 150px;
}
.sp .panels .projects a {
	color: #fff;
}
.sp .tabs .projects2.selected {
	color: #000;
	background-color: #B0EDF2;
	border-bottom: 1px solid #000;
}
/*.sp .panels .projects { background: url(../images/photo_background.jpg) no-repeat 0px 0px; }*/
/*.sp .panels .projects .panel_content { margin-right: 150px; }*/
.sp .panels .projects2 h2 {
	color: #fff;
}
.sp .panels .projects2 h4 {
	padding: 15px 0px 0px 0px;
}
.sp .panels .projects2 p {
	color: #284108;
	margin-right: 150px;
}
.sp .panels .projects2 a {
	color: #fff;
}
/*.sp .panels .thumbnail { border: 1px solid #fff; }*/

.sp .tabs .contact.selected {
	color: #000;
	background-color: #B0EDF2;
	border-bottom: 1px solid #000;
}
/*.sp .panels .projects { background: url(../images/photo_background.jpg) no-repeat 0px 0px; }*/
/*.sp .panels .projects .panel_content { margin-right: 150px; }*/



.sp .panels .contact h2 {
	color: #fff;
}
.sp .panels .contact h3 {
	font: 14px levenim MT;
	margin-left: 50px;
	color: #000;
}
.sp .panels .contact h4 {
	padding: 15px 0px 0px 0px;
}
.sp .panels .contact p {
	color: #284108;
	margin-right: 150px;
}
.sp .panels .contact a {
	color: #fff;
}
/*.sp .panels .thumbnail { border: 1px solid #fff; }*/
