/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 0px;
   margin-right: 0px;
   background: url(images/menu-back.gif) 0px 0px repeat-x;
   height: 39px;
}

#menu_horizontal{
   margin-left: 0px;
   margin-right: 0px;
   height: 39px;
   background: url(images/menu-backleft.gif) 0px 0px no-repeat;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   margin-left: 0px;
   margin-right: 0px;
   padding-top: 8px; /* position menu from top of parent div*/
   width: 70%;
   float:left;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 190px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px;
}
#primary-nav ul { 
   position: absolute;
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   text-decoration: none; 
   color: #ffffff;
}
#primary-nav li a { 
   border-right: 1px solid #C0C0C0;
   border-left: 1px solid #C0C0C0;
}
#primary-nav li li a { 
   /*border: 1px solid #C0C0C0;*/ /* border around each menus in the pull downs */
}	
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #7eb05d;
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   /*background-color: #008C9A;*/
   /*background-color: #004990; */
   background-color: #666666; 
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   /*background-color: #004990; */
   background-color: #666666; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
/* End of 'Navigation: CSSMenu - Horizontal' */

/* Start of CMSMS style sheet 'Form Styles' */
div.FreePainPoint {
  padding: 0em;
  width:100%;
}

div.FreePainPoint  div.topicselection{
  width:57%;
  float:right;
  margin: 1em 0em 0em 0em;
}

div.FreePainPoint  div.topicselection div.row{
  width:100%;
  margin: 0em 0em 0em 0em;
}
div.FreePainPoint  div.topicselection div.row span.label{
  display:block;
  float:left;
  width:90%;
  margin: 0em 0em 0em 0em;
  padding: 0.5em 0em 0.5em 1em;
  border-left:0px solid #008c9a;
  border-top:1px solid #008c9a;
}
div.FreePainPoint  div.topicselection div.row input{
  display:block;
  float:right;
  margin: 0.6em 0.5em 0em 0em;
  padding: 0em 0em 0em 0em;
}

div.FreePainPoint div.comments{
  width:39%;
  float:left;
}
div.FreePainPoint div.comments textarea{
  width:100%;
  height:8em;
}

div.FreePainPoint  div.contactinformation{
  width:39%;
  float:left;
  margin: 1em 0em 0em 0em;
}

div.FreePainPoint  div.instructions{
  width:100%;
}

div.FreePainPoint  div.contactinformation div.row2{
  width:100%;
  margin: 0em 0em 0.5em 0em;
  font-size: 1.12em;
  line-height: 1.3em;
}
div.FreePainPoint  div.contactinformation div.row2 span.label{
  float:left;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
  /*color: #008c9a;*/
  color: #a84c3f;
  font-weight:bold;
}

div.FreePainPoint  div.contactinformation div.row2 input{
  clear:left;
  float:right;
  width:90%;
}

div.FreePainPoint div.submit {
  clear:both;
  width:39%;
  float:left;
  text-align: center;
}
/* ====================================== */
div.RequestForService {
  padding: 0em;
  width:100%;
}

div.RequestForService div.contactinformation{
  width:45%;
  float:left;
  margin: 1em 0em 0em 0em;
}

div.RequestForService div.contactinformation div.row2{
  width:100%;
  margin: 0em 0em 0.5em 0em;
  font-size: 1.12em;
  line-height: 1.3em;
}
div.RequestForService div.contactinformation div.row2 span.label{
  float:left;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
  /*color: #008c9a;*/
  color: #a84c3f;
  font-weight:bold;
}

div.RequestForService div.contactinformation div.row2 input{
  clear:left;
  float:right;
  width:90%;
}

div.RequestForService div.contactinformation div.row2 div.options {
 float:left;
}
div.RequestForService div.contactinformation div.row2 div.options div.row {
  display:inline;
  margin-left: 1em;
}
div.RequestForService div.contactinformation div.row2 div.options div.row label{
  float:none;
  margin:0;
  padding:0;
}
div.RequestForService div.contactinformation div.row2 div.options div.row input{
  float:none;
  width:10%;
  margin:0;margin-right:0.5em;
  padding:0;
}

div.RequestForService div.companyinformation {
  width:50%;
  float:right;
  margin: 1em 0em 0em 0em;
}
div.RequestForService div.companyinformation div.row2, div.RequestForService div.companyinformation div.row3{
  clear:both;
  width:100%;
  margin: 0em 0em 0.5em 0em;
  font-size: 1.12em;
  line-height: 1.3em;
}
div.RequestForService div.companyinformation div.row2 span.label{
  float:left;
  margin: 0em 1em 0em 0em;
  padding: 0em 0em 0em 0em;
  /*color: #008c9a;*/
  color: #a84c3f;
  font-weight:bold;
}
div.RequestForService div.companyinformation div.row3 span.label{
  float:left;
  width: 50%;
  margin: 0em 1em 0em 0em;
  padding: 0em 0em 0em 0em;
  /*color: #008c9a;*/
  color: #a84c3f;
  font-weight:bold;
}

