/**************************************************************************************************/
/* MISC */
* { margin: 0px; padding: 0px; }
a {
  text-decoration: none;    
}

.hidden { visibility: hidden; }
.closed { display: none; }
.float_left { float: left; clear: none; }
.float_right { float: right; clear: none; }
.clear_both { clear: both; }

.blue { color: #27448a; }
/**************************************************************************************************/
/* TEXT */

/* this is for resizing the text in ems, 1em:10px */
body {
  font-size: 62.5%;
}

html>body {
  font-size: 10px;
}

div#fullpage {
  font-size: 1.2em;
}

body, a, ul, li {
  font-family: Verdana, sans-serif;
  /*font-size: 12px;*/
}

a {
  color: #27448a;
}  

a:hover {
  color: #6c6d6c;
  text-decoration: underline;
}

ul#menu_top a.active {
  color: #27448a;
  font-weight: bold;
}

a img {
  border: none;
  text-decoration: none;
}

h1, h2, h3 {
  text-transform: uppercase;
  color: #818081;
  font-family: helvetica, arial, sans-serif; 
  font-weight: normal;
  letter-spacing: -1px;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.25em;
}

p {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.4;
}

/**************************************************************************************************/
/* FULLSCREEN */
body {
  background: #818081;
}
#fullpage {
  width: 810px;
  margin: auto;
  border: 1px solid #6c6c6c;
  background: white;
}

#fullpage_inner {
  margin: 0px 20px 0px 20px;
}

/**************************************************************************************************/
/* HEADER */
div#header {
	position: relative;
  height: 110px;
}
img#logo_img {
    position: absolute;
    top: 20px;
    left: 0px;
}

/* treat the ul as a containing block */
ul#menu_top {
  display: block;
  position: absolute;
  /*left: 440px; top: 20px;*/
  left: 410px; top: 20px;
  width: 284px;
  list-style: none;
  /*border: 1px dashed yellow;*/ 
}

#menu_top li {
  width: 94px;
  float: left;
  padding-bottom: 5px;
}

ul#menu_top li a {
  display: block;
  height: 18px;
  color: #6c6d6c;
  /*font-size: 14px;*/
  font-size: 1.18em;
  /*font-weight: bold;*/
  /* border: 1px dashed yellow; */
}

ul#menu_top li a:visited {
}

ul#menu_top li a:hover {
  color: #27448a;
}

ul#menu_top li a:active {
  color: #27448a;
}

/**************************************************************************************************/
/* MASTHEAD */
div#masthead {
  position: relative;
  height: 300px;
  border-bottom: 1px solid #27448a;
}
#masthead img#tagline {
  margin: 18px auto auto 15px;
}

/**************************************************************************************************/
/* FOOTER */
#footer {
  position: relative; clear: both;
  height: 38px;
  margin-top: 20px; 
  padding-top: 10px; 
  border-top: 1px solid #27448a;
}
#footer ul {
  display: block;
  list-style: none;
}
#footer li {
  float:left; clear: none;
  margin-left: 10px;
}
#footer a {
  display: block;
  color: #27448a;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px 12px 0px 2px;
  border-right: 1px solid #27448a;
}
#footer li, 
#footer a {
  /*font-size: 11px;*/
  font-size: 0.94em;
}

/**************************************************************************************************/
/* CONTENT, various pages */

/* HOME */
/* on the home page, we have two side by side blocks of content*/
/* these are floated left and right */
#home #main_content {
  position: relative;
  margin-top: 20px;
}
#home div.content_left {
  float: left; clear: none;
  width: 48%;
}

#home div.content_right {
  float: right; clear: none;
  width: 48%;
}

#home div.content_left a,
#home div.content_right a {
  color: #27448a;
}  

#home div.content_left a:hover,
#home div.content_right a:hover {
  color: #6c6d6c;
}

#home div.content_left{
  border-right: 1px solid #818081;
}

/*
#home div.content_right{
  border-left: 1px solid #818081;
}
*/

#home div.content_left_inner {
  margin: 0px 30px 0px 20px;
}
#home div.content_right_inner {
  margin: 0px 30px 0px 20px;
}

