@charset "UTF-8";

@font-face {
    font-family: 'RockwellRegular';
    src: url('rock-webfont.eot');
    src: url('rock-webfont.eot?#iefix') format('embedded-opentype'),
         url('rock-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/***********************************
	GLOBAL TAGS AND CLASSES
***********************************/
html {
	overflow-y: scroll;
}
body {
	background-image: url('images/cloud_background.png');
	background-color: #ffffff;
	background-repeat: repeat-x;
	padding-bottom: 20px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.clearBox {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
#outerWrapper {
	position: relative;
	margin-top: 7px;
	width: 971px;
	margin-left: auto;
	margin-right: auto;
}
#topSection {
	
}
.howItWorks {
	margin-top: 23px;
	cursor: pointer;
}
.imageRight {
   float: right;
   padding-left: 20px;
   padding-bottom: 20px;
}

/***********************************
	LOGIN BAR
***********************************/

#loginBar {
	width: 905px;
	height: 32px;
	padding-left: 65px;
	padding-top: 9px;
	background-image: url('images/loginbar_back.png');
	background-repeat: no-repeat;
	font-family: Rockwell, 'RockwellRegular', 'Palatino Linotype', 'Book Antiqua', Palatino,serif;
    color: #ffffff;
}
.loginField {
	float: left;
	width: 263px;
	margin-right: 15px;
	font-size: 14px;
	letter-spacing: 1px;
	cursor: pointer;
}
.loginField input {
	margin-left: 15px;
	border: solid 1px #d0d0d0 !important;
	width: 139px;
	height: 16px;
	padding: 2px;
}
#buttonArea {
	float: left;
	width: 65px;
	height: 20px;
	margin-left: -27px;
	margin-top: 1px;
}
#passwordRecoveryAccount {
	float: left;
	width: 260px;
	margin-left: 24px;
	margin-top: 4px;
	font-size: 12px;
}
#passwordRecoveryAccount a, #passwordRecoveryAccount a:visited {
	color: #ffffff;
	text-decoration: none;
}
#passwordRecoveryAccount a:hover {
	text-decoration: underline;
}
#passwordRecoveryAccount a:active {
	color: #00afef;
}

/***********************************
	LOGO + NAV + SUB-NAV
***********************************/

#logoNavArea {
	margin-top: 20px;
}
#oiLogo {
	width: 286px;
	height: 80px;
	float: left;
}
#oiNavigation {
	float: right;
	display: inline;
	height: 60px;
	margin-top: 32px;
	padding-bottom: 6px;
	font-family: Rockwell, 'RockwellRegular', 'Palatino Linotype', 'Book Antiqua', Palatino,serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
    text-align: right;
}
#oiNavigation ul {
	padding-bottom: 4px !important;
}
.containSubs {
	border-bottom: solid 1px #B7B7B7;
}
#oiNavigation ul li {
	display: inline;
	margin-left: 25px;
}
#oiNavigation ul li.firstNav {
	display: inline;
	margin-left: 0px !important;
}
#oiNavigation a, #oiNavigation a:visited {
	color: #B7B7B7;
	text-decoration: none;
}
#oiNavigation a:hover {
	color: #0039c6;
	text-decoration: none;
}
#oiNavigation a.current {
	color: #0039c6 !important;
}
#oiSubNavigation {
	position: relative;
	margin-top: 4px;
	text-transform: capitalize;
	font-weight: normal;
}
#oiSubPages {
	position: absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	left: 0px;
}
#oiSubPages ul {
	border: none !important;
}
#oiSubPages ul li {
	display: inline;
	margin-right: 16px;
	margin-left: 0px !important;
}
#oiSubPages a, #oiSubPages a:visited  {
	color: #B7B7B7;
	text-decoration: none;
}
#oiSubPages a:hover {
	color: #0039c6;
}
#oiSubPages a.current {
	color: #0039c6 !important;
}
#oiSubNavigationClients {
	position: relative;
	margin-top: 4px;
	text-transform: capitalize;
	font-weight: normal;
}
#oiSubPagesClients {
	position: absolute;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	right: 0px;
}
#oiSubPagesClients ul {
	border: none !important;
}
#oiSubPagesClients ul li {
	display: inline;
	margin-right: 0px !important;
	margin-left: 16px;
}
#oiSubPagesClients a, #oiSubPages a:visited  {
	color: #B7B7B7;
	text-decoration: none;
}
.advertiserSubs {
	left: 106px !important;
}
.publisherSubs {
	left: 342px !important;
}
.leadserveSubs {
    left: 150.5px !important;
}
#oiSubPages a:hover {
	color: #0039c6;
}
#oiSubPages a.current {
	color: #0039c6 !important;
}

