﻿/* UNIVERSAL DIV */
body, div, p	{
	color:#3C3C3C;
	font: 10pt "Lucida Grande",Tahoma,Arial,Sans-Serif;
	line-height: 1.6em;
}


/*---------- TITLES and HEADERS ----------*/

.p2title	{
	color:#005580;
	font-size: 24px;
	padding-bottom: 20px;
}

.p2subtitle	{
	color:#005580;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}

.p2sectionheader	{
	color:#005580;
	font-size: 14px;
	padding: 10px 0 10px 0;

}

.p14boxtitle  {
	color:#777777;
	font-size:15px;
	line-height:25px;
	padding-bottom: 10px;
}

/*---------- PRIMARY PAGE COPY OPTIONS ----------*/

/* Bigger copy for leading a page */
.p2lead  {
	color:#777777;
	font-size:15px;
	line-height:25px;
	padding-bottom: 10px;
}

/* Standard page 2 copy */
.p2copy {
	padding: 0px 180px 10px 0px;
}

.p2copywide ul, ol	{
	padding-bottom: 5px;
}

/* Standard page 2 copy full width */
.p2copywide {
	padding: 10px 0px 10px 0px;
}

.p2copywide ul, ol	{
	padding-bottom: 5px;
}

.p2quote	{
	padding: 0px 140px 20px 20px;
	font-style:italic;
}

/* Standard page 2 copy for 2 and 3 column options */
.p2columns	{
	float:left;
 	width:240px;
}

.p2rightcolumn	{
	font-size: 11px;
	float: right;
	position: relative;
	width: 150px;
	top: 0px; 
	left: 55px; 
	padding: 0px 50px 15px 20px;
	clear:right;
	border-left: 1px solid #dad9c4;
}

.p2thirdcolumn	{
	float: left;
	position: relative;
	width: 260px;
	top: 0px; 
	padding: 10px;
	margin: 0px 30px 10px 0px;
	border: 1px solid #dad9c4;
}

.p2fourcolumn	{
	float: left;
	position: relative;
	width: 170px;
	height: 280px;
	top: 0px; 
	padding: 10px;
	margin: 0px 20px 10px 0px;
	border: 1px solid #dad9c4;
	background-color: #ffffff;
}

/*---------- MISC GRAPHICS and LAYOUTS ----------*/

/* Line Spacer */
.p2spacer	{
	height: 1px;
	background-color: #dad9c4;
	margin: 20px 0px 30px 0px;
}

/* Image Placeholder */
.p2image	{
	float: right;
	position: relative; 
	top: 0px; 
	left: 55px; 
	margin-left: 0px; 
	margin-bottom: 20px;
	background-color: #700000;
	color: #ffffff;
	border: 5px solid #ffffff;
	padding: 0px;
}

.p2imagewrapper	{
	float: right;
	position: relative; 
	top: 0px; 
	left: 55px; 
	margin-left: 0px; 
	margin-bottom: 25px;
	margin-top: 35px;
}

.p2imagetan	{
	background-color: #c1b79b;
	color: #ffffff;
	border: 1px solid #c1b79b;
	padding: 0px;
	margin-bottom: 95px;
}

/* Used on "Plug In" page */

.p2socialicon	{
	position: relative;
	width: 150px;
	top: 45px; 
	left: -10px; 
	padding: 0px;
	clear:right;
}

/*---------- VIDEO PLAYER ----------*/
#videoPlayerDiv {
	float: left;
}
.playList 
{
    margin-left: -100px;
	width: 250px; 
	border-left: 1px solid #bcbcab;
	border-top: 1px solid #bcbcab;
	border-right: 1px solid #8c8c7f;
	border-bottom: 1px solid #8c8c7f;
	float: left;
	position: relative;
	left: 140px;
}
.playListItem {
	padding: 10px;
	background-color: #f1f1e3;
}

.playListItem img {
	width: 80px;
	float: left;
	padding-right: 10px;
}

.playListItem:hover {
	text-decoration: underline;
	cursor: pointer;
	background-color: #c0c0af;
}
.playListSpacer {
	height: 1px;
	background-color: #dcdcc8;
}
.playListItemCurrent{
	background-color: White;
}
.playListItemCurrent:hover{
	background-color: White;
	text-decoration: none;
}

.playListItemCurrent div
{
	color: #005580;
}


/*---------- BROWSE ALL TESTIMONIALS ----------*/

.Testimonial_Logo
{
    float: left;
}

.Testimonial_Contact
{
    font-weight: bold;
    position: relative;
    top: 20px;
    left: 10px;
}

.Testimonial_Quote
{
    clear: both;
}

.Testimonial_PDFLink
{
    display: block;
    text-align: right;
    padding-bottom: 20px;
    text-decoration: none;
}

.Testimonial_PDFLink img
{
    border: 0px;
    position: relative;
    top: 5px;
}

/*------------- CONTACT FORM --------------*/

div.contactrow {
  clear: both;
  padding-top: 5px;
  }

div.contactrow span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.contactrow span.formw {
  float: right;
  width: 430px;
  text-align: left;
  } 
