/*
  * { outline: 2px dotted red }
  * * { outline: 2px dotted green }
  * * * { outline: 2px dotted orange }
  * * * * { outline: 2px dotted blue }
  * * * * * { outline: 1px solid red }
  * * * * * * { outline: 1px solid green }
  * * * * * * * { outline: 1px solid orange }
  * * * * * * * * { outline: 1px solid blue }
*/

body {
	margin: 0px;
	padding: 0px;
	color: #336;
	background-color: #063;
	font-style: italic ;
	}

body a {text-decoration: none;}





#quote {
       color: #F9F2CC;
       width: 95%;
       margin: auto;
       padding: 3px;
	}

h1	{
	padding: 0;
	margin: 0;
	margin-top: 0;
	padding-top: 1em;
	/*	text-align:left;	*/
	}

#email { /* email envelope icon */
	float: right;
	margin: -0px 10% 0 10px ;
	width: 10%;
	border: none;
	}

#phone { /* phone envelope icon */
	float: right;
	margin: -3px 10px 0 10px ;
	width: 10%;
	border: none;
	}

#logo { /* SFTF Logo */
	margin: 10px auto 0px auto;
	width: 90%
	}

#quote h1 {
	font-size: 1.0em;
	}

#quote h2 {
	font-size: 0.8em;
	}

h2	{
	margin-left: 4em;
	font-style: italic;
	margin-top:1em;
	font-size: 2em;
	margin-bottom: 0.4em;
	}
h3	{
	margin-top: 0.85em;
	font-size: 1.72em;
	margin-bottom: 0.3em;
	}

h4	{
	margin:0;
	padding-top: 0.72em;
	font-size: 1.44em;
	padding-bottom: 0.2em;
	}

h5	{
	margin-top: 0.6em;
	font-size: 1.2em;
	margin-bottom: 0.2em;
	}
h6	{
	margin-top: 0.5em;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.2em;
	}

h1:first-letter {
	position: relative;
	top: 0.5em;
	font-size: 140%;
	}


.cb {
	clear: both;
	}

.colhead {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	}

.center {
  text-align: center;
	}

#header { /* entire header -- eliminate seams in background */
	color: #fff;
	margin: 0;
	padding: 0;
	height: 170px;
      }




.title	{
	font-style: italic;
	margin: 6px;
	font-style: italic ;
	}


.L1 img, .L2 img, .L3 img, .L4 img, .L5 img, .L6 img {
	height: 0.6em;
	padding: 0;
	}

.L1	{
	color: inherit;
	/*background-color: #369;*/
	font-size: 110%;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;

	margin-top: 0px;
	margin-left: 0px;
	}

.L2	{
	color: inherit;
	/*background-color: #47A;*/
	font-size: 110%;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 15px;
	}

.L3	{
	color: inherit;
	/*background-color: #58B;*/
	font-size: 110% ;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 30px;
	}

.L4	{
	color: inherit;
	/*background-color: #58B;*/
	font-size: 110% ;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 45px;
	}

.L5	{
	color: inherit;
	/*background-color: #58B;*/
	font-size: 110% ;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 60px;
	}

.L6	{
	color: inherit;
	/*background-color: #58B;*/
	font-size: 110% ;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 75px;
	}

.emp {
	font-style: italic;
}




.content {
	/* Overrides for content div */
	color: #000;
	margin: 12px;
	}



p	{
	font-style: normal;
	font-size: 110%;
	padding: 0;
	margin-top: 0;
	margin-left: 0px ;
	margin-right: 10px ;
	margin-bottom: 0;
	text-indent: 1em;
	}

.smallprint {
	font-size: 60%;
	}

.tinyprint {
 	font-size: 40% ;
	}


hr	{
	width: 75%;
	}

.picfull {
	width: 98%;
	margin: auto;
	}

.pic3, .picr3  {
	width: 28% ;
	}

.pic, .picr {
	width: 37%;
	}

.pic6, .picr6 {
	width: 56%;
	}

.pic, .pic3, .pic6 {
	margin-right: 11px;
	float: left;
	}

.picr, .picr3, .picr6 {
	margin-left: 21px;
	float: right;
	}






.pic p, .picr p, .pic3 p, .picr3 p, .pic6 p, .picr6 p, .picfull p {
	font-style: italic;
	margin: 10px 0px 0px 0px ;
	}





.content   td {
	   padding-left: 6pt;
	   border-bottom: thin dotted #393;
    }




#vnavbox { /*Vertical nav box on left side. */
	width: 25%;
 	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
  	float: left;
	display: block;
  }


#vnavbox p { /* menu list elements */
	text-indent: 0;
	/*background:  url('Images/Icons/invert-button.png') repeat top left;*/
	display: block;
	}



#vnavbox  a {
	color: #FB0;
  background-color: inherit;

  }

#vnavbox  a:focus, a:hover {
  color: #FF0;
  background-color: inherit;
	font-weight: bold;
  }


#vnavbox a.current:visited {
	color: #FFF;
	background-color: inherit;
	}


#vnavbox a:visited {
	color:#FA0;
  	background-color: inherit;
 	}


#content {
	/* Overrides for content div */
	background-color: #F9F2CC; /*wood grain white */
	float: right;
	width: 70%;
	display: inline;
	padding: 1%;
	margin-top: 6px;
	border-style: solid;
	border-width: 12px ;
	border-left-color: #cc9;
	border-top-color: #aa7;
	border-right-color: #eeb;
	border-bottom-color: #FFB;
	border-right: none
	}


#content td	{
	border-top: solid thin black;
	padding: 4px 0 0 0 ;
	}

#content  img {
  	width: 100% ;
  	padding: 6px ;
	margin-left: -1em;
    }

#content  table {
	width: 75% ;
	margin-left: auto ;
	margin-right: auto ;
	border: 100px none ;
	padding: 6px ;
	font-size: 1em;
    }

#content a  { text-decoration: underline }
#content a:link {
	color: #04F;
	background-color: inherit;
}
#content a:visited {
	color: #049;
	background-color: inherit;
}
#content a:focus {
	color: #069;
	background-color: inherit;
}


ul, ol {
	margin: 0.25em 0pt 0.75em;
    	padding: 0pt 0pt 0pt 2.5em;
	font-size: 110%;
    }

  tt { font-size: 1.25em;
    }