/***********************************
	HOMEPAGE CONTENT
***********************************/

#homeContent {
	position: relative;
	clear: both;
	height: 258px;
	margin-top: 95px;
	text-align: center;
	background-image: url('images/home_green_field.png');
	background-repeat: no-repeat;
	z-index: 5;
}
#homeBoxOne {
    height: 258px;
}
#homeBoxTwo {
	display: none;
    height: 258px;
	z-index: 10;
}
#growImage {
	position: absolute;
	left: 200px;
	display: none;
	z-index: 10;
}
#moneyImage {
	position: absolute;
	right: 190px;
	display: none;
	z-index: 10;
}
#homeFeatures {
	background-image: url('images/gray_home_gradient.png');
	background-repeat: repeat-x;
	height: 175px;
	margin: -5px 1px 0px 1px;
	border-bottom: solid 1px #e3e3e3;
	z-index: 1;
}
#homeFeatures h2 {
	font-family: Rockwell, 'RockwellRegular', 'Palatino Linotype', 'Book Antiqua', Palatino,serif;
	color: #000000;
	font-size: 32px;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
}
#getStarted, #optInfo {
	width: 470px;
	padding: 30px 0px 0px 10px;
	float: left;
}
#getStarted #discountBadge {
	width: 127px;
	float: left;
}
#getStarted #discountContent, #optInfo #newsletterContent {
	font-family: Rockwell, 'RockwellRegular', 'Palatino Linotype', 'Book Antiqua', Palatino,serif;
	font-size: 18px;
	font-weight: normal;
	color: #8b8b8b;
	line-height: 24px;
	width: 340px; /* Newsletter Box is Slightly Smaller */
	padding: 10px 0px 0px;
	float: left;
}
#optInfo #newsletterContent { 
	width: 315px;
}
#optInfo #newsletterBadge {
	width: 127px;
	text-align: right;
	margin: 0px 10px 0px 0px;
	float: left;
}
#getStarted #discountContent p {
	padding: 0px 0px 0px 4px;
}
#getStarted #discountContent a, #getStarted #discountContent a:visited {
	color: #0039c5;
	text-decoration: none;
}
#getStarted #discountContent a:hover {
	text-decoration: underline;
}
#optInfo #newsletterContent input#emailAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #8b8b8b;
	width: 240px;
	height: 30px;
	border: solid 1px #8b8b8b;
	margin: 10px 0px 0px;
	padding: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#optInfo #newsletterContent input#sendInfo {
	vertical-align: middle;
}
#hiddenGetStarted {
   background-color: #ffffff;
   width: 462px;
   display: none;
   overflow: hidden;
}
#hiddenGetStarted h3 {
	font-family: Rockwell, 'RockwellRegular', 'Palatino Linotype', 'Book Antiqua', Palatino,serif;
	color: #000000;
	font-size: 43px;
	font-weight: bold;
	width: 370px;
}
#hiddenGetStarted h4 {
	font-family: Rockwell, 'RockwellRegular', 'Palatino Linotype', 'Book Antiqua', Palatino,serif;
	color: #8b8b8b;
	font-size: 17px;
	font-weight: normal;
	line-height: 22px;
	width: 363px;
	padding-left: 3px;	
}
#hiddenGetStarted ul {
	margin: 25px 0px 0px 0px;
}
#hiddenGetStarted ul li {
	width: 229px;
	margin: 0px 0px 18px 0px;
	display: inline-block;
}
#hiddenGetStarted #startNowForm label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0039c5;
	margin: 0px 0px 3px 0px;
	display: block;
}
#hiddenGetStarted #startNowForm input[type=text] {
	width: 227px;
	height: 26px;
	border: solid 1px #676767;
	padding: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#hiddenGetStarted textarea {
	width: 460px;
	height: 70px;
	border: solid 1px #676767;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#hiddenGetStarted #signupnow {
	margin: 18px 0px 0px;
}
#hiddenGetStarted p.cancelLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #002b94;
	font-weight: bold;
	text-align: center;
	margin: 10px 0px 0px;
}
#hiddenGetStarted p.cancelLink img {
	vertical-align: middle;
}
#hiddenGetStarted p.cancelLink a, #hiddenGetStarted p.cancelLink a:visited, #hiddenGetStarted p.cancelLink a:active {
	text-decoration: none;
	color: #002b94;
}
#homeVideoBox {
	position: absolute;
	display: none;
	width: 142px;
	height: 124px;
	left: 48px;
	top: -61px;
	z-index: 100;
	opacity: 1.0;
	cursor: pointer;
}
#videoContainer {
	width: 540px;
	height: 241px;
	margin: auto;
	background-color: #000;
}
#player1 {
	background-color: #000;
	display: none;
}
#videoBack {
	width: 134px;
	height: 50px;
	position: absolute;
	left: 47px;
	bottom: 35px;
	cursor: pointer;
}