#home img.content_header {
  display: block;
  margin-bottom: 10px;
}

/**************************************************************************************************/
/* CONTACT */
/* these are floated left and right */
#contact #main_content {
  position: relative;
  border-top: 1px solid #27448A;
  margin-top: 0px;
  padding-top: 30px;
  background: url("images/map_387x387.jpg") 400px 30px no-repeat;
  height: 680px;
}

#contact label {
  font-weight: bold;
  color: #9d9c9d;
}
#contact .biz_card {
  position: relative;
  clear: both;
  height: 175px;
  height: 163px;
}
#contact .biz_card img {
  float: left; clear: none; 
}
#contact .biz_card_details  {
  float: left; clear: none;
  margin-left: 20px;
  line-height: 1.5;
}
#contact .biz_card a {
  color: black;
}
#contact .mailing_address { 
}
#contact .mailing_address label { 
  display: block;
}

#contact #dropquotes {
  margin-top: 70px;
}
#contact #dropquotes img {
  display: block;
  margin-bottom: 40px;
}

/**************************************************************************************************/
/* THOMI & John's info pages */

#info div#header {
  border-bottom: 1px solid #27448A;
}

#info #main_content_upper,
#info #main_content_lower {
  position: relative; clear: both;
  /*border-top: 1px solid #27448A;*/
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 20px 10px;
  /*font-weight: bold;*/
}

#info #main_content_upper img#bio_img{
  display: block;
  float: left; clear: none;
  padding-bottom: 20px;
}

#info #main_content_upper #bio_outer{
  float: left; clear: none;
  width: 460px;
  width: 518px;
}

#info #main_content_upper #bio_inner{
  /*padding: 0px 20px 0px 30px;*/
  margin: 0px 20px 0px 30px;
}
#info #main_content_upper #bio p{ 
/*#info #main_content p {*/
  padding-top: 10px;
  padding-bottom: 0px;
} 

#info #main_content_upper span.initials {
  font-size: 0.9em;
}

#info #main_content_lower {
  border-top: 1px solid #27448A;
}

#info #main_content_lower #content_lower_left_outer {
  float: left; clear: none;
  width: 235px;
  width: 238px;
}

#info #main_content_lower #content_lower_left_inner {
  margin: 0px 20px 20px 0px;
}

#info #main_content_lower #content_lower_right_outer{
  float: left; clear: none;
  width: 460px;
  width: 518px;
}

#info #main_content_lower #content_lower_right_inner{
  /*padding: 0px 20px 20px 0px;*/
  margin: 0px 20px 20px 30px;
}

#info #main_content_lower #content_lower_right_outer h3{
  margin-top: 20px;
  margin-bottom: 0px;
}

#info #main_content_lower #content_lower_right_outer h3#first_header{
  margin-top: 0px;
  margin-bottom: 0px;
}

#info #content_lower_right_outer p#feedback_click span {
  color: #27448a;
}  

#info #content_lower_right_outer p#feedback_click span:hover {
  color: #6c6d6c;
  text-decoration: underline;
}

#info #main_content_lower label {
  display: block;
  padding-top: 10px;
}

#info #main_content_lower ul {
  display: block;
  margin-top: 10px;
  padding-left: 15px;
  /* background: #ffeeee; */
}
#info #main_content_lower li {
  list-style-type: square;
  font-size: 1em;
  line-height: 1.4;
  /*font-weight: bold;*/
}


#info #main_content_lower #content_lower_right_outer ul {
  /*width: 450px;*/
}

#info #main_content_lower #content_lower_right_outer li {
  margin-left: 15px;
}

/**************************************************************************************************/
/* POPUP */

#popup #header {
  position: relative;
  height: 150px;
  border-bottom: 1px solid #27448a;
}
#popup #map_img {
  position: absolute;
  top: 20px; left: 15px;
}
#popup #tagline_img {
  position: absolute;
  top: 18px; left: 255px;
}

#popup #main_content {
  padding: 15px;
}

