/*** Reset Everything ***/

html {
    color: #000;
    background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

div {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/* to enable resizing for IE */
input, textarea, select {
    *font-size: 100%;
}

/* because legend doesn't inherit in IE */
legend {
    color: #000;
}

/* disable resizing in Safari for consistency */
textarea {
    resize: none;
}

/*** 100% Height Background ***/

html {
    height: 100%;
}

body {
    _height: 100%;
    min-height: 100%;
}

/*** Grail Base Styles ***/

.grail {
    overflow: hidden;
}

.grail .columnWrap {
    *zoom: 1;
}

.grail .column {
    float: left; /*margin-bottom: -20000px;*/
/*padding-bottom: 20010px;*/
    position: relative;
}

.grail .main {
    width: 100%;
}

.grail .left {
    _left: 0;
    margin-left: -100%;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0 0 2px 0;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 170%;
}

h3 {
    font-size: 140%;
}

h4 {
    font-size: 120%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 90%;
}

a, a:visited {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #01CCFF;
    text-decoration: underline;
}

em,
    em strong {
    font-style: italic;
}

strong,
    strong em {
    font-weight: bold;
}

.nobr {
    white-space: nowrap;
}

.basic-color {
    color: #008F72;
}

.personal-color {
    color: #3592A6;

}

.executive-color {
    color: #c8bf73;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.disclaimers .copyrights {
	color: #666;
	font-size: 9px;
	text-align: center;
}

.flashAltContent {
    padding: 10px;
    color: #fff;
}


#videos.media {
    float: left;
    margin-top:-30px;
}
#videos.media .flashAltContent,
#videos.media .flashAltContent a,
#videos.media .flashAltContent a:visited {
	color: #000;
}
#content #videolist {
    background:#FFFFFF none repeat scroll 0 0;
    float:left;
    width:780px;
    text-align:left;
    line-height: 18px;
    margin-top:15px;
    font: normal 12px Arial, Helvetica, sans-serif;

}
#content #videolist h2 {
    color: #000;
    text-align:left;
    margin: 0;
}

#content #videolist p {
    float:left;
    padding-right:2px;
    padding-top:2px;
    color: #000;
    background: #fff;
    font: normal 12px Verdana, Helvetica, sans-serif; 
}

#content #videolist #videoitem p {
    color: #000;
    background: #fff;
    vertical-align: top;
    font: normal 12px Verdana, Helvetica, sans-serif;
}

#content .videotime {
    color: #000;
    background: #fff;
    font: bold 14px Verdana, Helvetica, sans-serif;
    float: right;
    margin-right:100px;
    margin-top:-48px;
}

.flashAltLink {
    margin-top: 15px;
}

/*** Base Layout ***/

body {
    background: #5C5C5C url(../_images/bg-shadow.gif) repeat-y center 0;
    font: normal 12px Arial, Helvetica, sans-serif;
}

#centerEverything {
    margin: 0 auto;
    width: 990px;
}

/*** Header ***/

/* Logo Area */

.unsubform {
    margin:-29px 0 5px;
    padding: 5px 0 0;
    position: relative;

}

#headerContainer {
    margin: 0 0 5px;
    overflow: hidden;
    padding: 5px 0 0;
    position: relative;
    z-index: 500;
}

#headerContainer h1 {
/* Image must go on this element because the filter stops link tags from working */
    background: transparent url(/_images/PH_Header_new2.png) no-repeat 0 0;
    float: left;
    margin: 3px 20px 0;
    _margin-left: 10px;
    text-indent: -999em;
}

#headerContainer h1 a {
    cursor: pointer;
    display: block;
    height: 90px;
    width: 539px;
}

#headerContainer h1 sup {
    display: none;

}

/* Visit Us */

#visitus {
    float: right;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    vertical-align: middle;
    font-size: 10px;
}

#visitus img {
    vertical-align: top;
    margin: -1px 0 0 2px;
}

#visitus .addthis_button img {
    margin: 0;
}

/* Login Area */

#loginDL {
    background: transparent url(../_images/login_panel.png) no-repeat right top;
    float: right;
    margin-top: -2px;
    padding-left: 5px;
    width: 395px;
    height: 75px;
}

