/*Style sheet for the Buzby Family website*/
/* Default styles for each page */

body   	{background-color: #69c;
 	font-family: "trebuchet ms", arial, helvetica, "sans-serif";
	color: #000;
	font-size: 100%;
	margin: 40px 0px 40px 0px ;
	padding: 0px;
	}

/* Styles for hr tag beneath the main header */
hr  {height: 2px; color:#069; margin: 5px 0px 0px 0px; background-color: #069; border-width: 0px;}

/* Styles for the main navigation column at the left side of the page*/
.navborder  {border-style:solid; border-color: #91A88A; border-width: 1px 0px 0px 0px; border-color: #337fb2;}
.navborder2  {border-style:solid; border-color: #91A88A; border-width: 1px 0px 1px 0px; border-color: #337fb2;}

.nav	{background-color: #647d5d; background-color: #069;
	text-align: center;
	line-height: 1em;
	vertical-align: top;
	width: 150px;
	font-family: arial, helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	}

/* Styles for the content areas of each page */
.content	{background-color: #fff;
		vertical-align: top;}

/* Heading styles */
h1, h2, h3, h4     	{font-family: font-family: "trebuchet ms", arial, helvetica, "sans-serif"; color: #26a; font-weight: bold; margin: 0px;}

h1	{font-size: 1.5em; padding: 10px 0px 0px 0px;}
h2    	{font-size: 1.2em; padding:0px 0px 0px 0px;}
h3	{font-size: 1em; padding: 0px 0px 0px 0px;}
h4      {font-size: .9em; padding: 0px 0px 0px 0px;}
h5     	{color: #fff; font-size: 1.3em; line-height: 1em; padding: 5px;}

/* Paragraph (p) styles */

p 	{font-family:  "trebuchet MS", georgia, arial, helvetica, "sans serif";
	font-size: 1em;
	padding: 0px 0px 10px 0px; margin: 0px;
	line-height: 1.3em}

	
li	{font-size: 1em;
 	list-style-type: square;
	list-style-position: outside;
	padding: 0px 0px 0px 0px; margin: 0px;
	color: #069;}

.small, .caption	{color: #444;
	font-weight: bold;
	font-family: trebuchet, arial, helvetica, sans-serif;
	font-size: .7em;
	margin-top: 0px;
	padding-top: 5px;
	line-height: 1.3em;
	}
	
.caption {text-align: left;}

.title {color: #37b; font-size: 1.1em;}

.border2	{border-style: solid; border-width: 1px; border-color: #ccc;}

.border1 {border: solid 3px #ccc}

/* List styles
ul      {padding: 0px; margin: 0px;}

li	{font-size:.8em;
 	list-style-type: disc;
	list-style-position: outside;
	padding: 0px 0px 0px 20px; margin: 0px;
	}

ul {list-style:square; color:#B00; font-size: .8em;}
ol  { color:#B00; font-size: .9em;}
.listtext {color:#000;}
*/


/* LINK STYLES */

/* Links in page content */
a:link  {color: #059; text-decoration: underline;}
a:visited {color: #707; text-decoration: underline;}
a:focus  {color: #000; text-decoration: overline;}
a:hover  {color:#707; text-decoration: none;}
a:active {color:#707; text-decoration: none;}

/* Skip to main content. This link is the first thing a screen reader will see and will allow the visitor to skip directly to the page content without having to listen to all the links */
a.skiplink:link, a.skiplink:visited, a.skiplink:active, a.skiplink:hover
	{font-family:  arial, helvetica, sans-serif;
      	font-size: .8em;
     	font-weight: normal;
      	color: #FFF;
  	text-decoration: none;
	display: none;
	}

/* Navigation bar links */
a.navbar:link    {font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	}

a.navbar:visited   {font-family: arial, helvetica, sans-serif;
		   color: #fff;
		   font-size: 1em;
      		   text-decoration: none;
     		   font-weight: bold;
		   padding: 3px 5px 3px 5px;
		   }

a.navbar:hover   {color:#c00;}

a.navbar:active   {color: #FFF;}

navcontainer {width: 170px;}

#navcontainer a	{display: block;
	padding: 7px;
	color: #fff;
	text-decoration: none;}

#navcontainer a:link, #navlist a:visited	{color: #fff;
	text-decoration: none;
	text-align:center;
	}

#navcontainer a:hover	{background-color:  #91A88A; background-color:  #337fb2;
	      color: #fff;
	      }

.thispage	{text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	padding:0px;
	font-weight: bold;
	border-style:solid;
	border-color: #6af; border-color: #337fb2;
	border-width: 1px 0px 0px 0px;
	}