#popup #close_window {
  text-align: center;
  margin-bottom: -10px;
}
#popup #close_window a {
  color: #274480;
  font-weight: bold;
}

#popup #footer {
  color: #274480;
  font-weight: bold;
  height: 60px;
}
#popup #footer #logo {
  float: left; clear: none;
}
#popup #footer span {
  position: absolute;
  top: 23px;
  left: 230px;
}

/**************************************************
 * CV_Thomi
 */ 
#cv #main_content h2, #cv #main_content h1 {
  color: #27448A;
  /*font-size: 18px;*/
  margin-top: 20px;
  margin-bottom: 10px;
}

#cv #main_content div#bottom_border {
  border-bottom: 1px solid #27448A;
  padding-bottom: 10px;
}

#cv #main_content  {
  border-top: 1px solid #27448A;
}

#cv #main_content p {
  margin-left: 15px;
  margin-right: 25px;
}
#cv #main_content p strong{
  color: #27448A;
}

#cv #main_content p.list_indented {
  margin-left: 30px;
  margin-right: 25px;
}

#cv #main_content h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #27448A;
}

#cv #main_content h3#name {
  color: #818081;
}

#cv #main_content h4 {
  margin-top: 15px;
  margin-bottom: 5px;
  padding-left: 30px;
}

#cv #main_content ul {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
  /* background: #ffeeee; */
}
#cv #main_content li {
  list-style-type: disc;
  line-height: 1.4;
  padding: 5px 0 5px 0;
  /*font-weight: bold;*/
}

#cv #main_content div#john_cv p#top_p {
  padding-top: 20px;
}

#cv #main_content div#john_cv ul {
  padding-left: 55px;
  padding-right: 25px;
}

#cv #main_content div#john_cv p#black strong {
  color: black;
}

/**************************************************
 *Testimonials
 */

#testimonials ul#tabs {
  display: block;
  list-style: none;
}

#testimonials ul#tabs li {
  float:left; clear: none;
  height: 20px;
  width: 120px;
  border-right: 1px solid #e6e6e6;
}

#testimonials ul#tabs li#not_active {
  background-color: #e6e6e6;
}

#testimonials ul#tabs li#active {
  background-color: #818081;
}

#testimonials ul#tabs li a {
  display: block;
  text-transform: uppercase;
  margin: 0px;
  padding: 3px 5px; 
}

#testimonials ul#tabs li#not_active a {
  color:  #818081;
}

#testimonials ul#tabs li#active a {
  color: #e6e6e6;
  text-decoration: underline;
}

#testimonials ul#tabs li, 
#testimonials ul#tabs a {
  /*font-size: 12px;*/
  font-size: 1em;
}

#testimonials.john #main_content p.top {
  padding-top: 25px;
}

#testimonials #main_content p#top {
  clear: both;
  margin-top: 20px;
}

#testimonials #main_content p {
  padding-top: 25px;
  margin-left: 20px;
  margin-right: 20px;
}

#testimonials.john #main_content p {
  padding-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
}

#testimonials #main_content p.end_quote {
  border-bottom: 1px solid #818081;  
  padding-top: 10px;
  padding-bottom: 15px;
} 

#testimonials #main_content p#last {
  border: none;
  padding-bottom: 40px;
}

#testimonials #main_content  {
  border-top: 1px solid #27448A;
}

#testimonials #main_content div#testimonials_container_outer {
  width: 770px;
}
#testimonials #main_content div#testimonials_container_inner {
  background-color: #e6e6e6;
  margin-left: 40px;
  margin-right: 40px;
}

#testimonials #main_content h2, #testimonials #main_content h1 {
  clear: both;
  margin-left: 40px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#testimonials.john #main_content h2 {
  /*font-size: 18;*/
  margin-top: 20px;
  margin-left: 20px;
  padding-top: 20px;
  margin-bottom: 10px;

}

#testimonials #main_content h1 { 
     /*font-size: 20px;*/
     font-size: 1.67em;
 }

#testimonials #main_content h3 {
  text-transform: none;
  letter-spacing: normal;
  margin-left: 20px;
  padding-top: 10px;
}

