@charset "utf-8";
body {
	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 */
}
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
#mainContent {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 1px;
	margin-right: 0px;
	margin-left: 163px;
	margin-top: -4px;
	margin-bottom: 0px;
	
}
#mainTable/* ---------------------------------------Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
-------------------------------------------------*/

   {
	left: 0px;
	top: 0px;
	background-position: left top;
	margin-left: auto;
	padding-left: 15px;
	margin-top: -1px;
	margin-right: auto;
	padding-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 11px;
	padding-top: 6px;
	background-image: url(x_tra%20CSS/graphics/backgrounds/bg_mainText.gif);
	background-color: #F7F4EE;
	min-height: 400px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC9966;
}
.twoColHybLtHdr,#container/*---------------------------------------END BANNER-----------------------------*/
 {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	left: 0px;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	right: 0px;
	visibility: visible;
	float: left;
	position: absolute;
	padding: 0px;
	background-image: url(x_tra%20CSS/graphics/backgrounds/bg_G.gif);
}
#logoWEM/*-----------------------------------LOGO - BANNER---------------------------------------------*/
  {
	position: absolute;
	z-index: 5000;
	top: 25px;
	left: 190px;
	visibility: visible;
}

#logoShadow {
	position: absolute;
	z-index: 4000;
	left: 190px;
	top: 25px;
}
/*#logoVoice {
	font-family: "Gill Sans Std";
	font-size: 0.9em;
	color: #6699CC;
	position: absolute;
	left: 385px;
	top: 62px;
	z-index: 5000;
	letter-spacing: 0.1em;
	font-weight: bold;
	width: 480px;
}*/
#logoLogo    {
	position: absolute;
	z-index: 4000;
	left: 1px;
}
#logo {
	height: 129px;
	background-image: url(x_tra%20CSS/graphics/logo/bg_logoR.gif);
	z-index: 500;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF33;
}
#logoBar  {
	background-image: url(graphics/logo/logoWEB_bar.gif);
	background-repeat: repeat-y;
	height: 129px;
	width: 795px;
	position: absolute;
	left: 75px;
}
/*-------------------------------Left Sidebar and Navigation----------------------------------- */

#sidebar1 {
	float: left;
	width: 160px;
	text-decoration: none;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	background-image: url(x_tra%20CSS/graphics/backgrounds/bg_cprBar_green2.gif);
	left: 0px;
	background-repeat: repeat-y;
	top: 131px;
	position: absolute;
	z-index: 100;
	margin-right: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF9900;
}
#sidebar1 a:link,#sidebar1 a:visited        {/* links must be in this order: a:link, visited, hover, active - else something will not work*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #660000;
	text-decoration: none;
	letter-spacing: 0.13em;
	font-weight: bold;
}
#sidebar1 a:hover  {
	color: #006633;
	text-decoration: none;
}
#sidebarList p    {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 3px;
	color: #660000;
	margin-top: -8px;
}
#formSearch  {
	padding-top: 1px;
	margin-top: -1px;
	padding-bottom: 4px;
	margin-left: 2px;
}
#headingNav1,#headingNav2,#headingNav3, #headingNav4, #headingNav5  {/*For the Section Headings in Nav Bar*/
	font-family: arial;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	font-size: 1em;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 0.2em;
	background-color: #FFCC99;
	background-image: url(x_tra%20CSS/graphics/backgrounds/bg_G3.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	width: 152px;
	vertical-align: middle;
	border-right-style: none;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #FFFF00;
	margin-top: -11px;
	margin-right: 5px;
	margin-bottom: 11px;
	margin-left: -4px;
	height: 16px;
}
#footer {
	padding: 0 10px 0 167px;
	height: 75px;
	text-align: center;
	vertical-align: top;
	margin-top: 5px;
}/*
#footer p {
	margin: 0;
	vertical-align: top;
	background-image: url(../graphics/address.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
}*/
#footer #addressFooter {
	font-family: "Impact LT Std", Impact;
	font-size: 1em;
	color: #990000;
	z-index: 1000;
	text-align: center;
	line-height: 120%;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	letter-spacing: 0.1em;
	background-image: url(x_tra%20CSS/graphics/address.gif);
	height: 80px;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#footer #addressGraphic {
	height: 73px;
	width: 360px;
}
#tblNews p {
	margin-bottom: 0px;
	margin-top: 1px;
	padding-top: 0px;
	display: block;
}
#tblNews .newsByline {
	float: right;
	margin-right: 5px;
	margin-top: 4px;
	text-align: left;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #999933;
	padding-left: 4px;
	line-height: 1em;
}
#tblNews   .newsHeadline a:hover   {
	text-decoration: underline;
	color: #CC0000;
}