/***********************************
	ADVERTISERS CONTENT
***********************************/

#advertiserContent {
	position: relative;
	clear: both;
	height: 406px;
	background-image: url('images/optmain_growpage.png');
}
#advertiserContent #demoVideo {
	position: absolute;
	right: 25px;
	bottom: 95px;
	padding: 13px 0px 0px 0px;
	height: 53px;
	width: 134px;
	background: url('images/video_icon.png') no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: right;
	cursor: pointer;
}
#advertiserContent #demoVideo a, #advertiserContent #demoVideo a:visited {
   color: #0039c9;
   text-decoration: none;
}
#advertiserContent #demoVideo a:hover {
   text-decoration: underline;
}
#advertiserHeadlines {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 500px;
}
#advertiserHeadlines h1 {
	font-family: Rockwell, 'RockwellRegular', 'Palatino Linotype', 'Book Antiqua', Palatino,serif;
	font-size: 38px;
	color: #000000;
	line-height: 45px;
	margin-bottom: 7px;
}
#advertiserHeadlines h1 sup {
	font-size: 14px;
}
#advertiserHeadlines h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
}
#advertiserTestimonials {
	background-image: url('images/testimonial_blue_quote.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 700px;
	padding: 22px 0px 15px 53px;
}
#advertiserTestimonials h3 {
	font-family: Rockwell, 'RockwellRegular', 'Palatino Linotype', 'Book Antiqua', Palatino,serif;
	font-size: 26px;
	font-weight: bold;
	color: #0039C5;
	margin-bottom: 20px;
}
.singleTestimonial {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
}
#advertiserTestimonials blockquote {
	font-style: italic;
	line-height: 22px;
}
#advertiserTestimonials .quoteSource {
	margin-top: 22px;
}
#advertiserTestimonials .clientLogo {
	width: 36px;
	height: 37px;
	padding-top: 3px;
	float: left;
}
#advertiserTestimonials .clientName {
	line-height: 23px;
	margin-left: 46px;
	/*color: #000000;*/
}
.ipsos {
	display: none;
}
#advertiserContentDemo {
	overflow: hidden;
}
#advertiserFeatures {
	padding: 32px 0px 15px 10px;
}
#advertiserFeatures h3 {
	position: relative;
	display: block;
	font-family: Rockwell, 'RockwellRegular', 'Palatino Linotype', 'Book Antiqua', Palatino,serif;
	font-size: 23px;
	color: #929292;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 40px;
	background-image: url('images/feature_header_shadow.png');
	background-repeat: no-repeat;
	background-position: 0px 20px;
}
#advertiserFeatures h3 #demoVideo {
	position: absolute;
	top: -2px;
	left: 145px;
	padding: 7px 0px 0px 0px;
	height: 18px;
	width: 109px;
	background: url('images/video_icon2.png') no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: right;
	text-transform: none;
	letter-spacing: normal;
	cursor: pointer;
}
#advertiserFeatures h3 #demoVideo a, #advertiserFeatures h3 #demoVideo a:visited {
   color: #0039c9;
   text-decoration: none;
}
#advertiserFeatures h3 #demoVideo a:hover {
   text-decoration: underline;
}
#advertiserFeatures #featureContainer {
	display: block;
}
#advertiserFeatures #featureContainer .featureBox {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	height: 172px;
	width: 270px;
	float: left;
	margin-right: 33px;
	padding: 10px 5px 10px 10px;
	border: solid 1px #E5E5E5;
	border-radius: 5px;
	box-shadow: 1px 1px 3px 1px rgba(103, 103, 103, 0.3);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(103, 103, 103, 0.3);
	-moz-box-shadow: 1px 1px 3px 1px rgba(103, 103, 103, 0.3); 
}
.featureBox h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 15px;
}
.featureBox img {
	float: right;
	margin: 0px 0px 10px 10px;
}
#espContent, #advResourcesHeadlines {
	position: relative;
	clear: both;
}
#espHeadlines, #advResourcesHeadlines {
	margin-top: 32px;
	margin-bottom: 14px;
}
#espHeadlines, #advResourcesHeadlines h1 {
	font-family: Rockwell, 'RockwellRegular', 'Palatino Linotype', 'Book Antiqua', Palatino,serif;
	font-size: 38px;
	color: #000000;
	line-height: 40px;
}
#espBody, #advResourcesBody {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	padding-left: 3px;
}
#espBody h2, #advResourcesBody h2 {
	font-family: Rockwell, 'RockwellRegular', 'Palatino Linotype', 'Book Antiqua', Palatino,serif;
	font-size: 20px;
	color: #0039C5;
	border-bottom: solid 1px #0039C5; 
	padding-bottom: 2px;
	margin: 30px 0px 20px 0px;
}
#advResourcesBody ul {
	margin: 0px 0px 40px 0px;
}
#advResourcesBody ul li {
	width: 40%;
	display: inline-block;
}
#espBody a, #espBody a:visited, #advResourcesBody a, #advResourcesBody a:visited {
   color: #1077fe;
   text-decoration: none;
}
#espBody a:hover, #advResourcesBody a:hover {
	text-decoration: underline;
}
#espBody p, #advResourcesBody p {
	margin-bottom: 20px;
}
body.advResources {
	padding-bottom: 600px;
}
#advResourcesBody p {
	padding-bottom: 20px;
	border-bottom: solid 1px #ccc;
}
#advResourcesBody p.fiveTs {
	padding: 0px;
	margin-bottom: 20px;
	border: none;
	font-size: 14px;
	line-height: 19px;
}
#advResourcesBody p:first-child {
	border: none;
}
#espBody ul.featuredList li.smallBump {
	padding-left: 20px;
}
#espBody ul.featuredList li.smallBumpTwo {
	padding-left: 26px;
}
#espBody ul.featuredList li {
	display: inline-block;
	margin: 0px 30px 20px 0px;
	vertical-align: middle;	
}
#espBody ul.featuredList li:last-child {
	margin: 0px 0px 20px 0px;
}
#espBody ul.fullList {
	width: 100%;
	overflow: hidden;
}
#espBody ul.fullList li {
	width: 24%;
	display: inline-block;
	margin: 0px 0px 10px 0px;
	vertical-align: middle;
}
#espBody ul.fullList li.extraLong {
	width: 20%;
}


