@charset "utf-8";
/* CSS Document */

/* this is the body tag styles */
  body {
	margin:10px auto;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:900px;
	background:#fff;
	font-size:90%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;	
    }
	
/* this is the link tag styles */
	a {
    	color:#369;
	}
	
	a:hover {
	color:#fff;
	/*background:#369;*/
	text-decoration:none;
	}

/* this is the img link tag styles */	
	a img {
	text-decoration:none;
	border: none;		
	}
	
	a:hover img {
	border: solid #000 1px;	
	}
	
/* this is the header and paragraph tag styles */
    h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	text-align: center;
    }
    p {
	margin:.4em 0 .8em 0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
    }
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
    #header {
	clear:both;
	float:left;
	width:100%;
	height:140px;
	background-image: url(images/top-bar2.gif);	
	/*border-bottom:1px solid #4e80a4;*/ /*this is a border on the bottom of the header*/
    }
	
	#header2 {
	clear:both;
	float:left;
	width:100%;
	height:140px;
	background-image: url(images/sheri-watson-top-bar.jpg);	
	/*border-bottom:1px solid #4e80a4;*/ /*this is a border on the bottom of the header*/
    }

	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
/* this is the navigation menu styles */		
	#centeredmenu {
	float:left;
	width:100%;
	margin:10px 0 0 0;
	background:#5793bd;
	border-bottom:1px solid #4e80a4;
	overflow:hidden;
	position:relative;
	font-size:17px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	}
	#centeredmenu ul {
  	 clear:left;
  	 float:left;
  	 list-style:none;
  	 margin:0;
 	 padding:0;
  	 position:relative;
  	 left:50%;
   	 text-align:center;
	}
	#centeredmenu ul li {
  	 display:block;
 	  float:left;
 	  list-style:none;
      margin:0;
  	 padding:5;
 	  position:relative;
 	  right:50%;
	}
	#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:7px 25px 7px 25px;
   background:#5793bd;             /* #fcb042 */
   color:#000;
   text-decoration:none;
   line-height:1.3em;
	}
	#centeredmenu ul li a:hover {
   background:#fcb042;
   color:#fff;
	}
	#centeredmenu ul li a.active,
	#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
	}
/* this is the blockquote style */	
	blockquote
	{
	/*background:transparent url(images/blockquote.gif) no-repeat left 9px;*/
	border-top:3px double #eee;
	border-bottom:3px double #eee;
	padding:15px 0 3px 0;
	margin-bottom:10px;
	font-style:italic;
	font-size: 100%;
	}

	/* Images */
.alignleft
{
	float:left;
	margin:0 20px 10px 10px;
	border: solid #000 1px;
}

.alignleftnb
{
	float:left;
	margin:0 10px 0px 0px;
}

.align
{
	margin:0 20px 10px 10px;
	border: solid #fff 1px;
}

.alignw
{
	/*margin:0 20px 10px 10px;*/
	border: solid #fff 1px;
}

.alignn
{
	margin:0 20px 10px 10px;
	/*border: solid #fff 1px;*/
}

.alignnn
{
	margin:0px;
	/*border: solid #fff 1px;*/
}
.alignright
{
	float:right;
	margin:0 10px 10px 20px;
	border: solid #000 1px;
}
	
	/* column container */
	.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	text-align: left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	background-color: #B7C7B0;
	}
	/* 1 column full page settings */
	.fullpage {
	    background:#fff;
	}
	.fullpage .col1 {
        margin:0 1em;
	}
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
    /*  */
    </style>
