/* CSS Style sheet for Bill Seling's Exit Portfolio  */
/* Validated 08/12/2014 http://jigsaw.w3.org/css-validator/validator */
/* #F9BA00 Dark Creamsicle */
/* #FF921E Toasty Orange */
/* #3581D9 Medium-Light Blue */
/* #0367A6 Medium-Dark Blue */
/* #022858 Dark Blue */
/* #FFFFFF White */
/* #000000 Black */
/* Styles that affect main page elements */
body { background: #FFFFFF; 
      font-family: Arial, Tahoma, Verdana, sans-serif; 
     }
h1 { font-family: Arial, Tahoma, Verdana, sans-serif; 
     font-weight: bold; 
     font-style: normal; 
     text-decoration: none; 
     color: #0367A6;
     margin-top:auto; 
     margin-left:auto;
     margin-bottom:auto;
     margin-top:auto;
   }
h2 { font-family: Arial, Tahoma, Verdana, sans-serif; 
     font-weight: bold; 
     font-style: normal; 
     text-decoration: none; 
     color: #FF921E;
     margin-top:auto; 
     margin-left:auto;
     margin-bottom:auto;
     margin-top:auto;
   }
   
h3 { font-family: Arial, Tahoma, Verdana, sans-serif; 
     font-weight: bold; 
     font-style: normal; 
     text-decoration: none; 
     color: #0367A6;
     margin-top:auto; 
     margin-left:auto;
     margin-bottom:auto;
     margin-top:auto;
   }

.mainHeading h1 {
	font-size:95%;
	margin-top: -5px;
	margin-left: -15px;
	margin-bottom: 20px;
}



.phoneEmail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight:bold;
	text-align: center;
}

.normal_text { font-family: Arial, Tahoma, Verdana, sans-serif; 
               font-size: 12pt; 
               color: #022858;
               line-height: 150%;
               margin-top:auto; 
               margin-left:auto;
              }

.normal_text_bold { font-family: Arial, Tahoma, Verdana, sans-serif; 
                    font-weight: bold; 
                    font-style: normal; 
                    text-decoration: none; 
                    font-size: 12pt; 
                    color: #022858; 
                   }
a:link    {color:#022858; text-decoration: none; } /* Dark Blue */
a:visited {color:#022858; text-decoration: none; } /* Dark Blue */
a:hover   {background-color:#F9BA00; text-decoration: none; } /* Toasty Orange */
a:active  {color:green; text-decoration: none; } /* I just like the green pop*/


/* Is this real? Was it supposed to be h1 - cuz h1 is already used.
lh { font-family: Arial, Tahoma, Verdana, sans-serif;
     color: #0367A6;
     font-size: 14pt;
     font-weight: bold;
   }
   
*/

/* NEW -- Use for exit portfolio when another list sytle isn't specified */
ul { font-family: Arial, Tahoma, Verdana, sans-serif; 
               list-style-type: square;
               font-size: 12pt; 
               color: #022858;
               line-height: 150%;
               margin-top:auto; 
               margin-left:auto;
              }

/* OLD -- Used for 241 and other classes; leave to display any examples used */
.ul_interests { font-family: Arial, Tahoma, Verdana, sans-serif; 
               font-size: 12pt; 
               color: #022858;
               line-height: 150%;
               margin-top:auto; 
               margin-left:auto;
              }
              
/* OLD -- Used for 241 and other classes; leave to display any examples used */
.ul_reflections { font-family: Arial, Tahoma, Verdana, sans-serif; 
               font-size: 12pt; 
               color: #022858;
               line-height: 150%;
               margin-top:auto; 
               margin-left:auto;
              }

.table, .table th, .table tr, .table td {
  	border:1px solid #000000;
  	}	
.highlight {
  		background-color:#E8E8E8;
  		}

.tabs-1_columns {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}



.LI img {
	position: absolute;
    top: 60px;
    left: 380px;
}

.FB img {
	position: absolute;
    top: 60px;
    left: 430px;
}

.staplerPic img {
	margin-top: -69px;
	margin-left: 560px;
	margin-bottom: 5px;
}

.tabs-1_Satisfaction-Guarantee img {		
	position: fixed;
    top: 320px;
    left: 40px;
}

.tabs-1_new-improved img {
	position: fixed;
    top: 70px;
    left: 420px;
}

.tabs-1_guaranteed img {
    position: fixed;
    top: 120px;
    left: 100px;
}

.tabs-1_cert-refurb img {
    position: fixed;
    top: 220px;
    left: 650px;
}

.tabs-1_ribbon img {
    position: fixed;
    top: 400px;
    left: 350px;
}		
		
		
		

/* from chapter exercises
p {
  color: #022858;
  line-height: 150%;
  margin-top:auto; 
  margin-left:auto;}
*/
  
/* Styles that affect tables... */
caption {font-family: Arial, Tahoma, Verdana, sans-serif; 
     font-weight: bold; 
     font-style: normal; 
     text-decoration: none; 
     color: #022858; 
     }
.guestbook_margin_setting {
  margin-top:auto; 
  margin-left:auto;
  float:left;}
  
  
/*
/* from chapter exercises
    {
        font-family: Arial; color:#022858 !important;
    }
*/

/* from chapter exercises */
/* h1, h2 { font-family: Garamond, "Times New Roman", serif; color: maroon; background-color:transparent; } */
/* p { color: #808999; background-color: transparent; text-indent: 5%; font: 80%/200% "Trebuchet MS", Arial, Helvetica, sans-serif; } */
/* blockquote strong { color: purple; background-color:transparent;} */
/* .trip { color: navy; background-color:transparent; } */
/* .links { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 80%; background-color:transparent; } */
/* #b1 { text-align: right; } */