/***********************************
	PUBLISHERS CONTENT
***********************************/

#websiteContent {
	position: relative;
	clear: both;
	height: 406px;
}
#websiteHeadlines {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 500px;
}
#websiteHeadlines h1 {
	font-family: Rockwell, 'RockwellRegular', 'Palatino Linotype', 'Book Antiqua', Palatino,serif;
	font-size: 38px;
	color: #000000;
	line-height: 45px;
	margin-bottom: 7px;
}
#websiteHeadlines h1 sup {
	font-size: 14px;
}
#websiteHeadlines h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	padding-left: 3px;
}
#publisherTestimonials {
	background-image: url('images/testimonial_blue_quote.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 700px;
	padding: 22px 0px 15px 53px;
}

#publisherTestimonials h3 {
	font-family: Rockwell, 'RockwellRegular', 'Palatino Linotype', 'Book Antiqua', Palatino,serif;
	font-size: 26px;
	font-weight: bold;
	color: #0039C5;
	margin-bottom: 20px;
}
.singleTestimonial {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
}
#publisherTestimonials blockquote {
	font-style: italic;
	line-height: 22px;
}
#publisherTestimonials .quoteSource {
	margin-top: 22px;
}
#publisherTestimonials .clientLogo {
	width: 36px;
	height: 37px;
	padding-top: 3px;
	float: left;
}
#publisherTestimonials .clientName {
	line-height: 23px;
	margin-left: 46px;
	/*color: #000000;*/
}
.schaeffers {
	
}
#quoteSlideshow .schaeffersLogo {
	width: 21px !important;
}
#quoteSlideshow  .schaeffersName {
	margin-left: 31px !important;
}
#websiteContentDemo {
	min-height: 408px;
	overflow: hidden;
}
#wspDemo {
	height: 320px;
	overflow: hidden;
	background-color: transparent !important;
}
#startStopControls {
	position: absolute;
	width: 73px;
	height: 19px;
	right: 5px;
    top: 160px;
    cursor: pointer;
    z-index: 1000;
	outline: none;
}
#startStopControls img {
   margin-right: 10px;
}
#startStopControls a {
	outline: none;
}

