body  {
	font: 0px  Arial, Verdana, Helvetica, sans-serif;
	background: #bad1df;
	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: #000000;
	background-image:url(img/background.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	z-index:-1;
	background-attachment:fixed;
}
.twoColHybLtHdr #container {
    font: 12px  Arial, Verdana, Helvetica, sans-serif;
	width: 990px;  /* this will create a container 80% of the browser width */
	background: #f3f8fb;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #1176A0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	background-image:url(img/backall.jpg);

} 
.twoColHybLtHdr #page {
	width: 1020px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	
} 
.twoColHybLtHdr #page1 {
	margin:0;
	/* this will create a container 80% of the browser width */
 /* the auto margins (in conjunction with a width) center the page */

	height:14px;
	background-image:url(img/backgroundshow1.png);
	background-position:bottom;
	position:relative;
	background-repeat:no-repeat;
} 
.twoColHybLtHdr #page2 {
	margin:0;
	/* this will create a container 80% of the browser width */
 /* the auto margins (in conjunction with a width) center the page */

	height:14px;
	background-image:url(img/backgroundshow2.png);
	background-position:bottom;
	position:relative;
	background-repeat:no-repeat;
} 
.twoColHybLtHdr #page3 {
	margin:0;
	/* this will create a container 80% of the browser width */
 /* the auto margins (in conjunction with a width) center the page */
	background-image:url(img/backgroundshow3.png);
	background-position:bottom;

} 

.twoColHybLtHdr #header { 
background-image:url(img/header_.jpg);
background-position:top;
background-repeat:no-repeat;

	padding: 0;  /* 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. */
	height:240px;
} 
.twoColHybLtHdr #header1 { 

float:left;
		border-bottom: 2px solid #1176A0;
	border-right: 2px solid #1176A0;
 /* 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. */
	height:240px;
	width:240px;

} 
.twoColHybLtHdr #header2 {
	position:relative;
	float:left;
	margin: 0;
	height:112px;
	width:640px;
	/*	left:40px; 
	top:50px; */
left:40px;
	top:15px;
	padding:0;
	z-index:100;

}
.twoColHybLtHdr #header3 {
position:relative;
float:left;
padding:0;
margin:0;
width:720px;
top: -33px;
left: 25px;
/*	left:40px; 
	top:50px; */
	height:14px;
	z-index:110;
}
.twoColHybLtHdr #header4 {
	position:relative;
	float:right;
	margin: 0;
	padding:0;
	right: 20px;
	top:-27px;
	/*	left:40px; 
	top:50px; */
	height:110px;
	z-index:120;
}

.twoColHybLtHdr #topnavigationshow { 

position:relative;
float:left;
font:0px;
margin:  0 auto;
padding:0;
  /* 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. */
height:8px;
background-image:url(img/backgroundshow5.png);
	background-position:top;
}
.twoColHybLtHdr #headershow { 
font:0px;

  /* 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. */
height:10px;
background-image:url(img/backgroundshow4.jpg);
background-position:top;
background-repeat:repeat-x;
margin:0 auto;
padding:0;
	
}
.twoColHybLtHdr #headershow2 { 
font:0px;
margin: 0 auto; 
  /* 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. */
height:10px;
background-image:url(img/backgroundshow5.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	
}
.twoColHybLtHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-style:italic;
	letter-spacing: 0.04ex;
	line-height: 2;
}
.twoColHybLtHdr #header h2 {
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.01ex;
	text-transform:uppercase;
}
.twoColHybLtHdr #header h3 {
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:left;
	letter-spacing: 0.01ex;
	line-height: 1.4;
}
/* 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 ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
    margin: 0 0 0 0;
	float: left; 
	width: 250px; /* since this element is floated, a width must be given */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div  */
	height:auto;
}
.twoColHybLtHdr #sidebar2 {
 margin: 0;
 padding:0;
	float: left; 
	border-top: 2px solid #1176A0;
	border-right: 2px solid #1176A0;
	width: 238px;
	/*background: #f3f8fb; /* the background color will be displayed for the length of the content in the column, but no further */
	 /*// padding: 15px 0; /* top and bottom padding create visual space within this div   width: 12em; /* since this element is floated, a width must be given */
	height:auto;
}
.twoColHybLtHdr #sidebar4 {
 margin: 0;
	float: left; 
	 padding: 0 10px 0 10px;
	border-top: 2px solid #1176A0;
	border-right: 2px solid #1176A0;
    border-bottom: 2px solid #1176A0;
	width: 218px;
	/*background: #f3f8fb; /* the background color will be displayed for the length of the content in the column, but no further */
	 /*// padding: 15px 0; /* top and bottom padding create visual space within this div   width: 12em; /* since this element is floated, a width must be given */
	height:auto;
}
.twoColHybLtHdr #sidebar4_1 {
 margin: 0 auto;
	float: left; 
   border-top: 2px solid #1176A0;
	border-right: 2px solid #1176A0;
	/*background: #f3f8fb; /* the background color will be displayed for the length of the content in the column, but no further */
	 /*// padding: 15px 0; /* t
	 op and bottom padding create visual space within this div   width: 12em; /* since this element is floated, a width must be given */
	 background-color:#1176A0;
	 padding:8px 20px 0px 20px ;
	 width: 198px;
	height:22px;
	font: 14px Arial;