#loginDL dt,
    #loginDL dd {
    float: left;
    height: 20px;
    line-height: 20px;
    margin-top: 4px;
}

#loginDL .forgot {
    margin-top: 0;
    color: #fff;
    font-size: 10px;
    font-style: italic;
}

#loginDL dt {
    clear: both;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
    text-align: right;
    width: 100px;
    margin-top: 6px;
}

#loginDL dd input {
    border: 0 none;
    margin-top: 3px;
    vertical-align: top;
    width: 195px;
    padding: 2px;
}

#loginDL dd input.username {
    width: 275px;
}

#loginDL dd input#Login {
    margin: 2px 0 0 3px;
    padding: 0;
    width: auto;
}

/*** Two Col Layout ***/

#twoCol #contentContainer {
    background: #3d3d3d url(../_images/PH_ContentBG_2ecol.png) repeat-x 0 0;
    overflow: hidden;
}

#twoCol .main {
    background-color: #fff;
    float: left;
    _margin-bottom: -2px;
    padding-left: 10px;
    width: 745px;
    padding-bottom:10px;
}

#twoCol .left {
    float: left;
    padding: 50px 10px 0 20px;
    width: 205px;
}

/*** Left Menu ***/

#leftMenu a {
    color: #fff;
    font-weight: bold;
}

#leftMenu a:hover {
    color: #01CCFF;
}

#leftMenu .selected a,
    #leftMenu .selected a:visited,
    #leftMenu .selected a:hover {
    color: #01CCFF;
}

#leftMenu h3 {
    margin: 0;
}

#leftMenu h3 a {
    font-size: 16px;
}

#leftMenu ul {
    padding-left: 17px;
}

#leftMenu li {
    list-style: none outside url(/_images/bullets_sqr_sml_outl_white.png);
    margin: 20px 0;
}

#leftMenu li.selected {
    list-style-image: url(/_images/bullets_arrow_rt_white.png);
}

/*** Bread Crumb Menu ***/

#content #breadCrumb {
    padding: 25px 0 15px;
}

#content #breadCrumb a,
    #content #breadCrumb a:visited {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#content #breadCrumb a:hover {
    color: #01CCFF;
    text-decoration: underline;
}

/*** Content Header ***/

#content h2.grey {
    border-top: 4px solid #D9E4E6;
    color: #000;
    font-weight: bold;
    padding: 10px 0 0 0;

}
#content h2.greybottom {
    border-bottom: 4px solid #D9E4E6;
    color: #000;
    font-weight: bold;
    padding: 10px 0 0 0;
    font-size: 140% !important;
}

#content h2.nogrey {
    color: #000;
    font-weight: bold;
    padding: 2px 0 0 0;
}
#content h2.serif {
   color:#000000;
font-family:Times New Roman,serif;
font-size:22px;
font-style:italic;
font-weight:bold;
padding:2px 0 0;
}

#content hr.blue {

    border-bottom: 1px solid #01CCFF;
     width: 700px;
}

#content h3 {
    font-weight: bold;
    margin: 0 0 10px;
    padding: 5px 0 0;
}

#content ol,
    #content ul {
    padding: 0 0 10px 25px;
}

#content li {
    font-size: 14px;
    list-style: disc outside none;
    margin: 0 0 5px;
}

#content ol li {
    list-style-type: decimal;
}

#content  li ul {
    margin: 5px 0 0;
    padding: 0 0 0 25px;
}

#content li ul li {
    list-style-type: circle;
}

#content ul.checkList li {
    list-style-image: url(../_images/bullets_check_brown.gif);
}

#content a,
    #content  a:visited, .plan a, .plan a:visited {
    color: #000;
    text-decoration: underline;
    font-weight: normal;
}

#content  a:hover, .plan a:hover {
    color: #01CCFF;
}

#content dl {
    font-size: 14px;
}

#content dt {
    font-weight: bold;
    margin: 0 0 10px;
}

#content dd {
    margin: 0 0 5px;
    padding-left: 10px;
}

