@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6a747c; /* default color of text, grey */
	
}

h1,h2,h3,h4,h5,h6 {
display: inline;
}

a:link {
	color: #6A747C;
	}
	
a:visited {
	text-decoration: none; color: #6A747C;
	}
	
a:active {
	text-decoration: none; color: #6A747C;
	}
	
a:hover {
	text-decoration: underline; color: red;
	}

a:internal {
	text-decoration: none;
	}

/* BLUE BACKGROUND- this content div is for border around site and light blue background */
.global #contentwrapper
	{
text-align:left;
   	margin:0 auto;
	/* background: #c6d6e8; */
	border: 5px solid #c6d6e8;
	width:780px;
	padding: 0px;
	text-align: left;
	overflow: hidden;	
}
/* TEST TEST this content div is for border around site and light blue background */

.global #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.global #header { 
	font-size: x-small;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.global #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.global #wrapper1 { 
	float: left; /* since this element is floated, a width must be given */
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 10px 0 20px;
	background-image: url(images/horzline.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;

	text-align: left; /* this overrides the text-align: center on the body element. */
}
.global #wrapper2 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: solid 1px #6a747c;
	border-left: solid 1px #6a747c;
}
.global #wrapper1A { 
	float: left; /* since this element is floated, a width must be given */
	/*width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 750px;  /* same as wrapper1 */
	margin: 0 10px 0 20px; /*same as wrapper1 */
}  
.global #wrapper1B { 
	float: left; /* since this element is floated, a width must be given */
	width: 750px;  /* same as wrapper1 */
	height: 20px;
	margin: 0 10px 0 20px; /*same as wrapper1 */
}
.global #wrappermain { 
	float: left; /* since this element is floated, a width must be given */
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 10px 0px 20px; /* margin:top right bottom left
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.global #menubarfiller { /* used on left */
	float: left; 
	width: 240px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background-image: url(images/horizontalfade.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;*/
	height: 40px;
} 
.global #menubarfillerA { /* used on left */
	float: left; 
	width: 240px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background-image: url(images/horizontalfade.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;*/
	height: 18px;
} 
.global #menubarfiller2 {
	float: left; /* since this element is floated, a width must be given */
	width: 460px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 20px;
	/*padding: 15px 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/verticalfade.jpg);
	background-repeat: repeat-y;
	background-position: top-left;
} 
.global #menubarfiller3 { /* used on left */
	float: left; 
	width: 240px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background-image: url(images/horizontalfade.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;*/
	height: 20px;
}
.global #menubar {
	float: left; /* since this element is floated, a width must be given */
	width: 505px;  /* was 460px,,,using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background-image: url(images/horizontalfade.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;*/
	height: 40px;
	margin: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0 0 0 5px;
	background-image: url(images/verticalfade.jpg);
	background-repeat: repeat-y;
	background-position: top-left;
	font-size: x-small;
}
.global #menubarA {
	float: left; /* since this element is floated, a width must be given */
	width: 460px;  /* was 546px,,,using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background-image: url(images/horizontalfade.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;*/
	height: 18px;
	margin: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0 0 0 5px;
	background-image: url(images/verticalfade.jpg);
	background-repeat: repeat-y;
	background-position: top-left;
	font-size: x-small;
} 
.global #menubar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 526px;  /* was 546px,,,using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(images/horizontalfade.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: x-small; 
} 
.global MenuBarHorizLeft {
	display: block;
	cursor: pointer;
	background-color: #FFF; /* seems be fill the blank spaces with white and kills transparancy in FF */
	color: #6a747c; /* text color of all text*/
	background-image: url(../images/horzfade5.jpg); /* !!!! this adds background to all but breaks hover grey*/
	background-repeat: repeat-x;
	background-position: left;
	text-decoration: none;
	text-align: left;
	overflow: hidden; /* hides overflow text but looks ugly in dreamweaver  */ 
	padding: 0.5em 2em 0.1em 0.5em;
}
.global #menubarleft {
	float: right; /* since this element is floated, a width must be given */
	width: 40px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	margin: 0 0 0 0;
	background-image: url(images/horzlineleftfade.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.global #middle {
	float: left; /* since this element is floated, a width must be given */
	width: 360px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: 4.0em 0.5em 0 0; /* was 70 10 0 0 */
	font-size: .8em; /* was x-small */
}
.global #middle h1 {
	color: #2a6ebb; /* was ##0f6cb6 */
	font-size: 1.0em; /* was x-small */
	margin: 0;
	display: inline;
}
.global #middle h2 {
	font-size: 1.0em; /* was x-small */
	margin: 0;
	display: inline;
}
.global #middleright {
	float: left; /* since this element is floated, a width must be given */
	width: 360px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
}
.global #mainmiddle {
	float: left; /* since this element is floated, a width must be given */
	width: 15px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.global #mainContent { 
	float: left; /* since this element is floated, a width must be given */
	width: 330px; /* was, 260,the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: .9em; /* was x-small */
	/*background-image: url(images/verticalfade.jpg);
	background-repeat: repeat-y;
	background-position: top-left;  */
} 
.global #mainContent h1{ 
	font-size: 1.1em; /* was x-small */
	color: #2a6ebb; /* was #0f6cb6 */
	/* margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px; */
}
.global #mainContent h2{ 
	font-size: 1.0em; /* was x-small */
	color: #6a747c; /* was #0f6cb6 */
	display: inline;
}
.global #mainContent h3{ 
	font-size: 1.0em; /* was x-small */
	color: #6a747c;
	display: inline;
}
.global #mainContent1 { 
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* was, 260,the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 0.7em; /* was x-small */
	background-image: url(images/verticalfade.jpg);
	background-repeat: repeat-y;
	background-position: top-left;
} 
.global #mainContent1 h1{ 
	font-size: 1.0em; /* was x-small */
	color: #2a6ebb; /* was #0f6cb6 */
	/* margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px; */
}
.global #mainContent1 h2{ 
	font-size: .9em; /* was x-small */
	color: #6a747c; /* was #0f6cb6 */
	/* margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px; */
}
.global #mainContent2 { /* right side of sub pages */
	float: left; /* since this element is floated, a width must be given */
	width: 460px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: .8em; /* was xsmall */
	background-image: url(images/verticalfade.jpg);
	background-repeat: repeat-y;
	background-position: top-left;
} 
.global #mainContent2 h1{ 
	/* font-size: x-small; 
	color: #6a747c;
	display: inline; */
	font-size: 1.5em; 
	color: #2a6ebb; /* was #0f6cb6 */
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.global #mainContent2 h2{ 
	/* font-size: x-small;
	color: #2a6ebb; 
	display: inline; */
	font-size: 1.1em; 
	color: #2a6ebb; /* was #0f6cb6 */
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.global #mainContent2 h3{ 
	font-size: medium;
	color: #2a6ebb; /* was #0f6cb6 */
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.global #mainContent2 h4{ 
	font-size: 1.1em;
	color: #2a6ebb; /* was #0f6cb6 */
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.global #mainCatalog {
	float: left; /* since this element is floated, a width must be given */
	width: 480px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 0.8em; /* was xsmall */
	color: #666666; /* was #2a6ebb */
} 
.global #mainCatalog h1{ 
	/* font-size: x-small; 
	color: #6a747c;
	display: inline; */
	font-size: 1.5em; 
	color: #2a6ebb; /* was #2a6ebb */
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.global #mainCatalog h2{ 
	/* font-size: x-small;
	color: #2a6ebb; 
	display: inline; */
	font-size: 1.3em; 
	color: #2a6ebb; /* was #2a6ebb */
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.global #mainCatalog h3{ 
	font-size: medium;
	color: #2a6ebb; /* was #2a6ebb */
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.global #mainCatalog h4{ 
	font-size: .8em;
	color: #000000; /* was #2a6ebb */
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.global #News1 { 
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 1.0em;	/* was x-small */
} 
.global #News2 { 
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 1.0em;	/* was x-small */
} 
.global #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 444px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 15px 0; 
	font-size: x-small;
}
.global #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 15px 0; 
	font-size: x-small;
}
.global #sidebarsecfiller { 
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	height: 25px;
}
.global #sidebarsec1 { 
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 1.0em;	/* was x-small */
	background-color: #f2f2f2;
}
.global #sidebarsec1 h1{ 
	font-size: x-small;
	color: #6a747c;
	display: inline;
}
.global #sidebarsec1 h2{ 
	font-size: x-small;
	color: #0f6cb6;
	display: inline;
}
.global #sidebarsec1 h3{ 
	font-size: x-small;
	color: #0f6cb6;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.global #sidebarCatalog {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 0.7em;	/* was x-small */
	color: #333333;
	background-color: #f2f2f2;
	padding: 15px 0 20px 20px; /* padding is the space inside the div box and margin is the space outside the div box */
	margin: 20px 0 0 40px; /* margin is the space outside the div box */
}
.global #sidebarCatalog h1{
	font-size: 1.2em;
	color: #333333;
	display: inline;
}
.global #sidebarCatalog h2{
	font-size: .9em;
	color: #333333;
	display: inline;
}
.global #Content1 { 
	float: left; /* since this element is floated, a width must be given */
	width: 480px; /* this is main content width for the sub pages */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 1.0em;	/* was 1.1em */
}
.global #Content1 h2{ 
	font-size: small;
	color: #0f6cb6;
	display: inline;
}
.global #Content2 { 
	float: left; /* since this element is floated, a width must be given */
	width: 480px; /* this is main content width for the sub pages */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: x-small;	
} 
.global #ContentImage1 { 
	float: left; /* since this element is floated, a width must be given */
	width: 480px; /* this is main content width for the sub pages */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: x-small;	
}	
.global #ContentNewsletter { 
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* this is main content width for the sub pages */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: x-small;	
	padding: 5px 0 5px 180px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.global #PeopleContent1 { 
	float: left; /* since this element is floated, a width must be given */
	/* width: 480px; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: small;	
	padding-left: 20px;
} 
.global #PeopleContent2 { 
	float: left; /* since this element is floated, a width must be given */
	/* width: 480px; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: small;
	padding-left: 30px;	
	padding-right: 5px;
}
.global #search {
	float: right; /* since this element is floated, a width must be given */
	width: 13%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	font-size: x-small;
}
.global #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3272B9; 
	font-size: x-small;
	color: #ffffff
} 
.global #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* CSS Document */
/* this section is for the twitter feed to turn off header */
.twtr-hd,
.twtr-ft 
{ 
display: none; 
}
.twtr-tweet-text {
    /*font size: 105%; */
    font-family: 100% Verdana, Arial, Helvetica;
	/*color:#6a747c; default color of text, grey */
    }
/* END twitter feed */



.PodsnackLeft {
	text-align: left;
}

