
/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* Color scheme:
	Main background: #FFFFFF = RGBA(255,255,255,1) = White
	Banner background: #FFFFFF = RGBA(255,255,255,1) = White
	Main text and links: #772B1B = RGBA (119,43,27,1) = Rust
	Link hover: #B46028 = RGBA (119,43,27,.6) = Light Orange
	Article background and TabOn: #FFFFFF = RGBA(255,255,255,1) = White
	Site Navigation box: #7FD4FF = Light Blue
*/	

/* sets background image, full screen, no tiling */
html { 
  background: #FFFFFF; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	line-height: 1;
	width:80%;
	max-width: 1024px;
	min-width: 200px;
	margin-left: auto;
	margin-right: auto;
	padding-left:10%;
	padding-right:10%;
	font-size: 100%;
   color: #000000;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

h1 {
   font-size: 150%;
   }
h2 {
   font-size: 130%;
   }
h3 {
   font-size: 120%;
   }
h4 {
   font-size: 110%;
   }  
hr {
   clear: both;
   float: left;
   text-align:center;
   width:98%;
   height: 2px;
   }
b {
   font-weight: bold;
   }
i  {
   font-style: italic;
   }
em  {
   font-style: italic;
   }   
u  {
   text-decoration: underline;
   }
ul li {
   font-size: 100%;
   }
.note {
   font-size: 90%;
   }
   
  	.text-black {
	color: black;
	}
	
  	.text-brown {
	color: brown;
	}
	
  	.text-red {
	color: red;
	}		
 
  	.text-orange {
	color: orange;
	} 

  	.text-yellow {
	color: yellow;
	}

  	.text-green {
	color: green;
	} 

  	.text-blue {
	color: blue;
	}

  	.text-violet {
	color: violet;
	}

  	.text-grey {
	color: grey;
	}
	
  	.text-white {
	color: white;
	}	

 .elem {
  border: 0;
  border-radius: 4px;
  position: relative;
}

.elem p {
  padding: 0;
}

.elem-inline .label, .elem-inline .endlabel {
  position: relative;
}
 
@media screen and (max-width: 420px){
.back-to-top {
    position: fixed;
    bottom: 10em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 50%;
    padding: 1em;
    display: none;
}
}

@media screen and (max-width: 768px){
.back-to-top {
    position: fixed;
    bottom: 5em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 75%;
    padding: 1em;
    display: none;
}
}

@media screen and (min-width: 768px){
.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 87.5%;
    padding: 1em;
    display: none;
}
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}

.back-to-top-text {
	text-align:right;
		}

img.imgclass {
	max-width: 90%;
	}	
	
	img.imgclass_icon {
	max-width: 90%;
	max-width: 42px;
	}	
	
img.left_image {
	clear:both;
	text-align:left;
	float:left;
	margin-left:2%;
	max-width: 90%;
	}
	
img.right_image {
	clear:both;
	text-align:right;
	float:right;
	margin-right:2%;
	max-width: 90%;
	}
	
img.img_center {
	clear:both;
	text-align:center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

	img.img_center_MaxSizedTwo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1010px;
	max-height: 1000px;
	}
	
	img.img_center_sidebanner {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 95%;
	}
	
	#banner {
	background: #FFFFFF;
	}
	
	#indent_note {
	background: #EEEEEE;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	}

	
/*
 .css for drop-down menus
*/