#content dd.last {
    padding-bottom: 20px;
}

#content dd p {
    margin: 0;
}

#content p {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    text-align: left;
    margin: 0 0 8px 0;

}

 .smallertext {
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    text-align: left;
    margin: 0 0 8px 0;

}


/*** Table Styles ***/

table {
    font-size: 14px;
    width: 100%;
}

th {
    font-size: 140%;

}

th.basic {
    font-size: inherit;

}

th, td {
    font-weight: bold;
    line-height: 1;
    text-align: center;

}

td span {
    font-weight: normal;
}



table.noBDR td {
    font-weight: normal;
    line-height: 1;
    padding: 0 20px 0 0 !important;
    text-align: left;
}

td span.redCheck,
    td span.yesCheck {
    background: transparent url(/_images/bullets_yes_check.gif) no-repeat scroll center center;
    display: block;
    height: 24px;
    text-indent: -999em !important;
}

td span.redCheck {
    background-image: url(/_images/bullets_red_check.gif);
}

td a,
    td a:hover,
    td a:visited {
    color: #666;
}

table th.grey,
    table td.grey {
    background-color: #E0E6E7;
    padding: 5px 0;
   
}

 table td.tgrey {
    background-color: #E0E6E7;
    padding: 5px;
     text-align: left;
     line-height: 1.4;

}

table th.rightalign,
    table td.rightalign {
    background-color: #FFF;
    padding: 0 20px 0 0;
    text-align: right;
    line-height: 2;
}

table td.pad {
    padding: 10px 0;
}

table td.reg {
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    line-height: 1.5;
}

/*** Footer ***/

#footerContainer {
    border-top: 1px solid #000;
    clear: both;
    height: 50px;
    line-height: 20px;
    margin: 20px 0 0;
    position: relative;
}

#footerContainer p {
    color: #000;
    margin: 0;
    text-align: center;
}

#footerContainer .fmenu {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

#footerContainer .fmenu a,
    #footerContainer .fmenu a:visited {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

#footerContainer .fmenu a:hover {
    color: #666;
    text-decoration: underline;
}

/*** Random Styles ***/

.subparagraph22b {
    font-size: 12px !important;
    line-height: normal !important;
    clear: both;
    padding: 20px 0 0 5px;
}

.plan .fulllist a,
    .plan a.buy3 {
    background: transparent url(/_images/blacklinkarrow.png) no-repeat scroll right 0;
    padding: 2px 12px 2px 2px;
}

#commonemail {
left:40px;
position:relative;
top:16px;
}
#privateemail {
    left:390px;
position:relative;
top:2px;

}

#contactname, #phone, #tphone, #tinterest, #tcontactemail, #subject, #tfeatures, #tcompanyname, #companyname, #message, #tmessage, #tsubmitbutton, #submitbutton, #message {
    
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #000;
    color: #FFF;
    background: #FFF;
}

#yourname, #yourname2, #tyourname, #tcompanyname, #tcontactemail, #tcompanyname, #contactemail, #tphone, #companyname, #phone {
    width:240px;
}
#name {
 float: left;

}

#subject, #message {
    width: 300px;
}

#subject {
float:left;
margin:1px 0 0 15px;
width:435px;
 color:#000;
   text-align: left;
}

#subject2 {
color:#FFFFFF;
float:left;
font-size:12px;
margin:0 0 0 15px;
*margin:-8px 0 0 15px;
}

#message {

float:left;
height:84px;
margin:2px 0 0 16px;
width:435px;
overflow: scroll;
    text-align: left;
  color: #000;
}
#message2 {
color:#FFFFFF;
float:left;
font-size:12px;
margin:4px 0 0 16px;
*margin:-4px 0 0 16px;    
}
#tmessage {

float:left;
height:44px;
margin:2px 0 0 16px;
*margin: -2px 0 0 16px;
width:435px;
overflow: scroll;
text-align: left;
color: #000;
}
#tmessage2 {
color:#FFFFFF;
float:left;
font-size:12px;
margin:4px 0 0 16px;
*margin:-10px 0 0 16px;

}

#yourname {
float:left;
margin:20px 0 0 -240px;
 
}