line-height:14px;
font-weight:bold;
color:#FFFFFF;
text-transform:uppercase;
letter-spacing: 0.04ex;
line-height: 1;
}
.twoColHybLtHdr #sidebarshow {
 margin: 0;

	width: 250px;
	height:10px;
background-image:url(img/sidebarshow1.jpg);
	background-position:bottom;
	background-repeat:no-repeat;	
}
.twoColHybLtHdr #sidebarshow2 {
 margin: 0;
	float: left; 
	width: 250px;
	height:10px;
background-image:url(img/sidebarshow2.jpg);
	background-position:top;
	background-repeat:no-repeat;		
}
.twoColHybLtHdr #sidebarshow3 { 

	margin: 0 auto; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding:0; width: 250px;	float: left; 
    background-image:url(img/sidebarshow3.jpg);
	background-position:center;
	background-repeat:repeat-y;
} 
.twoColHybLtHdr #topnavigation{
position:relative;
float:left;
margin:  0;
left:242px;
height:0px;
padding:0;
top:-34px;
z-index:300;
width:750px;
} 



.twoColHybLtHdr #topnavigation ul{
margin:0;
padding:0px;
list-style:none;
background:#f3f8fb;
color:#FFFFFF;
}
.ec3_events{
list-style:none;
margin:0;
font: 12px Arial;
font-weight:bold;
padding: 0 0 0 0;
color:#000000;
}
.ec3_events  ul li{
margin:0;
padding: 0 0 0 0;
list-style:none;
}
.ec3_events a{
margin:0;
font-style:italic;
color:#1176A0;
}
.ec3_events  a:hover{
margin:0;
color:#3CAB26;
}

.twoColHybLtHdr #topnavigation ul li{
text-transform:uppercase;
vertical-align:bottom;
font: 14px Arial;
font-weight:bold;
display:inline;
float:left;
}
.twoColHybLtHdr #topnavigation ul li a{
padding:7px 21px 0px 21px ;
display:block;
height:23px;
float:left;
background:#f3f8fb;
border-top:2px solid #1176A0;
border-bottom:2px solid #1176A0;
	border-right:2px solid #1176A0;
}
.twoColHybLtHdr #topnavigation ul li a:hover{
padding:7px 21px 0px 21px ;
display:block;
	height:23px;
	background:#1176A0;
border-bottom:2px solid #1176A0;
	border-top:2px solid #1176A0;
	border-right:2px solid #1176A0;
	
}
.twoColHybLtHdr #topnavigation #menuend{
float:left;
font:0px;
	padding:0;
	margin: 0;
	display:block;
	height:30px;
	background:#f3f8fb;
	width:22px;
	border-bottom:2px solid #1176A0;
	border-top:2px solid #1176A0;
	z-index: 500;
	
}
.twoColHybLtHdr #sidebar2 ul{
margin:0;
width:238px;
 padding:0px;
left:0;
list-style:none;
color:#1176A0;
}
.twoColHybLtHdr #sidebar2 ul li{
width:238px;
font: 14px Arial;
line-height:14px;
font-weight:bold;
float:left;
}
.twoColHybLtHdr #sidebar2 ul li a{
width:218px;
padding:8px 0 0 20px;
height:22px;
float:left;
margin: 0 auto;

	border-bottom: 2px solid #1176A0;
}
.twoColHybLtHdr #sidebar2 ul li a:hover{
padding:8px 0 0 20px;
height:22px;
margin: 0 auto;
	background:#1176A0;

	border-bottom: 2px solid #1176A0;

}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	
}

/* 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.
*/
.twoColHybLtHdr #mainContent { 
	margin: 0 12px 0 250px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding:0;

} 
.twoColHybLtHdr #mainContentshow1 { 
	margin: 0 auto; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding:0;
	height:10px;
	background-image:url(img/maincontentshow2.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
} 
.twoColHybLtHdr #mainContentshow2 { 
	margin: 0 auto; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding:0;
	height:10px;
	background-image:url(img/maincontentshow3.jpg);
	background-position:top;
	background-repeat:no-repeat;
} 
.twoColHybLtHdr #mainContentshow3 { 
	margin: 0 auto; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding:0;
	background-image:url(img/maincontentshow1.jpg);
	background-position:bottom;
	background-repeat:repeat-y;
} 
.twoColHybLtHdr #mainContent1 { 
	margin:  0 10px 0 10px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	border: 2px solid #1176A0;
	padding: 10px 20px 20px 20px;
	background: #f3f8fb;
	height:auto;
	font:12 px Arial, Helvetica, sans-serif;
	letter-spacing: 0.04ex;
} 
.twoColHybLtHdr #mainContent1 a{ 
	color:#1176A0
} 
.twoColHybLtHdr #mainContent1 a:hover{ 
	color:#3CAB26;
} 
.twoColHybLtHdr #mainContent1 h1, .twoColHybLtHdr #mainContent1 h1 a{
padding:0;
 font:22 px Arial, Helvetica, sans-serif;