nav {
  background-color: #FFFFFF;
  border-top: 4px solid #000000;
  border-bottom: 4px solid #000000;
  box-shadow: 0 2px 2px -1px rgba(206,179,198, 0.055);
  color: #000000;
  display: block;
  margin: 0;
  overflow: hidden;
  width: 100%;
  font-size: 87.5%; 
  text-align: center;
  font-family: helvetica, verdana, arial, sans-serif, "Bookman Old Style", "Times New Roman";
}

  nav ul {
    margin: 0;
    padding: 0;
  }

    nav ul li {
      display: inline-block;
      list-style-type: none;
      
      -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; 
    }
      
      nav > ul > li > a > .caret {
        border-top: 4px solid #000000;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        content: "";
        display: inline-block;
        height: 0;
        width: 0;
        vertical-align: middle;
  
        -webkit-transition: color 0.1s linear;
     	  -moz-transition: color 0.1s linear;
       	-o-transition: color 0.1s linear;
          transition: color 0.1s linear; 
      }

      nav > ul > li > a {
        color: #000000;
        display: block;
        line-height: 36px; /* 56px */
        padding: 0 12px;  /* 24px */
        text-decoration: none;
      }

        nav > ul > li:hover {
          background-color: rgb(255,255,255);
        }

        nav > ul > li:hover > a {
          color: rgb( 0,0,0 );
        }

        nav > ul > li:hover > a > .caret {
          border-top-color: rgb( 0,0,0 );
        }
      
      nav > ul > li > div {
        background-color: rgb(224,217,197);
        border-top: 0;
        border-radius: 0 0 4px 4px;
        box-shadow: 0 2px 2px -1px rgba(206,179,198,0.055);
        display: none;
        margin: 0;
        opacity: 0;
        position: absolute;
        width: 250px;
	visibility: hidden;
	z-index: 100;
  
        -webkit-transiton: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        -transition: opacity 0.2s;
      }

        nav > ul > li:hover > div {
          display: block;
          opacity: 1;
          visibility: visible;
        }

          nav > ul > li > div ul > li {
            display: block;
          }

            nav > ul > li > div ul > li > a {
              color: #000000;
              display: block;
              padding: 12px 24px;
              text-decoration: none;
            }

              nav > ul > li > div ul > li:hover > a {
                background-color: rgb(204,204,204);
              }

nav2 {
  background-color: #FFFFFF;
  border-top: 0;
  border-bottom: 4px solid #000000;
  box-shadow: 0 2px 2px -1px rgba(206,179,198, 0.055);
  color: #000000;
  display: block;
  margin: 0;
  overflow: hidden;
  width: 100%;
  font-size: 87.5%; 
  text-align: center;
  font-family: helvetica, verdana, arial, sans-serif, "Bookman Old Style", "Times New Roman";
}

  nav2 ul {
    margin: 0;
    padding: 0;
  }

    nav2 ul li {
      display: inline-block;
      list-style-type: none;
      
      -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; 
    }
      
      nav2 > ul > li > a > .caret {
        border-top: 4px solid #000000;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        content: "";
        display: inline-block;
        height: 0;
        width: 0;
        vertical-align: middle;
  
        -webkit-transition: color 0.1s linear;
     	  -moz-transition: color 0.1s linear;
       	-o-transition: color 0.1s linear;
          transition: color 0.1s linear; 
      }

      nav2 > ul > li > a {
        color: #000000;
        display: block;
        line-height: 36px; /* 56px */
        padding: 0 12px;  /* 24px */
        text-decoration: none;
      }

        nav2 > ul > li:hover {
          background-color: rgb(255,255,255);
        }

        nav2 > ul > li:hover > a {
          color: rgb( 0,0,0 );
        }

        nav2 > ul > li:hover > a > .caret {
          border-top-color: rgb( 0,0,0 );
        }
      
      nav2 > ul > li > div {
        background-color: rgb(224,217,197);
        border-top: 0;
        border-radius: 0 0 4px 4px;
        box-shadow: 0 2px 2px -1px rgba(206,179,198,0.055);
        display: none;
        margin: 0;
        opacity: 0;
        position: absolute;
        width: 250px;
	visibility: hidden;
	z-index: 100;
  
        -webkit-transiton: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        -transition: opacity 0.2s;
      }

        nav2 > ul > li:hover > div {
          display: block;
          opacity: 1;
          visibility: visible;
        }

          nav2 > ul > li > div ul > li {
            display: block;
          }

            nav2 > ul > li > div ul > li > a {
              color: #000000;
              display: block;
              padding: 12px 24px;
              text-decoration: none;
            }

              nav2 > ul > li > div ul > li:hover > a {
                background-color: rgb(204,204,204);
              }

/*
End of .css for drop-down menus
*/

	#tomfolio_contact {
	   float: none;
	   border-radius: 12px 12px 12px 12px;
		background: #FFFFFF;
		width:90%;
		margin-left: auto;
		margin-right: auto;
		overflow:hidden;
		font-family: helvetica, verdana, arial, sans-serif, "Bookman Old Style", "Times New Roman";
		font-size: 87.5%;
		font-weight: bold;
		color: #000000;
		text-align: center;
		}
		
	#tomfolio_footer {
	   float:left;
	   background: #6B6AA7;
		width:100%;
		overflow:hidden;
		font-family: verdana, arial, sans-serif, "Bookman Old Style", "Times New Roman";
		font-size: 75%;
		color: #FFFFFF;
		text-align: center;
		}