#tyourname {
float:left;
margin:20px 0 0 -66px;
width:240px;
}
#yourname2 {
color:#FFFFFF;
float:left;
font-size:12px;
margin:0 0 0 15px;
}

#tyourname2 {
color:#FFFFFF;
float:left;
font-size:12px;
margin:0 0 0 15px;
}



#features {
 float:left;
margin:20px 0 0 -68px;

}
#features2 {
color:#FFFFFF;
float:left;
font-size:12px;
margin:0 0 0 15px;
}

#tinterest {
color:#000000;
float:left;
margin:2px 0 0 14px;
text-align:left;
width:435px;

}
#tinterest2 {
color:#FFFFFF;
float:left;
font-size:12px;
margin:-2px 0 0 15px;
*margin:-10px 0 0 15px;
}

#tfeatures2 {
color:#FFFFFF;
float:right;
font-size:12px;
margin:6px 42px 0 0;
}

#tfeatures {
color:#000000;
float:left;
margin:2px 0 0 275px;
text-align:left;
width:435px;
}

#tmessage2 {
color:#FFFFFF;
float:right;
font-size:12px;
margin:6px 98px 0 0;
*margin:-2px 98px 0 0;
}

#tmessage {
color:#000000;
float:right;
height:64px;
margin:2px 18px 0 0;
overflow:scroll;
text-align:left;
width:435px;
}

#tsubmitbutton {
border:medium none;
float:left;
margin:10px 0 0 275px;
*margin: 5px 0 0 275px;
width:150px;
}

#contactemail {
 float:left;
margin:-38px 0 0 15px;
*margin: -38px 0 0 -60px;
    color:#000;
   text-align: left;
}

#contactemail2 {
  color:#FFFFFF;
float:left;
font-size:12px;
margin:-58px 0 0 15px;

}

#tcontactemail2 {
color:#FFFFFF;
float:left;
font-size:12px;
margin:-18px 0 0 16px;
*margin:-30px 0 0 16px;
width:240px;
}


#tcontactemail {
color:#000000;
float:left;
margin:2px 0 0 15px;
*margin:-12px 0 0 15px;
text-align:left;
width:240px;
}

#companyname {
float:left;
margin:25px 0 0 -90px;
    color:#000;
   text-align: left;
}

#companyname2 {
color:#FFFFFF;
float:left;
font-size:12px;
margin:4px 0 0 15px;


}

#tcompanyname2 {
color:#FFFFFF;
float:left;
font-size:12px;
margin:-42px 0 0 16px;
}

#tcompanyname {
color:#000000;
float:left;
margin:-22px 0 0 16px;
*margin:-22px 0 0 -90px;    
text-align:left;
width:240px;
}

#phone {
 float:left;
margin:6px 0 0 -64px;
*margin:-2px 0 0 -64px;    
    color:#000;
   text-align: left;
}
#phone2 {
color:#FFFFFF;
float:left;
font-size:12px;
margin:-14px 0 0 15px;
*margin:-20px 0 0 15px;

}

#tphone2 {
color:#FFFFFF;
float:left;
font-size:12px;
margin:3px 0 0 17px;
}

#tphone {
color:#000000;
float:left;
margin:22px 0 0 -66px;
text-align:left;
width:240px;
}

#interest2 {
color:#FFFFFF;
float:left;
font-size:12px;
margin:-1px 0 0 15px;
}

#interest {
float:left;
margin:1px 0 0 14px;
width:435px;
}

#mediacontact {
 margin:15px 0;
    
}
#mediacontactform {
background:#3D3D3D url(../_images/newsformbg.png) repeat-x scroll 0 0;
overflow:hidden;
height:224px;
margin:0;
width:730px;
}

#testimonialform {
background:#3D3D3D url(../_images/testformbg.png) repeat-x scroll 0 0;
overflow:hidden;
height:250px;
margin:0;
width:730px;
}

#mediaform {
     color: #FFF;

}

#submitbutton {
float:left;
margin:6px 0 0 16px;
*margin:-2px 0 0 16px;
width:150px;
border: none;
}