color:#1176A0;
font-weight:normal;
font-style:normal;
}
.twoColHybLtHdr #mainContent1 h1 a:hover{ 
	color:#3CAB26;
}

.twoColHybLtHdr #mainContent1 h2, .twoColHybLtHdr #mainContent1 h2 a{
padding:0;
 font: 18px Arial, Helvetica, sans-serif;
 color:#3CAB26;
 font-weight: bold;
 line-height:1;
 
}
.twoColHybLtHdr #mainContent1 h2 a:hover{ 
 color:#1176A0;
}

.twoColHybLtHdr #mainContent1 h3, .twoColHybLtHdr #mainContent1 h3 a{
padding:0;
 font: 16px Arial, Helvetica, sans-serif;
 color:#3CAB26;
 font-weight: bold;
  line-height:1;
}
.twoColHybLtHdr #mainContent1 h3 a:hover{ 
 color:#1176A0;
}

.twoColHybLtHdr #mainContent1 h4, .twoColHybLtHdr #mainContent1 h4 a{
padding:0;
 font: 13px Arial, Helvetica, sans-serif;
 color:#1176A0;
 font-weight: bold;
  line-height:1;
}
.twoColHybLtHdr #mainContent1 h4 a:hover{ 
 color:#3CAB26;
}

.twoColHybLtHdr #mainContent1 h5, .twoColHybLtHdr #mainContent1 h5 a{
padding:0;
 font: 12px Arial, Helvetica, sans-serif;
 color:#1176A0;
 font-weight: bold;
  line-height:1;
}
.twoColHybLtHdr #mainContent1 h5 a:hover{ 
 color:#3CAB26;
}
.twoColHybLtHdr #mainContent1 h6{
 line-height:1;
padding:0;
 font: 11px Arial, Helvetica, sans-serif;
 color:#000000;
 font-weight:normal;
}
.twoColHybLtHdr #mainContent1 h6 a{
 font-weight: bold;
 color:#1176A0;
}
.twoColHybLtHdr #mainContent1 h6 a:hover{ 
 color:#3CAB26;
}
.twoColHybLtHdr #mainContent1 h6, .twoColHybLtHdr #mainContent1 h5, .twoColHybLtHdr #mainContent1 h4, .twoColHybLtHdr #mainContent1 h3, .twoColHybLtHdr #mainContent1 h2, .twoColHybLtHdr #mainContent1 h1{
margin:0;
padding:0;
}
.twoColHybLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3CAB26;
	border-top: 2px solid #1176A0;
	height:60px;
font-size: 12px;
} 
.twoColHybLtHdr #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 */
	font:12 px Arial, Helvetica, sans-serif;
		color:#FFFFFF;
}

.twoColHybLtHdr #footer h1 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 5px Arial, Helvetica, sans-serif;
    color:#FFFFFF;
	font-size: 5px;
}
.twoColHybLtHdr #sp{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 4px Arial, Helvetica, sans-serif;
    color:#FFFFFF;

}
.twoColHybLtHdr #sp a{
 font: 4px Arial, Helvetica, sans-serif;
color:#FFFFFF;
}
.twoColHybLtHdr #sp a:hover{ 
 color:#FFFFFF;
}
/* 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: 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: 0px;
    line-height: 0px;
}
a:link {
	text-decoration: none;
	color: #1176A0;
}
a:visited {
	text-decoration: none;
	color: #1176A0;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #1176A0;
}
img, a img{
border: 2px solid #1176A0;
}
a:hover img{
border: 2px solid #3CAB26;
}
/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter, .art-article .aligncenter img, .aligncenter img.art-article, .aligncenter img, img.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
 border: 1px solid #1176A0;
 
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.aligncenter img, img.aligncenter{
 border: 2px solid #1176A0;
 text-align:center;
}
.alignright img, img.alignright
{
 border: 2px solid #1176A0;
	margin: 1em;
	margin-right: 0;
}

.alignleft img, img.alignleft
{
 border: 2px solid #1176A0;
	margin: 1em;
	margin-left: 0;
}

.alignleft a img, .alignright a img, .aligncenter a img
{
 border: 2px solid #1176A0;
}
.alignleft a:hover  img, .alignright a:hover img, .aligncenter a:hover img
{
border: 2px solid #3CAB26;
}

.wp-caption
{
	text-align: center;
	background-color: #f3f8fb;
	padding-top: 5px;
	margin: 10px;
	border: 1px solid #1176A0;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 1px solid #1176A0;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End */
.hidden
{
	display: none;
}

.hidden ul, .hidden ul li
{
	display: none;
}