div.RequestForService div.companyinformation div.row2 input{
  clear:both;
  float:left;
  width:90%;
  margin-left:8%;
}
div.RequestForService div.companyinformation div.row3 input{
  float:left;
}

div.RequestForService div.companyinformation div.row2 select {
width:10.5em;
}

div.RequestForService div.companyinformation div.row2 div.options {
 float:left;
}
div.RequestForService div.companyinformation div.row2 div.options div.row {
  display:inline;
  margin-left: 1em;
}
div.RequestForService div.companyinformation div.row2 div.options div.row label{
  float:none;
  margin:0;
  padding:0;
}
div.RequestForService div.companyinformation div.row2 div.options div.row input{
  float:none;
  width:10%;
  margin:0;margin-right:0.5em;
  padding:0;
}

div.RequestForService div.comments{
  width:100%;
  clear:both;
  font-size: 1.12em;
  line-height: 1.3em;
}

div.RequestForService div.comments span.label{
  /*color: #008c9a;*/
  color: #a84c3f;
  font-weight:bold;
}

div.RequestForService div.comments textarea{
  width:90%;
  height:9em;
  margin-left:4%;
}

div.RequestForService div.submit {
  clear:both;
  width:100%;
  margin: 0.5em;
}

/* ====================================== */
div.SpeakingEngagements {
  padding: 0em;
  width:100%;
}

div.SpeakingEngagements div.contactinformation{
  width:45%;
  float:left;
  margin: 1em 0em 0em 0em;
}

div.SpeakingEngagements div.contactinformation div.row2{
  width:100%;
  margin: 0em 0em 0.5em 0em;
  font-size: 1.12em;
  line-height: 1.3em;
}
div.SpeakingEngagements div.contactinformation div.row2 span.label{
  float:left;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
  color: #008c9a;
  font-weight:bold;
}

div.SpeakingEngagements div.contactinformation div.row2 input{
  clear:both;
/*  float:right;*/
  width:90%;
}

div.SpeakingEngagements div.contactinformation div.row2 div.options {
 float:left;
}
div.SpeakingEngagements div.contactinformation div.row2 div.options div.row {
  display:inline;
  margin-left: 1em;
}
div.SpeakingEngagements div.contactinformation div.row2 div.options div.row label{
  float:none;
  margin:0;
  padding:0;
}
div.SpeakingEngagements div.contactinformation div.row2 div.options div.row input{
  float:none;
  width:10%;
  margin:0;margin-right:0.5em;
  padding:0;
}

div.SpeakingEngagements div.companyinformation {
  width:50%;
  float:right;
  margin: 1em 0em 0em 0em;
}
div.SpeakingEngagements div.companyinformation div.row2, div.SpeakingEngagements div.companyinformation div.row3{
  clear:both;
  width:100%;
  margin: 0em 0em 0.5em 0em;
  font-size: 1.12em;
  line-height: 1.3em;
}
div.SpeakingEngagements div.companyinformation div.row2 span.label{
  float:left;
  margin: 0em 1em 0em 0em;
  padding: 0em 0em 0em 0em;
  color: #008c9a;
  font-weight:bold;
}
div.SpeakingEngagements div.companyinformation div.row3 span.label{
  float:left;
  width: 50%;
  margin: 0em 1em 0em 0em;
  padding: 0em 0em 0em 0em;
  color: #008c9a;
  font-weight:bold;
}

div.SpeakingEngagements div.companyinformation div.row2 input{
  clear:both;
/*  float:left;*/
  width:90%;
  /*margin-left:8%;*/
}
div.SpeakingEngagements div.companyinformation div.row3 input{
  float:left;
}

div.SpeakingEngagements div.companyinformation div.row2 div.options {
 float:left;
}
div.SpeakingEngagements div.companyinformation div.row2 div.options div.row {
  display:inline;
  margin-left: 1em;
}
div.SpeakingEngagements div.companyinformation div.row2 div.options div.row label{
  float:none;
  margin:0;
  padding:0;
}
div.SpeakingEngagements div.companyinformation div.row2 div.options div.row input{
  float:none;
  width:10%;
  margin:0;margin-right:0.5em;
  padding:0;
}

div.SpeakingEngagements div.comments{
  width:100%;
  clear:both;
  font-size: 1.12em;
  line-height: 1.3em;
}

div.SpeakingEngagements div.comments span.label{
  color: #008c9a;
  font-weight:bold;
}

div.SpeakingEngagements div.comments textarea{
  width:90%;
  height:4em;
  margin-left:4%;
}

div.SpeakingEngagements div.submit {
  clear:both;
  width:100%;
  margin: 0.5em;
}
/* ===================================== */
.fbsubmit{
  width:30%;
  /*color: #008c9a;*/
  color: #a84c3f;
  font-weight: bold;
  background-color:#ddd;
  margin:0 auto;
}

div.newsletter {
 padding-top: 20px;
}

div.newsletter input{
  margin-bottom: 10px;
}

div.newsletter label{
  display: block;
  width: 100px;
  float: left;
  padding-right: 20px;
  color: #008c9a;
  font-weight:bold;
  text-align: right;
}
/* End of 'Form Styles' */