/***********************************
	OUR CLIENTS CONTENT
***********************************/

#clientsContent {
	position: relative;
	clear: both;
}

#clientsHeadlines {
	margin-top: 30px;
	margin-bottom: 12px;
}

#clientsHeadlines h1 {
	font-family: Rockwell, 'RockwellRegular', 'Palatino Linotype', 'Book Antiqua', Palatino,serif;
	font-size: 38px;
	color: #000000;
	line-height: 45px;
	margin-bottom: 7px;
}

#clientsHeadlines h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
}
#clientsBody {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	padding-left: 3px;
}
#clientsBody h2 {
	font-family: Rockwell, 'RockwellRegular', 'Palatino Linotype', 'Book Antiqua', Palatino,serif;
	font-size: 20px;
	color: #0039C5;
	border-bottom: solid 1px #0039C5; 
	padding-bottom: 2px;
	margin-bottom: 20px;
}
#clientsBody p {
	margin-bottom: 30px;
}
#clientsBody img {
	vertical-align: middle;
}
.imgPush {
	margin-right: 40px;
}

/***********************************
	ABOUT US CONTENT
***********************************/

#aboutContent {
	position: relative;
	clear: both;
}
#aboutHeadlines {
	margin-top: 32px;
	margin-bottom: 14px;
}
#aboutHeadlines h1 {
	font-family: Rockwell, 'RockwellRegular', 'Palatino Linotype', 'Book Antiqua', Palatino,serif;
	font-size: 38px;
	color: #000000;
	line-height: 40px;
}
#aboutBody {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	padding-left: 3px;
}
#aboutBody a, #aboutBody a:visited {
   color: #1077fe;
   text-decoration: none;
}
#aboutBody a:hover {
	text-decoration: underline;
}
#aboutBody p {
	margin-bottom: 35px;
}
#aboutBody p.partnerSummary {
	text-align: justify;
}
#aboutBody h2 {
    font-family: Rockwell, 'RockwellRegular', 'Palatino Linotype', 'Book Antiqua', Palatino,serif;
	font-size: 20px;
	color: #0039C5;
	margin-bottom: 8px;
}
#aboutBody h2:first-child {
	padding-top: 8px;
}
#aboutBody img.smallLogo {
   display: block;
   margin: auto;
}
#aboutBody h2 img {
   vertical-align: middle;
   margin-right: 8px;
   padding-bottom: 4px;
}
.logoFloat {
	float: right;
	margin-left: 40px;
	margin-right: 10px;
	margin-bottom: 30px;
}
.ppFloat {
   margin-top: 10px;
}
#jobContentLeft {
   float: left;
   width: 600px;
}
#aboutBody.jobs {
   position: relative;
}
#aboutBody.jobs p {
   margin: 0 0 15px 0;
}
#aboutBody.jobs ul#jobsOpen {
   list-style: disc inside none;
   margin: 0 0 30px 3px;
   padding: 0 0 30px 0;
   border-bottom: solid 1px #ccc;
}
#aboutBody.jobs ul.details {
   list-style: circle inside none;
   margin: 0 0 20px 10px;
}
#aboutBody.jobs h3 {
   font-weight: bold;
   color: #333;
   margin: 15px 0 5px 0;
}
#aboutBody.jobs h4 {
   font-style: italic;
   margin: 0 0 8px 0;
}
.jobOffering {
   padding: 0 0 30px 0;
   margin: 0 0 30px 0;
   border-bottom: solid 1px #ccc;
}
#oiOverviewFixed {
   border: 1px solid #0039c6;
   border-radius: 5px;
   position: relative;
   margin: 0 0 0 650px;
   width: 270px;
   padding: 15px;
   /* border: solid 1px #ccc; */
   background: #f1f1f1;
   font-size: 12px;
   line-height: 20px;
   box-shadow: 5px 5px 5px #aaaaaa;
}
#oiOverviewFixed h5 {
   font-family: Rockwell, 'RockwellRegular', 'Palatino Linotype', 'Book Antiqua', Palatino,serif;
   font-size: 15px;
   font-weight: bold;
   color: #0039c6;
   text-transform: uppercase;
   text-align: center;
}
#aboutBody.jobs #oiOverviewFixed p {
   margin: 10px 0 0;
   padding: 0;
   text-align: left;
}

