@charset "UTF-8";
body  {
	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 */
}
.twoColFixRtHdr #container { 
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page 	border: 1px solid #FFFFFF;
*/
	background-image: url(../menu-images/bg-border.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left; /* this overrides the text-align: 	height: 175px;
center on the body element. */
} 
.twoColFixRtHdr #header {
	padding: 0;
	margin: 0;
} 
.twoColFixRtHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div	 */
}
.twoColFixRtHdr #menu {
	padding-left: 182px;
	height:26px;
	background-image: url(../menu-images/menubg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 32px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 198px; /* 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: 50px 103px 0 0;
	}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 55px; /* 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: 50px 10px 0 0;
	}
.twoColFixRtHdr #mainContent {
	margin: 0 43px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 36px 65px 0 65px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../menu-images/mainContentBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/* this line and those below fix the box size to ensure the background image always appears to convert back change the margin above to 343px */
	height: 436px;
	width: 547px;
} 
#mainContent2 {
	margin: 0 43px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 36px 60px 0 65px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../menu-images/mainContent2Bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/* this line and those below fix the box size to ensure the background image always appears to convert back change the margin above to 343px */
	height: 436px;
	width: 820px;
} 
/* START BODY COPY SHELL .twoColFixRtHdr 	width: 815px; #mainContent */
#BodyCopyShell {
	height: 325px;
	overflow: auto;
	margin-top:25px;
	margin-bottom:10px;
	display: block;
}
#GalleryShell {
	height: 348px;
	width: 545px;
	overflow: hidden;
	margin-left:125px;
	margin-top:10px;
	margin-bottom:10px;
	display: block;
	text-align: center;
	vertical-align: top;
}

.twoColFixRtHdr #footer { 
	padding: 0 100px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixRtHdr #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-size:.8em;
	text-align:right;
}
.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:1px;
    font-size: 1px;
    line-height: 1px;
}

/* START OF SUBMENU .twoColFixRtHdr #mainContent */
#submenu {
	padding: 0 14px;
	width:auto;
	margin: 0px;
	text-align:right;
	background-image: url(../menu-images/submenuBgRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float:right;
}
#submenu p{
	display: block;
	padding: 2px 0px 2px 14px;
	background-image: url(../menu-images/submenuBgLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color:#DFDEDF;
	background-color:#5B5A5B;
	
}


/*
The belowe code was in place instead of the spry accordion panel
#sidebarItem{
	display: block;
	height: 146px;
	padding: 0 31px 20px 23px;
}
#sidebarItem h3{
	color: #DFDEDF;
	font-weight: normal;
	padding: 9px 0 0 0;
	text-decoration: none;
}
#sidebarItem h3 a{ 
	color: #DFDEDF;
	float: right;
	font-weight: normal;
	padding-right: 20px;
	text-decoration: none;
	background-image: url(../menu-images/plusSymbol.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#sidebarItem h3 a:hover, a:focus {
	color: #FFFFFF;
	float: right; 	
	font-weight: normal;
	padding-right: 20px;
	text-decoration: none;
	background-image: url(../menu-images/plusSymbolOver.jpg);
	background-repeat: no-repeat;
	background-position: right center;
} 
#sidebarItem p{
	padding: 9px 0 0 0;
}
#sidebarItem img{
	padding: 6px 0 0 0;
	margin: 0;
}
*/