#shareLink   {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-variant: small-caps;
	background-color: #66CCFF;
	margin-top: 3px;
	background-image: url(x_tra%20CSS/graphics/bg_lt.gif);
}
#shareLogo  {
	position: relative;
	top: -26px;
	left: -48px;
	margin: 0px;
	visibility: visible;
	z-index: 10000;
}
#shareLogo a  {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: auto;
	width: auto;
}
#shareLogo a:hover  {
	color: #2B8B3D;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
/* -------------------------Miscellaneous classes for reuse----------------------------- */

.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: 10px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	margin-right: 15px;
	padding-right: 5px;
	padding-left: 4px;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 1px;
	text-align: left;
}
.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;
}
secTN {
	text-align: left;
	vertical-align: top;
	clear: both;
	float: left;
	width: 100%;
}
#tblContents  {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: -10px;
	font-size: 0.8em;
	font-family: Tahoma;
	overflow: visible;
	white-space: nowrap;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	float: left;
	height: 30px;
	z-index: 5000;
	position: relative;
}
#sloganFloat {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	position: fixed;
	z-index: 3000;
	text-align: center;
	color: #FFFFCC;
	padding: 1px;
	display: block;
	background-color: #FF0000;
	width: 160px;
	height: 40px;
	vertical-align: middle;
}

/*-------------------------------All Video Stuff-------------------------------------------*/
.video1 p, .video2 p, .video3 p, .video4 p {
	margin: 5px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
#videoComment1,#videoComment2, #videoComment3,#videoComment4 {/*Larger box to contain comment info*/
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-left: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #000000;
	border-left-color: #333333;
	padding-right: 4px;
	padding-bottom: 0px;
	overflow: auto;
	display: block;
	left: -5px;
	position: relative;
	float: left;
	width: 50%;
	top: -2px;
}
#videoContent1,#videoContent2,#videoContent3,#videoContent4 {
	background-color: #99CC99; /*This is a Background color and image for the video pages. Full width of the page*/
	height: 280px;
	background-image: url(x_tra%20CSS/graphics/Lightening2.gif);
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: 360px bottom;
}
#blurb1, #blurb2, #blurb3, #blurb4 {
	float: left;
	width: 100%;
	font-size: .9em;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #990000;
	margin-top: 3px;
}

 #date1,#date2,#date3,#date4{
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	font-weight: bold;
	color: #FF6600;
	font-style: italic;
	margin-top: 1px;
}
#time1,#time2,#time3,#time4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	color: #666666;
	margin-top: 1px;
	padding-left: 5px;
	float: right;
}
#part1, #part2, #part3, #part4 {
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
	padding-right: 5px;
	float: left;
}
blockquote {
	padding-left: 15px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #CCCC99;
	padding-right: 8px;
	margin-right: 11px;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #CCCC99;
	overflow: hidden;
	background-image: url(x_tra%20CSS/graphics/backgrounds/bg_textBlock.gif);
	background-repeat: repeat;
	margin-left: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	line-height: 110%;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 2px;
}blockquote p:  first-letter{ /*properties of first letter of paragraph */
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333333;
	margin-left: -2px;
}
blockquote p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	letter-spacing: 0.1em;
	font-size: 0.9em;
	color: #666666;
}

#mainTable #mainText {
	float: none;
	padding-right: 0px;
	padding-left: 0px;
}
h1  #header {
	font-family: ;
	z-index: 3000;
}

#form {
	font-size: 0.9em;
	margin: 3px 1px 2px 0px;
	padding: 1px;
	clear: both;
	background-image: url(WEM/graphics/backgrounds/bg_newspaper.gif);
}