/***********************************
	CONTACT US CONTENT
***********************************/

#contactContent {
	position: relative;
	clear: both;
	height: 699px;
	background-image: url('images/optmain_contactus.png');
	background-repeat: no-repeat;
}
#contactHeadlines {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 400px;
}
#contactHeadlines h1 {
	font-family: Rockwell, 'RockwellRegular', 'Palatino Linotype', 'Book Antiqua', Palatino,serif;
	font-size: 38px;
	color: #000000;
	line-height: 45px;
	margin-bottom: 7px;
}
#contactHeadlines h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	padding-left: 3px;
}
#contactForm {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 478px;
	padding: 15px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	border: solid 1px #d3d3d3;
	background-image: url('images/transparent_lightblue.png');
	background-repeat: repeat;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 18px;
}
.contactField {
	margin-bottom: 24px;
}
.contactField input {
	margin-top: 6px;
	padding: 6px;
	width: 250px;
	border: solid 1px #d3d3d3;
}
.contactField textarea {
	margin-top: 6px;
	padding: 6px;
	width: 250px;
	border: solid 1px #d3d3d3;
    height: 121px !important;
    min-height: 121px !important;
    min-width: 464px !important;
    width: 464px !important;
}
.contactField span.optional {
	color: #999999;
}
#additionalContact {
	position: absolute;
	right: 0px;
	top: 370px;
	width: 445px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
