/*
Web Site: One Plus Productions
Description: One Plus Productions Web Site
Version: 2.0
Author: Tony Frenzel, ee design studio www.eleven411.com
*/
@charset "utf-8";
* {
	padding: 0 0;
	margin: 0 0;
}
body {
	-x-system-font:none;
	background-color:#6b757d;
	background-image: url(images/shared/bg.jpg);
	background-repeat: no-repeat;
	color:#464d52;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	background-position: center top;
}
.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
h1 {
	font-size:15px;
	padding-bottom:20px;
}
h2 {
	font-size:13px;
	font-weight: bold;
	padding-top: 0px;
	margin: 0;
	padding: 0;
}
h3 {
	font-size:11px;
	font-style: italic;
	padding-bottom: 5px;
	margin: 0;
	padding: 0;
}
h4 {
	font-size:11px;
	padding-bottom: 5px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 5px;
}
a {
	font-size: 12px;
	font-weight: normal;
	color: #f47920;
	text-decoration: underline;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
.canvas {
	width: 864px;
	margin: 0 auto;
}
.header {
	height:58px;
	padding-top: 38px;
	padding-left: 535px;
	padding-bottom: 0px;
	padding-right: 0px;
}
.header p {
	color:#FFF;
}
.header p a {
	color:#FFF;
	text-decoration: underline;
}
.canvas2 {
	width: 864px;
	margin: 0 auto;
}
.header2 {
	height:58px;
	padding-top: 38px;
	padding-left: 560px;
	padding-bottom: 0px;
	padding-right: 0px;
}
.header2 p {
	color:#FFF;
}
.header2 p a {
	color:#FFF;
	text-decoration: underline;
}
.menubar {
	padding-top:5px;
	height: 39px;
	width: 864px;
	float: left;
	background-color: #6b757d;
}
#menu {
	padding:0;
	margin:0;
	list-style:none;
	width:864px;
	height:39px;
}
#menu li {
	position:relative;
	float:left;
}
#menu li a {
	display:block;
	height:39px;
	padding:0;
	width:144px;
	float:left;
	color:#444;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	cursor:pointer;
	background: url(images/shared/flat.gif);
	line-height:39px;
}
#menu li a b {
	position:relative;
}
#menu li a:hover, #menu li a:active, #menu li a:focus, .home #menu li#home a, .pitch #menu li#pitch a, .perfect #menu li#perfect a, .project #menu li#project a, .profile #menu li#profile a, .contact #menu li#contact a {
	background: url(images/shared/curled.jpg) no-repeat right top;
	cursor:pointer;
	color:#c60;
}
* html #menu li a:hover, * html #menu li a:active, * html #menu li a:focus, * html .home #menu li#home a, * html .pitch #menu li#pitch a, * html .perfect #menu li#perfect a, * html .project #menu li#project a, * html .profile #menu li#profile a,  * html .contact #menu li#contact a {
	background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shared/curled.jpg', sizingMethod='scale');
}
#menu li a:hover b, #menu li a:active b, #menu li a:focus b, .home #menu li#home a b, .pitch #menu li#pitch a b, .perfect #menu li#perfect a b, .project #menu li#project a b, .profile #menu li#profile a b, .contact #menu li#contact a b {
	cursor:pointer;
}
.hero {
	width: 864px;
	height: 261px;
	float: left;
}
/* Superbox Modal */
/* Base Superbox Styles */
#superbox-overlay {
	position:fixed;
	top:0;
	left:0;
	z-index:9998;
	width:100%;
	height:100%;
}
#superbox-wrapper {
	position:fixed;
	z-index:9999;
	top:0;
	display:table;
	width:100%;
	height:100%;
}
#superbox-container {
	position:relative;
	display:table-cell;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	vertical-align:middle;
}
#superbox {
	margin:0 auto;
	padding:0;
}
#superbox-container .loading {
	margin:0;
	text-align:center;
}
/* IE7 */
*:first-child+html #superbox-container {
	position:absolute;
	top:50%;
	display:block;
	height:auto;
}
*:first-child+html #superbox {
	position:relative;
	top:-50%;
	display:block;
}
/* IE6 - Thanks to Thickbox for IE expressions */
* html #superbox-container {
	position:absolute;
	top:50%;
	display:block;
	height:auto;
}
* html #superbox {
	position:relative;
	top:-50%;
	display:block;
}
* html #superbox-overlay {
	position:absolute;
height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight + 'px' : document.body.offsetHeight + 'px');
}
* html #superbox-wrapper {
	position:absolute;
margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
/* Default Theme */
#superbox-overlay {
	background:#000;
}
#superbox-container .loading {
	text-align:center;
	font-size:30px;
	color:#fff;
}
#superbox {
	padding:10px;
	background:#fff;
}
#superbox-innerbox {
	padding:10px 0;
}
#superbox.image {
	text-align:center;
}
#superbox .close {
	width: 120px;
	cursor: hand;
	cursor: pointer;
}
#superbox .nextprev {
	overflow:hidden;
	margin:0;
}
.contenttop {
	width: 829px;
	height: 55px;
	background-image: url(images/shared/content-top.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 25px;
	float: left;
}
.contenttop h1 {
	color:#FFF;
}
#contentmiddle {
	width: 100%;
	background-image: url(images/shared/content-middle.gif);
	background-repeat: repeat;
}
.videoPrelude {
	padding-left: 60px;
	padding-bottom: 5px;
}
.videoHolder {
	width: 864px;
	height: 455px;
	background-image: url(images/pitch/video-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float:left;

}
.video-bg {
	width: 750px;
	height: 455px;
	padding-left: 60px;
}
.newsheader {
	width:375px;
	float:left;
}
.eventheader {
	width:355px;
	padding-left: 27px;
	float:left;
}
#newsbox {
	padding-left: 35px;
	width:340px;
	float:left;
}
#newsbox p {
	padding-bottom: 30px;
}
#oppbox {
	padding-left: 35px;
	width:340px;
	float:left;
}
#oppbox p {
	font-size: 12px;
	padding-bottom: 10px;
}
.calendar {
	width: 40px;
	float:left;
}
.eventitle {
	width:360px;
	padding-bottom:8px;
	float:left;
}
#eventbox {
	width:400px;
	padding-left: 60px;
	float:left;
}
#eventbox p {
	padding-bottom: 40px;
}
/* */
.sectionheader {
	width:655px;
	float:left;
}
#sectioncolumn1 {
	padding-left: 35px;
	width:455px;
	float:left;
}
#sectioncolumn1 h2 {
	font-size:14px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#sectioncolumn1 h3 {
	font-size:13px;
	padding-bottom: 10px;
}
#sectioncolumn1 p {
	font-size:12px;
	padding-bottom: 10px;
}
#sectioncolumn1 a {
	font-size: 12px;
	font-weight: normal;
	color: #f47920;
	text-decoration: underline;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
#sectioncolumn1 ul {
	color: #666;
	list-style-type: square;
	margin-left: 20px;
	padding-bottom: 20PX;
}
#sectioncolumn1 li {
	line-height: 18px;
}
#sectioncolumn2 {
	width:289px;
	padding-left: 60px;
	float:left;
}
.testimonial {
	width:274px;
	height:398px;
	color: #333333;
	background-image: url(images/shared/testimonial-bg.jpg);
	background-repeat: no-repeat;
}
.testimonial h5 {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	font-size: 13px;
	font-weight: bold;
}
.testimonial h6 {
	color: #6b757d;
	margin: 0;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.testimonial p {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}



.testimonial2 {
	width:274px;
	height:330px;
	color: #333333;
	background-image: url(images/shared/testimonial-bg.jpg);
	background-repeat: no-repeat;
}
.testimonial2 h5 {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	font-size: 13px;
	font-weight: bold;
}
.testimonial2 h6 {
	color: #6b757d;
	margin: 0;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.testimonial2 p {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

.testimonial3 {
	width:470px;
	height:330px;
	color: #333333;
	background-image: url(images/shared/testimonial-bg2.jpg);
	background-repeat: no-repeat;
}
.testimonial3 h5 {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	font-size: 13px;
	font-weight: bold;
}
.testimonial3 h6 {
	color: #6b757d;
	margin: 0;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.testimonial3 p {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}



.orange {
	color: #f47920;
}
/* Form Styles  */


#contact_form {
	width:300px;
	margin:0 auto;
	height:160px;
	padding:5px 0;
	position:relative;
}
form fieldset {
	font-size:1.2em;
	margin:0px 0px 10px 0px;
	width:300px;
	position:relative;
	border:0;
	display:block;
	padding: 0px 10px 8px;
}
form fieldset legend {
	border-width:1px;
	border-style:solid;
	border-color:#BBBB66;
	color:#3D7169;
	font-weight:bold;
	font-variant:small-caps;
	font-size:140%;
	padding:4px 2px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;
	background-color: #FFC;
}
label {
	font-size:90%;
	display:block;
	float:left;
	width:10em;
	margin:.2em .2em 0 0;
	color:#333;
	font-weight:bold;
	padding:8px 0px;
}
label.error {
	font-weight:normal;
	color:red;
	text-align:left;
	width:140px;
	padding-left:5px;
}
input.text-input {
	margin:4px;
	padding:2px 0;
	color:#333;
	
}
label#name_label {
	position:absolute;
	top:0;
	left:0;
}
input#name {
	position:absolute;
	top:0;
	left:50px;
}
label#name_error {
	position:absolute;
	top:0px;
	left:203px;
}
label#email_label {
	position:absolute;
	top:45px;
	left:0px;
}
input#email {
	position:absolute;
	top:45px;
	left:50px;
}
label#email_error {
	position:absolute;
	top:48px;
	left:203px;
}
input.button {
	position:absolute;
	top:90px;
	left:55px;
	width: 100px;
	border:1px solid #b35912;
	color:#fff;
	background:#f47920;
	font-size: 13px;
	padding: 7px;
	cursor: hand;
	cursor: pointer;
}
input.button:hover {
	background:#b35912;
	color:#fff;
	text-decoration: underline;
}
#message {
	width:300px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 45px;
}
#message h2 {
	font-size:13px;
	color:#333;
	margin:0;
	padding:0;
}
#message p {
	color:#333;
	font-weight:bold;
	margin:2px 0px;
}
#checkmark {
	position:relative;
	top:-57px;
	left:-60px;
}
#contentbottom {
	width: 864px;
	height: 73px;
	background-image: url(images/shared/content-bottom.gif);
	background-repeat: no-repeat;
	float: left;
}
#footer {
	width: 864px;
	height: 100px;
	padding-top:20px;
	clear:both;
	text-align: center;
}
#footer p {
	color:#FFF;
	font-size: 12px;
}
#footer p a {
	color:#FFF;
	font-size: 12px;
	text-decoration: underline;
}
.ee {
	padding-top:20px;
	font-size:12px;
}
#footer p .ee a {
	padding-top:20px;
	font-size:12px;
	
}
.orange-quote {
	font-size:1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f47920;
	line-height: 24px;
}
.pitch-info {
	font-size:13px;
}