#additionalContact h2 {
	font-weight: bold;
	margin-top: 13px;
	color: #0039C5;
}
#additionalContact a, #additionalContact:visited {
	color: #333333;
	text-decoration: none;
}
#additionalContact a:hover {
	text-decoration: underline;
}

/***********************************
	INSTRUCTIONS CONTENT
***********************************/

#instructionContent {
	position: relative;
	clear: both;
}

#instructionHeadlines {
	margin-top: 32px;
	margin-bottom: 34px;
}

#instructionHeadlines h1 {
	font-family: Rockwell, 'RockwellRegular', 'Palatino Linotype', 'Book Antiqua', Palatino,serif;
	font-size: 38px;
	color: #000000;
	line-height: 40px;
}

#instructionBody {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	padding-left: 3px;
}

#instructionBody a, #instructionBody a:visited {
   color: #1077fe;
   text-decoration: none;
}

#instructionBody a:hover {
	text-decoration: underline;
}

#instructionBody p {
	margin-bottom: 20px;
}

#instructionBody h2 {
    font-family: Rockwell, 'RockwellRegular', 'Palatino Linotype', 'Book Antiqua', Palatino,serif;
	font-size: 20px;
	color: #0039C5;
	margin: 30px 0px 8px 0px;
}

#instructionBody h3 {
	color: #000000;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}

#instructionBody h4 {
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}

#instructionBody pre {
	font-family: Consolas, 'Lucida Console', 'Courier New', monospace;
	font-size: 15px;
	color: #444444;
	padding-left: 20px;
	border-left: solid 5px #2F73F8;
	margin: 0px 0px 20px 20px;
}

#instructionBody ol {
	padding-left: 25px;
	list-style: decimal outside none;
}
#instructionBody ol li {
	margin-top: 4px;
}

#instructionBody table {
	border: solid 1px #444444;
	margin-top: 10px;
}

#instructionBody table {
	border: solid 1px #444444;
	border-collapse: collapse;
	width: 660px
}

#instructionBody table td {
	border: solid 1px #444444;
	padding: 7px;
}

/***********************************
	PRIVACY POLICY CONTENT
***********************************/

#privacyContent {
	position: relative;
	clear: both;
}

#privacyHeadlines {
	margin-top: 32px;
	margin-bottom: 14px;
}

#privacyHeadlines h1 {
	font-family: Rockwell, 'RockwellRegular', 'Palatino Linotype', 'Book Antiqua', Palatino,serif;
	font-size: 38px;
	color: #000000;
	line-height: 40px;
}
#privacyBody {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	padding-left: 3px;
}
#privacyBody h2 {
    font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0039C5;
	margin-bottom: 8px;
}
#aboutBody h2:first-child {
	padding-top: 8px;
}
#privacyBody p {
	margin-bottom: 20px;
}
#privacyBody a, #privacyBody a:visited {
   color: #1077fe;
   text-decoration: none;
}
#privacyBody a:hover {
	text-decoration: underline;
}


/***********************************
	FOOTER
***********************************/

#oiFooter {
	width: 971px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	color: #B7B7B7;
	text-transform: uppercase;
}
body.specialHome #oiFooter {
	margin-top: 15px;
}
#oiFooter a, #oiFooter a:visited {
	color: #1077FE;
	text-decoration: none;
}
#oiFooter a:hover {
	text-decoration: underline;
}
#oiFooter img {
	vertical-align: middle;
}